.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container { background-color: transparent; background-image: none; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container > .video-iframe-container { display: none; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row > .video-iframe-container { display: none; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .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); }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container { border-width: 0; border-radius: 0; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row > .video-iframe-container {  }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container { font-size:0.875rem;font-family:"open sans";height:6.125rem;width:47.75rem;position:relative;display:block; }#RIr4ZwpGhP3lqhW2SuvpF2AIwJRFyq5e { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:10.3125rem;top:0.6875rem;left:18.71875rem;overflow:hidden;display:block; }
#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container { background-color: transparent; background-image: none; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container > .video-iframe-container { display: none; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row > .video-iframe-container { display: none; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .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); }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container { border-width: 0; border-radius: 0; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row > .video-iframe-container {  }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container { font-size:0.875rem;font-family:"open sans";height:6.125rem;width:47.75rem;position:relative;display:block; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp { position:relative;display:block; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp { background-color: transparent; background-image: none; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row .container > .video-iframe-container { display: none; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row > .video-iframe-container { display: none; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .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); }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp { border-width: 0; border-radius: 0; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row .container > .video-iframe-container {  }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .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:21.125rem;width:47.75rem;position:relative;display:block; }#as0rLs5NpDrGb0pTOPdqcQAyVnqwzQ6I { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 { position:relative;display:block; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 { background-color: transparent; background-image: none; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row .container > .video-iframe-container { display: none; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row > .video-iframe-container { display: none; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .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); }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 { border-width: 0; border-radius: 0; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row .container > .video-iframe-container {  }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .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:14.3125rem;width:47.75rem;position:relative;display:block; }#BgcH9XzS6BIwsPl9xGpOoPpWsHTe99R8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:18.125rem;top:7.1875rem;left:25.375rem;overflow:hidden;display:block; }
#cb7PeaPTNnNnEUtRnc9TS1h6A7xwZWHl { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:18.5rem;top:2.4375rem;left:20.625rem;overflow:hidden;display:block; }
#QhiMrcH1eRdf7UBkq2KOZBvm1Mo6gtrI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:17.8125rem;top:7.125rem;left:4.5625rem;overflow:hidden;display:block; }
#Es0wl4CTiHbMRZ0OWmme2JiSQFq6EAdi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6rem;top:0.625rem;left:12.5rem;overflow:hidden;display:block; }
#TO7Ow3GzT4s1a7JxlGm5OWwXkpiS6lTz { position:absolute;display:block;z-index:100006;background-color:#232525;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.0625rem;width:46.875rem;top:13.4375rem;left:0.4375rem;display:block; }
#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n { position:relative;display:block; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n { background-color: transparent; background-image: none; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row .container > .video-iframe-container { display: none; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row > .video-iframe-container { display: none; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .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); }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n { border-width: 0; border-radius: 0; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row .container > .video-iframe-container {  }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .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:3.875rem;width:47.75rem;position:relative;display:block; }#F0RKs18XZXcQHBxa3OVzCqfWETUXR3Ts { color:#1fb19b;display:block;width:18.6875rem;position:absolute;font-family:"bebas neue";font-size:2.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.39453125rem;left:14.53125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 { position:relative;display:block; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 { background-color: transparent; background-image: none; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row .container > .video-iframe-container { display: none; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row > .video-iframe-container { display: none; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .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); }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 { border-width: 0; border-radius: 0; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row .container > .video-iframe-container {  }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .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:29.5rem;width:47.75rem;position:relative;display:block; }#hlcBTd8Mvy9JS6tseVKJExNdIU2OQ175 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ghxu4TC1hAiUHN122OpJ1LvIeRGUsE9B { color:#014d81;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:17.25rem;left:17.09375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRsBPD4EgnsVh5MZQDLQvDoITJfUwIAq { color:#3c4d69;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:20.1875rem;left:2.96875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfQQeBaIlavhR8eSVQwVMZDlT0RFrDZ1 { background-color:#014d81;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(1,77,129,0.5) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.25rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:23.125rem;left:16rem;display:block; }
#yrxfFdQwrGO6NL8hyNasLGLh7ruh79KT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aTnDIsvkdnMmGhEl7nTuGurgN594wDvZ { position:absolute;display:block;z-index:100007;background-color:#232525;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.0625rem;width:46.875rem;top:28.5rem;left:0.4375rem;display:block; }
#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs { position:relative;display:block; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs { background-color: transparent; background-image: none; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row .container > .video-iframe-container { display: none; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row > .video-iframe-container { display: none; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .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); }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs { border-width: 0; border-radius: 0; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row .container > .video-iframe-container {  }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .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:5.625rem;width:47.75rem;position:relative;display:block; }#JynP8kafTVmFvLq218DNB7wSrX2sqsgm { color:#1fb19b;display:block;width:11.875rem;position:absolute;font-family:"bebas neue";font-size:2.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.625rem;left:17.9375rem;height:6.17480625rem;text-align:center;text-align-last:center;display:block; }
#bhEAWvP9bK3ncayZ7i5KEfJSA98qPoZD { color:#2d302e;display:block;width:24.1865rem;position:absolute;font-family:"bebas neue";font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM { position:relative;display:block; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM { background-color: transparent; background-image: none; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row .container > .video-iframe-container { display: none; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row > .video-iframe-container { display: none; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .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); }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM { border-width: 0; border-radius: 0; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row .container > .video-iframe-container {  }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .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:17.6875rem;width:47.75rem;position:relative;display:block; }#LXdKNyp3H9U72JnQvpvOkXpdh04MwKmX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V { position:relative;display:block; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V { background-color: transparent; background-image: none; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row .container > .video-iframe-container { display: none; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row > .video-iframe-container { display: none; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .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); }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V { border-width: 0; border-radius: 0; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row .container > .video-iframe-container {  }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .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:21.875rem;width:47.75rem;position:relative;display:block; }#gMO5V9seQGTd5kWUcPXJy1P2ADtLskvB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi { position:relative;display:block; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi { background-color: transparent; background-image: none; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row .container > .video-iframe-container { display: none; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row > .video-iframe-container { display: none; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .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); }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi { border-width: 0; border-radius: 0; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row .container > .video-iframe-container {  }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .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:17.8125rem;width:47.75rem;position:relative;display:block; }#Oh5SVGRCZA2yc9HNpRx3IbKdTndPm5cX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT { position:relative;display:block; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT { background-color: transparent; background-image: none; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row .container > .video-iframe-container { display: none; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row > .video-iframe-container { display: none; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .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); }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT { border-width: 0; border-radius: 0; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row .container > .video-iframe-container {  }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .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:31.625rem;width:47.75rem;position:relative;display:block; }#c402qOiHnHoMDE3Lf3g2AoyqAxsbesLv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.0625rem;width:47.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#t5xLXSyzJt9HC6XXnQUeG2t9TMc4sTJL { position:absolute;display:block;z-index:100008;background-color:#232525;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.0625rem;width:46.875rem;top:30.6875rem;left:0.4375rem;display:block; }
#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm { position:relative;display:block; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm { background-color: transparent; background-image: none; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row .container > .video-iframe-container { display: none; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row > .video-iframe-container { display: none; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .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); }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm { border-width: 0; border-radius: 0; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row .container > .video-iframe-container {  }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .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:5.625rem;width:47.75rem;position:relative;display:block; }#LdzHrITD6fWipqdqt5n4vqxsvIwhxERI { color:#2d302e;display:block;width:24.1865rem;position:absolute;font-family:"bebas neue";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.125rem;left:11.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#alCnxKHA28GMPWTarEOKr6hODbTXybwo { color:#1fb19b;display:block;width:17.061625rem;position:absolute;font-family:"bebas neue";font-size:2.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:15.4375rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { position:relative;display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { background-color: transparent; background-image: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container > .video-iframe-container { display: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row > .video-iframe-container { display: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .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); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { border-width: 0; border-radius: 0; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container > .video-iframe-container {  }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec42464d-1302-41b7-8a62-3e40a94f8830/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:33.9375rem;width:47.75rem;position:relative;display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.adaptive-delivery-prevent-bg, #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.lazyload, #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.lazyloading { background-image: none; }#NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:3.6875rem;left:18.5rem;overflow:hidden;display:block; }
#q66kapPcKWavep1LUGi5vC97uOcbw2SB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:3.6875rem;left:35.3125rem;overflow:hidden;display:block; }
#QmDnLTGix7iKWZzThbhnvAfQc9gWUQ0p { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:3.6875rem;left:1.875rem;overflow:hidden;display:block; }
#aatWdmtdJHi9IqZTrpSFQF8sGyxDvyed { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.375rem;left:0.96875rem;height:4.0625rem;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; }
#i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.375rem;left:16.875rem;height:4.0625rem;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; }
#MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.375rem;left:34.40625rem;height:2.03125rem;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; }
#tX4mhmQsTKxAAEOxVRLP7Hsa2M3M1u41 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.375rem;left:0.96875rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.375rem;left:16.21875rem;height:8.53030625rem;text-align:center;text-align-last:center;display:block; }
#RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.375rem;left:34.40625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA { position:relative;display:block; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA { background-color: transparent; background-image: none; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row .container > .video-iframe-container { display: none; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row > .video-iframe-container { display: none; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .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); }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA { border-width: 0; border-radius: 0; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row .container > .video-iframe-container {  }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .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:7rem;width:47.75rem;position:relative;display:block; }#SpOWMeoyqT5r3Rs0IIIrlVPtdPDShPFS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#K7zPXSoNqHWB7Cn3B2Ct1ZtNaEvZ1iTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fEbSMsEXSq8i97igZwkwM8H9UJTcfM49 { z-index:100000;top:1.6232643127441rem;left:17.218967437744rem;background-color:#1fb19b;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(31,177,155,0.2) ;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.311625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ulIIh73XsunD3rqLaoM4G4v71eXGAfcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xmGqILa3qNgrFOE61TrisJfkqTqQW9yf { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.875rem;top:0.75rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD { display:block; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIr4ZwpGhP3lqhW2SuvpF2AIwJRFyq5e { width:10.3125rem;height:4.75rem;top:0.6875rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP { display:block; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEu05d2Rhd5e0SutS9KP7chnbVNatfTp { display:block; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #as0rLs5NpDrGb0pTOPdqcQAyVnqwzQ6I { top:0rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 { display:block; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgcH9XzS6BIwsPl9xGpOoPpWsHTe99R8 { top:7.1875rem;left:25.375rem;width:18.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7PeaPTNnNnEUtRnc9TS1h6A7xwZWHl { top:2.4375rem;left:20.625rem;width:18.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhiMrcH1eRdf7UBkq2KOZBvm1Mo6gtrI { top:7.125rem;left:4.5625rem;width:17.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es0wl4CTiHbMRZ0OWmme2JiSQFq6EAdi { top:0.625rem;left:12.5rem;width:6rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO7Ow3GzT4s1a7JxlGm5OWwXkpiS6lTz { top:13.4375rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #titmo2AEWtuPBquUP7ApHT8LJcsfyE1n { display:block; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0RKs18XZXcQHBxa3OVzCqfWETUXR3Ts { top:0.375rem;left:14.53125rem;width:18.6875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 { display:block; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlcBTd8Mvy9JS6tseVKJExNdIU2OQ175 { top:0rem;left:0rem;width:47.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxu4TC1hAiUHN122OpJ1LvIeRGUsE9B { top:17.25rem;left:17.09375rem;width:13.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRsBPD4EgnsVh5MZQDLQvDoITJfUwIAq { width:41.8125rem;height:2rem;top:20.1875rem;left:2.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfQQeBaIlavhR8eSVQwVMZDlT0RFrDZ1 { width:15.75rem;height:3.25rem;top:23.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrxfFdQwrGO6NL8hyNasLGLh7ruh79KT { display:block; }
 }@media only screen and (max-width: 763px) { #aTnDIsvkdnMmGhEl7nTuGurgN594wDvZ { top:28.5rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs { display:block; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JynP8kafTVmFvLq218DNB7wSrX2sqsgm { top:0.625rem;left:17.9375rem;width:11.875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhEAWvP9bK3ncayZ7i5KEfJSA98qPoZD { top:3.0625rem;left:11.8125rem;width:24.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM { display:block; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXdKNyp3H9U72JnQvpvOkXpdh04MwKmX { top:0rem;left:0rem;width:47.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V { display:block; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMO5V9seQGTd5kWUcPXJy1P2ADtLskvB { top:0rem;left:0rem;width:47.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi { display:block; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh5SVGRCZA2yc9HNpRx3IbKdTndPm5cX { top:0rem;left:0rem;width:47.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT { display:block; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c402qOiHnHoMDE3Lf3g2AoyqAxsbesLv { top:0rem;left:0rem;width:47.75rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xLXSyzJt9HC6XXnQUeG2t9TMc4sTJL { top:30.6875rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm { display:block; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdzHrITD6fWipqdqt5n4vqxsvIwhxERI { top:3.125rem;left:11.8125rem;width:24.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alCnxKHA28GMPWTarEOKr6hODbTXybwo { top:0.5625rem;left:15.4375rem;width:17rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { top:3.6875rem;left:18.5rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66kapPcKWavep1LUGi5vC97uOcbw2SB { top:3.6875rem;left:35.3125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDnLTGix7iKWZzThbhnvAfQc9gWUQ0p { top:3.6875rem;left:1.875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aatWdmtdJHi9IqZTrpSFQF8sGyxDvyed { top:14.375rem;left:0.96875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { top:14.375rem;left:16.875rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { top:14.375rem;left:34.40625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX4mhmQsTKxAAEOxVRLP7Hsa2M3M1u41 { top:18.375rem;left:0.96875rem;width:12.5rem;height:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { top:18.375rem;left:16.21875rem;width:15.3125rem;height:10.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { top:18.375rem;left:34.40625rem;width:12.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA { display:block; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpOWMeoyqT5r3Rs0IIIrlVPtdPDShPFS { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7zPXSoNqHWB7Cn3B2Ct1ZtNaEvZ1iTq { display:block; }
 }@media only screen and (max-width: 763px) { #fEbSMsEXSq8i97igZwkwM8H9UJTcfM49 { top:1.5625rem;left:17.218967437744rem;width:13.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIIh73XsunD3rqLaoM4G4v71eXGAfcr { display:block; }
 }@media only screen and (max-width: 763px) { #xmGqILa3qNgrFOE61TrisJfkqTqQW9yf { top:0.75rem;left:0rem;width:14.3125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD { position:relative;z-index:auto;display:block; }#FegfOzJ3CuzXQLUuAOUdaq4osvFJaQnD > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIr4ZwpGhP3lqhW2SuvpF2AIwJRFyq5e { width:9.6875rem;height:4.375rem;top:0.59353303909302rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP { position:relative;z-index:auto;display:none; }#m3RtFsmrtbO9MncVbKEsAapQAgzfpaeP > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cEu05d2Rhd5e0SutS9KP7chnbVNatfTp { display:block; }#cEu05d2Rhd5e0SutS9KP7chnbVNatfTp > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #as0rLs5NpDrGb0pTOPdqcQAyVnqwzQ6I { width:20rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 { display:block; }#f0tWILmFg0JKJ7BTyKQnvsX4s7uNMKc7 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgcH9XzS6BIwsPl9xGpOoPpWsHTe99R8 { width:8.875rem;height:2.1875rem;top:6.09375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7PeaPTNnNnEUtRnc9TS1h6A7xwZWHl { width:11.5rem;height:1.125rem;top:2.90625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhiMrcH1eRdf7UBkq2KOZBvm1Mo6gtrI { width:7.6875rem;height:2rem;top:6.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es0wl4CTiHbMRZ0OWmme2JiSQFq6EAdi { width:4.25rem;height:4.3125rem;top:1.3125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO7Ow3GzT4s1a7JxlGm5OWwXkpiS6lTz { width:17.5rem;height:0.0625rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #titmo2AEWtuPBquUP7ApHT8LJcsfyE1n { display:block; }#titmo2AEWtuPBquUP7ApHT8LJcsfyE1n > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0RKs18XZXcQHBxa3OVzCqfWETUXR3Ts { width:11.875rem;height:2.03125rem;top:0.390625rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 { display:block; }#BpyfbhWnTtrWB48AETlR3iSORS5cCFi2 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlcBTd8Mvy9JS6tseVKJExNdIU2OQ175 { width:20rem;height:6.9633507853406rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxu4TC1hAiUHN122OpJ1LvIeRGUsE9B { width:13.5625rem;height:4.7109375rem;top:7.6357421875rem;left:3.21875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRsBPD4EgnsVh5MZQDLQvDoITJfUwIAq { width:20rem;height:2.47265625rem;top:10.5478515625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gfQQeBaIlavhR8eSVQwVMZDlT0RFrDZ1 { width:12.5rem;height:2.5rem;top:14.0341796875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrxfFdQwrGO6NL8hyNasLGLh7ruh79KT { display:block; }
 }@media only screen and (max-width: 763px) { #aTnDIsvkdnMmGhEl7nTuGurgN594wDvZ { width:17.5rem;height:0.0625rem;top:18.5966796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs { display:block; }#fMT50iW7xWDLkXLS0WqMIyTsGNPK5iQs > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JynP8kafTVmFvLq218DNB7wSrX2sqsgm { width:11.875rem;height:2.03125rem;top:0.4375rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhEAWvP9bK3ncayZ7i5KEfJSA98qPoZD { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM { display:block; }#H46q72GGQnhXHZuE5IX2dWzFlRJb0TlM > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXdKNyp3H9U72JnQvpvOkXpdh04MwKmX { width:20rem;height:7.0157068062825rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V { display:block; }#gFtqtuX4ks1IsCSn1HXrpO5mQVMto73V > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMO5V9seQGTd5kWUcPXJy1P2ADtLskvB { width:20rem;height:8.7696335078531rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi { display:block; }#yQrq9e4nEIBV85f6AHW2b2zN9MIfCQIi > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh5SVGRCZA2yc9HNpRx3IbKdTndPm5cX { width:20rem;height:7.0157068062825rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT { display:block; }#zKNWr7vT7xwarSe4Epl60ksVhJK1TqeT > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c402qOiHnHoMDE3Lf3g2AoyqAxsbesLv { width:20rem;height:12.591623036649rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xLXSyzJt9HC6XXnQUeG2t9TMc4sTJL { width:17.5rem;height:0.0625rem;top:13.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm { display:block; }#pBSGwKMakg6TIALMtPOV1wf6bkrGbhwm > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdzHrITD6fWipqdqt5n4vqxsvIwhxERI { width:20rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alCnxKHA28GMPWTarEOKr6hODbTXybwo { width:17rem;height:2.03125rem;top:0.3125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { width:10.6875rem;height:10.6875rem;top:23.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66kapPcKWavep1LUGi5vC97uOcbw2SB { width:10.6875rem;height:10.6875rem;top:52rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDnLTGix7iKWZzThbhnvAfQc9gWUQ0p { width:10.6875rem;height:10.6875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aatWdmtdJHi9IqZTrpSFQF8sGyxDvyed { width:12.5rem;height:2.03125rem;top:11.25rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { width:13.9375rem;height:2.03125rem;top:35.0625rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { width:12.5rem;height:2.03125rem;top:64.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX4mhmQsTKxAAEOxVRLP7Hsa2M3M1u41 { width:12.5rem;height:6.824225rem;top:14.1875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { width:15.3125rem;height:10.23630625rem;top:38.75rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { width:12.5rem;height:3.4121125rem;top:67.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA { display:block; }#hZG6AS1AgfVSIM7zJAIH8H5mfFJRDHWA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpOWMeoyqT5r3Rs0IIIrlVPtdPDShPFS { top:0.96875rem;left:3.03125rem;width:13.9375rem;height:2.5625rem;z-index:100001;background-color:#00ae9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #K7zPXSoNqHWB7Cn3B2Ct1ZtNaEvZ1iTq { display:block; }
 }@media only screen and (max-width: 763px) { #fEbSMsEXSq8i97igZwkwM8H9UJTcfM49 { top:0.90625rem;left:3.375rem;width:13.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIIh73XsunD3rqLaoM4G4v71eXGAfcr { display:block; }
 }@media only screen and (max-width: 763px) { #xmGqILa3qNgrFOE61TrisJfkqTqQW9yf { top:4.94384765625rem;left:2.84375rem;width:14.3125rem;height:0;z-index:100002;text-align:center;text-align-last:center;font-family:oswald;color:#00ae9b;font-size:1.125rem;display:none; }
 }