.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { background-color: transparent; background-image: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .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); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { border-width: 0; border-radius: 0; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.6875rem;width:75rem;position:relative;display:block; }#A1nyqZFuLEsn2JUZ8Rz19hLQb8CiqXTt { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:13.875rem;top:0.96875rem;left:30.5625rem;overflow:hidden;display:block; }
#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { background-color: transparent; background-image: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .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); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { border-width: 0; border-radius: 0; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { font-size:0.875rem;font-family:"open sans";height:12.25rem;width:75rem;position:relative;display:block; }#TLE4QypnOroSJUGJcNVcna7TbO04h6vC { display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.25rem;left:9.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:13.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { background-color: transparent; background-image: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .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); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { border-width: 0; border-radius: 0; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { font-size:0.875rem;font-family:"open sans";height:49.375rem;width:75rem;position:relative;display:block; }#fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { position:absolute;display:block;z-index:100000;height:43.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container { background-color: transparent; background-image: none; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container > .video-iframe-container { display: none; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row > .video-iframe-container { display: none; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .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); }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container { border-width: 0; border-radius: 0; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#wIC8asvTc7QEIovipwMA6hvPPpyPnOXv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:43.75rem;top:2.40625rem;left:15.625rem;overflow:hidden;display:block; }
#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { background-color: transparent; background-image: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container > .video-iframe-container { display: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row > .video-iframe-container { display: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .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); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { border-width: 0; border-radius: 0; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2999973297119rem;left:0rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { position:absolute;display:block;z-index:100001;background-color:#c9282f;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;height:0.3125rem;width:12.5rem;top:6.7187480926512rem;left:31.250001907349rem;display:block; }
#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.adaptive-delivery-prevent-bg, #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.lazyload, #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.lazyloading { background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { background-color: transparent; background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .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); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { border-width: 0; border-radius: 0; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:1.5625rem;height:4.798825rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.adaptive-delivery-prevent-bg, #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.lazyload, #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.lazyloading { background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { background-color: transparent; background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .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); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { border-width: 0; border-radius: 0; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#VJGD1LiwrOhpdD80569quCSLuxvrxkRu { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.8124980926514rem;left:39.375001907349rem;height:7.9980625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ve3hDFc8wN89kCSw1WrnUQtFxJtbX5TT { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HpT5VZgcbzc73hDTJRM0pZGJRF6eWGTI { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:12.625rem;left:39.375rem;height:1.8994125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XyDdio7i0NDhrHRhlZXKXUITVMaMFGcp { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100005;top:11.375rem;left:36.875rem;display:block; }
#T3fDMoetLssanFWxlyvPL4IQ7SxerCop { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop.adaptive-delivery-prevent-bg, #T3fDMoetLssanFWxlyvPL4IQ7SxerCop.lazyload, #T3fDMoetLssanFWxlyvPL4IQ7SxerCop.lazyloading { background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { background-color: transparent; background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .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); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { border-width: 0; border-radius: 0; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9073486328125E-6rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:1.5625rem;height:7.9980625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875001907349rem;display:block; }
#LshJUlufBHcF4K5VnzAASBnPf91N6dQd { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.687501907349rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WwZgHrbtc5A7oLT6zT2I4NGO7QNqeTtH { display:block;width:35.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.9;letter-spacing:0;top:12.987503051757rem;left:0rem;height:1.8994125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PIUosaD669kpyriaxyO6hhbMWsneczS3 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100004;top:11.753126144409rem;left:36.875001907349rem;display:block; }
#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.adaptive-delivery-prevent-bg, #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.lazyload, #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.lazyloading { background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { background-color: transparent; background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .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); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { border-width: 0; border-radius: 0; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:2.563285112381rem;left:39.375001907349rem;height:7.99805rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epGuy6GbmAB8pUdMQ9EtrdZAX81KnJIH { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.624221801757rem;left:39.375001907349rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fCiMHp2be5LqUXXTJAzB825Ceht7pU1f { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:13.148441314698rem;left:39.375001907349rem;height:1.8994125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8eiwge0JO7HIOt6kxkma1LzKPqLiR5N { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100005;top:11.761720657349rem;left:36.875001907349rem;display:block; }
#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.adaptive-delivery-prevent-bg, #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.lazyload, #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.lazyloading { background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { background-color: transparent; background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .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); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { border-width: 0; border-radius: 0; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:1.5625rem;height:11.19725rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#NGHruBFk3df9kBm1MI3r44ELKT83aNiU { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:14.062494277954rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IppzK0UEkZL30wWcN5QrcNT7wCQqh63E { display:block;width:35.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:15.442972183227rem;left:0rem;height:1.8994125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#afpXn6nnQ7augFBZfKK5mUwHTA0gyGld { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100004;top:14.127343952656rem;left:36.875001907349rem;display:block; }
#EL84948f9mzFQDQuHQxzakWEikk7CCBB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB.adaptive-delivery-prevent-bg, #EL84948f9mzFQDQuHQxzakWEikk7CCBB.lazyload, #EL84948f9mzFQDQuHQxzakWEikk7CCBB.lazyloading { background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { background-color: transparent; background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .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); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { border-width: 0; border-radius: 0; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#F2va442OLUkRkUDpKei59LOPd6GSVqSo { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvD2nse89RxHyPyynGBkExxt4omoou1M { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:39.375001907349rem;height:6.3984375rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#fJQEp50vgN2H0kPGTss7w7imEthaWTPS { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.4984340667725rem;left:39.375001907349rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aebNklvKgulUIQWCCcUA2MvupRi3SKqQ { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100004;line-height:1.9;letter-spacing:0;top:10.960153579712rem;left:39.375001907349rem;height:1.8994125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsaeGqbVdznfBikurQOOBu42giotIn2z { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100004;top:9.60390663147rem;left:36.875001907349rem;display:block; }
#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.adaptive-delivery-prevent-bg, #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.lazyload, #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.lazyloading { background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { background-color: transparent; background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .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); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { border-width: 0; border-radius: 0; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:1.5625rem;height:9.597675rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875rem;display:block; }
#TWWX94sEpH06z2dbXFhHDuJoroHaUydg { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:5.2500095367432rem;left:40.125001907349rem;height:1.6rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { background-color: transparent; background-image: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .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); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { border-width: 0; border-radius: 0; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A1nyqZFuLEsn2JUZ8Rz19hLQb8CiqXTt { width:15.625rem;height:5.25rem;top:0.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { background-color: transparent; background-image: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .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); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { border-width: 0; border-radius: 0; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:47.75rem;height:2.5996125rem;top:4.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { width:38.75rem;height:2.11230625rem;top:1.8359375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { background-color: transparent; background-image: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .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); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { border-width: 0; border-radius: 0; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { width:47.75rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { width:47.75rem;height:31.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A { display:block; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wIC8asvTc7QEIovipwMA6hvPPpyPnOXv { width:43.75rem;height:15.625rem;top:2.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { width:47.75rem;height:3.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { width:12.5rem;height:0.3125rem;top:4.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { width:22.5rem;height:1.4619125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { width:22.499rem;height:9.597625rem;top:2.5615234375rem;left:0.8134765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VJGD1LiwrOhpdD80569quCSLuxvrxkRu { width:22.5rem;height:1.4619125rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { width:22.5rem;height:11.19725rem;top:2.3984375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ve3hDFc8wN89kCSw1WrnUQtFxJtbX5TT { width:22.5rem;height:1.3808625rem;top:14.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpT5VZgcbzc73hDTJRM0pZGJRF6eWGTI { width:22.5rem;height:1.8994125rem;top:16.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyDdio7i0NDhrHRhlZXKXUITVMaMFGcp { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3fDMoetLssanFWxlyvPL4IQ7SxerCop { display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { width:47.75rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { width:22.5rem;height:1.4619125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { width:22.5rem;height:12.796875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LshJUlufBHcF4K5VnzAASBnPf91N6dQd { width:22.5rem;height:1.3808625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwZgHrbtc5A7oLT6zT2I4NGO7QNqeTtH { width:22.5rem;height:1.8994125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIUosaD669kpyriaxyO6hhbMWsneczS3 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { width:22.5rem;height:1.4619125rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { width:22.5rem;height:11.1972375rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epGuy6GbmAB8pUdMQ9EtrdZAX81KnJIH { width:22.5rem;height:1.4619125rem;top:14.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCiMHp2be5LqUXXTJAzB825Ceht7pU1f { width:22.5rem;height:1.8994125rem;top:15.8359375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8eiwge0JO7HIOt6kxkma1LzKPqLiR5N { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { width:22.5rem;height:1.4619125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { width:22.5rem;height:15.996125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGHruBFk3df9kBm1MI3r44ELKT83aNiU { width:22.5rem;height:1.3808625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IppzK0UEkZL30wWcN5QrcNT7wCQqh63E { width:22.5rem;height:1.8994125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afpXn6nnQ7augFBZfKK5mUwHTA0gyGld { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EL84948f9mzFQDQuHQxzakWEikk7CCBB { display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F2va442OLUkRkUDpKei59LOPd6GSVqSo { width:22.5rem;height:1.4619125rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvD2nse89RxHyPyynGBkExxt4omoou1M { width:22.5rem;height:9.597625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJQEp50vgN2H0kPGTss7w7imEthaWTPS { width:22.5rem;height:1.4619125rem;top:12.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aebNklvKgulUIQWCCcUA2MvupRi3SKqQ { width:22.5rem;height:1.8994125rem;top:13.7109375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsaeGqbVdznfBikurQOOBu42giotIn2z { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { width:22.5rem;height:1.4619125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { width:22.5rem;height:14.3964875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWWX94sEpH06z2dbXFhHDuJoroHaUydg { width:22.5rem;height:1.5996125rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1nyqZFuLEsn2JUZ8Rz19hLQb8CiqXTt { width:13.875rem;height:4.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:19.875rem;height:3.25rem;top:4rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { width:20rem;height:1.21875rem;top:1.787109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A { display:block; }#pPy2MdMbZGohzevSnsvyPeAG9Zs5gp1A > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIC8asvTc7QEIovipwMA6hvPPpyPnOXv { width:20rem;height:7.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { width:19.375rem;height:2.4375rem;top:1.8117198944092rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { width:12.5rem;height:0.1875rem;top:4.8734378814697rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { background-color:#eeeeee;background-image:none;display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { background-color: transparent; background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .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); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { width:19.4375rem;height:8.3965rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { background-color:#eeeeee;background-image:none;display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { background-color: transparent; background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .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); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJGD1LiwrOhpdD80569quCSLuxvrxkRu { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { width:19.375rem;height:11.1953125rem;top:1.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3hDFc8wN89kCSw1WrnUQtFxJtbX5TT { width:18.625rem;height:1.38125rem;top:14.374994277954rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpT5VZgcbzc73hDTJRM0pZGJRF6eWGTI { width:19.375rem;height:1.66305rem;top:15.755469322204rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyDdio7i0NDhrHRhlZXKXUITVMaMFGcp { width:0.625rem;height:0.625rem;top:11.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3fDMoetLssanFWxlyvPL4IQ7SxerCop { background-color:#eeeeee;background-image:none;display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { background-color: transparent; background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .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); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { width:18.75rem;height:1.4619125rem;top:1.1875047683716rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { width:19.375rem;height:11.1953125rem;top:3.2492189407349rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LshJUlufBHcF4K5VnzAASBnPf91N6dQd { width:19.3125rem;height:1.38125rem;top:15.987487792969rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZgHrbtc5A7oLT6zT2I4NGO7QNqeTtH { width:19.375rem;height:1.66305rem;top:18rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIUosaD669kpyriaxyO6hhbMWsneczS3 { width:0.625rem;height:0.625rem;top:11.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { background-color:#eeeeee;background-image:none;display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { background-color: transparent; background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .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); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { width:18.75rem;height:1.38125rem;top:0rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { width:19.375rem;height:9.7959125rem;top:2.0625038146973rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epGuy6GbmAB8pUdMQ9EtrdZAX81KnJIH { width:19.25rem;height:1.38125rem;top:13.237508773804rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCiMHp2be5LqUXXTJAzB825Ceht7pU1f { width:19.375rem;height:1.66305rem;top:15.262499809265rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eiwge0JO7HIOt6kxkma1LzKPqLiR5N { width:0.625rem;height:0.625rem;top:11.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { background-color:#eeeeee;background-image:none;display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { background-color: transparent; background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .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); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { width:19.375rem;height:13.994125rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGHruBFk3df9kBm1MI3r44ELKT83aNiU { width:18.75rem;height:1.38125rem;top:18.262502670288rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IppzK0UEkZL30wWcN5QrcNT7wCQqh63E { width:19.375rem;height:1.66305rem;top:19.643753051757rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afpXn6nnQ7augFBZfKK5mUwHTA0gyGld { width:0.625rem;height:0.625rem;top:14.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL84948f9mzFQDQuHQxzakWEikk7CCBB { background-color:#eeeeee;background-image:none;display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { background-color: transparent; background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .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); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2va442OLUkRkUDpKei59LOPd6GSVqSo { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvD2nse89RxHyPyynGBkExxt4omoou1M { width:19.375rem;height:8.3965rem;top:2.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJQEp50vgN2H0kPGTss7w7imEthaWTPS { width:19.5rem;height:1.38125rem;top:11.537502288818rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebNklvKgulUIQWCCcUA2MvupRi3SKqQ { width:19.5rem;height:1.8994125rem;top:12.918750762939rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaeGqbVdznfBikurQOOBu42giotIn2z { width:0.625rem;height:0.625rem;top:9.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { background-color:#eeeeee;background-image:none;display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { background-color: transparent; background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .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); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { width:18.75rem;height:13.9941625rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWWX94sEpH06z2dbXFhHDuJoroHaUydg { width:18.75rem;height:1.6rem;top:1.9375rem;left:0.625rem;display:block; }
 }