.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); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7fef6d6d-8731-4b5e-9c95-dff7b79ec800/BGtopdesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9.adaptive-delivery-prevent-bg, #tgph8bzknqrR9pHN02ka4SyVJkoDspP9.lazyload, #tgph8bzknqrR9pHN02ka4SyVJkoDspP9.lazyloading { background-image: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { background-color: transparent; background-image: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container > .video-iframe-container { display: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row > .video-iframe-container { display: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .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); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { border-width: 0; border-radius: 0; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#JTT8horadImhhEDHMuT1ZTzpeVRtblT0 { color:#2a2c32;display:block;width:34.5625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:7.6875rem;left:2.5rem;height:10.7988625rem;font-style:normal;display:block; }
#t9ZTqTgzQFXF8NH8fafPx3Fgp8kkCGsk { color:#2a2c32;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:21.2275390625rem;left:2.5rem;height:15.9961125rem;font-style:normal;display:block; }
#B9fVhoznSJCgMMEgPWUNKs1yt3tRHAuH { background-color:#0ba3ad;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.40625rem;left:2.5rem;display:block; }
#QgexaQieT7VJxCmJiq1GG2yvzBvzBlWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vufyhbeKWxXwylR4ce15i9MAatPpoge7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.25rem;top:2.5rem;left:0.8125rem;overflow:hidden;display:block; }
#N5at25kyidvNvECOaAndsHyOQMN6I0SN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:3.0625rem;left:53.625rem;overflow:hidden;display:block; }
#DhphnOUA7G6PR8mEWAOrUd4ZiK211D04 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:29.125rem;left:59.5rem;overflow:hidden;display:block; }
#wVTJ5uQAXHhhXIzFI5oT8htIy2SFQWpr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:29.125rem;left:54.4375rem;overflow:hidden;display:block; }
#qgmzUh2R9NZ4Ja8L4i5rTTs4T9zmFlIb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:34.125rem;left:59.5rem;overflow:hidden;display:block; }
#eonGLWFiJSkzJD8pLX8rxb6R4Q0eA8Ce { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:34.125rem;left:54.4375rem;overflow:hidden;display:block; }
#MzEHIxlsFe8mqudazhUQAtuTTuZwt9WP { 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:25.125rem;width:30rem;display:none; }
#fv5VrbCg0nsd9Din18MlVzuDAEbMavVA { position:absolute;display:block;z-index:15011;background-color:#ffffff;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:4.125rem;width:5.1875rem;top:9.25rem;left:37.40625rem;display:block; }
#Q4fInvm2M49zFRNeSQO1PTtfgobMqGAl { color:#2a2c32;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:41.125rem;left:4.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve { position:relative;display:block; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve { background-color: transparent; background-image: none; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row .container > .video-iframe-container { display: none; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row > .video-iframe-container { display: none; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .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); }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve { border-width: 0; border-radius: 0; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .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; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .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:4.875rem;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; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy { 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; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { background-color: transparent; background-image: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container > .video-iframe-container { display: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container { display: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .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); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { border-width: 0; border-radius: 0; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#lzd0BKZDVhXis32EwLzNhrHIl3PJiPyS { color:#2a2c32;display:block;width:74.8125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.125rem;left:0.34375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOhPKJkfnPzMlDKc6P8ZMT2B2mGk3lXD { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:9.125rem;left:5.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZ0pVcxuVHzTpSCFapr5ErsB9qeFGarI { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #000000);background-image: -moz-linear-gradient(180deg, #0ba3ad, #000000);background-image: -ms-linear-gradient(180deg, #0ba3ad, #000000);background-image: -o-linear-gradient(180deg, #0ba3ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0ba3ad, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.375rem;width:24.625rem;top:7.375rem;left:2.5rem;display:block; }
#xNSa1ecWBSUW5T4CTlCA95IIcxSHFuTJ { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:11.1875rem;left:5.0625rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxq4oQeDkLxRzdEzF1SKqWPr37mXs6dt { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9c9c4, #000000);background-image: -moz-linear-gradient(180deg, #f9c9c4, #000000);background-image: -ms-linear-gradient(180deg, #f9c9c4, #000000);background-image: -o-linear-gradient(180deg, #f9c9c4, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c9c4', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c9c4', endColorstr='#000000' );";background-image: linear-gradient(180deg, #f9c9c4, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.375rem;width:22.5rem;top:7.375rem;left:26.125rem;display:block; }
#UA1aofmn60eXRfazbuvizB6DOqxGSib6 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #000000);background-image: -moz-linear-gradient(180deg, #0ba3ad, #000000);background-image: -ms-linear-gradient(180deg, #0ba3ad, #000000);background-image: -o-linear-gradient(180deg, #0ba3ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0ba3ad, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.375rem;width:24.8125rem;top:7.375rem;left:47.5rem;display:block; }
#TdAmzbR5aUIo5w9yAZ2p6IT2VhkbOgBZ { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:20.125rem;left:5.0625rem;height:2.799075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qicT6bPWfAUsBdSWTiVtNaiIWcmvDmTh { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:11.15625rem;left:27.5rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJtzDmxigzUUZdSeMsTk9PBxzx1vCFIV { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:16.6875rem;left:5.0625rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fz7uLwmyS7hMRNqA80UW0ShfidIz68t9 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"proxima 2";font-size:2rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:16.6875rem;left:27.5rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWyLWTHtTJ4o1kXly97VWTE5Akylkbyn { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:"proxima 2";font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:14.15625rem;left:15.25rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NaDCl9fHl7UK2qT8TyTn9TOsJFwgee4K { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:20.125rem;left:27.5625rem;height:2.799075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbCPtodqgMbA5RJAyZH6JmGdA3UTHE9r { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:11.1875rem;left:51.25rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ay1z8hNqTO6WgwpmTDeHql7oyZuvOKuP { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:16.6875rem;left:51.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIc1mpc9qvLFW5VgB1slmkwGN0tHmJqF { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:20.125rem;left:51.25rem;height:2.799075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1JSQT2NRrk6CMhhKTz0Le0T8GzDnIms { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:16.6875rem;left:5.0625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container { background-color: transparent; background-image: none; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container > .video-iframe-container { display: none; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row > .video-iframe-container { display: none; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .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); }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container { border-width: 0; border-radius: 0; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#qTC9gURnRXWi3X9l8T5f1SzXkrIyV5c5 { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.46875rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5WRv8BqyrDezTB2frmridafJsonDqVb { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.375rem;left:2.46875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTIkGWbzLopPWJvuvdTJ1ERphmhhxX1c { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.1875rem;left:42.5rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P84W68apGIwNER4ZXJbHCDqK9fU8qT50 { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5rem;left:42.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAZNupBtG47v2KTxvbeG5biVRzoU9X6r { color:#ffffff;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.8125rem;left:42.53125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSgd5id5qOQpl94ho984wNR6liE0TGET { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:37.1875rem;left:42.59375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkeJiamA5bonwMMihbBhgF1uII6L7Ibv { background-color:#0ba3ad;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:62.1875rem;left:42.5rem;display:block; }
#zPdqxshwcWxBP2hn3gXoUar6zVL4tT4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riGlo845gTBLNB0LDeQ03QVlMcEApffe { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6f515838-638e-4b32-b169-991f236859f7/zaprospracownikow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:36.9375rem;top:30.0625rem;left:2.4375rem;display:block; }#riGlo845gTBLNB0LDeQ03QVlMcEApffe.adaptive-delivery-prevent-bg, #riGlo845gTBLNB0LDeQ03QVlMcEApffe.lazyload, #riGlo845gTBLNB0LDeQ03QVlMcEApffe.lazyloading { background-image: none; }
#yRnToeeelSpGdTadvp47XPReUqTbKNXP { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:48.5rem;left:42.5rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hJUpwkGx0E5UGTOfADTPcVuK3u2mBM3k { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.25rem;top:52.625rem;left:14.8125rem;overflow:hidden;display:block; }
#SycH4qPNtxI9oSpW2tGaWiTfWexLl0V9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:4.1875rem;left:39.375rem;overflow:hidden;display:block; }
#x2XTBtNTUPGXkDOtO3x3TEuSfkVCprw0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.8125rem;left:39.375rem;overflow:hidden;display:block; }
#XT0nFsnEF9EAEaVNDVUnGQE89eP81Xc7 { 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:2rem;width:2rem;top:16.5rem;left:39.375rem;overflow:hidden;display:block; }
#gknVg4VlSO7aG2JzzF58xaNLaMsw9qPT { 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:2rem;width:2rem;top:48.5rem;left:39.375rem;overflow:hidden;display:block; }
#COvW7XiTCZg76BmTOnUWeJi4xlZM30ge { 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:2rem;width:2rem;top:37.1875rem;left:39.375rem;overflow:hidden;display:block; }
#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -moz-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -ms-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -o-linear-gradient(180deg, #2a2c32, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, #2a2c32, #0ba3ad);background-size:initial !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; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { background-color: transparent; background-image: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container > .video-iframe-container { display: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row > .video-iframe-container { display: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .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); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { border-width: 0; border-radius: 0; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ec5KdUvQ5TmKe9LI4QX64vCvyTmoU37s { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.08);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34rem;width:22.5rem;top:6.96875rem;left:2.1875rem;display:block; }
#wODFWIXH31GZ304FMmsmp7pV7NmEGUt0 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.490234375rem;left:3.75rem;height:22.3945rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDtpywQExoxUsH2oy3qxcTsRqwJloEpJ { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.08);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.8125rem;width:22.5rem;top:6.96875rem;left:26.25rem;display:block; }
#J2oTIbLthuGSqzq95KqQTV8Dg5PWLsfS { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:9.490234375rem;left:27.8125rem;height:25.59375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWMouz6sXzemg8QMTJTzC8cWqMwffL5b { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:35rem;left:3.75rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#srmnc0JasMSwkEuIKNSAFqxf5GpL0dgO { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.08);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.5625rem;width:22.5rem;top:6.96875rem;left:50.25rem;display:block; }
#eQHyza2GCWdELaEDUvqKd2Wlu2tV9s82 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:9.490234375rem;left:51.8125rem;height:15.996125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2ol4Ue2WeE5sRPfo7ZeVqDzKddpOL0E { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:27.4970703125rem;left:51.8125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHGlP3n2evzdivAk5oZQBvm3qdt3XOV2 { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:2.375rem;left:13.78125rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mg2hzOAMyf3xQJKqAPdngWKKuPG13ZBN { background-color:#0ba3ad;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;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:15008;text-align:center;text-align-last:center;top:36.8125rem;left:50rem;display:none; }
#TMVrMmSnLfpTTdcWP7r95K8JIM3THnoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#if2Nq2WBsJiEXre2NFntnsNukcVTCf7T { color:#2a2c32;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:41.375rem;left:50.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NaETON0sogbqsyEXbfZ1nZbnLkUvBUZp { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:38.1865234375rem;left:27.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee { position:relative;display:block; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee { background-color: transparent; background-image: none; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row .container > .video-iframe-container { display: none; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row > .video-iframe-container { display: none; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .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); }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee { border-width: 0; border-radius: 0; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .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; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .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:4.4375rem;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; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 { 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; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { background-color: transparent; background-image: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container > .video-iframe-container { display: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row > .video-iframe-container { display: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .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); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { border-width: 0; border-radius: 0; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#fM6pBEdJbfO6CPgHQP0SLT7kZdypSwk2 { background-color:#0ba3ad;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;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:15008;text-align:center;text-align-last:center;top:23.5625rem;left:39.8125rem;display:block; }
#w6CWekKRZwlyKsTGZMbLyxQZK58d6m5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBwxprB5hC80m5TmZKW0rGFsKVwyg2rc { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(11,163,173,0.1);border-left:0.0625rem solid rgba(11,163,173,0.1);border-right:0.0625rem solid rgba(11,163,173,0.1);border-bottom:0.0625rem solid rgba(11,163,173,0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(11,163,173,0.15) ;height:29.875rem;width:65.0625rem;top:2.5625rem;left:3.75rem;display:block; }
#TuVZBFSwAThl94J0OBBCMCSBzgAXgPc1 { color:#2a2c32;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:8.9375rem;left:39.8125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbzkGsvu42QnRpqGwMpx1pgS8k2uisrg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.1875rem;top:2.0625rem;left:3.212890625rem;overflow:hidden;display:block; }
#HxVCpeR8WnJsFwAIrff7dlSReFDfORJs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:18.75rem;top:20.75rem;left:17.5625rem;overflow:hidden;display:block; }
#Hkz5fS67mOKnfTnraAGGmuR53eRRidhp { color:#2a2c32;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container { background-color: transparent; background-image: none; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container > .video-iframe-container { display: none; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row > .video-iframe-container { display: none; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .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); }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container { border-width: 0; border-radius: 0; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft { 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; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container { background-color: transparent; background-image: none; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container > .video-iframe-container { display: none; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row > .video-iframe-container { display: none; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .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); }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container { border-width: 0; border-radius: 0; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#mwJguT6lU0ObMd890JzuuMEDL9qJ75uQ { 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:1.625rem;width:7.1875rem;top:1.65625rem;left:4rem;overflow:hidden;display:block; }
#iDJXBfDtThktDUgNZ9NoLCTKgmKVEBCV { color:#999999;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.9375rem;left:13.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tgph8bzknqrR9pHN02ka4SyVJkoDspP9 { display:block; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTT8horadImhhEDHMuT1ZTzpeVRtblT0 { top:7.6875rem;left:0rem;width:34.5625rem;height:10.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZTqTgzQFXF8NH8fafPx3Fgp8kkCGsk { top:21.1875rem;left:0rem;width:30.6875rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9fVhoznSJCgMMEgPWUNKs1yt3tRHAuH { width:20rem;height:3.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgexaQieT7VJxCmJiq1GG2yvzBvzBlWB { display:block; }
 }@media only screen and (max-width: 763px) { #vufyhbeKWxXwylR4ce15i9MAatPpoge7 { top:2.5rem;left:0rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5at25kyidvNvECOaAndsHyOQMN6I0SN { top:3.0625rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhphnOUA7G6PR8mEWAOrUd4ZiK211D04 { top:29.125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTJ5uQAXHhhXIzFI5oT8htIy2SFQWpr { top:29.125rem;left:40.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgmzUh2R9NZ4Ja8L4i5rTTs4T9zmFlIb { top:34.125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonGLWFiJSkzJD8pLX8rxb6R4Q0eA8Ce { top:34.125rem;left:40.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzEHIxlsFe8mqudazhUQAtuTTuZwt9WP { width:12.5rem;height:10.4375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv5VrbCg0nsd9Din18MlVzuDAEbMavVA { top:9.25rem;left:23.78125rem;width:5.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4fInvm2M49zFRNeSQO1PTtfgobMqGAl { top:41.125rem;left:0rem;width:16.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve { display:block; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy { display:block; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzd0BKZDVhXis32EwLzNhrHIl3PJiPyS { top:0.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOhPKJkfnPzMlDKc6P8ZMT2B2mGk3lXD { top:9.125rem;left:0rem;width:18.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ0pVcxuVHzTpSCFapr5ErsB9qeFGarI { top:7.375rem;left:0rem;width:24.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNSa1ecWBSUW5T4CTlCA95IIcxSHFuTJ { top:11.1875rem;left:0rem;width:18.875rem;height:5.8125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxq4oQeDkLxRzdEzF1SKqWPr37mXs6dt { top:7.375rem;left:12.5rem;width:22.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA1aofmn60eXRfazbuvizB6DOqxGSib6 { top:7.375rem;left:22.6875rem;width:24.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAmzbR5aUIo5w9yAZ2p6IT2VhkbOgBZ { top:20.125rem;left:0rem;width:18.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qicT6bPWfAUsBdSWTiVtNaiIWcmvDmTh { top:11.125rem;left:13.875rem;width:20.0625rem;height:5.8125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJtzDmxigzUUZdSeMsTk9PBxzx1vCFIV { top:16.6875rem;left:0rem;width:18.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz7uLwmyS7hMRNqA80UW0ShfidIz68t9 { top:16.6875rem;left:13.875rem;width:20.0625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWyLWTHtTJ4o1kXly97VWTE5Akylkbyn { top:33.9375rem;left:0rem;width:2.5rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaDCl9fHl7UK2qT8TyTn9TOsJFwgee4K { top:20.125rem;left:13.9375rem;width:19.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCPtodqgMbA5RJAyZH6JmGdA3UTHE9r { top:11.1875rem;left:28.875rem;width:18.875rem;height:5.8125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1z8hNqTO6WgwpmTDeHql7oyZuvOKuP { top:16.6875rem;left:29.0625rem;width:18.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIc1mpc9qvLFW5VgB1slmkwGN0tHmJqF { top:20.125rem;left:28.8125rem;width:18.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1JSQT2NRrk6CMhhKTz0Le0T8GzDnIms { top:13.6875rem;left:0rem;width:8.75rem;height:2.4375rem;font-size:2rem;display:none; }
 }@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) { #rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL { display:block; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTC9gURnRXWi3X9l8T5f1SzXkrIyV5c5 { top:4.1875rem;left:0rem;width:32.5625rem;height:10.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5WRv8BqyrDezTB2frmridafJsonDqVb { top:18.375rem;left:0rem;width:31.125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIkGWbzLopPWJvuvdTJ1ERphmhhxX1c { top:4.1875rem;left:17.6875rem;width:30.0625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P84W68apGIwNER4ZXJbHCDqK9fU8qT50 { top:16.5rem;left:17.6875rem;width:30.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZNupBtG47v2KTxvbeG5biVRzoU9X6r { top:25.8125rem;left:17.75rem;width:30rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSgd5id5qOQpl94ho984wNR6liE0TGET { top:37.1875rem;left:17.875rem;width:29.875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkeJiamA5bonwMMihbBhgF1uII6L7Ibv { width:20rem;height:3.4375rem;top:62.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPdqxshwcWxBP2hn3gXoUar6zVL4tT4v { display:block; }
 }@media only screen and (max-width: 763px) { #riGlo845gTBLNB0LDeQ03QVlMcEApffe { top:30.0625rem;left:0rem;width:36.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnToeeelSpGdTadvp47XPReUqTbKNXP { top:48.5rem;left:17.6875rem;width:30.0625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUpwkGx0E5UGTOfADTPcVuK3u2mBM3k { top:52.625rem;left:3.625rem;width:20.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SycH4qPNtxI9oSpW2tGaWiTfWexLl0V9 { top:4.1875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2XTBtNTUPGXkDOtO3x3TEuSfkVCprw0 { top:25.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT0nFsnEF9EAEaVNDVUnGQE89eP81Xc7 { top:16.5rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gknVg4VlSO7aG2JzzF58xaNLaMsw9qPT { top:48.5rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #COvW7XiTCZg76BmTOnUWeJi4xlZM30ge { top:37.1875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLkGqpQWse5gi66fphyBpigZbrA5Rvr { display:block; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec5KdUvQ5TmKe9LI4QX64vCvyTmoU37s { top:6.9375rem;left:0rem;width:22.5rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #wODFWIXH31GZ304FMmsmp7pV7NmEGUt0 { top:9.4375rem;left:0rem;width:19.375rem;height:22.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDtpywQExoxUsH2oy3qxcTsRqwJloEpJ { top:6.9375rem;left:12.625rem;width:22.5rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2oTIbLthuGSqzq95KqQTV8Dg5PWLsfS { top:9.4375rem;left:14.1875rem;width:19.375rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMouz6sXzemg8QMTJTzC8cWqMwffL5b { top:35rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmnc0JasMSwkEuIKNSAFqxf5GpL0dgO { top:6.9375rem;left:25.25rem;width:22.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQHyza2GCWdELaEDUvqKd2Wlu2tV9s82 { top:9.4375rem;left:28.375rem;width:19.375rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ol4Ue2WeE5sRPfo7ZeVqDzKddpOL0E { top:27.4375rem;left:30.875rem;width:16.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHGlP3n2evzdivAk5oZQBvm3qdt3XOV2 { top:2.375rem;left:0.15625rem;width:47.4375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2hzOAMyf3xQJKqAPdngWKKuPG13ZBN { width:17.5rem;height:3.4375rem;top:36.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMVrMmSnLfpTTdcWP7r95K8JIM3THnoU { display:block; }
 }@media only screen and (max-width: 763px) { #if2Nq2WBsJiEXre2NFntnsNukcVTCf7T { top:41.375rem;left:30.375rem;width:17.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaETON0sogbqsyEXbfZ1nZbnLkUvBUZp { top:38.125rem;left:14.1875rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee { display:block; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 { display:block; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM6pBEdJbfO6CPgHQP0SLT7kZdypSwk2 { width:17.5rem;height:3.4375rem;top:23.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CWekKRZwlyKsTGZMbLyxQZK58d6m5M { display:block; }
 }@media only screen and (max-width: 763px) { #nBwxprB5hC80m5TmZKW0rGFsKVwyg2rc { top:2.5625rem;left:0rem;width:47.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVZBFSwAThl94J0OBBCMCSBzgAXgPc1 { top:8.9375rem;left:22.5625rem;width:25.1875rem;height:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbzkGsvu42QnRpqGwMpx1pgS8k2uisrg { top:2.0625rem;left:0rem;width:28.1875rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVCpeR8WnJsFwAIrff7dlSReFDfORJs { top:20.75rem;left:3.9375rem;width:18.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkz5fS67mOKnfTnraAGGmuR53eRRidhp { top:17.375rem;left:22.5625rem;width:25.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT { display:block; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft { display:block; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwJguT6lU0ObMd890JzuuMEDL9qJ75uQ { top:1.625rem;left:0rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDJXBfDtThktDUgNZ9NoLCTKgmKVEBCV { top:1.9375rem;left:0rem;width:23.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tgph8bzknqrR9pHN02ka4SyVJkoDspP9 { background-color:#ffffff;background-image:none;display:block; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { background-color: transparent; background-image: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container > .video-iframe-container { display: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row > .video-iframe-container { display: none; }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .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); }#tgph8bzknqrR9pHN02ka4SyVJkoDspP9 > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTT8horadImhhEDHMuT1ZTzpeVRtblT0 { width:17.6875rem;height:6.29883125rem;top:19.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZTqTgzQFXF8NH8fafPx3Fgp8kkCGsk { width:17.5rem;height:25.5937375rem;top:32.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9fVhoznSJCgMMEgPWUNKs1yt3tRHAuH { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgexaQieT7VJxCmJiq1GG2yvzBvzBlWB { display:block; }
 }@media only screen and (max-width: 763px) { #vufyhbeKWxXwylR4ce15i9MAatPpoge7 { width:8.1875rem;height:1.9375rem;top:0.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5at25kyidvNvECOaAndsHyOQMN6I0SN { width:7.875rem;height:7.875rem;top:2.875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhphnOUA7G6PR8mEWAOrUd4ZiK211D04 { width:2rem;height:2rem;top:4.5rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVTJ5uQAXHhhXIzFI5oT8htIy2SFQWpr { width:2rem;height:2rem;top:7rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgmzUh2R9NZ4Ja8L4i5rTTs4T9zmFlIb { width:2rem;height:2rem;top:2rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #eonGLWFiJSkzJD8pLX8rxb6R4Q0eA8Ce { width:2rem;height:2rem;top:10rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzEHIxlsFe8mqudazhUQAtuTTuZwt9WP { top:0.8125rem;left:0rem;width:20rem;height:16.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fv5VrbCg0nsd9Din18MlVzuDAEbMavVA { width:4.9375rem;height:4.125rem;top:30rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4fInvm2M49zFRNeSQO1PTtfgobMqGAl { width:17.4375rem;height:0;top:31.375rem;left:1.375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve { display:block; }#Nzzk6MSbGvuKbyTs0lkAzXPrp3DckSve > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { background-color: transparent; background-image: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container > .video-iframe-container { display: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container { display: none; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .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); }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { border-width: 0; border-radius: 0; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0SJl9g3sa1s1VfuKZbfeDxT1ztwq8xy > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzd0BKZDVhXis32EwLzNhrHIl3PJiPyS { width:17.5rem;height:4.19921875rem;top:1.75rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOhPKJkfnPzMlDKc6P8ZMT2B2mGk3lXD { width:14.6875rem;height:0;top:10.0625rem;left:2.5625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZ0pVcxuVHzTpSCFapr5ErsB9qeFGarI { width:17.25rem;height:15.3125rem;top:8.5625rem;left:1.25rem;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #000000);background-image: -moz-linear-gradient(180deg, #0ba3ad, #000000);background-image: -ms-linear-gradient(180deg, #0ba3ad, #000000);background-image: -o-linear-gradient(180deg, #0ba3ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0ba3ad, #000000);background-size:auto !important;border-top:0.125rem solid #0ba3ad;border-left:0.125rem solid #0ba3ad;border-right:0.125rem solid #0ba3ad;border-bottom:0.125rem solid #0ba3ad;display:block; }
 }@media only screen and (max-width: 763px) { #xNSa1ecWBSUW5T4CTlCA95IIcxSHFuTJ { width:6.375rem;height:6.875rem;top:10.3125rem;left:5.25rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxq4oQeDkLxRzdEzF1SKqWPr37mXs6dt { width:17.25rem;height:15.375rem;top:25.5rem;left:1.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;z-index:15004;border-top:0.125rem solid #f9c9c4;border-left:0.125rem solid #f9c9c4;border-right:0.125rem solid #f9c9c4;border-bottom:0.125rem solid #f9c9c4;display:block; }
 }@media only screen and (max-width: 763px) { #UA1aofmn60eXRfazbuvizB6DOqxGSib6 { width:17.25rem;height:15.375rem;top:42.4375rem;left:1.25rem;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #000000);background-image: -moz-linear-gradient(180deg, #0ba3ad, #000000);background-image: -ms-linear-gradient(180deg, #0ba3ad, #000000);background-image: -o-linear-gradient(180deg, #0ba3ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0ba3ad, #000000);background-size:auto !important;border-top:0.125rem solid #0ba3ad;border-left:0.125rem solid #0ba3ad;border-right:0.125rem solid #0ba3ad;border-bottom:0.125rem solid #0ba3ad;display:block; }
 }@media only screen and (max-width: 763px) { #TdAmzbR5aUIo5w9yAZ2p6IT2VhkbOgBZ { width:15.25rem;height:4.21875rem;top:17.9375rem;left:2.59375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qicT6bPWfAUsBdSWTiVtNaiIWcmvDmTh { width:15.0625rem;height:6.875rem;top:27.75rem;left:2.46875rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJtzDmxigzUUZdSeMsTk9PBxzx1vCFIV { width:8.75rem;height:0;top:13.875rem;left:8.625rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fz7uLwmyS7hMRNqA80UW0ShfidIz68t9 { width:15rem;height:2.45rem;top:34.5625rem;left:2.5rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWyLWTHtTJ4o1kXly97VWTE5Akylkbyn { width:2.5rem;height:0;top:36.1875rem;left:16.25rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15036;color:#0ba3ad;display:none; }
 }@media only screen and (max-width: 763px) { #NaDCl9fHl7UK2qT8TyTn9TOsJFwgee4K { width:15.0625rem;height:2.625rem;top:36.25rem;left:2.46875rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbCPtodqgMbA5RJAyZH6JmGdA3UTHE9r { width:8.125rem;height:6.875rem;top:44.9375rem;left:3.625rem;font-size:6.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1z8hNqTO6WgwpmTDeHql7oyZuvOKuP { width:18.6875rem;height:0;top:51.9375rem;left:0.125rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aIc1mpc9qvLFW5VgB1slmkwGN0tHmJqF { width:15.0625rem;height:3.9375rem;top:52.8125rem;left:2.4375rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1JSQT2NRrk6CMhhKTz0Le0T8GzDnIms { width:4.1875rem;height:2.44921875rem;top:14.125rem;left:10.5625rem;font-size:1.75rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL { display:block; }#rz4OWvDTbwuKLw1GVRXSZdixCklIzWpL > .row .container { width:20rem;height:120.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTC9gURnRXWi3X9l8T5f1SzXkrIyV5c5 { width:17.6875rem;height:13.125rem;top:17.6875rem;left:1.15625rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5WRv8BqyrDezTB2frmridafJsonDqVb { width:17.5rem;height:9.5625rem;top:36.0625rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTIkGWbzLopPWJvuvdTJ1ERphmhhxX1c { width:15rem;height:10.5rem;top:50.0625rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P84W68apGIwNER4ZXJbHCDqK9fU8qT50 { width:15rem;height:7.5rem;top:63.6875rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZNupBtG47v2KTxvbeG5biVRzoU9X6r { width:15.0625rem;height:7.5rem;top:74.8125rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSgd5id5qOQpl94ho984wNR6liE0TGET { width:15rem;height:10.5rem;top:85.9375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkeJiamA5bonwMMihbBhgF1uII6L7Ibv { width:17.5rem;height:3.4375rem;top:113.875rem;left:1.25rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zPdqxshwcWxBP2hn3gXoUar6zVL4tT4v { display:block; }
 }@media only screen and (max-width: 763px) { #riGlo845gTBLNB0LDeQ03QVlMcEApffe { width:20rem;height:16.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnToeeelSpGdTadvp47XPReUqTbKNXP { width:15.0625rem;height:12rem;top:99.125rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUpwkGx0E5UGTOfADTPcVuK3u2mBM3k { width:20rem;height:10rem;top:52.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SycH4qPNtxI9oSpW2tGaWiTfWexLl0V9 { width:2rem;height:2rem;top:50.0625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2XTBtNTUPGXkDOtO3x3TEuSfkVCprw0 { width:2rem;height:2rem;top:74.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT0nFsnEF9EAEaVNDVUnGQE89eP81Xc7 { width:2rem;height:2rem;top:63.6875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gknVg4VlSO7aG2JzzF58xaNLaMsw9qPT { width:2rem;height:2rem;top:99.125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COvW7XiTCZg76BmTOnUWeJi4xlZM30ge { width:2rem;height:2rem;top:85.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLkGqpQWse5gi66fphyBpigZbrA5Rvr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -moz-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -ms-linear-gradient(180deg, #2a2c32, #0ba3ad);background-image: -o-linear-gradient(180deg, #2a2c32, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, #2a2c32, #0ba3ad);background-size:initial !important;display:block; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { background-color: transparent; background-image: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container > .video-iframe-container { display: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row > .video-iframe-container { display: none; }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .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); }#MCLkGqpQWse5gi66fphyBpigZbrA5Rvr > .row .container { width:20rem;height:115.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec5KdUvQ5TmKe9LI4QX64vCvyTmoU37s { width:17.5rem;height:37.3125rem;top:4.0625rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wODFWIXH31GZ304FMmsmp7pV7NmEGUt0 { width:15.0625rem;height:25.5rem;top:5.625rem;left:2.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zDtpywQExoxUsH2oy3qxcTsRqwJloEpJ { width:17.5rem;height:40.3125rem;top:44.0625rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J2oTIbLthuGSqzq95KqQTV8Dg5PWLsfS { width:15rem;height:30rem;top:45.9375rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tWMouz6sXzemg8QMTJTzC8cWqMwffL5b { width:12.5rem;height:6.3984375rem;top:33.1875rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #srmnc0JasMSwkEuIKNSAFqxf5GpL0dgO { width:17.5rem;height:25.875rem;top:87.2373046875rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eQHyza2GCWdELaEDUvqKd2Wlu2tV9s82 { width:15rem;height:18rem;top:89.375rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S2ol4Ue2WeE5sRPfo7ZeVqDzKddpOL0E { width:10.1875rem;height:2.5996125rem;top:109.125rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RHGlP3n2evzdivAk5oZQBvm3qdt3XOV2 { width:17.5625rem;height:1.6875rem;top:1.375rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mg2hzOAMyf3xQJKqAPdngWKKuPG13ZBN { width:17.5rem;height:3.4375rem;top:66.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMVrMmSnLfpTTdcWP7r95K8JIM3THnoU { display:block; }
 }@media only screen and (max-width: 763px) { #if2Nq2WBsJiEXre2NFntnsNukcVTCf7T { width:17.375rem;height:0;top:61.1875rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NaETON0sogbqsyEXbfZ1nZbnLkUvBUZp { width:15.1875rem;height:4.798825rem;top:77.375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee { display:block; }#MrCUJGGFMvFTPpTuysbLU5afWx4Q1nee > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 { background-color:#ffffff;background-image:none;display:block; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { background-color: transparent; background-image: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container > .video-iframe-container { display: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row > .video-iframe-container { display: none; }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .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); }#HS7EilLtTT4zqUFkCgTU4dRGJy8zmLM5 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM6pBEdJbfO6CPgHQP0SLT7kZdypSwk2 { width:15.0625rem;height:3.4375rem;top:31.0625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CWekKRZwlyKsTGZMbLyxQZK58d6m5M { display:block; }
 }@media only screen and (max-width: 763px) { #nBwxprB5hC80m5TmZKW0rGFsKVwyg2rc { width:17.4375rem;height:35.1875rem;top:1.375rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TuVZBFSwAThl94J0OBBCMCSBzgAXgPc1 { width:15.0625rem;height:4.3984375rem;top:21.0625rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EbzkGsvu42QnRpqGwMpx1pgS8k2uisrg { width:15.625rem;height:15.9375rem;top:2.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVCpeR8WnJsFwAIrff7dlSReFDfORJs { width:9rem;height:4.5625rem;top:13.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkz5fS67mOKnfTnraAGGmuR53eRRidhp { width:11.75rem;height:2.5996125rem;top:26.625rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT { display:block; }#lo3aOKEBW7ChQeMFu5ed7oCcGrB3pLwT > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft { display:block; }#Kvg74D8RrQVlXHKRWOaIbVRzqi1fahft > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwJguT6lU0ObMd890JzuuMEDL9qJ75uQ { width:6.75rem;height:1.5rem;top:1rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDJXBfDtThktDUgNZ9NoLCTKgmKVEBCV { width:17.5625rem;height:2.798825rem;top:3.5625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;color:#a2a2a2;font-weight:400;font-style:normal;display:block; }
 }