.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:12,31,71;--color-secondary-0:240,217,223;--color-secondary-1:205,128,148;--color-secondary-2:155,0,40;--color-secondary-3:78,0,20;--color-secondary-4:23,0,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;overflow:visible;position:relative;display:block; }#BKK36JhMlgJb5oab4QEJyErMezL1vtyK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.31225rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8714487552643rem;left:1.9256038665771rem;height:1.38075rem;display:block; }
#kf6MDfVIhzSEz2At7ENy5MSuh78fddNx { box-sizing:content-box;height:2.1249125rem;width:2.1249125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15010;background-color:#28a744;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.499467253685rem;left:10.237481117249rem;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/600f5c5a-743d-4f37-98ce-888bc2a1d89c/mainimagebgblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3744578361512rem;left:0rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:37.5rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:37.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wG6lE6nEX8JrScEJ5CFe7bUXGsuNR1Bs { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:22.5rem;top:7.6562504768369rem;left:37.500001907349rem;display:block; }
#wIceU2sSmfDFCV5U4GISSbF0Z8f6DEGv { background-color:#28a744;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9371875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.432401180268rem;left:39.312067031861rem;display:block; }
#a8BkJl3w9QmpkzhPWkKrc1kGncGHcfHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N4PQeJWqpwstrue8xEFWsg9NbRQCHpAt { background-color:#28a744;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9371875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.499457836151rem;left:39.312067031861rem;display:block; }
#RZp0zc4aCRKVnPw9CzoiuNoTaWWadXhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E58T2ydrqLNbXkxaTUK1WZu1EWrdp0yX { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.412436962128rem;left:0rem;height:2.1120875rem;display:block; }
#qru6ydHkWtQ5kX01t1JrSS19aTuLOnED { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0424284935rem;left:0rem;height:2.7615rem;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; }
#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { background-color: transparent; background-image: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container > .video-iframe-container { display: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container { display: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .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); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { border-width: 0; border-radius: 0; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#iWSBMBruNUQVXJo80IAsuxZQprgPs4s4 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.27485rem;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; }
#aAutOADEoTJTIzlL4bo6LvoV1Mi7JAtW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:2.59928125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQtpJvmRPgfl9BaRRZu8qTWolRnu6kW9 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:19.96875rem;height:10.2386875rem;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; }
#U2oTyHkkvoewALTOsF7oCXnICnC8EG58 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:21.6875rem;left:18.09375rem;overflow:hidden;display:block; }
#W3gU0Ms1ROTpAGq8vgfq9mVV834n5cMM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:23.34375rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3uXvqBWTGIhHTqJ8uSFXnbmk2dnMony { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.8125rem;left:23.34375rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrCyXyEymzuxO9HTVeIbzqzKbKnpzAhD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:21.6875rem;left:39.65625rem;overflow:hidden;display:block; }
#kikpJp6Rw6osGWUkdAnG5a57v7NhN6zw { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.8125rem;left:44.90625rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVGrui1NzmFBVlVbTczO82syfGozn7mh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.6875rem;left:44.90625rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3Psr4VvRRMBmnEE10lvTfZvMzXTTdvB { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.59375rem;height:7.313375rem;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; }
#rzRom8R3WsxR7uOZTMzJAicEeFkmBLdQ { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.875rem;top:12.718099594116rem;left:0rem;overflow:hidden;display:block; }
#zbvnxrin9Ssyo2hTg0cFkqrsghEAMeKf { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.33376789093rem;left:0rem;height:1.13715rem;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; }
#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 { 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; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container { background-color: transparent; background-image: none; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container > .video-iframe-container { display: none; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row > .video-iframe-container { display: none; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .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); }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container { border-width: 0; border-radius: 0; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#wt0lBRJPSW837LdbUqNSgiwTpKPc8zEz { color:#3c3833;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:3.33061875rem;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; }
#asJm3O48R8REtWZGSfLyWFgiHpGMam9n { position:absolute;display:block;z-index:15000;background-color:#0165ad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:18.375rem;left:0rem;display:block; }
#wEZLspdU4tMaOLfaytdgeiG2XSeGrfmC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:21.4375rem;left:7.25rem;overflow:hidden;display:block; }
#KFLwvdSVcbFvLZzHhGultkK4KL4ZbOWa { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.75rem;left:1.0625rem;height:1.5435125rem;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; }
#B5C66imVrfRZkPNfUJv8hcLzyirKpps4 { position:absolute;display:block;z-index:15004;background-color:#0165ad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:18.375rem;left:20.5625rem;display:block; }
#VWsIKf2Sh8bnQKVp7sAbw0M5qfEbX5Jt { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.1875rem;left:21.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPwgsdyay8zLi1I9bBxTEpL71T2JmU6D { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.75rem;left:21.5625rem;height:3.24978125rem;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; }
#hl25PtgnT8JrND5LQpTmPpnk1o4GTgzu { 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:4.5rem;width:4.5rem;top:21.4375rem;left:27.75rem;overflow:hidden;display:block; }
#TLJzy1F3BJ8z4ST23qXJFzZAcoNnuz28 { position:absolute;display:block;z-index:15008;background-color:#0165ad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:18.375rem;left:41.0625rem;display:block; }
#MZ6s29PyKq36BwT3DV2A9Ib8uWgIVL9i { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.75rem;left:42.0625rem;height:1.62489375rem;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; }
#IJTrCdLHAzBR2KU3oXaANAA9EM6RxJzc { 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.5rem;width:4.5rem;top:21.4375rem;left:48.25rem;overflow:hidden;display:block; }
#oI8DvW6Cl7sgCNoeGausB8lMwXbPHZPI { background-color:#28a744;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:20.53125rem;display:block; }
#KCSNl2dBOTtC1k5VhDTLM1Zph5hGPT34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKK36JhMlgJb5oab4QEJyErMezL1vtyK { width:7.25rem;height:1.375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6MDfVIhzSEz2At7ENy5MSuh78fddNx { top:1.4375rem;left:4.1124811172486rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:21.75rem;height:8.125rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { width:22.5625rem;height:1.625rem;top:9.375rem;left:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { width:22.3125rem;height:1.4375rem;top:11.25rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6lE6nEX8JrScEJ5CFe7bUXGsuNR1Bs { width:22.5rem;height:25.625rem;top:7.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIceU2sSmfDFCV5U4GISSbF0Z8f6DEGv { width:18.875rem;height:3.4375rem;top:25.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BkJl3w9QmpkzhPWkKrc1kGncGHcfHT { display:block; }
 }@media only screen and (max-width: 763px) { #N4PQeJWqpwstrue8xEFWsg9NbRQCHpAt { width:18.875rem;height:3.4375rem;top:17.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZp0zc4aCRKVnPw9CzoiuNoTaWWadXhm { display:block; }
 }@media only screen and (max-width: 763px) { #E58T2ydrqLNbXkxaTUK1WZu1EWrdp0yX { top:19.375rem;left:0rem;width:30rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qru6ydHkWtQ5kX01t1JrSS19aTuLOnED { top:24rem;left:0rem;width:17.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { display:block; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWSBMBruNUQVXJo80IAsuxZQprgPs4s4 { width:20rem;height:2.25rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAutOADEoTJTIzlL4bo6LvoV1Mi7JAtW { width:19.9375rem;height:2.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQtpJvmRPgfl9BaRRZu8qTWolRnu6kW9 { width:16rem;height:10.1875rem;top:7.8125rem;left:13.843534469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2oTyHkkvoewALTOsF7oCXnICnC8EG58 { width:3.875rem;height:3.875rem;top:21.6875rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3gU0Ms1ROTpAGq8vgfq9mVV834n5cMM { width:12.1875rem;height:1.125rem;top:22.625rem;left:17.218392372131rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uXvqBWTGIhHTqJ8uSFXnbmk2dnMony { width:12.5625rem;height:1.125rem;top:23.75rem;left:17.218392372131rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrCyXyEymzuxO9HTVeIbzqzKbKnpzAhD { width:3.875rem;height:3.875rem;top:21.6875rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikpJp6Rw6osGWUkdAnG5a57v7NhN6zw { width:12.5625rem;height:1.125rem;top:23.75rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGrui1NzmFBVlVbTczO82syfGozn7mh { width:12.1875rem;height:1.125rem;top:22.625rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Psr4VvRRMBmnEE10lvTfZvMzXTTdvB { width:16rem;height:7.3125rem;top:7.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRom8R3WsxR7uOZTMzJAicEeFkmBLdQ { top:12.6875rem;left:0rem;width:10.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbvnxrin9Ssyo2hTg0cFkqrsghEAMeKf { width:12.5625rem;height:1.125rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 { display:block; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt0lBRJPSW837LdbUqNSgiwTpKPc8zEz { width:47.75rem;height:3.3125rem;top:7rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asJm3O48R8REtWZGSfLyWFgiHpGMam9n { width:18.9375rem;height:18.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLspdU4tMaOLfaytdgeiG2XSeGrfmC { width:4.5rem;height:4.5rem;top:21.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLwvdSVcbFvLZzHhGultkK4KL4ZbOWa { width:16.875rem;height:1.5rem;top:27.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5C66imVrfRZkPNfUJv8hcLzyirKpps4 { width:18.9375rem;height:18.75rem;top:18.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWsIKf2Sh8bnQKVp7sAbw0M5qfEbX5Jt { width:16.875rem;height:;top:30.1875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwgsdyay8zLi1I9bBxTEpL71T2JmU6D { width:16.875rem;height:3.25rem;top:27.75rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl25PtgnT8JrND5LQpTmPpnk1o4GTgzu { width:4.5rem;height:4.5rem;top:21.4375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJzy1F3BJ8z4ST23qXJFzZAcoNnuz28 { width:18.9375rem;height:18.75rem;top:18.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6s29PyKq36BwT3DV2A9Ib8uWgIVL9i { width:16.875rem;height:1.625rem;top:27.75rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTrCdLHAzBR2KU3oXaANAA9EM6RxJzc { width:4.5rem;height:4.5rem;top:21.4375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8DvW6Cl7sgCNoeGausB8lMwXbPHZPI { width:18.9375rem;height:3.4375rem;top:2.5rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSNl2dBOTtC1k5VhDTLM1Zph5hGPT34 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKK36JhMlgJb5oab4QEJyErMezL1vtyK { width:7.249375rem;height:0.97439375rem;top:1.3123915195465rem;left:0.81217449903488rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6MDfVIhzSEz2At7ENy5MSuh78fddNx { width:2.062175rem;height:2.062175rem;top:0.76822918653488rem;left:7.3746750950813rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/600f5c5a-743d-4f37-98ce-888bc2a1d89c/mainimagebgblack.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:20rem;height:2.43706875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { width:15.2485rem;height:1.462675rem;top:12.322049379349rem;left:2.3752172589302rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { width:17.5rem;height:1.462675rem;top:14.571940660477rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6lE6nEX8JrScEJ5CFe7bUXGsuNR1Bs { width:18.187375rem;height:12.8125rem;top:11.41601875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIceU2sSmfDFCV5U4GISSbF0Z8f6DEGv { width:13.9371875rem;height:2.3112rem;top:20.192057847977rem;left:3.0311415791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BkJl3w9QmpkzhPWkKrc1kGncGHcfHT { display:block; }
 }@media only screen and (max-width: 763px) { #N4PQeJWqpwstrue8xEFWsg9NbRQCHpAt { width:14.6235rem;height:2.5rem;top:16.572266817093rem;left:2.6877172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZp0zc4aCRKVnPw9CzoiuNoTaWWadXhm { display:block; }
 }@media only screen and (max-width: 763px) { #E58T2ydrqLNbXkxaTUK1WZu1EWrdp0yX { width:20rem;height:1.21853125rem;top:4.93706875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qru6ydHkWtQ5kX01t1JrSS19aTuLOnED { width:17.3746875rem;height:2.7615rem;top:25.779080629349rem;left:1.3123915791511rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { display:block; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWSBMBruNUQVXJo80IAsuxZQprgPs4s4 { width:20rem;height:2.27485rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAutOADEoTJTIzlL4bo6LvoV1Mi7JAtW { width:19.936rem;height:2.59928125rem;top:4.77485rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQtpJvmRPgfl9BaRRZu8qTWolRnu6kW9 { width:14.2496875rem;height:6.8229375rem;top:15.93479375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2oTyHkkvoewALTOsF7oCXnICnC8EG58 { width:3.937175rem;height:3.937175rem;top:24.329428911209rem;left:2.8748915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3gU0Ms1ROTpAGq8vgfq9mVV834n5cMM { width:12.249375rem;height:1.62489375rem;top:25.485570192337rem;left:7.750109016895rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uXvqBWTGIhHTqJ8uSFXnbmk2dnMony { width:8.9985rem;height:1.13715rem;top:27.703994035721rem;left:8.6870663762094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrCyXyEymzuxO9HTVeIbzqzKbKnpzAhD { width:3.937175rem;height:3.937175rem;top:37.840713262558rem;left:13.783095657826rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikpJp6Rw6osGWUkdAnG5a57v7NhN6zw { width:8.75rem;height:1.13715rem;top:40.675998449326rem;left:2.8748915791511rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGrui1NzmFBVlVbTczO82syfGozn7mh { width:12.249375rem;height:1.62489375rem;top:38.40277838707rem;left:0.99934905767444rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Psr4VvRRMBmnEE10lvTfZvMzXTTdvB { width:13.6246875rem;height:5.6857625rem;top:31.016168355942rem;left:2.8748915791511rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRom8R3WsxR7uOZTMzJAicEeFkmBLdQ { width:10.874rem;height:6.0617375rem;top:8.62359375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbvnxrin9Ssyo2hTg0cFkqrsghEAMeKf { width:10.374375rem;height:1.13715rem;top:14.832354545593rem;left:4.8122833371163rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 { display:block; }#qIJAtpzIhxZ5NJm7UB3pHAZaoioapPL2 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt0lBRJPSW837LdbUqNSgiwTpKPc8zEz { width:20rem;height:2.43706875rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asJm3O48R8REtWZGSfLyWFgiHpGMam9n { width:18.9371875rem;height:18.75rem;top:9.62456875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLspdU4tMaOLfaytdgeiG2XSeGrfmC { width:4.4987rem;height:4.4987rem;top:12.687175561523rem;left:7.7498912811281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLwvdSVcbFvLZzHhGultkK4KL4ZbOWa { width:16.25rem;height:1.5435125rem;top:18.99956875rem;left:1.5622825622559rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5C66imVrfRZkPNfUJv8hcLzyirKpps4 { width:18.9371875rem;height:18.75rem;top:29.62456875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWsIKf2Sh8bnQKVp7sAbw0M5qfEbX5Jt { width:16.25rem;height:0;top:41.437175561524rem;left:1.5004348754882rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwgsdyay8zLi1I9bBxTEpL71T2JmU6D { width:16.25rem;height:3.24978125rem;top:38.99956875rem;left:1.5004348754882rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl25PtgnT8JrND5LQpTmPpnk1o4GTgzu { width:4.4987rem;height:4.4987rem;top:32.687175561524rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJzy1F3BJ8z4ST23qXJFzZAcoNnuz28 { width:18.9371875rem;height:18.75rem;top:49.62456875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6s29PyKq36BwT3DV2A9Ib8uWgIVL9i { width:20rem;height:1.62489375rem;top:58.99956875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTrCdLHAzBR2KU3oXaANAA9EM6RxJzc { width:4.4987rem;height:4.4987rem;top:52.687175561524rem;left:7.6875038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8DvW6Cl7sgCNoeGausB8lMwXbPHZPI { width:18.9371875rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSNl2dBOTtC1k5VhDTLM1Zph5hGPT34 { display:block; }
 }