.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:237,246,214;--color-primary-1:202,229,133;--color-primary-2:166,212,51;--color-primary-3:253,218,0;--color-primary-4:33,42,10;--color-secondary-0:255,255,255;--color-secondary-1:236,236,236;--color-secondary-2:203,202,202;--color-secondary-3:122,121,121;--color-secondary-4:41,40,40;--color-tertiary-0:255,255,255;--color-tertiary-1:154,154,154;--color-tertiary-2:109,109,109;--color-tertiary-3:56,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Lato"; }@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-0),1);background-image:url("https://images.assets-landingi.com/uc/4ab5bdf2-ca64-45ee-85d9-fb1ee2a73a00/BannerLanding2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-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:42.25rem;width:60rem;overflow:visible;position:relative;display:block; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM { 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; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container { background-color: transparent; background-image: none; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container > .video-iframe-container { display: none; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row > .video-iframe-container { display: none; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .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); }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container { border-width: 0; border-radius: 0; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#mpffsOrFTHNVFXEE8kvPqN8dJ5OFutzx { color:#2f4451;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9969615936279rem;left:25.311634063721rem;height:3.00564375rem;font-style:normal;display:block; }
#suQhZB0fT6c0tQmDVBMx7LXuJTL3UhPW { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:28.064238548279rem;left:0.87456512451175rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD { box-sizing:content-box;height:21.436625rem;width:39.6875rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/22cb1ddf-cd29-4e5e-9b1c-d5cf3e34dfa4/Ban26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.2463111877441rem;left:10.15625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }#DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD.adaptive-delivery-prevent-bg, #DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD.lazyload, #DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD.lazyloading { background-image: none; }
#T9ACiTNu8i0l3MkF5tSEcJNMBbbIqILv { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:33.900824546814rem;left:0.87348175048825rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container { background-color: transparent; background-image: none; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container > .video-iframe-container { display: none; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row > .video-iframe-container { display: none; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .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); }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container { border-width: 0; border-radius: 0; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#qybhXe1hx3sQw5QC0Mf7bTnkK7rNabEv { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.42426300048828rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#2f4451;text-align:center;text-align-last:center;display:block; }
#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ { 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; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container { background-color: transparent; background-image: none; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container > .video-iframe-container { display: none; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row > .video-iframe-container { display: none; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .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); }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container { border-width: 0; border-radius: 0; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:16.874130249024rem;display:block; }
#HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.310981750488rem;left:15.562065124512rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.874567985534rem;left:15.436199188233rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { 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:16.875rem;width:7.5rem;top:0.810546875rem;left:18.875rem;overflow:hidden;display:block; }
#bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.1875rem;left:18rem;display:block; }
#zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ElM61mqEpth8NDJgGKpSvCWeBGRkBtqm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:1.9368476867676rem;display:block; }
#icCAt7v7kK2PkNDusRMyDueqyg5G4Rym { 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:16.875rem;width:7.5rem;top:0.810546875rem;left:3.9105911254883rem;overflow:hidden;display:block; }
#NMmInoGvk81VwHG8PNyK2akFvbmu5TtC { color:#44859c;display:block;width:7.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:3.9982643127441rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zd3ft5kVxt9WSCobkm5MLsBiWfzZSD9B { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.373481750488rem;left:0.46875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vs861S3KeoZlov8NyBFXLgUnR8idItkR { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.87131023407rem;left:0.40256118774414rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8xeAf7HtFybkJTLJ27ysnTw1mIN5Tye { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.1875rem;left:3.125rem;display:block; }
#qTNKvkDQi0l4xTAJGLirnC2GbdQMRrHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqFbsPfKHNUn1FGlDCdsmF0ReMamWx3d { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6875rem;left:31.9375rem;display:block; }
#WnSKeahRTCsfRDDLX18R2nwONSOrbRQe { position:absolute;display:block;z-index:15004;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:16.875rem;width:7.5rem;top:0.873046875rem;left:34.0625rem;overflow:hidden;display:block; }
#f4qBV6RpQt5KyxF9EnPNpDcH1JuFIpMe { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6844615936279rem;left:46.804473876953rem;display:block; }
#iK5wIDPQhO4Us48GiNAWUs30KsW3Lp2W { 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:16.875rem;width:7.5rem;top:0.74913215637206rem;left:48.748916625976rem;overflow:hidden;display:block; }
#rCV6SMJnOI2tTK1tWW5o5xSPZOMVsu6y { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.874567985534rem;left:30.404731750488rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mn23ok6oFhofeUmRIE15mImDalReBkyt { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:30.531684875488rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u64ENrzKM7t6SHMA0TGrh4LpM0KwnzUF { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.374568939209rem;left:45.405815124512rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni2c9bC15NvZtN82F8HtRJllTRe4sZ1S { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:45.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVWQ4iAa7vPiD7EagQ2BLocME6WwHg2g { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.1875rem;left:33.125rem;display:block; }
#tHA7iQxuZVqIAn6KeSDBN9HvgZZT3TML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ju0Vx3d0vEA2dxLMWdk8VsbWRkfAiTCb { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.1875rem;left:48rem;display:block; }
#JXfbmlgQiyBEudQwVySZLKGbUrFLylpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4lzzTvVKho9z2bW0kh6wJyaPIs6TCRX { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.060547828674rem;left:19.181858062744rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EexR4SXehumkzsNWWsZcKbezC4weTSN7 { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:34.219184875488rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlED0GJg285soo1b1LmKC4oMaVPm7bpv { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:49.185111999512rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp { 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; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container { background-color: transparent; background-image: none; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container > .video-iframe-container { display: none; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row > .video-iframe-container { display: none; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .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); }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container { border-width: 0; border-radius: 0; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#rLpimeQFIQin9OTRcRdqIlVohftaw6i8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:16.874130249024rem;display:block; }
#gGJA2KlCNI4piW1cDI3Q80nItIr6Mosx { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.310981750488rem;left:15.562065124512rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiVWal4G2sErRDqa7kVvTQtzuo5RXm0a { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.687065124512rem;left:15.436199188233rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrIk6gCecyNRP9vl3IGsqPaP22iFllCm { 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:16.875rem;width:7.5rem;top:0.869140625rem;left:18.8125rem;overflow:hidden;display:block; }
#uADxnX4U5Jme1hpiOkRhQLdDL8WNtTsq { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.373268127441rem;left:18.344184875488rem;display:block; }
#T27W6yonVIPUuO98gusxADqG2ABMiuxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWiCOFeGV1q57T4beuwRHVOTnwhS40sD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:1.9368476867676rem;display:block; }
#qlJqzdKTMGmzaVt7U6hsgT7JdTf6czQU { 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:16.875rem;width:7.5rem;top:0.873046875rem;left:4.0355911254883rem;overflow:hidden;display:block; }
#IRoyoZOSLSTZqkdfUiUffnFwhDkvNBdG { color:#44859c;display:block;width:7.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:3.9982643127441rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRFGToHsg8hqwvGPQTXtxSeGPM4TSsHp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.373481750488rem;left:0.46875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuIqgwu2mMtktvKre51QKILT3GpMM8Pl { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.371528625488rem;left:0.40256118774414rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJtR3kuTULSpvnzns5Nfz2xmJiUC7y3M { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.373268127441rem;left:3.4722213745117rem;display:block; }
#ihsy0O7rOApTCSHpKE5EFDqwwFeSfcDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPkSUsTmfv8XP7eSpKRcHoNxJCDJWexH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6875rem;left:31.9375rem;display:block; }
#izHSLsKNgqdu4VgGf9S497Z8btCDFbnA { position:absolute;display:block;z-index:15023;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:16.875rem;width:7.5rem;top:0.869140625rem;left:34rem;overflow:hidden;display:block; }
#XCNU5hEdiS0taweXGh7P7b1UXm9nqg7b { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6844615936279rem;left:46.804473876953rem;display:block; }
#gimrPUa0attDD6TCy24OElkzSLTqD0iL { 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:16.875rem;width:7.5rem;top:0.93685150146487rem;left:48.937286376953rem;overflow:hidden;display:block; }
#h6qT0UfUDLql9ImHXH7r0gFQ0Jsdo9i2 { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.374565124512rem;left:30.967231750488rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2Jr4ZozlLdKTDRW6BoqHGA8KZ9xIOXG { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:30.531684875488rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GL81TSocZdBm4X1XFzveNfWI162WBkzU { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.687065124512rem;left:45.405815124512rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8JqZGMyQExSsVzbnZW9R3AQI32wNd9t { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:45.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XvzrAwlfZnJImN6rKDhh2OF3M5Phpsp7 { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.373268127441rem;left:33.475479125976rem;display:block; }
#riUM59QCWnp4AVvKZfS5BAGbJToETpWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4nTXvK1FkTwqedK6tPf9kdu50T8GX3n { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.373268127441rem;left:48.344184875488rem;display:block; }
#UUtKmMvXFUhCkhA6gLDyahTwCJTw4KlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bo92IpCsR6g1SovpbCw5ER7trD6VCW4H { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.080513000488rem;left:18.972003936767rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkGJc0sSao9gAivZs3KIIeNrH8EUARcl { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:34.219184875488rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tquCF8ucVR4Sf3dPJ3t1XZMIZs2XpdH4 { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:49.185111999512rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye { 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; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container { background-color: transparent; background-image: none; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container > .video-iframe-container { display: none; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row > .video-iframe-container { display: none; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .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); }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container { border-width: 0; border-radius: 0; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#blDpv3RpUFIv49wgIUld0uIpSiOi5u98 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:16.874130249024rem;display:block; }
#bFm7ergUW2mzLoxIrw900PBJCkEVIDz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.310981750488rem;left:15.562065124512rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQfqdkG0vV8hItJTMuKytOpon0iSyK0Z { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.187072753906rem;left:15.436199188233rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoxnldkUba10SFw5cvfGlGcJykM5KzpZ { 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:16.875rem;width:7.5rem;top:0.873046875rem;left:19.160373687744rem;overflow:hidden;display:block; }
#vz3k4CowEt1ptTT7ynkulPnxOiX9C4IL { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.310768127441rem;left:18.344184875488rem;display:block; }
#V3kltTxnpx1ZDyXMWmHlyG7yQ5PRRohW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSrTv1LbfSIyIRFikBktynoZ8NoJLrCT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6866302490234rem;left:1.9368476867676rem;display:block; }
#mTylqUzFqDL3KKoTiGqCxT3ElVzwqcex { 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:16.875rem;width:7.5rem;top:0.873046875rem;left:3.9730911254883rem;overflow:hidden;display:block; }
#hiO1AeyTv9pSdfRD0rhewD07mXcRxF7C { color:#44859c;display:block;width:7.061625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:3.9982643127441rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWePZSaR9i36ecRoCc5lFyHcyroTiQcZ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.373481750488rem;left:0.46875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBffzd9UB5MdE7JStm4AatP1aORDf6TW { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.183815002441rem;left:0.40256118774414rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiJm8xRnnyiKs55WFT56mtKcgsDuqHkv { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.310768127441rem;left:3.4722213745117rem;display:block; }
#QzJZEdNgaS8E2rMIFN04nTJxCbTAkPkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOXWixqGWJQ7J3M4J78OLx0BEuXHykGB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6875rem;left:31.9375rem;display:block; }
#n939wgtD9c3AZckrD4OxcmTIqX585odo { position:absolute;display:block;z-index:15004;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:16.875rem;width:7.5rem;top:0.81163024902344rem;left:34.124130249024rem;overflow:hidden;display:block; }
#mJTXsRx2ZanT8xs5MaHL860LHn5UkEkq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d0d6da;border-left:0.125rem solid #d0d6da;border-right:0.125rem solid #d0d6da;border-bottom:0.125rem solid #d0d6da;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:2.6844615936279rem;left:46.804473876953rem;display:block; }
#f6CnzLExWkaxBvO1impCvpcqisuWG9p3 { 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:16.875rem;width:7.5rem;top:0.87434768676756rem;left:48.999786376953rem;overflow:hidden;display:block; }
#T5TETZqziVlgT0NSXbpoTkEgggVoqeby { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.562072753906rem;left:30.404731750488rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNxPgpKVglGBwywlyeLx2SiZOcs65gMv { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:30.531684875488rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPnrBadCbSNT9M1CpuRzCTWGmTtZ0ifM { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.562072753906rem;left:46.092666625976rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SuCiRXiadgA9KXzzBMDNyDD9ZeIQ79u1 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.310764312744rem;left:45.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csiXeBrMVHnn5f0TiHopHTc5tNi7MRoe { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.310768127441rem;left:33.475479125976rem;display:block; }
#GkvdskLTcfcnyR4kwSWBc5AsrfgxoeSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImXRUqPuBOu1OCQpZVyPOOEzWnCGNbWM { background-color:#2f4451;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: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3105625rem;height:2.43706875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.310768127441rem;left:48.344184875488rem;display:block; }
#vkSXT4QTglR3XW7HVKyOkqr5eaH3yqEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KseIrKCMH56pl8HAkTcnX7JzE1mzJaib { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.018229484558rem;left:19.222873687744rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8sggEADWvsGrThB2ZwrHvB36aZECLyD { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:34.219184875488rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxbDTDrmU2gpTAv5J7GunLOrtR1AzlUN { color:#44859c;display:block;width:7.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:49.185111999512rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2f4451;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; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container { background-color: transparent; background-image: none; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container > .video-iframe-container { display: none; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row > .video-iframe-container { display: none; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .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); }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container { border-width: 0; border-radius: 0; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#rJCKXwbbxpZMHdQZ8fEi0HWmZvS2WdCH { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.48718643188476rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f4451;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; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container { background-color: transparent; background-image: none; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container > .video-iframe-container { display: none; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row > .video-iframe-container { display: none; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .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); }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container { border-width: 0; border-radius: 0; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#A384DTdAE1WiBo6LBftrWzm0qaInCH4v { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.286676406861rem;left:0.78146743774412rem;display:block; }
#dsPbNmHr9KWOce1MuSBnvXSsAeUFSb8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9hWNa3h0nQN6Q1TTPnVEXGJDvm5TWpT { color:#fffffb;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:1.5rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJsDvQ5rzH28IRR4Jm5AfNHBclR3GJ1X { position:absolute;display:block;z-index:15034;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:17.5625rem;width:9.375rem;top:3.8114147186279rem;left:3.2170143127441rem;overflow:hidden;display:block; }
#IRw9BWJ730MATp1hGHD2Z4JL2zimUsDH { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:25.552301406861rem;left:0.93576431274412rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z91cTxmOGrrSayilBqbKPiAFI5zI4D1g { color:#92ede8;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.335069656372rem;left:3.5915794372559rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EF39Pd85Iy2mKUrWdU5zCvz39fe3wvGx { color:#fffffb;display:block;width:13.0620625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:15.967880249024rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W852nG7TX2X6ngZLxEsdbxTvKPcZT3Ce { position:absolute;display:block;z-index:15035;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:17.3125rem;width:9.4375rem;top:3.8107643127441rem;left:17.748481750488rem;overflow:hidden;display:block; }
#rQeZKk6XFodfBG1BZNDtgX9oFoDzwblr { color:#92ede8;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.335069656372rem;left:18.437934875488rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwUf2v2wPM2WlkzkuVzSxni66Kme3QuZ { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:25.551216125488rem;left:15.967231750488rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rmh1qU3nKfv99OtTUOhdUAlm99u4vmLh { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.285374641419rem;left:15.656467437744rem;display:block; }
#mFHJDp8LoVu7SpDFiyxJrC2WpeSltJEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKNzoHhWm8nWrfJzUhetJQA97KT2TzrT { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.286458969116rem;left:30.656471252441rem;display:block; }
#bTyGB75BJMROmhyG5h1gywkJX8VV5PcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkpiWMKMhJBePWp5H8hRDlFZQE5Dyr1C { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:30.286458969116rem;left:45.656471252441rem;display:block; }
#OJigoW7L4wc0X5IRrHSWewh5Qgk2C57o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPRHMx9UuTQSQzM731JGxke9l9udXRXA { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:9.4375rem;top:3.8107643127441rem;left:32.748481750488rem;overflow:hidden;display:block; }
#J4nooUyLRLTqBQBbu00HQWAxVhtGOUlk { position:absolute;display:block;z-index:15037;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:17.3125rem;width:9.4375rem;top:3.8107643127441rem;left:47.749351501465rem;overflow:hidden;display:block; }
#Fz3AqytFGOoOrD26Zs9L2xsv6scaAslQ { color:#fffffb;display:block;width:13.061rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:30.968971252441rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irTxoz9u7r74fGX9leDEbq9gIizOJWTA { color:#fffffb;display:block;width:13.061rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:45.968971252441rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sb8LuawmKBGTEtxUZkCKvERQ8PX9yNTz { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:25.552301406861rem;left:31.029731750488rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuXXrrrLk9JziAAbZ4FUqiTucZ4fhs30 { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:25.621744155884rem;left:46.030815124512rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeTq5yHfGFznpoDFMAvi2i1qxyVnAyfw { color:#92ede8;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.335069656372rem;left:33.500434875488rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFXNGvPCBeEg43asm4rybxht82O1FuPz { color:#92ede8;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.335069656372rem;left:47.312934875488rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0AvCOxtMERodLbITqhma0BV87BJIS2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { background-color: transparent; background-image: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container > .video-iframe-container { display: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container { display: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .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); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { border-width: 0; border-radius: 0; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#D4dZQHOIAeKmBCTMgsLHGQil884OtX8q { position:absolute;display:block;z-index:15004;background-color:#2f4451;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:19.125rem;top:4.5625rem;left:20.4375rem;display:block; }
#p9iVRHvFgGSK2XkR8FV129q7oOXzSZkM { color:#fffffb;display:block;width:15.5620625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:22.0625rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sezl9VIr0nUV6RieeGmUFT3wk6EZK60W { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:34.25rem;width:19.125rem;top:4.6875rem;left:0rem;display:block; }
#L6IeLwGfpTOLPu2DZPLtKVx1EHqFTheA { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:34.25rem;width:19.125rem;top:4.6875rem;left:40.875rem;display:block; }
#Sm1pW9IZqTOGCRHGRtTda3JwlN6AN3SV { color:#92ede8;display:block;width:7.999125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.375rem;left:25.6875rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CEKRMmGOlfkZh0e2dTUXGSt5P6zzOtfZ { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6870625rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.0625rem;left:23.25rem;display:block; }
#dz2nuTL9bb2uIhFk7EephDZLrCWLgg4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oL4axgvugPMNkByhxNmnK7tvd4dbZkSr { position:absolute;display:block;z-index:15033;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:17.6248125rem;width:9.4998125rem;top:8.875rem;left:25.25rem;overflow:hidden;display:block; }
#AzkTBwh4d8LFGTQTTJ8fITTq0t8Mf7OV { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:30.5625rem;left:22.6875rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QykIB45g1k3ZOMfVKQAlTIfLLUpvohyr { background-color:#2f4451;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.0625rem;left:3.1875rem;display:block; }
#H9zJ3Pa1SXW05ELAfqRWgfq1AyGXbIdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORSU6dINQPeTSqbbFVgvyQMdsc8g5V1d { color:#2f4451;display:block;width:15.561rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.25rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#easaraTbeDIwFlyeOZ96kQc52wtNH09d { position:absolute;display:block;z-index:15034;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:17.3125rem;width:9.4375rem;top:8.875rem;left:5.25rem;overflow:hidden;display:block; }
#zaZ4Mtad0RxPqrfrbgV0khJIyLDMAI45 { color:#2f4451;display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:30.5625rem;left:2.75rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQlo8fDWdwTKGUDcTQ8IJ83t41aWwNLp { color:#44859c;display:block;width:9.3125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:27.375rem;left:5.0625rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oehmfwn15EFgqsKmrPpxtPbTEMazRIBw { color:#2f4451;display:block;width:15.561rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.0625rem;left:42.75rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWAMdxJCgwHZc3nugchJ13pK6xEkEEJb { position:absolute;display:block;z-index:15034;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:17.625rem;width:9.5rem;top:9.0625rem;left:45.875rem;overflow:hidden;display:block; }
#Z96OeXw6oggHz40uOSDsQVbAPCl41RcH { background-color:#2f4451;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.0625rem;left:43.9375rem;display:block; }
#wsdLCulNH1yXnyMS5aSBDOZydWtIAhPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzHhgDJ2cgZfVOh0T1H72kkTOmMM2qAp { color:#2f4451;display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:30.5625rem;left:43.1875rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LP7RkzTODL9kzingpTsnB37lJleLcOXH { color:#44859c;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:46.4375rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNuBalrzihgtlzd1T8f65gTEd7wxgaqC { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.37434387207031rem;left:0rem;height:3.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#2f4451;text-align:center;text-align-last:center;display:block; }
#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { background-color: transparent; background-image: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container > .video-iframe-container { display: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container { display: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .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); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { border-width: 0; border-radius: 0; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#V3ZdJeTLB6hZdW8nTJertkQfHbDDrvJs { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.375rem;width:19.125rem;top:0.625rem;left:20.4375rem;display:block; }
#oPqxWGJTuOmyQg8x0d14N0H4PM0Z6oKN { color:#2f4451;display:block;width:15.5620625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.0625rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHQdsFcesugFv5xtWUVEaL9JU7bvJF4k { position:absolute;display:block;z-index:15012;background-color:#2f4451;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(47,68,81,0.25) ;height:34.25rem;width:19.125rem;top:0.75rem;left:0rem;display:block; }
#SJcQBn53D05BX3473UFMa3hIl9iWRylf { position:absolute;display:block;z-index:15003;background-color:#2f4451;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:34.25rem;width:19.125rem;top:0.75rem;left:40.875rem;display:block; }
#ksV34JhuUGewNHXQCVvg23Gb4q1bHSnW { color:#2f4451;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25.374347686767rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWkCImyRFngf9iIT7zyk3lmTcrsG7wu7 { background-color:#2f4451;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6870625rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.125rem;left:23.25rem;display:block; }
#Fq1OXE8mu3ZarOO7vwQr83rEGUVyr30S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bguge63qB9yahkx98zmTISw5FZ3TLWKt { position:absolute;display:block;z-index:15033;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:17.625rem;width:9.5rem;top:4.9375rem;left:25.25rem;overflow:hidden;display:block; }
#IoaIODzrleDwXmk0psV1vurfdGg1FAEN { color:#2f4451;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:26.625rem;left:22.6875rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbccAWF0grLoiXTWacCe44tg9dTt4Nnv { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#2f4451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.125rem;left:3.1875rem;display:block; }
#wuTP2WocS9WGcaqwJFfIAAV8KkdL9417 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByIJTfHr0MB5ahNLaRTZoufvLNmeZqfP { color:#ffffff;display:block;width:15.561rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.25rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puouMwwlz0Fqi9Lhm4VqsCEAeXG07NkN { position:absolute;display:block;z-index:15034;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:17.625rem;width:9.5rem;top:4.9375rem;left:5.25rem;overflow:hidden;display:block; }
#UPaDg82XqT6eKU1oHeXta4Xk5VeQ1rIb { color:#ffffff;display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:26.625rem;left:2.75rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSF3iWqKdWCJbAAAFoNMNKaHEezT1vAa { color:#92ede8;display:block;width:7.9980625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.9368476867676rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1DT7xpbWwuQ5oinZGFTuWvmxaZbAENz { color:#ffffff;display:block;width:15.561rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:42.75rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTz7wstGubtLFguczpkbTsVRrWDv6lUC { position:absolute;display:block;z-index:15034;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:17.625rem;width:9.5rem;top:5rem;left:45.75rem;overflow:hidden;display:block; }
#NIant7KIAtn3M3e4eH0ucU3AkuWPk3gs { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#2f4451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.125rem;left:43.9375rem;display:block; }
#Bp6mcpNFlOtpz5EGhwPrw4fV6eLnRPDE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcdkmzywAzDPhF6wcQ7RD4ra08MGppLI { color:#ffffff;display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:26.625rem;left:43.1875rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AC6kkd6ggxXthxb9kAsWBL8Qqz0gfn44 { color:#92ede8;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.4375rem;left:45.249351501465rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ee5c248-705a-4e2c-8dd8-b18118464d7a/BannerLanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;position:relative;z-index:auto;display:block; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.adaptive-delivery-prevent-bg, #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.lazyload, #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.lazyloading { background-image: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { background-color: transparent; background-image: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container > .video-iframe-container { display: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container { display: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .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); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { border-width: 0; border-radius: 0; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { width:60rem;height:23.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yQJWHhzAT5vnTrS6aTwTbRfbPPGaxczh { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.3095703125rem;left:9.52734375rem;height:3.37456875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITlL7xyNa9AEFr8kHHqNilp9HlB5PU6f { color:#ffffff;display:block;width:59.9370625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:9.8079433441163rem;left:0.062934875488281rem;height:4.19705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgTF0bq7wwpbfMTAqMwPhBBWldc83Qfy { background-color:#44859c;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.25) ;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:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.74956875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.600479125976rem;left:22.603080749512rem;display:block; }
#FRHm1PMx7xyyXDc2ClDQIqqr1zZusKJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 { 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; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container { background-color: transparent; background-image: none; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container > .video-iframe-container { display: none; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row > .video-iframe-container { display: none; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .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); }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container { border-width: 0; border-radius: 0; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#Igm7TrNiduHoRFfheASC1VRLN4QUtiaH { color:#2f4451;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#t23DJxQPp1TTFUfgVLMWtn6DKZZVy8IC { color:#2f4451;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJ0KeIp5bFyKNkAbZQZ97y002mOizXZU { position:absolute;display:block;z-index:15011;background-color:#000000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:11.6875rem;left:28.75rem;display:block; }
#RN6M3cK6QmT6qrwBzxzXwK5zVaLbkfVw { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.749375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EabWdSKZHBPz0QS6oNdNcVCSJ1PvIubm { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:13.4375rem;left:0.5625rem;display:block; }
#Qqu9eX5ugBBorXlXn81UT6L7TW261nw6 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0.9375rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evd2nO8KdXOcHTHTWhFGNFddlKNzRWWm { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:13.4375rem;left:20.5rem;display:block; }
#rwxVg2dZerIHkEuV6u0OLdUFn5MivA8o { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.0625rem;left:21rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edssK69UkZOZF7birg6p4OKTQUHQqaKC { color:#2f4451;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0.9375rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd6dcN71JB2yhAyVyXNEUVz8tIrcK1dc { color:#2f4451;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:20.9375rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HV6egoVvcg4OhzquUTmdvhhxt2xa7hwl { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:13.4375rem;left:40.5rem;display:block; }
#t2NhaqhU2e2AnZVTVHy9IrFHE7t1Xga7 { color:#2f4451;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.9375rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiQTo8LrTxfeCdoJDGuJaSkq3QBE6vOu { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.0625rem;left:40.9375rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ca74a10-559a-4a1e-9af0-bc2f44a0ffc9/Train2.jpg");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; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx.adaptive-delivery-prevent-bg, #ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx.lazyload, #ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx.lazyloading { background-image: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { background-color: transparent; background-image: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f4451; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container > .video-iframe-container { display: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f4451; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row > .video-iframe-container { display: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .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); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { border-width: 0; border-radius: 0; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#xLTnrnPhUTI6ItPh4dJh6mTyOLyApKBT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJoIIyH1VwQ2Dr5t0kKJtgSCTqpmq2yo { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9372825622559rem;left:0rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEuKqe4ap7MEmo1JRryQdQTtX09fxaHp { 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:2.5rem;width:2.5rem;top:6.0622825622559rem;left:29.874130249024rem;overflow:hidden;display:block; }
#xEeEBCMVbL72ftkRaIGmyexLvokkSLON { 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:2.5rem;width:2.5rem;top:6.0622825622559rem;left:27.061634063721rem;overflow:hidden;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) { #u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM { display:block; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpffsOrFTHNVFXEE8kvPqN8dJ5OFutzx { top:1.9375rem;left:19.186634063721rem;width:11.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQhZB0fT6c0tQmDVBMx7LXuJTL3UhPW { top:28.0625rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD { top:5.1875rem;left:4.03125rem;width:39.6875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ACiTNu8i0l3MkF5tSEcJNMBbbIqILv { top:33.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah { display:block; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qybhXe1hx3sQw5QC0Mf7bTnkK7rNabEv { width:47.75rem;height:;top:0.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ { display:block; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { width:11.25rem;height:17.8125rem;top:2.625rem;left:12.280380249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { width:13.875rem;height:1.4375rem;top:21.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { width:14.125rem;height:2.75rem;top:23.8125rem;left:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { width:7.5rem;height:16.875rem;top:0.75rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { width:8.25rem;height:2.375rem;top:28.1875rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block; }
 }@media only screen and (max-width: 763px) { #ElM61mqEpth8NDJgGKpSvCWeBGRkBtqm { width:11.25rem;height:17.8125rem;top:2.625rem;left:0.40559768676758rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCAt7v7kK2PkNDusRMyDueqyg5G4Rym { width:7.5rem;height:16.875rem;top:0.75rem;left:2.3793411254883rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMmInoGvk81VwHG8PNyK2akFvbmu5TtC { width:7rem;height:2.375rem;top:18rem;left:2.4661445617676rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3ft5kVxt9WSCobkm5MLsBiWfzZSD9B { width:13.875rem;height:1.4375rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs861S3KeoZlov8NyBFXLgUnR8idItkR { width:14.125rem;height:2.75rem;top:23.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8xeAf7HtFybkJTLJ27ysnTw1mIN5Tye { width:8.25rem;height:2.375rem;top:28.1875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNKvkDQi0l4xTAJGLirnC2GbdQMRrHv { display:block; }
 }@media only screen and (max-width: 763px) { #aqFbsPfKHNUn1FGlDCdsmF0ReMamWx3d { width:11.25rem;height:17.8125rem;top:2.6875rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSKeahRTCsfRDDLX18R2nwONSOrbRQe { width:7.5rem;height:16.875rem;top:0.8125rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4qBV6RpQt5KyxF9EnPNpDcH1JuFIpMe { width:11.25rem;height:17.8125rem;top:2.625rem;left:36.085723876953rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK5wIDPQhO4Us48GiNAWUs30KsW3Lp2W { width:7.5rem;height:16.875rem;top:0.6875rem;left:38.030166625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCV6SMJnOI2tTK1tWW5o5xSPZOMVsu6y { width:14.125rem;height:2.75rem;top:23.8125rem;left:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn23ok6oFhofeUmRIE15mImDalReBkyt { width:13.875rem;height:1.4375rem;top:21.25rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u64ENrzKM7t6SHMA0TGrh4LpM0KwnzUF { width:14.125rem;height:4.125rem;top:23.3125rem;left:33.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni2c9bC15NvZtN82F8HtRJllTRe4sZ1S { width:13.875rem;height:1.4375rem;top:21.25rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWQ4iAa7vPiD7EagQ2BLocME6WwHg2g { width:8.25rem;height:2.375rem;top:28.1875rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHA7iQxuZVqIAn6KeSDBN9HvgZZT3TML { display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Vx3d0vEA2dxLMWdk8VsbWRkfAiTCb { width:8.25rem;height:2.375rem;top:28.1875rem;left:37.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfbmlgQiyBEudQwVySZLKGbUrFLylpu { display:block; }
 }@media only screen and (max-width: 763px) { #t4lzzTvVKho9z2bW0kh6wJyaPIs6TCRX { width:7rem;height:2.375rem;top:18rem;left:14.588108062744rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EexR4SXehumkzsNWWsZcKbezC4weTSN7 { width:7rem;height:2.375rem;top:18rem;left:26.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlED0GJg285soo1b1LmKC4oMaVPm7bpv { width:7rem;height:2.375rem;top:18rem;left:38.465278625488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp { display:block; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLpimeQFIQin9OTRcRdqIlVohftaw6i8 { width:11.25rem;height:17.8125rem;top:2.625rem;left:12.280380249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJA2KlCNI4piW1cDI3Q80nItIr6Mosx { width:13.875rem;height:1.4375rem;top:21.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiVWal4G2sErRDqa7kVvTQtzuo5RXm0a { width:14.125rem;height:2.75rem;top:23.625rem;left:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIk6gCecyNRP9vl3IGsqPaP22iFllCm { width:7.5rem;height:16.875rem;top:0.8125rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADxnX4U5Jme1hpiOkRhQLdDL8WNtTsq { width:8.25rem;height:2.375rem;top:28.3125rem;left:13.750434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27W6yonVIPUuO98gusxADqG2ABMiuxi { display:block; }
 }@media only screen and (max-width: 763px) { #DWiCOFeGV1q57T4beuwRHVOTnwhS40sD { width:11.25rem;height:17.8125rem;top:2.625rem;left:0.40559768676758rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJqzdKTMGmzaVt7U6hsgT7JdTf6czQU { width:7.5rem;height:16.875rem;top:0.8125rem;left:2.5043411254883rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoyoZOSLSTZqkdfUiUffnFwhDkvNBdG { width:7rem;height:2.375rem;top:18rem;left:2.4661445617676rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFGToHsg8hqwvGPQTXtxSeGPM4TSsHp { width:13.875rem;height:1.4375rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuIqgwu2mMtktvKre51QKILT3GpMM8Pl { width:14.125rem;height:4.125rem;top:23.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJtR3kuTULSpvnzns5Nfz2xmJiUC7y3M { width:8.25rem;height:2.375rem;top:28.3125rem;left:1.9409713745118rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsy0O7rOApTCSHpKE5EFDqwwFeSfcDH { display:block; }
 }@media only screen and (max-width: 763px) { #nPkSUsTmfv8XP7eSpKRcHoNxJCDJWexH { width:11.25rem;height:17.8125rem;top:2.6875rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izHSLsKNgqdu4VgGf9S497Z8btCDFbnA { width:7.5rem;height:16.875rem;top:0.8125rem;left:26.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCNU5hEdiS0taweXGh7P7b1UXm9nqg7b { width:11.25rem;height:17.8125rem;top:2.625rem;left:36.085723876953rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimrPUa0attDD6TCy24OElkzSLTqD0iL { width:7.5rem;height:16.875rem;top:0.875rem;left:38.218536376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qT0UfUDLql9ImHXH7r0gFQ0Jsdo9i2 { width:12.9375rem;height:4.125rem;top:23.3125rem;left:22.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Jr4ZozlLdKTDRW6BoqHGA8KZ9xIOXG { width:13.875rem;height:1.4375rem;top:21.25rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL81TSocZdBm4X1XFzveNfWI162WBkzU { width:14.125rem;height:2.75rem;top:23.625rem;left:33.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JqZGMyQExSsVzbnZW9R3AQI32wNd9t { width:13.875rem;height:1.4375rem;top:21.25rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzrAwlfZnJImN6rKDhh2OF3M5Phpsp7 { width:8.25rem;height:2.375rem;top:28.3125rem;left:25.819229125976rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUM59QCWnp4AVvKZfS5BAGbJToETpWB { display:block; }
 }@media only screen and (max-width: 763px) { #a4nTXvK1FkTwqedK6tPf9kdu50T8GX3n { width:8.25rem;height:2.375rem;top:28.3125rem;left:37.625434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtKmMvXFUhCkhA6gLDyahTwCJTw4KlQ { display:block; }
 }@media only screen and (max-width: 763px) { #bo92IpCsR6g1SovpbCw5ER7trD6VCW4H { width:7rem;height:2.375rem;top:18.0625rem;left:14.377605438233rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkGJc0sSao9gAivZs3KIIeNrH8EUARcl { width:7rem;height:2.375rem;top:18rem;left:26.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquCF8ucVR4Sf3dPJ3t1XZMIZs2XpdH4 { width:7rem;height:2.375rem;top:18rem;left:38.465278625488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye { display:block; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blDpv3RpUFIv49wgIUld0uIpSiOi5u98 { width:11.25rem;height:17.8125rem;top:2.625rem;left:12.280380249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFm7ergUW2mzLoxIrw900PBJCkEVIDz8 { width:13.875rem;height:1.4375rem;top:21.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQfqdkG0vV8hItJTMuKytOpon0iSyK0Z { width:14.125rem;height:4.125rem;top:23.125rem;left:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxnldkUba10SFw5cvfGlGcJykM5KzpZ { width:7.5rem;height:16.875rem;top:0.8125rem;left:14.566623687744rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3k4CowEt1ptTT7ynkulPnxOiX9C4IL { width:8.25rem;height:2.375rem;top:28.25rem;left:13.750434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3kltTxnpx1ZDyXMWmHlyG7yQ5PRRohW { display:block; }
 }@media only screen and (max-width: 763px) { #GSrTv1LbfSIyIRFikBktynoZ8NoJLrCT { width:11.25rem;height:17.8125rem;top:2.625rem;left:0.40559768676758rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTylqUzFqDL3KKoTiGqCxT3ElVzwqcex { width:7.5rem;height:16.875rem;top:0.8125rem;left:2.4418411254883rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiO1AeyTv9pSdfRD0rhewD07mXcRxF7C { width:7rem;height:2.375rem;top:18rem;left:2.4661445617676rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWePZSaR9i36ecRoCc5lFyHcyroTiQcZ { width:13.875rem;height:1.4375rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBffzd9UB5MdE7JStm4AatP1aORDf6TW { width:14.125rem;height:4.125rem;top:23.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiJm8xRnnyiKs55WFT56mtKcgsDuqHkv { width:8.25rem;height:2.375rem;top:28.25rem;left:1.9409713745118rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJZEdNgaS8E2rMIFN04nTJxCbTAkPkO { display:block; }
 }@media only screen and (max-width: 763px) { #DOXWixqGWJQ7J3M4J78OLx0BEuXHykGB { width:11.25rem;height:17.8125rem;top:2.6875rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n939wgtD9c3AZckrD4OxcmTIqX585odo { width:7.5rem;height:16.875rem;top:0.75rem;left:26.467880249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTXsRx2ZanT8xs5MaHL860LHn5UkEkq { width:11.25rem;height:17.8125rem;top:2.625rem;left:36.085723876953rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CnzLExWkaxBvO1impCvpcqisuWG9p3 { width:7.5rem;height:16.875rem;top:0.8125rem;left:38.281036376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TETZqziVlgT0NSXbpoTkEgggVoqeby { width:14.125rem;height:2.75rem;top:23.5rem;left:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxPgpKVglGBwywlyeLx2SiZOcs65gMv { width:13.875rem;height:1.4375rem;top:21.25rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPnrBadCbSNT9M1CpuRzCTWGmTtZ0ifM { width:12.8125rem;height:2.75rem;top:23.5rem;left:34.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuCiRXiadgA9KXzzBMDNyDD9ZeIQ79u1 { width:13.875rem;height:1.4375rem;top:21.25rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csiXeBrMVHnn5f0TiHopHTc5tNi7MRoe { width:8.25rem;height:2.375rem;top:28.25rem;left:25.819229125976rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvdskLTcfcnyR4kwSWBc5AsrfgxoeSM { display:block; }
 }@media only screen and (max-width: 763px) { #ImXRUqPuBOu1OCQpZVyPOOEzWnCGNbWM { width:8.25rem;height:2.375rem;top:28.25rem;left:37.625434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSXT4QTglR3XW7HVKyOkqr5eaH3yqEM { display:block; }
 }@media only screen and (max-width: 763px) { #KseIrKCMH56pl8HAkTcnX7JzE1mzJaib { width:7rem;height:2.375rem;top:18rem;left:14.628253936767rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8sggEADWvsGrThB2ZwrHvB36aZECLyD { width:7rem;height:2.375rem;top:18rem;left:26.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxbDTDrmU2gpTAv5J7GunLOrtR1AzlUN { width:7rem;height:2.375rem;top:18rem;left:38.465278625488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QRr3gIHOmnTX0tJJRVulGt31vlge51 { display:block; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJCKXwbbxpZMHdQZ8fEi0HWmZvS2WdCH { width:47.75rem;height:;top:0.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un { display:block; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A384DTdAE1WiBo6LBftrWzm0qaInCH4v { width:13.625rem;height:2.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsPbNmHr9KWOce1MuSBnvXSsAeUFSb8W { display:block; }
 }@media only screen and (max-width: 763px) { #r9hWNa3h0nQN6Q1TTPnVEXGJDvm5TWpT { top:0.75rem;left:0rem;width:13rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJsDvQ5rzH28IRR4Jm5AfNHBclR3GJ1X { top:3.75rem;left:1.6857643127441rem;width:9.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRw9BWJ730MATp1hGHD2Z4JL2zimUsDH { width:13.1875rem;height:3.5625rem;top:25.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91cTxmOGrrSayilBqbKPiAFI5zI4D1g { top:22.3125rem;left:2.0603294372559rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF39Pd85Iy2mKUrWdU5zCvz39fe3wvGx { top:0.75rem;left:10.875rem;width:13rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W852nG7TX2X6ngZLxEsdbxTvKPcZT3Ce { top:3.75rem;left:13.154731750488rem;width:9.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQeZKk6XFodfBG1BZNDtgX9oFoDzwblr { top:22.3125rem;left:13.844184875488rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwUf2v2wPM2WlkzkuVzSxni66Kme3QuZ { width:12.875rem;height:3.5625rem;top:25.5rem;left:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmh1qU3nKfv99OtTUOhdUAlm99u4vmLh { width:13.625rem;height:2.6875rem;top:30.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFHJDp8LoVu7SpDFiyxJrC2WpeSltJEe { display:block; }
 }@media only screen and (max-width: 763px) { #LKNzoHhWm8nWrfJzUhetJQA97KT2TzrT { width:13.625rem;height:2.6875rem;top:30.25rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTyGB75BJMROmhyG5h1gywkJX8VV5PcT { display:block; }
 }@media only screen and (max-width: 763px) { #fkpiWMKMhJBePWp5H8hRDlFZQE5Dyr1C { width:13.625rem;height:2.6875rem;top:30.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJigoW7L4wc0X5IRrHSWewh5Qgk2C57o { display:block; }
 }@media only screen and (max-width: 763px) { #PPRHMx9UuTQSQzM731JGxke9l9udXRXA { top:3.75rem;left:25.092231750488rem;width:9.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nooUyLRLTqBQBbu00HQWAxVhtGOUlk { top:3.75rem;left:37.030601501465rem;width:9.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz3AqytFGOoOrD26Zs9L2xsv6scaAslQ { top:0.75rem;left:22.8125rem;width:13rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTxoz9u7r74fGX9leDEbq9gIizOJWTA { top:0.75rem;left:34.75rem;width:13rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8LuawmKBGTEtxUZkCKvERQ8PX9yNTz { width:12.875rem;height:3.5625rem;top:25.5rem;left:22.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXXrrrLk9JziAAbZ4FUqiTucZ4fhs30 { width:12.875rem;height:3.5625rem;top:25.5625rem;left:34.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTq5yHfGFznpoDFMAvi2i1qxyVnAyfw { top:22.3125rem;left:25.844184875488rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFXNGvPCBeEg43asm4rybxht82O1FuPz { top:22.3125rem;left:36.594184875488rem;width:9.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0AvCOxtMERodLbITqhma0BV87BJIS2M { display:block; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4dZQHOIAeKmBCTMgsLHGQil884OtX8q { top:4.5625rem;left:12.6875rem;width:19.0625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9iVRHvFgGSK2XkR8FV129q7oOXzSZkM { top:6.0625rem;left:15.875rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sezl9VIr0nUV6RieeGmUFT3wk6EZK60W { top:4.6875rem;left:0rem;width:19.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IeLwGfpTOLPu2DZPLtKVx1EHqFTheA { top:4.6875rem;left:28.5625rem;width:19.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1pW9IZqTOGCRHGRtTda3JwlN6AN3SV { top:27.375rem;left:19.5rem;width:7.9375rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEKRMmGOlfkZh0e2dTUXGSt5P6zzOtfZ { width:13.625rem;height:2.6875rem;top:35.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz2nuTL9bb2uIhFk7EephDZLrCWLgg4J { display:block; }
 }@media only screen and (max-width: 763px) { #oL4axgvugPMNkByhxNmnK7tvd4dbZkSr { top:8.875rem;left:19.0625rem;width:9.4375rem;height:17.509205362606rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkTBwh4d8LFGTQTTJ8fITTq0t8Mf7OV { width:14.375rem;height:3.5625rem;top:30.5625rem;left:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QykIB45g1k3ZOMfVKQAlTIfLLUpvohyr { width:13.625rem;height:2.6875rem;top:35.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9zJ3Pa1SXW05ELAfqRWgfq1AyGXbIdN { display:block; }
 }@media only screen and (max-width: 763px) { #ORSU6dINQPeTSqbbFVgvyQMdsc8g5V1d { top:6.0625rem;left:0.1875rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #easaraTbeDIwFlyeOZ96kQc52wtNH09d { top:8.875rem;left:3.1875rem;width:9.375rem;height:17.198800417246rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZ4Mtad0RxPqrfrbgV0khJIyLDMAI45 { width:14.375rem;height:3.5625rem;top:30.5625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlo8fDWdwTKGUDcTQ8IJ83t41aWwNLp { top:27.375rem;left:3rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oehmfwn15EFgqsKmrPpxtPbTEMazRIBw { top:6.0625rem;left:32.125rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWAMdxJCgwHZc3nugchJ13pK6xEkEEJb { top:9.0625rem;left:35.5625rem;width:9.4375rem;height:17.509205362606rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96OeXw6oggHz40uOSDsQVbAPCl41RcH { width:13.625rem;height:2.6875rem;top:35.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsdLCulNH1yXnyMS5aSBDOZydWtIAhPQ { display:block; }
 }@media only screen and (max-width: 763px) { #nzHhgDJ2cgZfVOh0T1H72kkTOmMM2qAp { width:14.375rem;height:3.5625rem;top:30.5625rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP7RkzTODL9kzingpTsnB37lJleLcOXH { top:27.375rem;left:36.125rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNuBalrzihgtlzd1T8f65gTEd7wxgaqC { width:47.75rem;height:;top:0.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 { display:block; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3ZdJeTLB6hZdW8nTJertkQfHbDDrvJs { top:0.625rem;left:12.6875rem;width:19.0625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqxWGJTuOmyQg8x0d14N0H4PM0Z6oKN { top:2.125rem;left:15.875rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQdsFcesugFv5xtWUVEaL9JU7bvJF4k { top:0.75rem;left:0rem;width:19.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJcQBn53D05BX3473UFMa3hIl9iWRylf { top:0.75rem;left:28.5625rem;width:19.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksV34JhuUGewNHXQCVvg23Gb4q1bHSnW { top:23.4375rem;left:19.186847686767rem;width:9.125rem;height:2.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkCImyRFngf9iIT7zyk3lmTcrsG7wu7 { width:13.625rem;height:2.6875rem;top:31.125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1OXE8mu3ZarOO7vwQr83rEGUVyr30S { display:block; }
 }@media only screen and (max-width: 763px) { #bguge63qB9yahkx98zmTISw5FZ3TLWKt { top:4.9375rem;left:19.0625rem;width:9.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoaIODzrleDwXmk0psV1vurfdGg1FAEN { width:14.375rem;height:3.5625rem;top:26.625rem;left:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbccAWF0grLoiXTWacCe44tg9dTt4Nnv { width:13.625rem;height:2.6875rem;top:31.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTP2WocS9WGcaqwJFfIAAV8KkdL9417 { display:block; }
 }@media only screen and (max-width: 763px) { #ByIJTfHr0MB5ahNLaRTZoufvLNmeZqfP { top:2.125rem;left:0.1875rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puouMwwlz0Fqi9Lhm4VqsCEAeXG07NkN { top:4.9375rem;left:3.1875rem;width:9.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPaDg82XqT6eKU1oHeXta4Xk5VeQ1rIb { width:14.375rem;height:3.5625rem;top:26.625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSF3iWqKdWCJbAAAFoNMNKaHEezT1vAa { top:23.4375rem;left:3.8743476867676rem;width:7.9375rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1DT7xpbWwuQ5oinZGFTuWvmxaZbAENz { top:2.125rem;left:32.125rem;width:15.5rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTz7wstGubtLFguczpkbTsVRrWDv6lUC { top:5rem;left:35.4375rem;width:9.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIant7KIAtn3M3e4eH0ucU3AkuWPk3gs { width:13.625rem;height:2.6875rem;top:31.125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6mcpNFlOtpz5EGhwPrw4fV6eLnRPDE { display:block; }
 }@media only screen and (max-width: 763px) { #AcdkmzywAzDPhF6wcQ7RD4ra08MGppLI { width:14.375rem;height:3.5625rem;top:26.625rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6kkd6ggxXthxb9kAsWBL8Qqz0gfn44 { top:23.4375rem;left:34.936851501465rem;width:9.625rem;height:2.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS { display:block; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQJWHhzAT5vnTrS6aTwTbRfbPPGaxczh { width:41.125rem;height:3.3125rem;top:4.25rem;left:3.4019088745117rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlL7xyNa9AEFr8kHHqNilp9HlB5PU6f { width:47.75rem;height:4.1875rem;top:9.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTF0bq7wwpbfMTAqMwPhBBWldc83Qfy { width:13.625rem;height:2.6875rem;top:16.5625rem;left:16.478080749512rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRHm1PMx7xyyXDc2ClDQIqqr1zZusKJV { display:block; }
 }@media only screen and (max-width: 763px) { #aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 { display:block; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igm7TrNiduHoRFfheASC1VRLN4QUtiaH { width:47.75rem;height:4.0625rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t23DJxQPp1TTFUfgVLMWtn6DKZZVy8IC { width:47.75rem;height:1.5625rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ0KeIp5bFyKNkAbZQZ97y002mOizXZU { width:2.5rem;height:0.0625rem;top:11.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN6M3cK6QmT6qrwBzxzXwK5zVaLbkfVw { width:47.75rem;height:9.6875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EabWdSKZHBPz0QS6oNdNcVCSJ1PvIubm { width:18.875rem;height:10.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqu9eX5ugBBorXlXn81UT6L7TW261nw6 { width:18.125rem;height:1.1875rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evd2nO8KdXOcHTHTWhFGNFddlKNzRWWm { width:18.875rem;height:10.3125rem;top:13.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxVg2dZerIHkEuV6u0OLdUFn5MivA8o { width:18.125rem;height:1.1875rem;top:20.0625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edssK69UkZOZF7birg6p4OKTQUHQqaKC { width:18.125rem;height:4.8125rem;top:15.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd6dcN71JB2yhAyVyXNEUVz8tIrcK1dc { width:18.125rem;height:4.8125rem;top:15.1875rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6egoVvcg4OhzquUTmdvhhxt2xa7hwl { width:18.875rem;height:10.3125rem;top:13.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2NhaqhU2e2AnZVTVHy9IrFHE7t1Xga7 { width:18.125rem;height:4.8125rem;top:15.1875rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQTo8LrTxfeCdoJDGuJaSkq3QBE6vOu { width:18.125rem;height:1.1875rem;top:20.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx { display:block; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLTnrnPhUTI6ItPh4dJh6mTyOLyApKBT { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJoIIyH1VwQ2Dr5t0kKJtgSCTqpmq2yo { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuKqe4ap7MEmo1JRryQdQTtX09fxaHp { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEeEBCMVbL72ftkRaIGmyexLvokkSLON { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5adb169-fdca-469b-ac82-ab94fa2465e2/BannerLandingMobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM { display:block; }#u3M4EvUcrBwTf14QxXcK1QeCdoKbqIsM > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpffsOrFTHNVFXEE8kvPqN8dJ5OFutzx { width:8.875rem;height:2.43706875rem;top:1.0598754882812rem;left:6.342882454395rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQhZB0fT6c0tQmDVBMx7LXuJTL3UhPW { width:19.561625rem;height:11.0134375rem;top:18.261720657349rem;left:0.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #DvFE0POGWTXdv1GVwGTQ46i5h5c7ybTD { width:20rem;height:12.561875rem;top:4.2482299804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ACiTNu8i0l3MkF5tSEcJNMBbbIqILv { width:19.5rem;height:6.293375rem;top:30.935331344604rem;left:0.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah { display:block; }#X2Qx7hHJQM3JMgUIOc3dsG4kVZL3Fyah > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qybhXe1hx3sQw5QC0Mf7bTnkK7rNabEv { width:18.75rem;height:2.62478125rem;top:0.56206798553467rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ { display:block; }#cW4XULEAmqF8AbKG6ZXQfpruHCTUn0WZ > .row .container { width:20rem;height:139.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { width:11.875rem;height:20.875rem;top:4.0625rem;left:4.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { width:9.561625rem;height:1.462675rem;top:25.886504173279rem;left:5.2191842198372rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { width:13.811875rem;height:2.76041875rem;top:27.874350547791rem;left:3.0935330986977rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { width:9.436875rem;height:20.686875rem;top:0.68467903137206rem;left:5.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { width:8.75rem;height:2.375rem;top:31.185333251953rem;left:5.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block; }
 }@media only screen and (max-width: 763px) { #ElM61mqEpth8NDJgGKpSvCWeBGRkBtqm { width:11.875rem;height:20.875rem;top:39.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCAt7v7kK2PkNDusRMyDueqyg5G4Rym { width:9.4375rem;height:20.6875rem;top:36.067711591721rem;left:5.6625435948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMmInoGvk81VwHG8PNyK2akFvbmu5TtC { width:6.9998125rem;height:2.43706875rem;top:57.24870300293rem;left:6.7495663762094rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3ft5kVxt9WSCobkm5MLsBiWfzZSD9B { width:13.8748125rem;height:1.462675rem;top:61.061629056931rem;left:3.0620661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs861S3KeoZlov8NyBFXLgUnR8idItkR { width:14.124375rem;height:2.76041875rem;top:62.927306175231rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8xeAf7HtFybkJTLJ27ysnTw1mIN5Tye { width:8.75rem;height:2.375rem;top:66.269316673281rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNKvkDQi0l4xTAJGLirnC2GbdQMRrHv { display:block; }
 }@media only screen and (max-width: 763px) { #aqFbsPfKHNUn1FGlDCdsmF0ReMamWx3d { width:11.875rem;height:20.875rem;top:73.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSKeahRTCsfRDDLX18R2nwONSOrbRQe { width:9.4375rem;height:20.6875rem;top:70.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4qBV6RpQt5KyxF9EnPNpDcH1JuFIpMe { width:11.875rem;height:20.875rem;top:108.14670944214rem;left:4.2558596730232rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK5wIDPQhO4Us48GiNAWUs30KsW3Lp2W { width:9.4375rem;height:20.6875rem;top:104.74826622009rem;left:5.5935333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCV6SMJnOI2tTK1tWW5o5xSPZOMVsu6y { width:14.124375rem;height:2.76041875rem;top:97.182082176206rem;left:3.0622830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn23ok6oFhofeUmRIE15mImDalReBkyt { width:13.8748125rem;height:1.462675rem;top:95.47634887695rem;left:3.1245661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u64ENrzKM7t6SHMA0TGrh4LpM0KwnzUF { width:14.124375rem;height:4.140625rem;top:131.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni2c9bC15NvZtN82F8HtRJllTRe4sZ1S { width:13.8748125rem;height:1.462675rem;top:129.625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWQ4iAa7vPiD7EagQ2BLocME6WwHg2g { width:8.2498125rem;height:2.37413125rem;top:100.63000106811rem;left:5.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHA7iQxuZVqIAn6KeSDBN9HvgZZT3TML { display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Vx3d0vEA2dxLMWdk8VsbWRkfAiTCb { width:8.25rem;height:2.375rem;top:136.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfbmlgQiyBEudQwVySZLKGbUrFLylpu { display:block; }
 }@media only screen and (max-width: 763px) { #t4lzzTvVKho9z2bW0kh6wJyaPIs6TCRX { width:6.9998125rem;height:2.43706875rem;top:21.955298423767rem;left:6.4995663762094rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EexR4SXehumkzsNWWsZcKbezC4weTSN7 { width:6.9998125rem;height:2.43706875rem;top:91.748485565187rem;left:6.7165802121163rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlED0GJg285soo1b1LmKC4oMaVPm7bpv { width:6.9998125rem;height:2.43706875rem;top:125.95703792572rem;left:6.6929257512094rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp { display:block; }#pu3qoT3LlFP682t0ycpDsFCQ2LRpz0Gp > .row .container { width:20rem;height:140.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLpimeQFIQin9OTRcRdqIlVohftaw6i8 { width:11.875rem;height:20.875rem;top:4.3680610656738rem;left:4.0223525166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJA2KlCNI4piW1cDI3Q80nItIr6Mosx { width:18.9995625rem;height:1.462675rem;top:25.873914718628rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiVWal4G2sErRDqa7kVvTQtzuo5RXm0a { width:19.0625rem;height:2.76041875rem;top:27.749563217163rem;left:0.46875005960464rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrIk6gCecyNRP9vl3IGsqPaP22iFllCm { width:9.436875rem;height:20.686875rem;top:0.99826622009275rem;left:5.3741319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADxnX4U5Jme1hpiOkRhQLdDL8WNtTsq { width:8.25rem;height:2.375rem;top:31.133901596069rem;left:5.9370663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27W6yonVIPUuO98gusxADqG2ABMiuxi { display:block; }
 }@media only screen and (max-width: 763px) { #DWiCOFeGV1q57T4beuwRHVOTnwhS40sD { width:11.875rem;height:20.875rem;top:39.138229370118rem;left:4.1245663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJqzdKTMGmzaVt7U6hsgT7JdTf6czQU { width:9.4375rem;height:20.6875rem;top:35.643659591675rem;left:5.5310333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoyoZOSLSTZqkdfUiUffnFwhDkvNBdG { width:6.9998125rem;height:2.43706875rem;top:56.949005126953rem;left:6.7157123684881rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFGToHsg8hqwvGPQTXtxSeGPM4TSsHp { width:13.8748125rem;height:1.462675rem;top:60.901271343231rem;left:3.0620661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuIqgwu2mMtktvKre51QKILT3GpMM8Pl { width:14.124375rem;height:4.140625rem;top:62.739807128906rem;left:2.8747830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJtR3kuTULSpvnzns5Nfz2xmJiUC7y3M { width:8.25rem;height:2.375rem;top:67.51931762695rem;left:6.0620663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsy0O7rOApTCSHpKE5EFDqwwFeSfcDH { display:block; }
 }@media only screen and (max-width: 763px) { #nPkSUsTmfv8XP7eSpKRcHoNxJCDJWexH { width:11.875rem;height:20.875rem;top:75.322484970094rem;left:3.9919708371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #izHSLsKNgqdu4VgGf9S497Z8btCDFbnA { width:9.4375rem;height:20.6875rem;top:72.012590408325rem;left:5.3435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCNU5hEdiS0taweXGh7P7b1UXm9nqg7b { width:11.875rem;height:20.875rem;top:110.07183837891rem;left:3.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimrPUa0attDD6TCy24OElkzSLTqD0iL { width:9.4375rem;height:20.6875rem;top:106.64126968384rem;left:5.3435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qT0UfUDLql9ImHXH7r0gFQ0Jsdo9i2 { width:14.8125rem;height:2.76041875rem;top:98.814048767087rem;left:2.7808163762093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Jr4ZozlLdKTDRW6BoqHGA8KZ9xIOXG { width:13.8748125rem;height:1.462675rem;top:96.968971252444rem;left:2.8745661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL81TSocZdBm4X1XFzveNfWI162WBkzU { width:14.124375rem;height:2.76041875rem;top:133.48503494262rem;left:2.7497830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JqZGMyQExSsVzbnZW9R3AQI32wNd9t { width:13.8748125rem;height:1.462675rem;top:131.71029281616rem;left:2.9370661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzrAwlfZnJImN6rKDhh2OF3M5Phpsp7 { width:8.25rem;height:2.375rem;top:102.32270812988rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUM59QCWnp4AVvKZfS5BAGbJToETpWB { display:block; }
 }@media only screen and (max-width: 763px) { #a4nTXvK1FkTwqedK6tPf9kdu50T8GX3n { width:8.2498125rem;height:2.37413125rem;top:136.99588394165rem;left:5.8120663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtKmMvXFUhCkhA6gLDyahTwCJTw4KlQ { display:block; }
 }@media only screen and (max-width: 763px) { #bo92IpCsR6g1SovpbCw5ER7trD6VCW4H { width:6.9998125rem;height:2.43706875rem;top:22.261075973511rem;left:6.37326413393rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkGJc0sSao9gAivZs3KIIeNrH8EUARcl { width:6.9998125rem;height:2.43706875rem;top:93.20486450195rem;left:6.46896725893rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquCF8ucVR4Sf3dPJ3t1XZMIZs2XpdH4 { width:6.9998125rem;height:2.43706875rem;top:127.88693237305rem;left:6.50412350893rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye { display:block; }#KSUMsvrAEKT6XDUlZAMQdIm66whGV1ye > .row .container { width:20rem;height:140.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blDpv3RpUFIv49wgIUld0uIpSiOi5u98 { width:11.875rem;height:20.875rem;top:5.2495651245117rem;left:3.9294708371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFm7ergUW2mzLoxIrw900PBJCkEVIDz8 { width:19rem;height:1.462675rem;top:26.749572753906rem;left:0.43728297948838rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQfqdkG0vV8hItJTMuKytOpon0iSyK0Z { width:19.0625rem;height:2.76041875rem;top:28.437286376953rem;left:0.49913197755814rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoxnldkUba10SFw5cvfGlGcJykM5KzpZ { width:9.436875rem;height:20.686875rem;top:1.8110084533691rem;left:5.2180994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3k4CowEt1ptTT7ynkulPnxOiX9C4IL { width:8.625rem;height:2.375rem;top:31.999572753906rem;left:5.7491322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3kltTxnpx1ZDyXMWmHlyG7yQ5PRRohW { display:block; }
 }@media only screen and (max-width: 763px) { #GSrTv1LbfSIyIRFikBktynoZ8NoJLrCT { width:11.875rem;height:20.875rem;top:39.708119392395rem;left:3.9919708371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTylqUzFqDL3KKoTiGqCxT3ElVzwqcex { width:9.4375rem;height:20.6875rem;top:36.269099235534rem;left:5.2810333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiO1AeyTv9pSdfRD0rhewD07mXcRxF7C { width:6.9998125rem;height:2.43706875rem;top:57.637603759766rem;left:6.3120663762094rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWePZSaR9i36ecRoCc5lFyHcyroTiQcZ { width:13.8748125rem;height:1.462675rem;top:61.339629173279rem;left:3.0620661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBffzd9UB5MdE7JStm4AatP1aORDf6TW { width:15.25rem;height:2.76041875rem;top:63.489807128906rem;left:2.4997830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiJm8xRnnyiKs55WFT56mtKcgsDuqHkv { width:8.25rem;height:2.375rem;top:67.01931762695rem;left:5.9995663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJZEdNgaS8E2rMIFN04nTJxCbTAkPkO { display:block; }
 }@media only screen and (max-width: 763px) { #DOXWixqGWJQ7J3M4J78OLx0BEuXHykGB { width:11.875rem;height:20.875rem;top:75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n939wgtD9c3AZckrD4OxcmTIqX585odo { width:9.4375rem;height:20.6875rem;top:71.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTXsRx2ZanT8xs5MaHL860LHn5UkEkq { width:11.875rem;height:20.875rem;top:110.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CnzLExWkaxBvO1impCvpcqisuWG9p3 { width:9.4375rem;height:20.6875rem;top:106.49935340881rem;left:5.6861980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TETZqziVlgT0NSXbpoTkEgggVoqeby { width:14.124375rem;height:2.76041875rem;top:98.744132995606rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxPgpKVglGBwywlyeLx2SiZOcs65gMv { width:13.8748125rem;height:1.462675rem;top:96.719188690187rem;left:3.0620661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPnrBadCbSNT9M1CpuRzCTWGmTtZ0ifM { width:12.8125rem;height:2.76041875rem;top:133.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuCiRXiadgA9KXzzBMDNyDD9ZeIQ79u1 { width:13.8748125rem;height:1.462675rem;top:131.82552719116rem;left:3.1870661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csiXeBrMVHnn5f0TiHopHTc5tNi7MRoe { width:8.2498125rem;height:2.37413125rem;top:102.25391960144rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvdskLTcfcnyR4kwSWBc5AsrfgxoeSM { display:block; }
 }@media only screen and (max-width: 763px) { #ImXRUqPuBOu1OCQpZVyPOOEzWnCGNbWM { width:8.2498125rem;height:2.37413125rem;top:137.25064849854rem;left:6.1870663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSXT4QTglR3XW7HVKyOkqr5eaH3yqEM { display:block; }
 }@media only screen and (max-width: 763px) { #KseIrKCMH56pl8HAkTcnX7JzE1mzJaib { width:6.9998125rem;height:2.43706875rem;top:23.267128944397rem;left:6.3120663762094rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8sggEADWvsGrThB2ZwrHvB36aZECLyD { width:6.9998125rem;height:2.43706875rem;top:92.89236450195rem;left:6.53146725893rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxbDTDrmU2gpTAv5J7GunLOrtR1AzlUN { width:6.9998125rem;height:2.43706875rem;top:127.875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QRr3gIHOmnTX0tJJRVulGt31vlge51 { display:block; }#n0QRr3gIHOmnTX0tJJRVulGt31vlge51 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJCKXwbbxpZMHdQZ8fEi0HWmZvS2WdCH { width:20rem;height:2.3990875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un { display:block; }#TIpdbHaZoxH0uLPVbNitiCdPNtVA00Un > .row .container { width:20rem;height:138.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A384DTdAE1WiBo6LBftrWzm0qaInCH4v { width:13.625rem;height:2.6875rem;top:30.334625244141rem;left:3.1868491768837rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dsPbNmHr9KWOce1MuSBnvXSsAeUFSb8W { display:block; }
 }@media only screen and (max-width: 763px) { #r9hWNa3h0nQN6Q1TTPnVEXGJDvm5TWpT { width:12.999125rem;height:1.9487875rem;top:1.25rem;left:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJsDvQ5rzH28IRR4Jm5AfNHBclR3GJ1X { width:9.375rem;height:17.561875rem;top:4.2612915039062rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRw9BWJ730MATp1hGHD2Z4JL2zimUsDH { width:13.186875rem;height:3.8216125rem;top:25.421905517578rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91cTxmOGrrSayilBqbKPiAFI5zI4D1g { width:7.9373125rem;height:2.59874375rem;top:22.510650634766rem;left:5.9993494153022rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF39Pd85Iy2mKUrWdU5zCvz39fe3wvGx { width:12.999125rem;height:1.9487875rem;top:35.771270751953rem;left:3.4993489384651rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W852nG7TX2X6ngZLxEsdbxTvKPcZT3Ce { width:9.4375rem;height:17.313459086694rem;top:38.532562255859rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQeZKk6XFodfBG1BZNDtgX9oFoDzwblr { width:7.9373125rem;height:2.59874375rem;top:56.845916748047rem;left:5.9993494153022rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwUf2v2wPM2WlkzkuVzSxni66Kme3QuZ { width:12.874375rem;height:3.8216125rem;top:59.757171630859rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmh1qU3nKfv99OtTUOhdUAlm99u4vmLh { width:13.625rem;height:2.6875rem;top:64.669952392575rem;left:3.1868491768837rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mFHJDp8LoVu7SpDFiyxJrC2WpeSltJEe { display:block; }
 }@media only screen and (max-width: 763px) { #LKNzoHhWm8nWrfJzUhetJQA97KT2TzrT { width:13.625rem;height:2.6875rem;top:98.943817138675rem;left:3.1243491768837rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bTyGB75BJMROmhyG5h1gywkJX8VV5PcT { display:block; }
 }@media only screen and (max-width: 763px) { #fkpiWMKMhJBePWp5H8hRDlFZQE5Dyr1C { width:13.625rem;height:2.6875rem;top:134.28018188476rem;left:3.0618491768837rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OJigoW7L4wc0X5IRrHSWewh5Qgk2C57o { display:block; }
 }@media only screen and (max-width: 763px) { #PPRHMx9UuTQSQzM731JGxke9l9udXRXA { width:9.4375rem;height:17.313459086694rem;top:73.18142700195rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nooUyLRLTqBQBbu00HQWAxVhtGOUlk { width:9.4375rem;height:17.313459086694rem;top:108.01779174805rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz3AqytFGOoOrD26Zs9L2xsv6scaAslQ { width:12.999125rem;height:1.9487875rem;top:70.10763549805rem;left:3.4993489384651rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTxoz9u7r74fGX9leDEbq9gIizOJWTA { width:12.999125rem;height:1.9487875rem;top:105.06900024414rem;left:3.4993489384651rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8LuawmKBGTEtxUZkCKvERQ8PX9yNTz { width:12.874375rem;height:3.8216125rem;top:94.03103637695rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXXrrrLk9JziAAbZ4FUqiTucZ4fhs30 { width:12.874375rem;height:3.8216125rem;top:129.30490112305rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTq5yHfGFznpoDFMAvi2i1qxyVnAyfw { width:7.9373125rem;height:2.59874375rem;top:91.057281494137rem;left:5.9993494153022rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFXNGvPCBeEg43asm4rybxht82O1FuPz { width:9.6245625rem;height:2.59874375rem;top:126.20614624024rem;left:4.9366319775581rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0AvCOxtMERodLbITqhma0BV87BJIS2M { 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; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { background-color: transparent; background-image: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container > .video-iframe-container { display: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container { display: none; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .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); }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { border-width: 0; border-radius: 0; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0AvCOxtMERodLbITqhma0BV87BJIS2M > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4dZQHOIAeKmBCTMgsLHGQil884OtX8q { width:20rem;height:34.6875rem;top:36.310757160187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9iVRHvFgGSK2XkR8FV129q7oOXzSZkM { width:11.9998125rem;height:2.192925rem;top:37.432076454162rem;left:3.8120663762093rem;font-size:1.6875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Sezl9VIr0nUV6RieeGmUFT3wk6EZK60W { width:20rem;height:32.4370625rem;top:3.0614151954651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IeLwGfpTOLPu2DZPLtKVx1EHqFTheA { width:20rem;height:33.25rem;top:72.185552597044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1pW9IZqTOGCRHGRtTda3JwlN6AN3SV { width:5rem;height:2.59874375rem;top:58.873292922974rem;left:6.8103302121163rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEKRMmGOlfkZh0e2dTUXGSt5P6zzOtfZ { width:13.625rem;height:2.6875rem;top:66.498239517212rem;left:3.4368491768837rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dz2nuTL9bb2uIhFk7EephDZLrCWLgg4J { display:block; }
 }@media only screen and (max-width: 763px) { #oL4axgvugPMNkByhxNmnK7tvd4dbZkSr { width:9.4375rem;height:17.509205362606rem;top:40.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkTBwh4d8LFGTQTTJ8fITTq0t8Mf7OV { width:14.375rem;height:3.8216125rem;top:61.685983657837rem;left:3.0625000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QykIB45g1k3ZOMfVKQAlTIfLLUpvohyr { width:13.625rem;height:2.6875rem;top:31.8125rem;left:3.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #H9zJ3Pa1SXW05ELAfqRWgfq1AyGXbIdN { display:block; }
 }@media only screen and (max-width: 763px) { #ORSU6dINQPeTSqbbFVgvyQMdsc8g5V1d { width:17.061625rem;height:2.192925rem;top:3.953125rem;left:1.4680989384651rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #easaraTbeDIwFlyeOZ96kQc52wtNH09d { width:9.375rem;height:17.198800417246rem;top:6.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZ4Mtad0RxPqrfrbgV0khJIyLDMAI45 { width:14.375rem;height:3.8216125rem;top:27.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlo8fDWdwTKGUDcTQ8IJ83t41aWwNLp { width:9.249125rem;height:2.59874375rem;top:24.25rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oehmfwn15EFgqsKmrPpxtPbTEMazRIBw { width:15.499125rem;height:2.192925rem;top:72.875rem;left:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWAMdxJCgwHZc3nugchJ13pK6xEkEEJb { width:9.4375rem;height:17.509205362606rem;top:75.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96OeXw6oggHz40uOSDsQVbAPCl41RcH { width:13.625rem;height:2.6875rem;top:101.125rem;left:3.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wsdLCulNH1yXnyMS5aSBDOZydWtIAhPQ { display:block; }
 }@media only screen and (max-width: 763px) { #nzHhgDJ2cgZfVOh0T1H72kkTOmMM2qAp { width:14.375rem;height:3.8216125rem;top:96.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP7RkzTODL9kzingpTsnB37lJleLcOXH { width:7.9373125rem;height:2.59874375rem;top:93.5rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNuBalrzihgtlzd1T8f65gTEd7wxgaqC { width:20rem;height:2.62478125rem;top:0.18752121925354rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 { 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; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { background-color: transparent; background-image: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container > .video-iframe-container { display: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container { display: none; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .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); }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { border-width: 0; border-radius: 0; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDQOgIb3oeGe6aMwZuFAw1xVLT9186A4 > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3ZdJeTLB6hZdW8nTJertkQfHbDDrvJs { width:20rem;height:33.6875rem;top:36.748048782349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqxWGJTuOmyQg8x0d14N0H4PM0Z6oKN { width:20rem;height:2.192925rem;top:36.684247970581rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQdsFcesugFv5xtWUVEaL9JU7bvJF4k { width:20rem;height:34.9375rem;top:0.87348079681394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJcQBn53D05BX3473UFMa3hIl9iWRylf { width:20rem;height:36.8125rem;top:71.245658874513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksV34JhuUGewNHXQCVvg23Gb4q1bHSnW { width:9.6245625rem;height:2.68120625rem;top:57.998046875rem;left:5.0596788525581rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkCImyRFngf9iIT7zyk3lmTcrsG7wu7 { width:13.625rem;height:2.875rem;top:65.936195373538rem;left:3.4678819775581rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1OXE8mu3ZarOO7vwQr83rEGUVyr30S { display:block; }
 }@media only screen and (max-width: 763px) { #bguge63qB9yahkx98zmTISw5FZ3TLWKt { width:9.5rem;height:17.625160365007rem;top:39.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoaIODzrleDwXmk0psV1vurfdGg1FAEN { width:15.25rem;height:3.8216125rem;top:61.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbccAWF0grLoiXTWacCe44tg9dTt4Nnv { width:13.625rem;height:2.6875rem;top:31.5625rem;left:3.5rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #wuTP2WocS9WGcaqwJFfIAAV8KkdL9417 { display:block; }
 }@media only screen and (max-width: 763px) { #ByIJTfHr0MB5ahNLaRTZoufvLNmeZqfP { width:15.499125rem;height:2.192925rem;top:1.8116321563721rem;left:2.1245661377907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puouMwwlz0Fqi9Lhm4VqsCEAeXG07NkN { width:9.5rem;height:17.625160365007rem;top:4.8125019073486rem;left:5.4372833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPaDg82XqT6eKU1oHeXta4Xk5VeQ1rIb { width:14.375rem;height:3.8216125rem;top:26.62433719635rem;left:3.1553822159767rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSF3iWqKdWCJbAAAFoNMNKaHEezT1vAa { width:7.9373125rem;height:2.59874375rem;top:23.437286376953rem;left:6.1870663762093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1DT7xpbWwuQ5oinZGFTuWvmxaZbAENz { width:15.499125rem;height:2.192925rem;top:72.6875rem;left:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTz7wstGubtLFguczpkbTsVRrWDv6lUC { width:9.5rem;height:17.625160365007rem;top:75.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIant7KIAtn3M3e4eH0ucU3AkuWPk3gs { width:13.625rem;height:2.6875rem;top:103.1875rem;left:3.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6mcpNFlOtpz5EGhwPrw4fV6eLnRPDE { display:block; }
 }@media only screen and (max-width: 763px) { #AcdkmzywAzDPhF6wcQ7RD4ra08MGppLI { width:14.375rem;height:3.8216125rem;top:98rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6kkd6ggxXthxb9kAsWBL8Qqz0gfn44 { width:9.6245625rem;height:2.68120625rem;top:94.8125rem;left:5.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb75bb24-48be-4af6-86e0-4aa5ade39587/BannerLanding.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.adaptive-delivery-prevent-bg, #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.lazyload, #k5T0eUeic4uca1BJAALoNTQxMTpFS5OS.lazyloading { background-image: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { background-color: transparent; background-image: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container > .video-iframe-container { display: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container { display: none; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .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); }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { border-width: 0; border-radius: 0; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5T0eUeic4uca1BJAALoNTQxMTpFS5OS > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQJWHhzAT5vnTrS6aTwTbRfbPPGaxczh { width:18.1875rem;height:2.32530625rem;top:2.310115814209rem;left:0.96766501665113rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ITlL7xyNa9AEFr8kHHqNilp9HlB5PU6f { width:19.0625rem;height:4.62890625rem;top:6.3422317504881rem;left:0.56141501665116rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sgTF0bq7wwpbfMTAqMwPhBBWldc83Qfy { width:13.624125rem;height:2.68663125rem;top:12.649906158448rem;left:3.3747833371162rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FRHm1PMx7xyyXDc2ClDQIqqr1zZusKJV { display:block; }
 }@media only screen and (max-width: 763px) { #aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 { display:block; }#aJJJqmfGQ6ChCmeKlG0NGNFGF9iE6ol4 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igm7TrNiduHoRFfheASC1VRLN4QUtiaH { width:20rem;height:2.43706875rem;top:3.1870651245117rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t23DJxQPp1TTFUfgVLMWtn6DKZZVy8IC { width:20rem;height:1.21853125rem;top:5.9995651245117rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ0KeIp5bFyKNkAbZQZ97y002mOizXZU { width:2.5rem;height:0.125rem;top:9.6866302490238rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN6M3cK6QmT6qrwBzxzXwK5zVaLbkfVw { width:20rem;height:8.936625rem;top:1.1872863769531rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EabWdSKZHBPz0QS6oNdNcVCSJ1PvIubm { width:18.9375rem;height:8.75rem;top:11.375rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqu9eX5ugBBorXlXn81UT6L7TW261nw6 { width:17.5rem;height:1.2999125rem;top:16.561630249024rem;left:1.2500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evd2nO8KdXOcHTHTWhFGNFddlKNzRWWm { width:18.9375rem;height:8.75rem;top:22rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxVg2dZerIHkEuV6u0OLdUFn5MivA8o { width:17.5rem;height:1.2999125rem;top:27.3125rem;left:1.3118489384651rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edssK69UkZOZF7birg6p4OKTQUHQqaKC { width:17.5rem;height:2.59874375rem;top:13.499565124512rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd6dcN71JB2yhAyVyXNEUVz8tIrcK1dc { width:17.5rem;height:2.59874375rem;top:24.1875rem;left:1.3118489384651rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6egoVvcg4OhzquUTmdvhhxt2xa7hwl { width:18.9375rem;height:8.75rem;top:32.625rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2NhaqhU2e2AnZVTVHy9IrFHE7t1Xga7 { width:17.5rem;height:2.59874375rem;top:34.749565124512rem;left:1.3118489384651rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQTo8LrTxfeCdoJDGuJaSkq3QBE6vOu { width:17.5rem;height:1.2999125rem;top:37.937507629394rem;left:1.3118489384651rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx { background-color:#1d3948;background-image:none;display:block; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { background-color: transparent; background-image: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container > .video-iframe-container { display: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row > .video-iframe-container { display: none; }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .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); }#ZQsMUetVC2JUP08G2SwUGxN0arxc09Hx > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLTnrnPhUTI6ItPh4dJh6mTyOLyApKBT { width:16.25rem;height:3.50043125rem;top:0.87413024902344rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PJoIIyH1VwQ2Dr5t0kKJtgSCTqpmq2yo { width:17.875rem;height:2.54774375rem;top:5.0618438720703rem;left:1.0622830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuKqe4ap7MEmo1JRryQdQTtX09fxaHp { width:2.5rem;height:2.5rem;top:8.5620574951175rem;left:10.437066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEeEBCMVbL72ftkRaIGmyexLvokkSLON { width:2.5rem;height:2.5rem;top:8.5620574951175rem;left:7.4368494153025rem;display:block; }
 }