.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { background-color: transparent; background-image: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container > .video-iframe-container { display: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container { display: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .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); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { border-width: 0; border-radius: 0; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ih82ewo0HkyddMBKGF4MP6DIuSxWhUZW { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fRvybTmnTbmFkcJqesIJTiuytfcI9fIt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fRvybTmnTbmFkcJqesIJTiuytfcI9fIt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NCgQBPaXsZGgrgde51oEnwpGHck23dcM { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pGtW6c9XaadCxJ2U1V4to2Mg6uT9h1rs { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#o6zpTyVXpiGQKJfms0h4HWsU5doEtOtM { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y200Kt5sF3qTIdOGW2Nms7wKq1DNCXvE { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.4375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#I2DuiLhp7xHRNtQKmgTUWRWaQkToJrpD { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15072;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:46.0625rem;display:block; }
#z5wUpigDh1qOr5vOS4tRvLGlZkN8pgti { color:#2596be;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:60.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Krfwm9EThsxgFRKWBNThzD6e6TRdkJez { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oZFMb178o7e6DZqksbin6AeFS4IZgSQJ { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:56.1875rem;display:block; }
#Mgn2KWAB86ameTnKzE5ARq26QGw17bZp { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2rem;left:61.0625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CixXgkT4Ii01MDCPKy0ur56JrSiQV9Z4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2rem;left:57rem;overflow:hidden;display:block; }
#mgig736ux7Hr1lOi86nuhLv9V4vPTRUJ { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:#00c853;background-image:none;top:5rem;left:59.4375rem;display:block; }
#ztz9OBQDtkuNRTqE8littqtAOiubOGLs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:3.125rem;left:28.5625rem; }
#EOTC2iPoI8DGOngb1CLx2u32X6da2wvq { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:46rem;display:block; }
#c8ISOFHtW1tvk1QmmQtCJuLgpRPEzWFR { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:29.9375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTUXbVnTTfBnXLyZfuBfzFhoLHg05wME { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5rem;top:2.25rem;left:48.75rem;overflow:hidden;display:block; }
#JOvt5vkhaq0rCiedDbcdTgOSFUmdrSy6 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.9375rem;left:48.75rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2596be;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:none; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container { border-width: 0; border-radius: 0; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#ttfxQu3xuoofukVDntWmDkD09FpT465T { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:0.625rem;left:3.96875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9l1pVMeboDpS6Gf4sL6za4LPo1zwn7m { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:0.625rem;left:23.34375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCFBBdT7B6Xu12bP1Nm22ValtHDKO9Rp { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:1.25rem;left:33.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aGX34w7sT7ZxBoQUffiRUAL40WNpEDPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:3.125rem;left:26.4375rem;display:none; }
#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cdde184-eedc-4299-9741-24931fed872d/chiropractor.png");background-position:center !important;background-repeat: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; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.adaptive-delivery-prevent-bg, #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.lazyload, #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.lazyloading { background-image: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { background-color: transparent; background-image: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.46); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container > .video-iframe-container { display: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.46); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row > .video-iframe-container { display: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .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); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { border-width: 0; border-radius: 0; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV::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; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;overflow:visible;position:relative;display:block; }#KUAmTIc4hzOun5R9aqny1fwsJw0s2UCl { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:georgia;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:7.5625rem;font-style:normal;display:block; }
#bkKPdwwqGTAmWVSoHTEQxEmzqN75lO59 { box-sizing:content-box;height:2.5rem;width:21.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;top:2.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bqi6nTGfa3vQOgd1WxZml7B2J33ctN95 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1875rem;left:1.25rem;height:1.2246125rem;font-style:normal;display:block; }
#ghOFQzPDI9Cmhg9o7CS5wWmhDkOMVglz { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#EXTV9AxMNMqET9VHeuehTKU1TllHxZ61 { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.5rem;left:48.625rem;border-top:0.0625rem solid #2596be;border-left:0.0625rem solid #2596be;border-right:0.0625rem solid #2596be;border-bottom:0.0625rem solid #2596be;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zrDivTMLGyM3qbaX1ATkRF8BTHFWf0zG { position:absolute;display:block;z-index:15101;height:17.5625rem;width:22.5rem;top:3.75rem;left:50rem;display:block; }
#gy55npTTteg69ot2KT0sAKQxAsmyGIpw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#ETXrpShEh325DkNz1nCAFW3fNO6m4BqN { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:36.25rem;left:18.75rem;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#N0pxHcfe4HVVQTN0yo4rtTdZdhHsKnIr { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#SGegZSqL8yeVBXz4d30OMDKoAonys93F { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#QhBevWCvbgPTJGWBxFVP2cTgpxJ0QuHF { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#rTNlRqvAEP0HCJgSC2R4n9GmvETbxcIB { 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:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:5.01220625rem;font-style:normal;display:block; }#TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96b0654a2600492f7ae8c41a11719750cf183119.svg); }
#uAFSappPZxBqoRdpI0ds8qODSOsIDUWF { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:18.75rem;top:11.25rem;left:51.25rem;overflow:hidden;display:none; }
#wr2t0PU3zJo2WkFJshhlgH0ESM9W9dkb { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.1875rem;top:27.9375rem;left:50rem;overflow:hidden;display:block; }
#KFvrSKNZJvZZEeW1DTvqlbESARZTpOy3 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:6.9375rem;top:27.5rem;left:58rem;overflow:hidden;display:block; }
#WyLc6RXZFAwqWkRAfDFUIoa4upwFTdIk { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.25rem;top:28rem;left:66.4375rem;overflow:hidden;display:block; }
#aFT9pi9H4RWhHbcyZB5T4Ch6lLzm5wqG { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQ4OkxlDC9wDzf8AZbZ85Am62wMHvCZd { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.625rem;left:3.4375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dkp2pMwMtRObOkRTv4pA59R5QlagTtWB { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:29.9375rem;left:2.625rem;overflow:hidden;display:block; }
#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E { 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; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container { background-color: transparent; background-image: none; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container > .video-iframe-container { display: none; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row > .video-iframe-container { display: none; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .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); }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container { border-width: 0; border-radius: 0; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#Ivte6TQK3HfeswcCpO4lsJFlXTVzt7pw { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.5rem;left:18.125rem;display:block; }
#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1d1d;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; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container { background-color: transparent; background-image: none; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container > .video-iframe-container { display: none; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row > .video-iframe-container { display: none; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .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); }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container { border-width: 0; border-radius: 0; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#rT3kz13d8E0s7UMRTETO3I8hHGD3O6Uo { position:absolute;display:block;z-index:15000;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:13.0625rem;width:19.625rem;top:3.625rem;left:2.5rem;overflow:hidden;display:block; }
#iaueR0hP1c4c0vZnxLUEVJXrmdTJwosU { position:absolute;display:block;z-index:15001;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:13.0625rem;width:19.8125rem;top:3.75rem;left:27.5rem;overflow:hidden;display:block; }
#A23gtLQJa11z0hiGyGoJQAwE3eKeoXZT { position:absolute;display:block;z-index:15002;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:13.0625rem;width:19.8125rem;top:3.75rem;left:52.5rem;overflow:hidden;display:block; }
#rCFC8lRX0GCkTo4viAWKyOoGxngNq0ya { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15076;background-color:#2596be;background-image:none;top:2.5rem;left:11.25rem;display:block; }
#TAGC9e9aTHgJZsw42tVpLAQbDntTHHTb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:3.125rem;left:11.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZlmNJTZx2z8WpJQUgUzeQXbhXShTTf7 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15078;background-color:#2596be;background-image:none;top:2.5rem;left:36.25rem;display:block; }
#k5lsMdMoRJ8tObulqaKgbMQ9uliU3hJZ { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:3.125rem;left:36.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#of4Tl8ZHsRCKfGXGVEvCqmVe7itvouVW { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:#2596be;background-image:none;top:2.5rem;left:61.25rem;display:block; }
#B1zJPxkmt7q63UgVOVawW1OrR8OQBeOM { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:3.125rem;left:61.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuFAPVFCTchKz5bhlrwWpCRC3nsCfJy8 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.5rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#t3K3X1y4x5qUkDoT5wPpNgN5p59Tdxpi { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.3125rem;left:27.5rem;height:3.8994125rem;font-style:normal;display:block; }
#QITtO2TJwT8tkaHkHrkSQ3uTTe4rDVli { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5rem;left:52.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Q5LiOLfhHtf7TUWxTNCyVraupbWNM8hW { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#CHmHc8xlMqkQRwHv9kPEyDfpCD5tqtXE { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.6875rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#QrxT9rn3bWzdoKd6NHKVUdsnVSkZNb7u { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:52.5rem;height:1.29980625rem;font-style:normal;display:block; }
#bk1rbqSZfExCTszXEAMEikChwQB00Lo8 { background-color:#2596be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.1875rem;left:25rem;display:block; }
#nMTaHJiPFA3b9TeHQkbsXf0Oi2rSnoD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPnfVFUK2gsKrUD6Aopy0aulofUbzetX { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:34.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOF1zqGZzTCZydOSKR9xOtkmqnNUyyzM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.1875rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD5sQr8uWLDgAPqFe1cEPcI4MWOtkDDL { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:30.875rem;left:33.5625rem;overflow:hidden;display:block; }
#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container { background-color: transparent; background-image: none; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container > .video-iframe-container { display: none; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row > .video-iframe-container { display: none; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .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); }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container { border-width: 0; border-radius: 0; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#Ql4nQi57q3MJmGm4FyIhLzq0GRQe2Tie { position:absolute;display:block;z-index:15000;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:30rem;width:30rem;top:2.5rem;left:41.25rem;overflow:hidden;display:block; }
#uDmLhEQWCAorTbatPBuZTDHyrnaSDZmw { color:#2596be;display:block;width:35.5625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HF8s0nv7W1n0rUNWNz1e4lsTWD9TBWDz { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:6.3125rem;left:2.5rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfeMhKuTGHg60wi3vNllIGyvwwmHULtz { box-sizing:content-box;height:18.75rem;width:32.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:8.8125rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fQbKTZWkGxoxatCA80pIcTvCRpx6QzoT { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.1;letter-spacing:0;top:10.07470703125rem;left:3.75rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxCkJGypVEVxD04PuZcJrDi6xAWF4hDa { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCaKTBslAgk496AC6HEPPDVSvBOPXnHO { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15090;background-color:#00c853;background-image:none;top:12.8125rem;left:4rem;display:block; }
#ut7i9ow6n7yhNXnh4OscFTmUxue7eAme { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(0,200,83,0.43);background-image:none;top:12.5625rem;left:3.75rem;display:block; }
#hsEc66aIVdVshWRLB26yExTIzzcEnqyB { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:rgba(0,200,83,0.43);background-image:none;top:16.3125rem;left:3.75rem;display:block; }
#OxqgCqOI2mMBHXU3yZuikdXsThnAuqSi { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15092;background-color:#00c853;background-image:none;top:16.5625rem;left:4rem;display:block; }
#OC8L6OncdiaybwBeRZIctVeocPBWzfNf { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:rgba(0,200,83,0.43);background-image:none;top:20.0625rem;left:3.75rem;display:block; }
#wJexeTFqZ7cqQQ9R6IV9HP0eJwQlZLFc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15094;background-color:#00c853;background-image:none;top:20.3125rem;left:4rem;display:block; }
#yg7Acqvms75ZcfguLu3ZBBB7EAFK4tFT { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15081;background-color:rgba(0,200,83,0.43);background-image:none;top:23.8125rem;left:3.75rem;display:block; }
#bgAqtifAEHVoiHRP3wApo5FRV4d1XGSe { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15096;background-color:#00c853;background-image:none;top:24.0625rem;left:4rem;display:block; }
#FQe2AyCLaCVvz8VZEayE1pH97roKEuzn { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:16.3125rem;left:5.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEcFC3pxIHTyzTFPQ1rvWpN2BtBeE01o { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:20.0625rem;left:5.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwS5lAP98sSNh2QCH2S4cdWdhlZgcItm { background-color:#2596be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.75rem;left:2.5rem;display:block; }
#JA8mWS4ZlXburnKknFAeHsgDs1CkGAHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwxqoTL0USv74Jx5TIzdhR5uZeNRcMwk { color:rgba(0,0,0,0.43);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:32.4375rem;left:8.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#i3FATu4MOvw73IFUVB5NvZFKtsGG8hTL { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:23.8125rem;left:5.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1ieS4mqFEdmGNTes2a25QN1KOWWF9wM { box-sizing:content-box;height:12.5rem;width:32.4375rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:21.3125rem;left:40rem;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;display:block; }
#Hr0UvR6GSvCp6V4gWrhZv6HZNmAT0zGG { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:30.6630859375rem;left:44.375rem;height:1.48730625rem;font-style:normal;display:block; }
#JnG0zq0FxxlMDrX6RwFiTZVfLxcqZHk3 { position:absolute;display:block;z-index:15029;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:30.0625rem;left:68.75rem;overflow:hidden;display:block; }
#hNUJL0VGCk5eU50TEXJedSobgrKMVT5h { position:absolute;display:block;z-index:15030;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:30.0625rem;left:41.25rem;overflow:hidden;display:block; }
#HMMXZV8EtLl1eLVUzbHi1BNmyW5UU0z6 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:22.5625rem;left:41.25rem;height:5.19921875rem;font-style:normal;display:block; }
#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { 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; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { background-color: transparent; background-image: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .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); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { border-width: 0; border-radius: 0; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { box-sizing:content-box;height:27.5rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:13.75rem;left:3.75rem;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { position:absolute;display:block;z-index:15008;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:13.75rem;left:3.75rem;overflow:hidden;display:block; }
#scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { 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:1.25rem;width:1.25rem;top:38.75rem;left:5rem;overflow:hidden;display:block; }
#hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:27.5rem;left:5rem;height:1.23730625rem;font-style:normal;display:block; }
#TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:38.75rem;left:6.875rem;height:1.2749rem;font-style:normal;display:block; }
#fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { position:absolute;display:block;z-index:15014;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:13.75rem;left:27.5rem;overflow:hidden;display:block; }
#KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { box-sizing:content-box;height:27.5rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:13.75rem;left:27.5rem;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#PfS02o72cbO195MkU4wXoFfIfCmyde3Q { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27.5rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#T2gatfFTclGQcC9FsRs2AF36CVlat0NO { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:28.75rem;height:6.499rem;font-style:normal;display:block; }
#mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.6875rem;left:28.75rem;overflow:hidden;display:block; }
#hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:38.75rem;left:30.625rem;height:1.2749rem;font-style:normal;display:block; }
#rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:20rem;top:13.75rem;left:51.25rem;overflow:hidden;display:block; }
#CLSBNv61fzETb1CrdenwNlPQsTbqitpS { box-sizing:content-box;height:27.5rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.75rem;left:51.25rem;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:27.5rem;left:52.5rem;height:1.23730625rem;font-style:normal;display:block; }
#QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.75rem;left:52.5rem;overflow:hidden;display:block; }
#B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:38.75rem;left:54.375rem;height:1.2749rem;font-style:normal;display:block; }
#vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30rem;left:52.5rem;height:6.499rem;font-style:normal;display:block; }
#O4nSEgns6d9COsehMODbD9RyszUpu74M { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30rem;left:5rem;height:5.19921875rem;font-style:normal;display:block; }
#V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.75rem;left:21.25rem;overflow:hidden;display:block; }
#TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.75rem;left:45rem;overflow:hidden;display:block; }
#eLfUsybeIJa091IzxsfM3srcuuznoAGW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:38.75rem;left:68.75rem;overflow:hidden;display:block; }
#tN1k36INwmApTH97O87IrXvfDyBBO4Eh { color:#2596be;display:block;width:51.4375rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2rem;left:11.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { color:#1e1d1d;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.33740234375rem;left:20rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JguW1WEIKcuvAH0R9PysfXApe7IeVZUF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.8125rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymulNcETvLB5lPNykFVUrmtC6AQ8SyPT { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:48.3125rem;left:34.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hz4Vd2iq1aDUpkzseyCx53C1mru8qzZx { background-color:#2596be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.8125rem;left:25rem;display:block; }
#TbSDqZlp2XIJRT8DF8zpUVx5fML1Gy54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLOQXbiye3xT9DQkwVkInxwIaQwISCsa { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:48.5rem;left:33.5625rem;overflow:hidden;display:block; }
#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1d1d;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; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container { background-color: transparent; background-image: none; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container > .video-iframe-container { display: none; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row > .video-iframe-container { display: none; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .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); }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container { border-width: 0; border-radius: 0; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#n3c43e964284e5b18dbf8f8a9e34106e { position:absolute;display:block;z-index:15000;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:31.1875rem;width:32.5rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#e1c55712a47413e0700a183cfe778be6 { color:#2596be;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.6875rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#Ic595ff5fe3c436f76810fc0ee1a19b6 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#db95ded1abb23842fda32a700f3856b2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:3.75rem;left:36.875rem; }
#a05d961ed58f01afd7616d4acd7930e9 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#Kca09cd3e9e13f720fa1054304022d9d { color:#2596be;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.75rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#q5feeb1fd01fca038777a9e6906e770f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:11.8125rem;left:36.875rem; }
#mbd9d6a905c26432948c211479815c7a { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#t7ae4696fcf63d9f1fad1055f22ebe6e { color:#2596be;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:19.9375rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#rb16b13a61fb32f298ea177176c0e5d0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:20rem;left:36.875rem; }
#a3960c540782463d195b639f015579e5 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.5rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#Eb5bb647823b116d00277f8062ec567c { color:#2596be;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:28.6875rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#d135034e2e73f545f824e67e63153ef9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:28.75rem;left:36.875rem; }
#Q19e54021aa8cc3ca7569937e9e9a8c5 { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:16.25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w089cb5e1c098a44cf7a41e4089705ba { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.51953125rem;left:3.75rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibad47ece6a5fd00dacae01729c5f3f8 { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:4.125rem;left:15.3125rem;overflow:hidden;display:block; }
#a0d739176a6ab8d530282c197a725039 { box-sizing:content-box;height:3.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.4375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2596be;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; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container { background-color: transparent; background-image: none; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container > .video-iframe-container { display: none; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row > .video-iframe-container { display: none; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .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); }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container { border-width: 0; border-radius: 0; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#aP4dU5b4TRc2MppNN6SMUzaSbtEekl9U { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cidZtQaMOXrp9Rosbo8mBz8H8fk1K8LU { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:5.625rem;left:17rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgJTDyulmTKlNp0i1rh1dVtIlre5OsbT { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10rem;left:17.5rem;display:block; }
#UfU8A2cXiElDCgaV6ZaICKlmM9tS6Z1c { background-color:#ff6b6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.8125rem;left:17.5rem;display:block; }
#wT9yDs5JmmuwyTrMEq0JC2C7navrIZQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.84);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; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container { background-color: transparent; background-image: none; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container > .video-iframe-container { display: none; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row > .video-iframe-container { display: none; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .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); }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container { border-width: 0; border-radius: 0; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#rtLbOGBOK0uOFBqF272fVuTA06bwMhh0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.1875rem;top:2.4375rem;left:2.5rem;overflow:hidden;display:block; }
#TytmPs4xNxtd9EpaFBfgTuAUETsDU5kR { 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:1.8125rem;width:6.1875rem;top:3.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#t2MA8d7kRWpXVTqVppeLPmivApI0TFCU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.9375rem;top:2.8125rem;left:18.75rem;overflow:hidden;display:block; }
#RvUGLTIk1eb2Wc27i1K7zgUd12UVUb1X { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.9375rem;top:3.25rem;left:65rem;overflow:hidden;display:block; }
#D8zuIpX2TGrZTWWyS34epyAtMo7eKgcg { 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:2.1875rem;width:6.9375rem;top:3.3125rem;left:58.0625rem;overflow:hidden;display:block; }
#uwppOB0V2uKwvo4rvbXmR3gG6bgIB5ix { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.9375rem;top:3.3125rem;left:50.8125rem;overflow:hidden;display:block; }
#RzUTotSaxqDhvxQHRwX3R9qcup2xBfUK { color:rgba(0,0,0,0.43);display:block;width:22.5625rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:400;z-index:15094;line-height:1.5;letter-spacing:0;top:1.25rem;left:2.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1wUwWmDaC8T0PBPiOAL6PaGhWSg6KM4 { color:rgba(0,0,0,0.43);display:block;width:22.5625rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:400;z-index:15095;line-height:1.5;letter-spacing:0;top:1.28125rem;left:50rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb { 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; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container { background-color: transparent; background-image: none; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container > .video-iframe-container { display: none; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row > .video-iframe-container { display: none; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .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); }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container { border-width: 0; border-radius: 0; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#fyTqALce6ZdoraiylaQ39gOXZLrvUWrs { position:absolute;display:block;z-index:15000;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:8.6875rem;left:1.25rem;overflow:hidden;display:block; }
#XgQHUsFn1ckuQRRDfCth6TI53oZ3Xu2M { position:absolute;display:block;z-index:15001;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:8.6875rem;left:20rem;overflow:hidden;display:block; }
#eUkwWdvgVpArlJvJ52IxPex272i3HuTU { position:absolute;display:block;z-index:15002;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:8.6875rem;left:38.75rem;overflow:hidden;display:block; }
#r5S5TQ3AoBDaAdu2a9bzUEcd81DUHBHb { position:absolute;display:block;z-index:15003;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:8.6875rem;left:57.5rem;overflow:hidden;display:block; }
#L46d6pu13GqkI22NOoUwdpJvfM8yMiMy { color:#2596be;display:block;width:50.375rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3Fl68LPKJue1hK6cpxJltcxg8QpkLFv { color:#000000;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:5.4375rem;left:17.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNTF94T88UpHwO4OkyqX4Tn5KU5IVLRa { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:24.9375rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#ETWrcaxBqBNtsDGT8dG6Q8GRrA0QNVp5 { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:24.9375rem;left:20rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#uqUOtL05nSVxUSw8zrfRnuzFVkqFskBc { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:24.9375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#VBHqTfGviAIKZiCdRdf1qoU8eZhnWEaW { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:24.9375rem;left:57.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
#xsEwXhrhPWTmbFg6PiaNeT8DQwNgUBaL { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:26.19970703125rem;left:2.5rem;height:1.23730625rem;font-style:normal;display:block; }
#o36scyX4Fkv53XX9WgN7TAMcThiqPzSc { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:28.0625rem;left:2.5rem;height:12.9980625rem;font-style:normal;display:block; }
#yoa0V5nQ0CT876dPt5tpcsRbtPVHgIQz { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.0625rem;left:21.25rem;height:11.69825rem;font-style:normal;display:block; }
#Urtzphq4VkVbwpWm7XzQxh8uOUmRezrZ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.0625rem;left:40rem;height:10.3984375rem;font-style:normal;display:block; }
#TuxwykvomIDmU267KmhEBuHoG6TnU7IM { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.0625rem;left:58.75rem;height:12.9980625rem;font-style:normal;display:block; }
#gTVA4SquV0DdPiTrs0nLIrMXOkTZBxwz { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:26.19970703125rem;left:21.25rem;height:1.23730625rem;font-style:normal;display:block; }
#ZlK5JNHkGmHFr78LTUeqOcVncpKwyfUU { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.1;letter-spacing:0;top:26.19970703125rem;left:58.75rem;height:1.23730625rem;font-style:normal;display:block; }
#WilDszR45g6rpIT0mzh1y4vBNurIuScQ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:26.19970703125rem;left:40rem;height:1.23730625rem;font-style:normal;display:block; }
#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f41956eb-168c-43d5-b032-534f1f2d955b/headerimage.png");background-position:center !important;background-repeat: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; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.adaptive-delivery-prevent-bg, #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.lazyload, #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.lazyloading { background-image: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { background-color: transparent; background-image: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.46); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container > .video-iframe-container { display: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.46); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row > .video-iframe-container { display: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .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); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { border-width: 0; border-radius: 0; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1::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; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Eiz9WgK3w43zXDBL5iQkbzh4OC4tfBBV { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:georgia;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.125rem;left:20.09375rem;height:7.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBd4OCSFmyKLWN1hZlSnTPAw7PaqGIgg { box-sizing:content-box;height:2.5rem;width:21.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;top:2.375rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Cmi6ey7o5mgp88TX3G1Pqgp4moqhUClP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.0625rem;left:28.125rem;height:1.2246125rem;font-style:normal;display:block; }
#LwAyQnc5FN5tZ7HFRGkeTfRkIB0SCTXi { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.88232421875rem;left:17.46875rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfCa2EDJvbJPAzU4gpC2GIlb3qfqSqtA { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:52.3505859375rem;left:30rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PM74IfQ0TUJZTJUToxeuOaKBiq0sKRmO { box-sizing:content-box;height:32.5rem;width:24.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:22.3125rem;left:25.0625rem;border-top:0.0625rem solid #2596be;border-left:0.0625rem solid #2596be;border-right:0.0625rem solid #2596be;border-bottom:0.0625rem solid #2596be;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Rb382kOLkwseRqHcb39i7hZpdentf9Tr { position:absolute;display:block;z-index:15099;height:17.5625rem;width:22.5rem;top:22.4375rem;left:26.25rem;display:block; }
#ooTMrKGCoJAecsxDtwcr4pht1lyd3oU3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#NfVqk0IDKN2kTSI2UFT1TG4TGnUbuAl8 { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:36.25rem;left:18.75rem;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#pzJRchOcNokBvgBQJDKET6ks8lRuXRon { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#TpU1R2wOekK5QLza83rPwN7ZgdcTTEOq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#HTVL2NvHSeGNEDOuOCbGU3Afak7STvnp { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#leEG7rqag15pRCphTPBTwuzpMrWdAvPW { 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:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#GuXDSGcoust06CTk9VUhEB7I7BQohzTi { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:56.625rem;left:28.75rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qa3W126K42B01dW1dNeUcQiWgXs1Mbnf { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:58.75rem;left:33.5625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TibLsTS8knpz16IU0qMct1zpkCqGUXki { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:59rem;left:32.625rem;overflow:hidden;display:block; }
#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE { 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; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { background-color: transparent; background-image: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container > .video-iframe-container { display: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row > .video-iframe-container { display: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .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); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { border-width: 0; border-radius: 0; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PQKKxhLHW1br9chWWdxAeu6fL6X1MwRu { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:16.125rem;left:2.5rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZWcWCuDLfTdbtAnyJholX6Z2C5r18KZ { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.1875rem;left:50.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNDKE8cUu4SkgEJUR6KPcIxabzsP3cbi { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.1875rem;left:57.375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7rFlI1dvAokeZ9A8JG5R559H4M6Ip1T { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.1875rem;left:66.4375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kP0QiH4vaD1gHyJBAmuwEn0ga23Mcdss { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.875rem;top:2.375rem;left:2.5rem;overflow:hidden;display:block; }
#MeaWEwDBGJN8D7WcaOH5piwQ1IhLTR0i { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:7.8125rem;left:2.5rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mo8mdqDwAIm3C1eDXQG90HpS4DTv4ew2 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:7.8125rem;left:28.5625rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqeLunbSaN76VhI5pefEv3u8JO9OVWO0 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:7.1875rem;left:58.9375rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wu1oNVu0o0f3wSR8x36Pzi84NVLx7arN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.5625rem;top:8.6875rem;left:63.4375rem;overflow:hidden;display:block; }
#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28a745;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:none; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { border-width: 0; border-radius: 0; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 { position:relative;display:none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 { border-width: 0; border-radius: 0; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FhuSnTSlnezBFpcyrUwTA7of2mEurxDm { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1rem;left:1.1875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 { display:block; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih82ewo0HkyddMBKGF4MP6DIuSxWhUZW { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRvybTmnTbmFkcJqesIJTiuytfcI9fIt { width:3.125rem;height:3.125rem;display:none; }
#fRvybTmnTbmFkcJqesIJTiuytfcI9fIt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NCgQBPaXsZGgrgde51oEnwpGHck23dcM { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGtW6c9XaadCxJ2U1V4to2Mg6uT9h1rs { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6zpTyVXpiGQKJfms0h4HWsU5doEtOtM { width:1.5625rem;height:0;top:4.625rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y200Kt5sF3qTIdOGW2Nms7wKq1DNCXvE { top:1.875rem;left:0rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DuiLhp7xHRNtQKmgTUWRWaQkToJrpD { top:1.25rem;left:32.4375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wUpigDh1qOr5vOS4tRvLGlZkN8pgti { top:3.0625rem;left:33.375rem;width:14.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krfwm9EThsxgFRKWBNThzD6e6TRdkJez { width:1.5625rem;height:0;top:4.625rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZFMb178o7e6DZqksbin6AeFS4IZgSQJ { top:1.25rem;left:42.5625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgn2KWAB86ameTnKzE5ARq26QGw17bZp { top:2rem;left:34.5rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixXgkT4Ii01MDCPKy0ur56JrSiQV9Z4 { top:2rem;left:43.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgig736ux7Hr1lOi86nuhLv9V4vPTRUJ { top:5rem;left:45.8125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztz9OBQDtkuNRTqE8littqtAOiubOGLs { top:3.125rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTC2iPoI8DGOngb1CLx2u32X6da2wvq { top:1.25rem;left:32.375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ISOFHtW1tvk1QmmQtCJuLgpRPEzWFR { top:3.125rem;left:16.3125rem;width:13.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUXbVnTTfBnXLyZfuBfzFhoLHg05wME { top:2.25rem;left:35.125rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvt5vkhaq0rCiedDbcdTgOSFUmdrSy6 { top:4.9375rem;left:35.125rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r { display:none; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ttfxQu3xuoofukVDntWmDkD09FpT465T { top:0.625rem;left:0.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9l1pVMeboDpS6Gf4sL6za4LPo1zwn7m { top:0.625rem;left:13.125rem;width:9.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCFBBdT7B6Xu12bP1Nm22ValtHDKO9Rp { top:1.25rem;left:20.125rem;width:12.1875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGX34w7sT7ZxBoQUffiRUAL40WNpEDPA { top:3.125rem;left:12.8125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV { display:block; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUAmTIc4hzOun5R9aqny1fwsJw0s2UCl { top:6.25rem;left:0rem;width:29.625rem;height:7.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKPdwwqGTAmWVSoHTEQxEmzqN75lO59 { top:2.5rem;left:0rem;width:21.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqi6nTGfa3vQOgd1WxZml7B2J33ctN95 { top:3.1875rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghOFQzPDI9Cmhg9o7CS5wWmhDkOMVglz { top:15rem;left:0rem;width:38.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTV9AxMNMqET9VHeuehTKU1TllHxZ61 { top:2.5rem;left:22.625rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrDivTMLGyM3qbaX1ATkRF8BTHFWf0zG { top:3.75rem;left:25.25rem;width:22.5rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy55npTTteg69ot2KT0sAKQxAsmyGIpw { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXrpShEh325DkNz1nCAFW3fNO6m4BqN { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pxHcfe4HVVQTN0yo4rtTdZdhHsKnIr { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGegZSqL8yeVBXz4d30OMDKoAonys93F { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBevWCvbgPTJGWBxFVP2cTgpxJ0QuHF { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNlRqvAEP0HCJgSC2R4n9GmvETbxcIB { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 { top:20.75rem;left:0rem;width:38.4375rem;height:5rem;font-size:1rem;display:block; }#TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96b0654a2600492f7ae8c41a11719750cf183119.svg); }
 }@media only screen and (max-width: 763px) { #uAFSappPZxBqoRdpI0ds8qODSOsIDUWF { top:11.25rem;left:27.625rem;width:18.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wr2t0PU3zJo2WkFJshhlgH0ESM9W9dkb { top:27.9375rem;left:36.375rem;width:6.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFvrSKNZJvZZEeW1DTvqlbESARZTpOy3 { top:27.5rem;left:40.8125rem;width:6.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLc6RXZFAwqWkRAfDFUIoa4upwFTdIk { top:28rem;left:42.5rem;width:5.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT9pi9H4RWhHbcyZB5T4Ch6lLzm5wqG { top:27.5rem;left:0rem;width:13.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4OkxlDC9wDzf8AZbZ85Am62wMHvCZd { top:29.625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkp2pMwMtRObOkRTv4pA59R5QlagTtWB { top:29.9375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E { display:block; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivte6TQK3HfeswcCpO4lsJFlXTVzt7pw { top:1.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgnpMpla6eChSTEBw36QCNiotMnVx3s7 { display:block; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT3kz13d8E0s7UMRTETO3I8hHGD3O6Uo { top:3.625rem;left:0rem;width:19.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaueR0hP1c4c0vZnxLUEVJXrmdTJwosU { top:3.75rem;left:11.9375rem;width:19.8125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A23gtLQJa11z0hiGyGoJQAwE3eKeoXZT { top:3.75rem;left:27.8125rem;width:19.8125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFC8lRX0GCkTo4viAWKyOoGxngNq0ya { top:2.5rem;left:6.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGC9e9aTHgJZsw42tVpLAQbDntTHHTb { top:3.125rem;left:6.6875rem;width:2.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZlmNJTZx2z8WpJQUgUzeQXbhXShTTf7 { top:2.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lsMdMoRJ8tObulqaKgbMQ9uliU3hJZ { top:3.125rem;left:22.5625rem;width:2.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #of4Tl8ZHsRCKfGXGVEvCqmVe7itvouVW { top:2.5rem;left:38.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1zJPxkmt7q63UgVOVawW1OrR8OQBeOM { top:3.125rem;left:38.4375rem;width:2.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuFAPVFCTchKz5bhlrwWpCRC3nsCfJy8 { top:20.5rem;left:0rem;width:21.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3K3X1y4x5qUkDoT5wPpNgN5p59Tdxpi { top:20.3125rem;left:10.625rem;width:21.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QITtO2TJwT8tkaHkHrkSQ3uTTe4rDVli { top:20.5rem;left:27.5625rem;width:20.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5LiOLfhHtf7TUWxTNCyVraupbWNM8hW { top:18.6875rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmHc8xlMqkQRwHv9kPEyDfpCD5tqtXE { top:18.6875rem;left:10.625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrxT9rn3bWzdoKd6NHKVUdsnVSkZNb7u { top:18.6875rem;left:26.5rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk1rbqSZfExCTszXEAMEikChwQB00Lo8 { width:25rem;height:2.5rem;top:26.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTaHJiPFA3b9TeHQkbsXf0Oi2rSnoD0 { display:block; }
 }@media only screen and (max-width: 763px) { #JPnfVFUK2gsKrUD6Aopy0aulofUbzetX { top:30.6875rem;left:20.75rem;width:8.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF1zqGZzTCZydOSKR9xOtkmqnNUyyzM { top:29.1875rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD5sQr8uWLDgAPqFe1cEPcI4MWOtkDDL { top:30.875rem;left:19.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWpyB2JhikInBSpWtPXavt5KlgZdbkkp { display:block; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ql4nQi57q3MJmGm4FyIhLzq0GRQe2Tie { top:2.5rem;left:17.75rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDmLhEQWCAorTbatPBuZTDHyrnaSDZmw { top:2.5625rem;left:0rem;width:35.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF8s0nv7W1n0rUNWNz1e4lsTWD9TBWDz { top:6.3125rem;left:0rem;width:30.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeMhKuTGHg60wi3vNllIGyvwwmHULtz { top:8.8125rem;left:0rem;width:32.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQbKTZWkGxoxatCA80pIcTvCRpx6QzoT { top:10.0625rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxCkJGypVEVxD04PuZcJrDi6xAWF4hDa { top:12.5625rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaKTBslAgk496AC6HEPPDVSvBOPXnHO { top:12.8125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7i9ow6n7yhNXnh4OscFTmUxue7eAme { top:12.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsEc66aIVdVshWRLB26yExTIzzcEnqyB { top:16.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqgCqOI2mMBHXU3yZuikdXsThnAuqSi { top:16.5625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8L6OncdiaybwBeRZIctVeocPBWzfNf { top:20.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJexeTFqZ7cqQQ9R6IV9HP0eJwQlZLFc { top:20.3125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7Acqvms75ZcfguLu3ZBBB7EAFK4tFT { top:23.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgAqtifAEHVoiHRP3wApo5FRV4d1XGSe { top:24.0625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQe2AyCLaCVvz8VZEayE1pH97roKEuzn { top:16.3125rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcFC3pxIHTyzTFPQ1rvWpN2BtBeE01o { top:20.0625rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwS5lAP98sSNh2QCH2S4cdWdhlZgcItm { width:32.5rem;height:2.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8mWS4ZlXburnKknFAeHsgDs1CkGAHg { display:block; }
 }@media only screen and (max-width: 763px) { #LwxqoTL0USv74Jx5TIzdhR5uZeNRcMwk { top:32.4375rem;left:1.375rem;width:18.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3FATu4MOvw73IFUVB5NvZFKtsGG8hTL { top:23.8125rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ieS4mqFEdmGNTes2a25QN1KOWWF9wM { top:21.3125rem;left:15.3125rem;width:32.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0UvR6GSvCp6V4gWrhZv6HZNmAT0zGG { top:30.625rem;left:23.9375rem;width:12.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnG0zq0FxxlMDrX6RwFiTZVfLxcqZHk3 { top:30.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNUJL0VGCk5eU50TEXJedSobgrKMVT5h { top:30.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMMXZV8EtLl1eLVUzbHi1BNmyW5UU0z6 { top:22.5625rem;left:17.6875rem;width:30.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { display:block; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { top:13.75rem;left:0rem;width:20rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { top:13.75rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { top:38.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { top:27.5rem;left:0.4375rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { top:38.75rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { top:13.75rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { top:13.75rem;left:11.75rem;width:20rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfS02o72cbO195MkU4wXoFfIfCmyde3Q { top:27.5rem;left:14.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gatfFTclGQcC9FsRs2AF36CVlat0NO { top:30rem;left:14.25rem;width:17.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { top:38.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { top:38.75rem;left:16.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { top:13.75rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSBNv61fzETb1CrdenwNlPQsTbqitpS { top:13.75rem;left:27.625rem;width:20rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { top:27.5rem;left:31.125rem;width:16.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { top:38.75rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { top:38.75rem;left:31.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { top:30rem;left:30.125rem;width:17.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4nSEgns6d9COsehMODbD9RyszUpu74M { top:30rem;left:0rem;width:17.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { top:38.75rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { top:38.75rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfUsybeIJa091IzxsfM3srcuuznoAGW { top:38.75rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1k36INwmApTH97O87IrXvfDyBBO4Eh { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { top:5.3125rem;left:0rem;width:35.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JguW1WEIKcuvAH0R9PysfXApe7IeVZUF { top:46.8125rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymulNcETvLB5lPNykFVUrmtC6AQ8SyPT { top:48.3125rem;left:20.75rem;width:8.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4Vd2iq1aDUpkzseyCx53C1mru8qzZx { width:25rem;height:2.5rem;top:43.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSDqZlp2XIJRT8DF8zpUVx5fML1Gy54 { display:block; }
 }@media only screen and (max-width: 763px) { #mLOQXbiye3xT9DQkwVkInxwIaQwISCsa { top:48.5rem;left:19.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAaM1v0otyPNKfId1Em7et2At7wpfIt2 { display:block; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3c43e964284e5b18dbf8f8a9e34106e { top:2.5rem;left:0rem;width:32.5rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c55712a47413e0700a183cfe778be6 { top:3.6875rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic595ff5fe3c436f76810fc0ee1a19b6 { top:5.5625rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db95ded1abb23842fda32a700f3856b2 { top:3.75rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05d961ed58f01afd7616d4acd7930e9 { top:13.5625rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kca09cd3e9e13f720fa1054304022d9d { top:11.75rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5feeb1fd01fca038777a9e6906e770f { top:11.8125rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbd9d6a905c26432948c211479815c7a { top:21.8125rem;left:16.5625rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ae4696fcf63d9f1fad1055f22ebe6e { top:19.9375rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb16b13a61fb32f298ea177176c0e5d0 { top:20rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3960c540782463d195b639f015579e5 { top:30.5rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5bb647823b116d00277f8062ec567c { top:28.6875rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d135034e2e73f545f824e67e63153ef9 { top:28.75rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19e54021aa8cc3ca7569937e9e9a8c5 { top:3.875rem;left:2.625rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w089cb5e1c098a44cf7a41e4089705ba { top:3.5rem;left:0rem;width:11.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibad47ece6a5fd00dacae01729c5f3f8 { top:4.125rem;left:1.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d739176a6ab8d530282c197a725039 { top:2.4375rem;left:0rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy { display:block; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP4dU5b4TRc2MppNN6SMUzaSbtEekl9U { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidZtQaMOXrp9Rosbo8mBz8H8fk1K8LU { top:5.625rem;left:3.375rem;width:41rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJTDyulmTKlNp0i1rh1dVtIlre5OsbT { top:10rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfU8A2cXiElDCgaV6ZaICKlmM9tS6Z1c { width:40rem;height:2.5rem;top:33.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9yDs5JmmuwyTrMEq0JC2C7navrIZQu { display:block; }
 }@media only screen and (max-width: 763px) { #ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts { display:block; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtLbOGBOK0uOFBqF272fVuTA06bwMhh0 { top:2.4375rem;left:0rem;width:6.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytmPs4xNxtd9EpaFBfgTuAUETsDU5kR { top:3.4375rem;left:0rem;width:6.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MA8d7kRWpXVTqVppeLPmivApI0TFCU { top:2.8125rem;left:5.125rem;width:6.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvUGLTIk1eb2Wc27i1K7zgUd12UVUb1X { top:3.25rem;left:40.8125rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zuIpX2TGrZTWWyS34epyAtMo7eKgcg { top:3.3125rem;left:40.8125rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwppOB0V2uKwvo4rvbXmR3gG6bgIB5ix { top:3.3125rem;left:37.1875rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzUTotSaxqDhvxQHRwX3R9qcup2xBfUK { top:1.25rem;left:0rem;width:22.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wUwWmDaC8T0PBPiOAL6PaGhWSg6KM4 { top:1.25rem;left:25.1875rem;width:22.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb { display:block; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyTqALce6ZdoraiylaQ39gOXZLrvUWrs { top:8.6875rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQHUsFn1ckuQRRDfCth6TI53oZ3Xu2M { top:8.6875rem;left:7.625rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkwWdvgVpArlJvJ52IxPex272i3HuTU { top:8.6875rem;left:19.5625rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5S5TQ3AoBDaAdu2a9bzUEcd81DUHBHb { top:8.6875rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46d6pu13GqkI22NOoUwdpJvfM8yMiMy { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Fl68LPKJue1hK6cpxJltcxg8QpkLFv { top:5.4375rem;left:0rem;width:41rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNTF94T88UpHwO4OkyqX4Tn5KU5IVLRa { top:24.9375rem;left:0rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWrcaxBqBNtsDGT8dG6Q8GRrA0QNVp5 { top:24.9375rem;left:7.625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUOtL05nSVxUSw8zrfRnuzFVkqFskBc { top:24.9375rem;left:19.5625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBHqTfGviAIKZiCdRdf1qoU8eZhnWEaW { top:24.9375rem;left:31.5rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsEwXhrhPWTmbFg6PiaNeT8DQwNgUBaL { top:26.1875rem;left:0rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o36scyX4Fkv53XX9WgN7TAMcThiqPzSc { top:28.0625rem;left:0rem;width:13.75rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoa0V5nQ0CT876dPt5tpcsRbtPVHgIQz { top:28.0625rem;left:10.125rem;width:13.75rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urtzphq4VkVbwpWm7XzQxh8uOUmRezrZ { top:28.0625rem;left:22.0625rem;width:13.75rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuxwykvomIDmU267KmhEBuHoG6TnU7IM { top:28.0625rem;left:34rem;width:13.75rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTVA4SquV0DdPiTrs0nLIrMXOkTZBxwz { top:26.1875rem;left:10.125rem;width:13.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlK5JNHkGmHFr78LTUeqOcVncpKwyfUU { top:26.1875rem;left:34rem;width:13.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WilDszR45g6rpIT0mzh1y4vBNurIuScQ { top:26.1875rem;left:22.0625rem;width:13.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 { display:block; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eiz9WgK3w43zXDBL5iQkbzh4OC4tfBBV { top:6.125rem;left:6.46875rem;width:34.9375rem;height:7.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBd4OCSFmyKLWN1hZlSnTPAw7PaqGIgg { top:2.375rem;left:13.25rem;width:21.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmi6ey7o5mgp88TX3G1Pqgp4moqhUClP { top:3.0625rem;left:14.5rem;width:18.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAyQnc5FN5tZ7HFRGkeTfRkIB0SCTXi { top:14.875rem;left:3.84375rem;width:40.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfCa2EDJvbJPAzU4gpC2GIlb3qfqSqtA { top:52.3125rem;left:16.375rem;width:15rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM74IfQ0TUJZTJUToxeuOaKBiq0sKRmO { top:22.3125rem;left:11.4375rem;width:24.875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb382kOLkwseRqHcb39i7hZpdentf9Tr { top:22.4375rem;left:12.625rem;width:22.5rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooTMrKGCoJAecsxDtwcr4pht1lyd3oU3 { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfVqk0IDKN2kTSI2UFT1TG4TGnUbuAl8 { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzJRchOcNokBvgBQJDKET6ks8lRuXRon { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpU1R2wOekK5QLza83rPwN7ZgdcTTEOq { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVL2NvHSeGNEDOuOCbGU3Afak7STvnp { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leEG7rqag15pRCphTPBTwuzpMrWdAvPW { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuXDSGcoust06CTk9VUhEB7I7BQohzTi { top:56.625rem;left:15.125rem;width:17.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa3W126K42B01dW1dNeUcQiWgXs1Mbnf { top:58.75rem;left:19.9375rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibLsTS8knpz16IU0qMct1zpkCqGUXki { top:59rem;left:19rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE { display:block; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQKKxhLHW1br9chWWdxAeu6fL6X1MwRu { top:16.125rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZWcWCuDLfTdbtAnyJholX6Z2C5r18KZ { top:16.1875rem;left:36.9375rem;width:5.6875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNDKE8cUu4SkgEJUR6KPcIxabzsP3cbi { top:16.1875rem;left:39.625rem;width:8.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rFlI1dvAokeZ9A8JG5R559H4M6Ip1T { top:16.1875rem;left:41.5625rem;width:6.1875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0QiH4vaD1gHyJBAmuwEn0ga23Mcdss { top:2.375rem;left:0rem;width:11.875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeaWEwDBGJN8D7WcaOH5piwQ1IhLTR0i { top:7.8125rem;left:0rem;width:20rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8mdqDwAIm3C1eDXQG90HpS4DTv4ew2 { top:7.8125rem;left:14.9375rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqeLunbSaN76VhI5pefEv3u8JO9OVWO0 { top:7.1875rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu1oNVu0o0f3wSR8x36Pzi84NVLx7arN { top:8.6875rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 { display:none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FhuSnTSlnezBFpcyrUwTA7of2mEurxDm { top:1rem;left:0rem;width:17.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { background-color: transparent; background-image: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container > .video-iframe-container { display: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container { display: none; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .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); }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { border-width: 0; border-radius: 0; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1OS5HXoZZvfW2sfliAKUJJy4RDtzlK5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih82ewo0HkyddMBKGF4MP6DIuSxWhUZW { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fRvybTmnTbmFkcJqesIJTiuytfcI9fIt { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#fRvybTmnTbmFkcJqesIJTiuytfcI9fIt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NCgQBPaXsZGgrgde51oEnwpGHck23dcM { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pGtW6c9XaadCxJ2U1V4to2Mg6uT9h1rs { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o6zpTyVXpiGQKJfms0h4HWsU5doEtOtM { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #y200Kt5sF3qTIdOGW2Nms7wKq1DNCXvE { width:9.375rem;height:2.6875rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DuiLhp7xHRNtQKmgTUWRWaQkToJrpD { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5wUpigDh1qOr5vOS4tRvLGlZkN8pgti { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Krfwm9EThsxgFRKWBNThzD6e6TRdkJez { width:1.5625rem;height:auto;top:4.625rem;left:9.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #oZFMb178o7e6DZqksbin6AeFS4IZgSQJ { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mgn2KWAB86ameTnKzE5ARq26QGw17bZp { width:13.25rem;height:auto;top:2rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #CixXgkT4Ii01MDCPKy0ur56JrSiQV9Z4 { width:3.75rem;height:3.75rem;top:2rem;left:8.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #mgig736ux7Hr1lOi86nuhLv9V4vPTRUJ { width:0.875rem;height:0.875rem;top:5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztz9OBQDtkuNRTqE8littqtAOiubOGLs { display:flex;width:1.25rem;height:1.25rem;top:3.75rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOTC2iPoI8DGOngb1CLx2u32X6da2wvq { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8ISOFHtW1tvk1QmmQtCJuLgpRPEzWFR { width:13.8125rem;height:auto;top:3.125rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #MTUXbVnTTfBnXLyZfuBfzFhoLHg05wME { width:5rem;height:2.1875rem;top:1.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvt5vkhaq0rCiedDbcdTgOSFUmdrSy6 { width:4.5625rem;height:0.875rem;top:4.125rem;left:12.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r { background-color:rgba(245,245,245,0.63);background-image:none;display:block; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container { background-color: transparent; background-image: none; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container > .video-iframe-container { display: none; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row > .video-iframe-container { display: none; }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .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); }#rkXDn2V0nX0pu8OpBHhTGkaazxz5bS2r > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttfxQu3xuoofukVDntWmDkD09FpT465T { width:6.9375rem;height:0;top:12.3505859375rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #C9l1pVMeboDpS6Gf4sL6za4LPo1zwn7m { width:9.5625rem;height:1.2246125rem;top:0.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pCFBBdT7B6Xu12bP1Nm22ValtHDKO9Rp { width:14.625rem;height:1.2246125rem;top:0.64990234375rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aGX34w7sT7ZxBoQUffiRUAL40WNpEDPA { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:2.4375rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f41956eb-168c-43d5-b032-534f1f2d955b/headerimage.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.adaptive-delivery-prevent-bg, #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.lazyload, #Q28powN8bxEvKoCu9S6mmvn7pfobX5AV.lazyloading { background-image: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { background-color: transparent; background-image: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.77); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container > .video-iframe-container { display: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.77); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row > .video-iframe-container { display: none; }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .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); }#Q28powN8bxEvKoCu9S6mmvn7pfobX5AV > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUAmTIc4hzOun5R9aqny1fwsJw0s2UCl { width:20rem;height:1.51220625rem;top:10.55078125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bkKPdwwqGTAmWVSoHTEQxEmzqN75lO59 { width:14rem;height:1.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqi6nTGfa3vQOgd1WxZml7B2J33ctN95 { width:13.4375rem;height:1.25rem;top:1.1875rem;left:0.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ghOFQzPDI9Cmhg9o7CS5wWmhDkOMVglz { width:20rem;height:3.8994125rem;top:13.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EXTV9AxMNMqET9VHeuehTKU1TllHxZ61 { width:20rem;height:23.75rem;top:23.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zrDivTMLGyM3qbaX1ATkRF8BTHFWf0zG { width:17.5rem;height:16.4375rem;top:24.1875rem;left:1.25rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #gy55npTTteg69ot2KT0sAKQxAsmyGIpw { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETXrpShEh325DkNz1nCAFW3fNO6m4BqN { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #N0pxHcfe4HVVQTN0yo4rtTdZdhHsKnIr { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #SGegZSqL8yeVBXz4d30OMDKoAonys93F { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #QhBevWCvbgPTJGWBxFVP2cTgpxJ0QuHF { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #rTNlRqvAEP0HCJgSC2R4n9GmvETbxcIB { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 { width:12.625rem;height:4.5244125rem;top:18.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TiwwFA5FiLgEaZgRNGAA3w6dgvxq8Ug5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96b0654a2600492f7ae8c41a11719750cf183119.svg); }
 }@media only screen and (max-width: 763px) { #uAFSappPZxBqoRdpI0ds8qODSOsIDUWF { width:20rem;height:6.5625rem;top:3.125rem;left:0rem;box-shadow: none;z-index:15021;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wr2t0PU3zJo2WkFJshhlgH0ESM9W9dkb { width:5.6875rem;height:3.1875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFvrSKNZJvZZEeW1DTvqlbESARZTpOy3 { width:6.25rem;height:4.1875rem;top:47.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLc6RXZFAwqWkRAfDFUIoa4upwFTdIk { width:5.375rem;height:2.625rem;top:48.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT9pi9H4RWhHbcyZB5T4Ch6lLzm5wqG { width:17.5rem;height:1.86865rem;top:51.625rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4OkxlDC9wDzf8AZbZ85Am62wMHvCZd { width:8.3125rem;height:1.13720625rem;top:53.75rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dkp2pMwMtRObOkRTv4pA59R5QlagTtWB { width:0.625rem;height:0.625rem;top:54.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E { display:block; }#KBkQMxTdrGbE4fscJn0PiTAJ3WXUoq7E > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivte6TQK3HfeswcCpO4lsJFlXTVzt7pw { width:20rem;height:33.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgnpMpla6eChSTEBw36QCNiotMnVx3s7 { display:block; }#MgnpMpla6eChSTEBw36QCNiotMnVx3s7 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT3kz13d8E0s7UMRTETO3I8hHGD3O6Uo { width:19.5625rem;height:13.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaueR0hP1c4c0vZnxLUEVJXrmdTJwosU { width:20rem;height:13.125rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A23gtLQJa11z0hiGyGoJQAwE3eKeoXZT { width:19.8125rem;height:13.0625rem;top:47.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFC8lRX0GCkTo4viAWKyOoGxngNq0ya { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGC9e9aTHgJZsw42tVpLAQbDntTHHTb { width:2.5rem;height:1.29980625rem;top:1.875rem;left:8.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZlmNJTZx2z8WpJQUgUzeQXbhXShTTf7 { width:2.5rem;height:2.5rem;top:23.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lsMdMoRJ8tObulqaKgbMQ9uliU3hJZ { width:2.5rem;height:1.29980625rem;top:24.4375rem;left:8.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #of4Tl8ZHsRCKfGXGVEvCqmVe7itvouVW { width:2.5rem;height:2.5rem;top:46.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1zJPxkmt7q63UgVOVawW1OrR8OQBeOM { width:2.5rem;height:1.29980625rem;top:46.9375rem;left:8.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuFAPVFCTchKz5bhlrwWpCRC3nsCfJy8 { width:20rem;height:3.41161875rem;top:18.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3K3X1y4x5qUkDoT5wPpNgN5p59Tdxpi { width:20rem;height:3.41161875rem;top:40.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QITtO2TJwT8tkaHkHrkSQ3uTTe4rDVli { width:20rem;height:2.2744125rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5LiOLfhHtf7TUWxTNCyVraupbWNM8hW { width:15.4375rem;height:1.29980625rem;top:16.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHmHc8xlMqkQRwHv9kPEyDfpCD5tqtXE { width:20rem;height:1.29980625rem;top:38.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrxT9rn3bWzdoKd6NHKVUdsnVSkZNb7u { width:20rem;height:1.29980625rem;top:61.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bk1rbqSZfExCTszXEAMEikChwQB00Lo8 { width:20rem;height:2.5rem;top:67.5625rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nMTaHJiPFA3b9TeHQkbsXf0Oi2rSnoD0 { display:block; }
 }@media only screen and (max-width: 763px) { #JPnfVFUK2gsKrUD6Aopy0aulofUbzetX { width:8.3125rem;height:0.9746125rem;top:72.9375rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dOF1zqGZzTCZydOSKR9xOtkmqnNUyyzM { width:12.5rem;height:1.29980625rem;top:71.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LD5sQr8uWLDgAPqFe1cEPcI4MWOtkDDL { width:0.625rem;height:0.625rem;top:73.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWpyB2JhikInBSpWtPXavt5KlgZdbkkp { display:block; }#DWpyB2JhikInBSpWtPXavt5KlgZdbkkp > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ql4nQi57q3MJmGm4FyIhLzq0GRQe2Tie { width:20rem;height:20rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uDmLhEQWCAorTbatPBuZTDHyrnaSDZmw { width:20rem;height:3.73730625rem;top:1.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HF8s0nv7W1n0rUNWNz1e4lsTWD9TBWDz { width:20rem;height:2.5996125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeMhKuTGHg60wi3vNllIGyvwwmHULtz { width:20rem;height:22.5625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQbKTZWkGxoxatCA80pIcTvCRpx6QzoT { width:18.8125rem;height:1.19970625rem;top:31.23828125rem;left:1.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LxCkJGypVEVxD04PuZcJrDi6xAWF4hDa { width:15.8125rem;height:3.41161875rem;top:33.6875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaKTBslAgk496AC6HEPPDVSvBOPXnHO { width:0.75rem;height:0.75rem;top:33.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7i9ow6n7yhNXnh4OscFTmUxue7eAme { width:1.25rem;height:1.25rem;top:33.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsEc66aIVdVshWRLB26yExTIzzcEnqyB { width:1.25rem;height:1.25rem;top:38.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqgCqOI2mMBHXU3yZuikdXsThnAuqSi { width:0.75rem;height:0.75rem;top:38.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8L6OncdiaybwBeRZIctVeocPBWzfNf { width:1.25rem;height:1.25rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJexeTFqZ7cqQQ9R6IV9HP0eJwQlZLFc { width:0.75rem;height:0.75rem;top:42.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7Acqvms75ZcfguLu3ZBBB7EAFK4tFT { width:1.25rem;height:1.25rem;top:47.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgAqtifAEHVoiHRP3wApo5FRV4d1XGSe { width:0.75rem;height:0.75rem;top:47.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQe2AyCLaCVvz8VZEayE1pH97roKEuzn { width:15.8125rem;height:2.2744125rem;top:38.6875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcFC3pxIHTyzTFPQ1rvWpN2BtBeE01o { width:15.0625rem;height:3.41161875rem;top:42.4375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwS5lAP98sSNh2QCH2S4cdWdhlZgcItm { width:20rem;height:2.5rem;top:53.6875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JA8mWS4ZlXburnKknFAeHsgDs1CkGAHg { display:block; }
 }@media only screen and (max-width: 763px) { #LwxqoTL0USv74Jx5TIzdhR5uZeNRcMwk { width:18.75rem;height:1.2749rem;top:56.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #i3FATu4MOvw73IFUVB5NvZFKtsGG8hTL { width:15.6875rem;height:3.41161875rem;top:47.4375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ieS4mqFEdmGNTes2a25QN1KOWWF9wM { width:20rem;height:12.5rem;top:21.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Hr0UvR6GSvCp6V4gWrhZv6HZNmAT0zGG { width:12.1875rem;height:auto;top:30.625rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #JnG0zq0FxxlMDrX6RwFiTZVfLxcqZHk3 { width:2.5rem;height:2.5rem;top:30.0625rem;left:8.75rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #hNUJL0VGCk5eU50TEXJedSobgrKMVT5h { width:2.5rem;height:2.5rem;top:30.0625rem;left:8.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #HMMXZV8EtLl1eLVUzbHi1BNmyW5UU0z6 { width:20rem;height:auto;top:22.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { display:block; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { width:20rem;height:10rem;top:26.1875rem;left:0rem;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { width:20rem;height:12.4375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { width:1.25rem;height:1.25rem;top:34.3125rem;left:0.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { width:15rem;height:1.19970625rem;top:28.125rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { width:11.1875rem;height:1.2749rem;top:34.3125rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { width:20rem;height:12.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { width:20rem;height:11.25rem;top:48.6875rem;left:0rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfS02o72cbO195MkU4wXoFfIfCmyde3Q { width:15rem;height:1.19970625rem;top:50.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2gatfFTclGQcC9FsRs2AF36CVlat0NO { width:18.75rem;height:4.548825rem;top:52.4375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { width:1.25rem;height:1.25rem;top:58.0625rem;left:0.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { width:10.8125rem;height:1.2749rem;top:58.0625rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { width:19.875rem;height:12.4375rem;top:61.1875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CLSBNv61fzETb1CrdenwNlPQsTbqitpS { width:20rem;height:12.5625rem;top:72.4375rem;left:0rem;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { width:14.875rem;height:1.19970625rem;top:74.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { width:1.25rem;height:1.25rem;top:83.0625rem;left:0.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { width:11.5625rem;height:1.2749rem;top:83.0625rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { width:15.125rem;height:5.6860375rem;top:76.1875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #O4nSEgns6d9COsehMODbD9RyszUpu74M { width:18.75rem;height:3.41161875rem;top:29.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { width:1.25rem;height:1.25rem;top:34.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { width:1.25rem;height:1.25rem;top:58.0625rem;left:17.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eLfUsybeIJa091IzxsfM3srcuuznoAGW { width:1.25rem;height:1.25rem;top:83.0625rem;left:17.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tN1k36INwmApTH97O87IrXvfDyBBO4Eh { width:16.8125rem;height:3.73730625rem;top:1.1875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { width:20rem;height:7.7988125rem;top:5.88916015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JguW1WEIKcuvAH0R9PysfXApe7IeVZUF { width:15.0625rem;height:1.29980625rem;top:89.9375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ymulNcETvLB5lPNykFVUrmtC6AQ8SyPT { width:8.3125rem;height:0.9746125rem;top:91.625rem;left:6.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hz4Vd2iq1aDUpkzseyCx53C1mru8qzZx { width:20rem;height:2.5rem;top:86.1875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbSDqZlp2XIJRT8DF8zpUVx5fML1Gy54 { display:block; }
 }@media only screen and (max-width: 763px) { #mLOQXbiye3xT9DQkwVkInxwIaQwISCsa { width:0.625rem;height:0.625rem;top:91.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAaM1v0otyPNKfId1Em7et2At7wpfIt2 { display:block; }#nAaM1v0otyPNKfId1Em7et2At7wpfIt2 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3c43e964284e5b18dbf8f8a9e34106e { width:17.5rem;height:16.75rem;top:1.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c55712a47413e0700a183cfe778be6 { width:16.8125rem;height:1.2749rem;top:20.1005859375rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ic595ff5fe3c436f76810fc0ee1a19b6 { width:16.25rem;height:5.19921875rem;top:22rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #db95ded1abb23842fda32a700f3856b2 { display:flex;width:1.25rem;height:1.25rem;top:20.125rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #a05d961ed58f01afd7616d4acd7930e9 { width:16.25rem;height:3.8994125rem;top:30.75rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kca09cd3e9e13f720fa1054304022d9d { width:15.9375rem;height:1.2749rem;top:28.8505859375rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q5feeb1fd01fca038777a9e6906e770f { display:flex;width:1.25rem;height:1.25rem;top:28.875rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mbd9d6a905c26432948c211479815c7a { width:16.25rem;height:5.19921875rem;top:38.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7ae4696fcf63d9f1fad1055f22ebe6e { width:13.875rem;height:1.2749rem;top:36.375rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rb16b13a61fb32f298ea177176c0e5d0 { display:flex;width:1.25rem;height:1.25rem;top:36.3125rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #a3960c540782463d195b639f015579e5 { width:16.25rem;height:5.19921875rem;top:47rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5bb647823b116d00277f8062ec567c { width:16.3125rem;height:1.2749rem;top:45.125rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d135034e2e73f545f824e67e63153ef9 { display:flex;width:1.25rem;height:1.25rem;top:45.0625rem;left:0.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q19e54021aa8cc3ca7569937e9e9a8c5 { width:8.3125rem;height:1.13720625rem;top:4rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w089cb5e1c098a44cf7a41e4089705ba { width:11.4375rem;height:1.54345625rem;top:2.26953125rem;left:4.28125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ibad47ece6a5fd00dacae01729c5f3f8 { width:0.625rem;height:0.625rem;top:4.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d739176a6ab8d530282c197a725039 { width:17.5rem;height:4.5rem;top:1.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy { display:block; }#iTyuKsbdSxEXy5ahDiF7DyerhcA8k1Uy > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP4dU5b4TRc2MppNN6SMUzaSbtEekl9U { width:20rem;height:3.73730625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidZtQaMOXrp9Rosbo8mBz8H8fk1K8LU { width:20rem;height:5.19921875rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJTDyulmTKlNp0i1rh1dVtIlre5OsbT { height:11.25rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfU8A2cXiElDCgaV6ZaICKlmM9tS6Z1c { width:20rem;height:2.5rem;top:26.1875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wT9yDs5JmmuwyTrMEq0JC2C7navrIZQu { display:block; }
 }@media only screen and (max-width: 763px) { #ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts { display:block; }#ppKFcR2rEyswlPDiFw0LzEOUXLlJA0Ts > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtLbOGBOK0uOFBqF272fVuTA06bwMhh0 { width:4.3125rem;height:2.625rem;top:3.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytmPs4xNxtd9EpaFBfgTuAUETsDU5kR { width:6.1875rem;height:1.8125rem;top:3.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MA8d7kRWpXVTqVppeLPmivApI0TFCU { width:4.6875rem;height:2.0625rem;top:3.75rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvUGLTIk1eb2Wc27i1K7zgUd12UVUb1X { width:6.9375rem;height:2.1875rem;top:26.3681625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8zuIpX2TGrZTWWyS34epyAtMo7eKgcg { width:6.9375rem;height:2.1875rem;top:19.4931625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwppOB0V2uKwvo4rvbXmR3gG6bgIB5ix { width:6.9375rem;height:2.1875rem;top:16.0556625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzUTotSaxqDhvxQHRwX3R9qcup2xBfUK { width:20rem;height:1.21875rem;top:1.28125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wUwWmDaC8T0PBPiOAL6PaGhWSg6KM4 { width:20rem;height:0;top:29.80517578125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb { display:block; }#HnsHWXaPtZzuWVPBMBD6mm1OolQov9hb > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyTqALce6ZdoraiylaQ39gOXZLrvUWrs { width:17.5rem;height:17.5rem;top:8.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQHUsFn1ckuQRRDfCth6TI53oZ3Xu2M { width:17.5rem;height:17.5rem;top:41.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkwWdvgVpArlJvJ52IxPex272i3HuTU { width:17.5rem;height:17.5rem;top:73.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5S5TQ3AoBDaAdu2a9bzUEcd81DUHBHb { width:17.5rem;height:17.5rem;top:104.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L46d6pu13GqkI22NOoUwdpJvfM8yMiMy { width:18.75rem;height:3.73730625rem;top:1.1875rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Fl68LPKJue1hK6cpxJltcxg8QpkLFv { width:20rem;height:2.5996125rem;top:5.51220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNTF94T88UpHwO4OkyqX4Tn5KU5IVLRa { width:17.5rem;height:13.8125rem;top:26.1875rem;left:1.25rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWrcaxBqBNtsDGT8dG6Q8GRrA0QNVp5 { width:17.5rem;height:13.75rem;top:58.6875rem;left:1.25rem;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUOtL05nSVxUSw8zrfRnuzFVkqFskBc { width:17.5rem;height:12.5rem;top:91.1875rem;left:1.25rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBHqTfGviAIKZiCdRdf1qoU8eZhnWEaW { width:17.5rem;height:13.8125rem;top:122.4375rem;left:1.25rem;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsEwXhrhPWTmbFg6PiaNeT8DQwNgUBaL { width:13.0625rem;height:1.19970625rem;top:27.48828125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o36scyX4Fkv53XX9WgN7TAMcThiqPzSc { width:15.0625rem;height:9.097625rem;top:29.3125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yoa0V5nQ0CT876dPt5tpcsRbtPVHgIQz { width:15rem;height:9.097625rem;top:61.8125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Urtzphq4VkVbwpWm7XzQxh8uOUmRezrZ { width:15.0625rem;height:0;top:94.3125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #TuxwykvomIDmU267KmhEBuHoG6TnU7IM { width:15rem;height:0;top:125.5625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gTVA4SquV0DdPiTrs0nLIrMXOkTZBxwz { width:13.75rem;height:1.19970625rem;top:59.98828125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZlK5JNHkGmHFr78LTUeqOcVncpKwyfUU { width:13.75rem;height:0;top:123.73828125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #WilDszR45g6rpIT0mzh1y4vBNurIuScQ { width:13.75rem;height:0;top:92.48828125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f41956eb-168c-43d5-b032-534f1f2d955b/headerimage.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.adaptive-delivery-prevent-bg, #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.lazyload, #r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1.lazyloading { background-image: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { background-color: transparent; background-image: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.77); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container > .video-iframe-container { display: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,59,102,0.77); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row > .video-iframe-container { display: none; }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .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); }#r11ceCVTTDL6E3kn11gLsMW8n2u8y5R1 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eiz9WgK3w43zXDBL5iQkbzh4OC4tfBBV { width:17.5rem;height:3.4375rem;top:5.5rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBd4OCSFmyKLWN1hZlSnTPAw7PaqGIgg { width:17.5rem;height:2.5rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmi6ey7o5mgp88TX3G1Pqgp4moqhUClP { width:17.5rem;height:1.23730625rem;top:2.5rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LwAyQnc5FN5tZ7HFRGkeTfRkIB0SCTXi { width:20rem;height:6.499rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dfCa2EDJvbJPAzU4gpC2GIlb3qfqSqtA { width:12.5rem;height:1.2749rem;top:48.6005859375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PM74IfQ0TUJZTJUToxeuOaKBiq0sKRmO { width:20rem;height:33.75rem;top:17.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Rb382kOLkwseRqHcb39i7hZpdentf9Tr { width:17.5rem;height:16.4375rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooTMrKGCoJAecsxDtwcr4pht1lyd3oU3 { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfVqk0IDKN2kTSI2UFT1TG4TGnUbuAl8 { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #pzJRchOcNokBvgBQJDKET6ks8lRuXRon { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #TpU1R2wOekK5QLza83rPwN7ZgdcTTEOq { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #HTVL2NvHSeGNEDOuOCbGU3Afak7STvnp { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #leEG7rqag15pRCphTPBTwuzpMrWdAvPW { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #GuXDSGcoust06CTk9VUhEB7I7BQohzTi { width:17.5rem;height:1.86865rem;top:52.875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qa3W126K42B01dW1dNeUcQiWgXs1Mbnf { width:8.3125rem;height:1.13720625rem;top:55rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TibLsTS8knpz16IU0qMct1zpkCqGUXki { width:0.625rem;height:0.625rem;top:55.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE { background-color:#f5f5f5;background-image:none;display:block; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { background-color: transparent; background-image: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container > .video-iframe-container { display: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row > .video-iframe-container { display: none; }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .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); }#X7iWV6FcXKuiRPuM2UJbRvXRI38nR5VE > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQKKxhLHW1br9chWWdxAeu6fL6X1MwRu { width:20rem;height:1.13720625rem;top:28.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kZWcWCuDLfTdbtAnyJholX6Z2C5r18KZ { width:5.125rem;height:0.9624rem;top:30.5rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PNDKE8cUu4SkgEJUR6KPcIxabzsP3cbi { width:6.5rem;height:0.9624rem;top:30.5rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #T7rFlI1dvAokeZ9A8JG5R559H4M6Ip1T { width:5rem;height:0.9624rem;top:30.5rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kP0QiH4vaD1gHyJBAmuwEn0ga23Mcdss { width:11.875rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MeaWEwDBGJN8D7WcaOH5piwQ1IhLTR0i { width:20rem;height:6.9043125rem;top:6.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Mo8mdqDwAIm3C1eDXQG90HpS4DTv4ew2 { width:20rem;height:7.43653125rem;top:14.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #dqeLunbSaN76VhI5pefEv3u8JO9OVWO0 { width:15rem;height:1.48730625rem;top:23rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Wu1oNVu0o0f3wSR8x36Pzi84NVLx7arN { width:10.5625rem;height:1.6875rem;top:25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 { background-color:#2596be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container { background-color: transparent; background-image: none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container > .video-iframe-container { display: none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row > .video-iframe-container { display: none; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .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); }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container { border-width: 0; border-radius: 0; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyC17FiZRq06rhUOKsXEHtTGGzJ7KHm8 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhuSnTSlnezBFpcyrUwTA7of2mEurxDm { top:1.052734375rem;left:1.21875rem;width:17.5625rem;height:1.70605625rem;z-index:15000;color:#ffffff;font-family:"open sans";text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }