.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#2c3f51;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/be55f33e8ad881d67d4a4f034f296945.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { background-color: transparent; background-image: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container > .video-iframe-container { display: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row > .video-iframe-container { display: none; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .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); }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { background-color:transparent;background-image:none;width:60rem;height:16.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.65625rem;color:#1abc9c;text-align:center;text-align-last:center;display:block; }
#UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:6.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { display:block;width:22.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:16.435546875rem;left:37.5rem;height:26.25rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { position:relative;display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { background-color: transparent; background-image: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row > .video-iframe-container { display: none; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .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); }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { border-width: 0; border-radius: 0; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container > .video-iframe-container {  }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.4375rem;width:20.4375rem;position:absolute;display:block;z-index:15000;top:0rem;left:5.875rem;overflow:hidden;display:block; }
#kGoOEomC8MpaZA5mC5zV51pIliDwpewy { background-color:#1abc9c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.24843788147rem;left:5.5625rem;display:block; }
#s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#T0sUf8emNK2P6bpUDHudFqUKxUykHIql { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { background-color: transparent; background-image: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container > .video-iframe-container { display: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container { display: none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .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); }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { border-width: 0; border-radius: 0; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container {  }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#kux5bkvTgNqd0TeithwM3Ub11hKQguhe { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.827392578125rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;color:#1abc9c;display:block; }
#L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.248779296875rem;left:0rem;height:6.173825rem;text-align:center;text-align-last:center;color:#2c3f51;font-style:normal;display:block; }
#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { background-color: transparent; background-image: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { display: none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .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); }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { border-width: 0; border-radius: 0; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container {  }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:7.5rem;height:4.19824375rem;color:#898888;font-style:normal;display:block; }
#ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15003;top:1.75rem;left:1.75rem;overflow:hidden;display:block; }
#XLFFDOox9facewzQfq6yLCsOWD0W5fGF { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:43.125rem;height:4.19824375rem;color:#898888;font-style:normal;display:block; }
#asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;top:0rem;left:35.625rem;display:block; }
#dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:43.125rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.625rem;width:1.875rem;position:absolute;display:block;z-index:15007;top:1.75rem;left:37.375rem;overflow:hidden;display:block; }
#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { background-color: transparent; background-image: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container > .video-iframe-container { display: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container { display: none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .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); }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { border-width: 0; border-radius: 0; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container {  }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#fcrHNJsmHGglhVBOXKlxqlutfqnclviq { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:7.5rem;height:5.59765625rem;color:#898888;font-style:normal;display:block; }
#s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15003;top:1.75rem;left:1.75rem;overflow:hidden;display:block; }
#pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:43.125rem;height:4.19824375rem;color:#898888;font-style:normal;display:block; }
#TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { border-bottom:0.1875rem solid #1abc9c;border-left:0.1875rem solid #1abc9c;border-right:0.1875rem solid #1abc9c;border-top:0.1875rem solid #1abc9c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;top:0rem;left:35.625rem;display:block; }
#Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { display:block;width:16.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:43.125rem;height:1.7875rem;color:#2c3f51;font-style:normal;display:block; }
#Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15007;top:1.75rem;left:37.375rem;overflow:hidden;display:block; }
#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2c3f51;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a335901d2ea1f5aa834b143ee57a6e90.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.adaptive-delivery-prevent-bg, #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.lazyload, #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.lazyloading { background-image: none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { background-color: transparent; background-image: none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container > .video-iframe-container { display: none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row > .video-iframe-container { display: none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .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); }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { border-width: 0; border-radius: 0; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row > .video-iframe-container {  }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#usQDmegUKgy2mLaqt1mwvi985fs2VJwx { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.124267578125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.936767578125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#1abc9c;font-style:normal;display:block; }
#fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#nGPmdBAopm9qUiBotHTLDksf3wbzrkMv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:0.75rem;position:absolute;display:block;z-index:15005;top:10.25rem;left:8.75rem;overflow:hidden;display:block; }
#kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { border-bottom:0.0625rem solid #1abc9c;border-left:0.0625rem solid #1abc9c;border-right:0.0625rem solid #1abc9c;border-top:0.0625rem solid #1abc9c;background-color:transparent;background-image:none;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15004;top:8.75rem;left:9.4375rem;display:block; }
#h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.125rem;left:10.75rem;height:3.9375rem;color:#c6c8c8;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { display:block;width:17.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9.3125rem;height:1.3rem;color:#ffffff;font-style:normal;display:block; }
#vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15008;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:8.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { border-bottom:0.0625rem solid #1abc9c;border-left:0.0625rem solid #1abc9c;border-right:0.0625rem solid #1abc9c;border-top:0.0625rem solid #1abc9c;background-color:transparent;background-image:none;height:6.4375rem;width:17.5rem;position:absolute;display:block;z-index:15010;top:8.75rem;left:42.25rem;display:block; }
#NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.125rem;left:43.625rem;height:3.9375rem;color:#c6c8c8;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { display:block;width:17.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.1875rem;height:1.3rem;color:#ffffff;font-style:normal;display:block; }
#QMuzyRxFQMXs6mBvNwihHeFwGMuEpu9P { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:0.75rem;position:absolute;display:block;z-index:15011;top:10.25rem;left:41.5625rem;overflow:hidden;display:block; }
#BSAgW8MTfuS68RQwQbcbrw4Ca4hdeNdi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15022;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:19rem;left:0rem;overflow:hidden;display:block; }
#w99SDEQSRLmF2FXwaE691icxmTXXcduP { display:block;width:17.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.5rem;left:9.3125rem;height:1.3rem;color:#ffffff;font-style:normal;display:block; }
#BXArUUSTwU3wJDgNPtQcl2lBPSwghQdL { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.1875rem;left:10.75rem;height:5.25rem;color:#c6c8c8;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#v216z7Zimhik9y5M2MTDCI6nZVUJPQTK { border-bottom:0.0625rem solid #1abc9c;border-left:0.0625rem solid #1abc9c;border-right:0.0625rem solid #1abc9c;border-top:0.0625rem solid #1abc9c;background-color:transparent;background-image:none;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15024;top:19.3125rem;left:9.4375rem;display:block; }
#ObqM5ZgaJTnvcSzBPP8wTVJUETRHkas1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15028;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:19rem;left:32.8125rem;overflow:hidden;display:block; }
#JcKx5TSx7eaN5cNnNf95NlPt5QOvQaCO { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:19.8125rem;left:43.75rem;height:5.25rem;color:#c6c8c8;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#eMQXdEUzUAgyzpB76d7ustRn7Km7qhdv { border-bottom:0.0625rem solid #1abc9c;border-left:0.0625rem solid #1abc9c;border-right:0.0625rem solid #1abc9c;border-top:0.0625rem solid #1abc9c;background-color:transparent;background-image:none;height:6.4375rem;width:17.5rem;position:absolute;display:block;z-index:15030;top:19rem;left:42.25rem;display:block; }
#TRo2sw4Ck6U8VkD9pKIh4BXdJwc5zegH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:0.75rem;position:absolute;display:block;z-index:15025;top:20.8125rem;left:8.75rem;overflow:hidden;display:block; }
#qAW586hmolVbGeVUwoU7OgvfXoZPHL4H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:0.75rem;position:absolute;display:block;z-index:15031;top:20.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#Dz9FDAUKtA8ShEBzIEwf2qaCku1TJInt { display:block;width:17.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.9375rem;height:1.3rem;color:#ffffff;font-style:normal;display:block; }
#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1abc9c;background-image:none;position:relative;display:block; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container { background-color: transparent; background-image: none; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container > .video-iframe-container { display: none; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row > .video-iframe-container { display: none; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .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); }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container { border-width: 0; border-radius: 0; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row > .video-iframe-container {  }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#xDDrb5loIKtLph4So9ycteQTx5G5ThQ0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#L9RAzEU2yuVCUZZ8FBBm9WfM5PJaoids { z-index:15002;top:10.9375rem;left:20.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b0dNW6IH4N6zwOSaWHslXp8wGDdB4Lac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgE9rtfeILQRdU1vPtnTXcyPUisOJNNy { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.498046875rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#LWf4OnzewGvqfbG6LgmSkl9zsHix61LL { background-color:#034387;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.3730625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:12.3125rem;display:block; }
#tnXkCeyD66GI8ApL1AALQpG4Lk4DpEI3 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { width:47.75rem;height:3.375rem;top:5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { width:47.75rem;height:5.6875rem;top:8.3125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { width:15.25rem;height:15.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoOEomC8MpaZA5mC5zV51pIliDwpewy { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block; }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { width:1.875rem;height:1.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { width:1.875rem;height:1.625rem;top:1.75rem;left:26.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { width:1.875rem;height:1.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { width:1.625rem;height:1.625rem;top:1.75rem;left:27.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { display:block; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usQDmegUKgy2mLaqt1mwvi985fs2VJwx { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { width:47.75rem;height:1.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { width:6.25rem;height:6.25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGPmdBAopm9qUiBotHTLDksf3wbzrkMv { width:0.75rem;height:1.375rem;top:13rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { width:6.25rem;height:6.25rem;top:11.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMuzyRxFQMXs6mBvNwihHeFwGMuEpu9P { width:0.75rem;height:1.375rem;top:13rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSAgW8MTfuS68RQwQbcbrw4Ca4hdeNdi { width:6.25rem;height:6.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99SDEQSRLmF2FXwaE691icxmTXXcduP { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXArUUSTwU3wJDgNPtQcl2lBPSwghQdL { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v216z7Zimhik9y5M2MTDCI6nZVUJPQTK { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObqM5ZgaJTnvcSzBPP8wTVJUETRHkas1 { width:6.25rem;height:6.25rem;top:11.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKx5TSx7eaN5cNnNf95NlPt5QOvQaCO { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQXdEUzUAgyzpB76d7ustRn7Km7qhdv { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRo2sw4Ck6U8VkD9pKIh4BXdJwc5zegH { width:0.75rem;height:1.375rem;top:13rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAW586hmolVbGeVUwoU7OgvfXoZPHL4H { width:0.75rem;height:1.375rem;top:13rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9FDAUKtA8ShEBzIEwf2qaCku1TJInt { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE { display:block; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDDrb5loIKtLph4So9ycteQTx5G5ThQ0 { top:9.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RAzEU2yuVCUZZ8FBBm9WfM5PJaoids { top:10.9375rem;left:14.25rem;width:19.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0dNW6IH4N6zwOSaWHslXp8wGDdB4Lac { display:block; }
 }@media only screen and (max-width: 763px) { #FgE9rtfeILQRdU1vPtnTXcyPUisOJNNy { top:5.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWf4OnzewGvqfbG6LgmSkl9zsHix61LL { width:19.6875rem;height:3.75rem;top:10.875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXkCeyD66GI8ApL1AALQpG4Lk4DpEI3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl { display:block; }#wqtpmgXqP4Fh1VE2IyXL12yigQG8NkCl > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdH2IEiNuN1ImfDGaFpOqyP4y2Ttun4W { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZGdcvOHIvMN6lliXUvKnsQ1AVcIoAN { width:20rem;height:7.7988125rem;top:5.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJ7z3Ie6mQxVtMDKIxatuUSeTxXr6JP { width:20rem;height:28.125rem;top:14rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A { display:block; }#exoVnNc0Xw0ZgdlHTCQOXSM16cAAHk3A > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBV9U59XUm9eMo19lfMhAskqXfq1GeB4 { width:20rem;height:20rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kGoOEomC8MpaZA5mC5zV51pIliDwpewy { width:20rem;height:3.936525rem;top:23.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s44g70n9ORVts4FW9lzuT7Kzq6iHHOle { display:block; }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:20rem;height:4.38671875rem;top:15.87158203125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:20rem;height:13.403325rem;top:0.8740234375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NueTJwBNdPOFtkNQqgXn6Ne3cvxqUeMb { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:15rem;height:1.7871125rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:15rem;height:4.19824375rem;top:2rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtXgVFyZEsDnb3aAG6RMSLLcTDU2qux { width:1.875rem;height:1.875rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:15rem;height:4.19824375rem;top:12.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asqgb0p3gcXJCEIumXg8MZiqlsbmlMVQ { width:3.75rem;height:3.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:15rem;height:1.7871125rem;top:10.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnR8B1FoAP0Rw7aeBozOLd6vCT84WiVS { width:1.875rem;height:1.625rem;top:11.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grfQsFEDr9ltT8AUHpuMeTXW3HvyTMZ5 { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:15rem;height:1.7871125rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:15rem;height:5.59765625rem;top:2rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HoFRTk1AGePtPbAWPPstFlkgeISTaE { width:1.875rem;height:1.875rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:15rem;height:5.59765625rem;top:12.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFNQLRo1dICzZqxSZA0bLA13g7AL7kk { width:3.75rem;height:3.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:15rem;height:1.7871125rem;top:10.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9mwvgOrL3DkTdfobAVLHrTUdIuvEms { width:1.625rem;height:1.625rem;top:11.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { display:block; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usQDmegUKgy2mLaqt1mwvi985fs2VJwx { width:20rem;height:2.6806625rem;top:4.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { width:20rem;height:2.5996125rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { width:7.5rem;height:7.5rem;top:12.8125rem;left:6.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nGPmdBAopm9qUiBotHTLDksf3wbzrkMv { width:0.75rem;height:1.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { width:17.5625rem;height:9.625rem;top:16.4990234375rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { width:15.0625rem;height:3.9375rem;top:20.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { width:17.5rem;height:1.29980625rem;top:26.874755859375rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { width:7.5rem;height:7.5rem;top:29.125rem;left:6.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { width:17.5625rem;height:9.25rem;top:32.8115234375rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { width:15.0625rem;height:3.9375rem;top:37.25rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { width:17.5rem;height:1.29980625rem;top:42.874755859375rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMuzyRxFQMXs6mBvNwihHeFwGMuEpu9P { width:0.75rem;height:1.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSAgW8MTfuS68RQwQbcbrw4Ca4hdeNdi { width:7.5rem;height:7.5rem;top:45.424221801757rem;left:6.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #w99SDEQSRLmF2FXwaE691icxmTXXcduP { width:17.8125rem;height:1.29980625rem;top:60.92421913147rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXArUUSTwU3wJDgNPtQcl2lBPSwghQdL { width:15.0625rem;height:5.25rem;top:53.611715316772rem;left:2.4687501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v216z7Zimhik9y5M2MTDCI6nZVUJPQTK { width:17.5rem;height:10.5625rem;top:49.174221801757rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObqM5ZgaJTnvcSzBPP8wTVJUETRHkas1 { width:7.5rem;height:7.5rem;top:64.599221801756rem;left:6.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #JcKx5TSx7eaN5cNnNf95NlPt5QOvQaCO { width:15.0625rem;height:5.25rem;top:72.786720275881rem;left:2.4687501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQXdEUzUAgyzpB76d7ustRn7Km7qhdv { width:17.5rem;height:10.25rem;top:68.286721801756rem;left:1.1875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TRo2sw4Ck6U8VkD9pKIh4BXdJwc5zegH { width:0.75rem;height:1.375rem;top:20.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAW586hmolVbGeVUwoU7OgvfXoZPHL4H { width:0.75rem;height:1.375rem;top:20.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz9FDAUKtA8ShEBzIEwf2qaCku1TJInt { width:17.8125rem;height:1.29980625rem;top:79.599220275881rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE { display:block; }#UCVRxUbfT4I2VK4AgdBeBLDVqL57WtfE > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDDrb5loIKtLph4So9ycteQTx5G5ThQ0 { width:20rem;height:2.5996125rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RAzEU2yuVCUZZ8FBBm9WfM5PJaoids { top:14.0625rem;left:0.375rem;width:19.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0dNW6IH4N6zwOSaWHslXp8wGDdB4Lac { display:block; }
 }@media only screen and (max-width: 763px) { #FgE9rtfeILQRdU1vPtnTXcyPUisOJNNy { width:20rem;height:3.89941875rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWf4OnzewGvqfbG6LgmSkl9zsHix61LL { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXkCeyD66GI8ApL1AALQpG4Lk4DpEI3 { display:block; }
 }