.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container { background-color: transparent; background-image: none; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container > .video-iframe-container { display: none; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row > .video-iframe-container { display: none; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .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); }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container { border-width: 0; border-radius: 0; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row > .video-iframe-container {  }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { color:#2c3241;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:4.375rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:8.5625rem;left:6.1875rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MEUyZOR3MOfpBP5L1UNmSgGnd9kHwPB5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.625rem;top:3.3125rem;left:14.4375rem;overflow:hidden;display:block; }
#GyT10F39QEI0UK7KishdktHGfbDrK4i7 { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:23.875rem;left:6.1875rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xy1QJMwxODwlE5hCtXcrFSd2nIirZAax { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:35.1875rem;top:6.5625rem;left:5.7812502384186rem;display:none; }
#o0wcKaIMaPff6eU7UK9T8S5TXq5O3ZVc { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:17.3125rem;left:6.1875rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IFTVw9kdWQc5GZT6ymRRDc4o0EaOzaem { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:28.875rem;top:6.375rem;left:46.125rem;overflow:hidden;display:block; }
#rA3eJVdAo6AEVe5eIkZM5wCHLKK8f2ST { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:100011;text-align:center;text-align-last:center;top:32.0625rem;left:10rem;display:block; }
#Bd42v51vJL9GqJL1nbNqqRDxDvfWrELW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zwKTd3MbWGr2ynkLo869Vva1runsXpEE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:35.5rem;left:12.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container { background-color: transparent; background-image: none; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container > .video-iframe-container { display: none; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row > .video-iframe-container { display: none; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .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); }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container { border-width: 0; border-radius: 0; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row > .video-iframe-container {  }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#xvs2aoBwE8qLRzbeCIalCfZyT6xvGqeP { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:27rem;height:4.38671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMPWHiAm1uU9KschZkAU7CMJvqyZyHIT { color:#2c3241;display:block;width:32.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:13.75rem;left:34.375rem;height:17.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WosvPDPR0BxnhFc8OENJaX9FAp13RKyB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:18.625rem;top:8.625rem;left:6.4375rem;overflow:hidden;display:block; }
#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container { background-color: transparent; background-image: none; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container > .video-iframe-container { display: none; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row > .video-iframe-container { display: none; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .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); }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container { border-width: 0; border-radius: 0; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row > .video-iframe-container {  }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#MmLIAFGNO1hIleOHcEtkgXvQuldxGGLD { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.78125rem;left:20.250001192093rem;height:5.0371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv { position:relative;display:block; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv { background-color: transparent; background-image: none; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row .container > .video-iframe-container { display: none; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row > .video-iframe-container { display: none; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .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); }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv { border-width: 0; border-radius: 0; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row .container > .video-iframe-container {  }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .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:45rem;width:75rem;position:relative;display:block; }#yC9RohrHXE3fKOnZFW3Xdc06LuG8zE3V { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37rem;width:37rem;top:5.875rem;left:37.750001192093rem;overflow:hidden;display:block; }
#BfJxh56dSVlXIpEMTc32uOuk8KEunlgr { color:#2c3241;display:block;width:33.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:3.853515625rem;left:6.6250002384187rem;height:31.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VmdFMngJRoze4T0a9i44Kidvpzmb5eRA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:100012;text-align:center;text-align-last:center;top:37.562497138977rem;left:10rem;display:block; }
#J2xZlEma2vQsZ7Myc6xIZGWIJnyiUNTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RBAiIB7MlQV9AHWL1vWuXJFHt5FwyHss { color:#004e8e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:40.99920463562rem;left:12.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container { background-color: transparent; background-image: none; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container > .video-iframe-container { display: none; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row > .video-iframe-container { display: none; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .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); }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container { border-width: 0; border-radius: 0; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row > .video-iframe-container {  }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#AkQTw4a2ABDErTrUkzJiNQmkR1bmfEcF { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.78125rem;left:20.250001192093rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM { position:relative;display:block; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM { background-color: transparent; background-image: none; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row .container > .video-iframe-container { display: none; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row > .video-iframe-container { display: none; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .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); }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM { border-width: 0; border-radius: 0; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row .container > .video-iframe-container {  }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .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:105.625rem;width:75rem;position:relative;display:block; }#IPoBs9Qww41do67qTmZVir6GvVpvVIIa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:56.625rem;top:6rem;left:11.875001192093rem;overflow:hidden;display:block; }
#vCaUXZegLbmGQifBaqTcTvHRXnsXt9pN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:63.1875rem;top:17.5rem;left:11.812501192093rem;overflow:hidden;display:block; }
#ImsK8nfIbWome87TGzuUXT3zmkAQ9GQP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:57.0625rem;top:28.625rem;left:11.437501192093rem;overflow:hidden;display:block; }
#fvrVmSUWLt6yR8bKZ5HOMe0grP4Nmo6R { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:18.9375rem;top:63.9375rem;left:49.625rem;overflow:hidden;display:block; }
#vSA8IlOzKGqsTtQpyoDvV7KECCykEw1J { position:absolute;display:block;z-index:100001;background-color:#232844;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:35.375rem;width:36rem;top:63.9375rem;left:8.25rem;display:block; }
#WiRRDFOs02XNwd29VdkswrGuyX6zWbq3 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:66.9375rem;left:11.437500238419rem;height:33.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMKQhbyZK6fmrUFNsqz6rTmdlXnodbRk { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:18.9375rem;top:77rem;left:49.625rem;overflow:hidden;display:block; }
#BrpAqImMppoAC9iXXF1nBUEQF6zFMNMQ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:18.9375rem;top:90.0625rem;left:49.625rem;overflow:hidden;display:block; }
#VS7vv2Zy1xXA7N6LO1OZTgFZPvkV9ZA5 { color:#232844;display:block;width:52.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:42.9375rem;left:15.5rem;height:11.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5W2euqauiHTG7KkStFGe7kWqJsi42IT { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:9.375rem;top:43.875rem;left:6.1875rem;overflow:hidden;display:block; }
#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container { background-color: transparent; background-image: none; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container > .video-iframe-container { display: none; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row > .video-iframe-container { display: none; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .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); }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container { border-width: 0; border-radius: 0; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row > .video-iframe-container {  }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;position:relative;display:block; }#tScfvTsQFaOAk5QDZAymyug7UwD2k732 { color:#ffffff;display:block;width:60.4375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:6.8125rem;left:8.1875rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BocUFSeawao94tJmAaATxMPZdyiOqKTm { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:14.875rem;left:8.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXJ8DEP0u4KxM5QH4ybvT26wch5tV3SB { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:11.75rem;left:15.3125rem;display:block; }
#X99f6rqVgG880uot0hTLAzdIEdglKx2M { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:23.0625rem;left:8.1875rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlHNHOoRkN7e06vJ2uiJzPXv4wrODaV0 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:11.75rem;left:37rem;display:block; }
#eUXS9cFsPyFlA8Ohz9vaV3mgGLiTs7xd { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:14.875rem;left:29.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nznJuUTr74ZqgnIpHQJCT67OLm096G7i { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:29.9375rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTQv6z8BWnmNX4K6DMcFdPonng19CLpr { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:11.75rem;left:57.8125rem;display:block; }
#gFIdqIdwATyBxMpwtsWSxWEZhXl3Asmr { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:14.875rem;left:50.125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuWh3ZuuU4vG0dQsc7QS8hFBtAgXXMh1 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:23.0625rem;left:50.75rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXeOdB0vAUZz3RR9JcQyUXmAvaQ0cqom { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:41.5625rem;left:15.3125rem;display:block; }
#J0g1kpCe2gNl0QhSZETzDSf7WSefnigs { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:41.5625rem;left:37rem;display:block; }
#mhEV2iWvKmyzCXM3bBMzmVC3T5dwqRO5 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:41.5625rem;left:57.8125rem;display:block; }
#NryQhSKBX3faGtIRHymaXHwyc6QADJcc { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:44.6875rem;left:50.75rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cByX4qAzB2PgAMeAo9q8KtHbPEVguOKT { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.5;letter-spacing:0;top:44.6875rem;left:29.625rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8Q8hIalBIkPuBEAahSGLDKvgZZ4lasI { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:44.9375rem;left:8.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8gG5IroQ9WzWrfCAnmdVMuqVyR0R5cm { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:53.0625rem;left:8.1875rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPlSzeSZ6TAMdSQno91nmWqQ10XFTkCh { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:53.0625rem;left:29.9375rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8BpETXB3NMtfROKHnTOlrbknS9dDX38 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:53.0625rem;left:51.375rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container { background-color: transparent; background-image: none; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container > .video-iframe-container { display: none; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row > .video-iframe-container { display: none; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .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); }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container { border-width: 0; border-radius: 0; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row > .video-iframe-container {  }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ZPlVWDX7b6Th7twCXRnz9GfwBaOrsbpI { color:#232844;display:block;width:60.4375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:8.25rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxQxvIlMWE2vTlfOF1hg2cIqB1SON4sc { color:#2c3241;display:block;width:39.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:13.875rem;left:18.8125rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ze4mTERawwVJlATdbOG5NofHPU41iGu2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:100013;text-align:center;text-align-last:center;top:28.9375rem;left:29.718751907349rem;display:block; }
#ZM4kJefG2TJwrTCR5J6Xak6IaB1DsiRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L6ObFnbHO2k01566qwfa8eTNtoNNXiTp { color:#004e8e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:32.375rem;left:32.21875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container { background-color: transparent; background-image: none; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container > .video-iframe-container { display: none; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row > .video-iframe-container { display: none; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .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); }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container { border-width: 0; border-radius: 0; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row > .video-iframe-container {  }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#z8VdRu8bJlNRTlDnry9fCbOK0x6wA3eh { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.0312285423279rem;left:20.250001192093rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7SuTSSE5norgpeq5cEodQfcuouMXF3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container { background-color: transparent; background-image: none; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container > .video-iframe-container { display: none; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row > .video-iframe-container { display: none; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .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); }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container { border-width: 0; border-radius: 0; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row > .video-iframe-container {  }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#SF3t21MbmKRIsDtC8qG2794rs2yuAqXh { color:#2c3241;display:block;width:37.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:5.8736982345581rem;left:30.875001192093rem;height:17.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkTa4G22gUTHeLw2iCBbgq3RWvNnIWVK { color:#232844;display:block;width:60.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:28.5625rem;left:9.3125002384187rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpOTSao65MrJ0hDPmim1nwcOTouC4hJ7 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:21.4375rem;top:4.6236991882324rem;left:10.102214097977rem;overflow:hidden;display:block; }
#GM4wKHzgcTENKChfPs4RWHlPSfZWmGGV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:100014;text-align:center;text-align-last:center;top:38.13671875rem;left:30.875001907349rem;display:block; }
#WzlOZT3ZuTauH2eh6LzVIGAZoEiT23UO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VmIoeFA7My2UKvvl4PUSxkPz5KuqRtmK { color:#004e8e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:41.57421875rem;left:33.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232844;background-image:none;position:relative;display:block; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container { background-color: transparent; background-image: none; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container > .video-iframe-container { display: none; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row > .video-iframe-container { display: none; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .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); }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container { border-width: 0; border-radius: 0; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row > .video-iframe-container {  }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#obbzkzDZ81o9IWotRDATTgGKE1qtpsaS { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:2.9055995941162rem;left:11.875000238419rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LB7TWJrZ/Wizualizacja_gry_Wygraj_Zwia_zek_6_robert_marchel.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV.adaptive-delivery-prevent-bg, #mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV.lazyload, #mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV.lazyloading { background-image: none; }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV > .row .container { border-width: 0; border-radius: 0; }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV > .row > .video-iframe-container {  }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:none; }#uNtDJNtHQe6kH2BkJXFKPV11UJUCQEKi { color:#2c3241;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:4.375rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:8.4375rem;left:4.4375rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZwI1huybfx7iVVrk1mSi1It6Uu66ABdI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.625rem;top:2.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#FW61CbBeBKonEwBvWtXCATqwT4QRWBNv { color:#2c3241;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:24.25rem;left:4.4375rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GQGxJIiRTC777Jb8KAN3beQeQZ9FBxwI { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.75rem;width:37.4375rem;top:0rem;left:0rem;display:block; }
#LklQL7tZku5TsptGGg0HrLqn7Re6XhLH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50rem;width:66.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n { display:block; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { width:37.9375rem;height:8.75rem;top:8.5625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUyZOR3MOfpBP5L1UNmSgGnd9kHwPB5 { top:3.3125rem;left:7.625rem;width:8.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyT10F39QEI0UK7KishdktHGfbDrK4i7 { width:34.25rem;height:5.8125rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1QJMwxODwlE5hCtXcrFSd2nIirZAax { top:6.5625rem;left:0rem;width:35.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wcKaIMaPff6eU7UK9T8S5TXq5O3ZVc { width:37.9375rem;height:3rem;top:17.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTVw9kdWQc5GZT6ymRRDc4o0EaOzaem { top:6.375rem;left:18.875rem;width:28.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3eJVdAo6AEVe5eIkZM5wCHLKK8f2ST { width:17.5rem;height:3.4375rem;top:32.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd42v51vJL9GqJL1nbNqqRDxDvfWrELW { display:block; }
 }@media only screen and (max-width: 763px) { #zwKTd3MbWGr2ynkLo869Vva1runsXpEE { top:35.5rem;left:5.6875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 { display:block; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvs2aoBwE8qLRzbeCIalCfZyT6xvGqeP { width:46.5625rem;height:4.3125rem;top:6.6875rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMPWHiAm1uU9KschZkAU7CMJvqyZyHIT { width:32.75rem;height:15.625rem;top:13.75rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WosvPDPR0BxnhFc8OENJaX9FAp13RKyB { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB { display:block; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmLIAFGNO1hIleOHcEtkgXvQuldxGGLD { width:34.5rem;height:5rem;top:1.75rem;left:6.6250011920931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv { display:block; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC9RohrHXE3fKOnZFW3Xdc06LuG8zE3V { top:5.875rem;left:10.75rem;width:37rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJxh56dSVlXIpEMTc32uOuk8KEunlgr { width:33.1875rem;height:33.25rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmdFMngJRoze4T0a9i44Kidvpzmb5eRA { width:17.5rem;height:3.4375rem;top:37.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xZlEma2vQsZ7Myc6xIZGWIJnyiUNTk { display:block; }
 }@media only screen and (max-width: 763px) { #RBAiIB7MlQV9AHWL1vWuXJFHt5FwyHss { top:40.9375rem;left:5.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC { display:block; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkQTw4a2ABDErTrUkzJiNQmkR1bmfEcF { width:34.5rem;height:;top:1.75rem;left:6.6250011920931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM { display:block; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPoBs9Qww41do67qTmZVir6GvVpvVIIa { top:6rem;left:0rem;width:47.75rem;height:6.6934326710819rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCaUXZegLbmGQifBaqTcTvHRXnsXt9pN { top:17.5rem;left:0rem;width:47.75rem;height:5.7621167161226rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImsK8nfIbWome87TGzuUXT3zmkAQ9GQP { top:28.625rem;left:0rem;width:47.75rem;height:3.8702081051479rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvrVmSUWLt6yR8bKZ5HOMe0grP4Nmo6R { top:63.9375rem;left:28.8125rem;width:18.9375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSA8IlOzKGqsTtQpyoDvV7KECCykEw1J { top:63.9375rem;left:0rem;width:36rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRRDFOs02XNwd29VdkswrGuyX6zWbq3 { width:29.875rem;height:29.3125rem;top:66.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMKQhbyZK6fmrUFNsqz6rTmdlXnodbRk { top:77rem;left:28.8125rem;width:18.9375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpAqImMppoAC9iXXF1nBUEQF6zFMNMQ { top:90.0625rem;left:28.8125rem;width:18.9375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS7vv2Zy1xXA7N6LO1OZTgFZPvkV9ZA5 { width:47.75rem;height:11.5rem;top:42.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5W2euqauiHTG7KkStFGe7kWqJsi42IT { top:43.875rem;left:0rem;width:9.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ { display:block; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tScfvTsQFaOAk5QDZAymyug7UwD2k732 { width:47.75rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BocUFSeawao94tJmAaATxMPZdyiOqKTm { width:17.3125rem;height:5.625rem;top:14.875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJ8DEP0u4KxM5QH4ybvT26wch5tV3SB { top:11.75rem;left:8.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99f6rqVgG880uot0hTLAzdIEdglKx2M { width:17.3125rem;height:13.3125rem;top:23.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHNHOoRkN7e06vJ2uiJzPXv4wrODaV0 { top:11.75rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXS9cFsPyFlA8Ohz9vaV3mgGLiTs7xd { width:17.9375rem;height:5.625rem;top:14.875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nznJuUTr74ZqgnIpHQJCT67OLm096G7i { width:17.3125rem;height:15rem;top:23.0625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQv6z8BWnmNX4K6DMcFdPonng19CLpr { top:11.75rem;left:37.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFIdqIdwATyBxMpwtsWSxWEZhXl3Asmr { width:17.9375rem;height:5.625rem;top:14.875rem;left:29.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWh3ZuuU4vG0dQsc7QS8hFBtAgXXMh1 { width:17.3125rem;height:13.3125rem;top:23.0625rem;left:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeOdB0vAUZz3RR9JcQyUXmAvaQ0cqom { top:41.5625rem;left:8.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0g1kpCe2gNl0QhSZETzDSf7WSefnigs { top:41.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEV2iWvKmyzCXM3bBMzmVC3T5dwqRO5 { top:41.5625rem;left:37.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryQhSKBX3faGtIRHymaXHwyc6QADJcc { width:17.9375rem;height:5.625rem;top:44.6875rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cByX4qAzB2PgAMeAo9q8KtHbPEVguOKT { width:17.9375rem;height:5.625rem;top:44.6875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Q8hIalBIkPuBEAahSGLDKvgZZ4lasI { width:17.3125rem;height:5.625rem;top:44.9375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8gG5IroQ9WzWrfCAnmdVMuqVyR0R5cm { width:17.3125rem;height:13.3125rem;top:53.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlSzeSZ6TAMdSQno91nmWqQ10XFTkCh { width:17.3125rem;height:15rem;top:53.0625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BpETXB3NMtfROKHnTOlrbknS9dDX38 { width:17.3125rem;height:15rem;top:53.0625rem;left:30.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q { display:block; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPlVWDX7b6Th7twCXRnz9GfwBaOrsbpI { width:47.75rem;height:5.75rem;top:5.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQxvIlMWE2vTlfOF1hg2cIqB1SON4sc { width:39.375rem;height:11.75rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze4mTERawwVJlATdbOG5NofHPU41iGu2 { width:17.5rem;height:3.4375rem;top:28.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM4kJefG2TJwrTCR5J6Xak6IaB1DsiRm { display:block; }
 }@media only screen and (max-width: 763px) { #L6ObFnbHO2k01566qwfa8eTNtoNNXiTp { top:32.375rem;left:11.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvzZ7STVSg6mBFJJcKdO379plNgzaOe { display:block; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8VdRu8bJlNRTlDnry9fCbOK0x6wA3eh { width:34.5rem;height:2.5rem;top:3rem;left:6.6250011920931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7SuTSSE5norgpeq5cEodQfcuouMXF3l { display:block; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF3t21MbmKRIsDtC8qG2794rs2yuAqXh { width:37.125rem;height:17.5625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTa4G22gUTHeLw2iCBbgq3RWvNnIWVK { width:47.75rem;height:4.625rem;top:28.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOTSao65MrJ0hDPmim1nwcOTouC4hJ7 { top:4.5625rem;left:2.4375rem;width:21.4375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4wKHzgcTENKChfPs4RWHlPSfZWmGGV { width:17.5rem;height:3.4375rem;top:38.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzlOZT3ZuTauH2eh6LzVIGAZoEiT23UO { display:block; }
 }@media only screen and (max-width: 763px) { #VmIoeFA7My2UKvvl4PUSxkPz5KuqRtmK { top:41.5625rem;left:11.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr { display:block; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obbzkzDZ81o9IWotRDATTgGKE1qtpsaS { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV { display:block; }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNtDJNtHQe6kH2BkJXFKPV11UJUCQEKi { width:28.625rem;height:13.125rem;top:8.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwI1huybfx7iVVrk1mSi1It6Uu66ABdI { top:2.1875rem;left:0rem;width:8.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW61CbBeBKonEwBvWtXCATqwT4QRWBNv { width:21.25rem;height:5.8125rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQGxJIiRTC777Jb8KAN3beQeQZ9FBxwI { top:0rem;left:0rem;width:37.4375rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LklQL7tZku5TsptGGg0HrLqn7Re6XhLH { width:42.3125rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n { display:block; }#y6VQLZr6ZwvPs3GxbsqTWGUn8BD5nC9n > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { width:20rem;height:4rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUyZOR3MOfpBP5L1UNmSgGnd9kHwPB5 { width:8.625rem;height:3.125rem;top:0.875rem;left:5.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyT10F39QEI0UK7KishdktHGfbDrK4i7 { width:20rem;height:6rem;top:34.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1QJMwxODwlE5hCtXcrFSd2nIirZAax { width:20rem;height:40.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0wcKaIMaPff6eU7UK9T8S5TXq5O3ZVc { width:20rem;height:2rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTVw9kdWQc5GZT6ymRRDc4o0EaOzaem { width:20rem;height:18.74375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3eJVdAo6AEVe5eIkZM5wCHLKK8f2ST { width:17.5rem;height:3.4375rem;top:42.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd42v51vJL9GqJL1nbNqqRDxDvfWrELW { display:block; }
 }@media only screen and (max-width: 763px) { #zwKTd3MbWGr2ynkLo869Vva1runsXpEE { width:12.5rem;height:1.625rem;top:46.375rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 { display:block; }#B2fbgPreobGm3NfsJVGUykOZ5sEXTVD5 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvs2aoBwE8qLRzbeCIalCfZyT6xvGqeP { width:20rem;height:5.1181625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMPWHiAm1uU9KschZkAU7CMJvqyZyHIT { width:20rem;height:15rem;top:16.249999284744rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WosvPDPR0BxnhFc8OENJaX9FAp13RKyB { width:6.25rem;height:6.25rem;top:8.8125rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB { display:block; }#AdAwN3RQO3hmmaBicLPOAAm1FhU9KtsB > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmLIAFGNO1hIleOHcEtkgXvQuldxGGLD { width:20rem;height:5.84765625rem;top:1.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv { display:block; }#Ifz7bMlESnPyUeoK01eb6SBOu0b5HTDv > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC9RohrHXE3fKOnZFW3Xdc06LuG8zE3V { width:15.375rem;height:15.375rem;top:31.5rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJxh56dSVlXIpEMTc32uOuk8KEunlgr { width:20rem;height:31.5rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmdFMngJRoze4T0a9i44Kidvpzmb5eRA { width:17.5rem;height:3.4375rem;top:48.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xZlEma2vQsZ7Myc6xIZGWIJnyiUNTk { display:block; }
 }@media only screen and (max-width: 763px) { #RBAiIB7MlQV9AHWL1vWuXJFHt5FwyHss { width:12.5rem;height:1.625rem;top:51.562498092651rem;left:4.4999998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC { display:block; }#ApCkDAaNUumKRSTbKlMQHWCRAWyWRoLC > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkQTw4a2ABDErTrUkzJiNQmkR1bmfEcF { width:20rem;height:5.84765625rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM { display:block; }#cNHvee9tDS67NkAwE5pWKmpsfPL0V5fM > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPoBs9Qww41do67qTmZVir6GvVpvVIIa { width:20rem;height:2.80353200883rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCaUXZegLbmGQifBaqTcTvHRXnsXt9pN { width:20rem;height:2.4134520276954rem;top:5.303125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImsK8nfIbWome87TGzuUXT3zmkAQ9GQP { width:20rem;height:1.6210295728368rem;top:8.96640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvrVmSUWLt6yR8bKZ5HOMe0grP4Nmo6R { width:18.9375rem;height:9.1875rem;top:81.899218559262rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSA8IlOzKGqsTtQpyoDvV7KECCykEw1J { width:20rem;height:31.25rem;top:49.58671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRRDFOs02XNwd29VdkswrGuyX6zWbq3 { width:20rem;height:27rem;top:51.711719036103rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMKQhbyZK6fmrUFNsqz6rTmdlXnodbRk { width:18.9375rem;height:9.3125rem;top:91.836719512938rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpAqImMppoAC9iXXF1nBUEQF6zFMNMQ { width:18.9375rem;height:9.3125rem;top:101.89921951294rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS7vv2Zy1xXA7N6LO1OZTgFZPvkV9ZA5 { width:20rem;height:29.0625rem;top:19.33671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5W2euqauiHTG7KkStFGe7kWqJsi42IT { width:9.375rem;height:6.25rem;top:11.83671875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ { display:block; }#CalFS5MTrPk4UFhfbFtt8N3KpppLxnTJ > .row .container { width:20rem;height:175.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tScfvTsQFaOAk5QDZAymyug7UwD2k732 { width:20rem;height:14.53125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BocUFSeawao94tJmAaATxMPZdyiOqKTm { width:17.3125rem;height:5.625rem;top:20.125rem;left:1.3125001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJ8DEP0u4KxM5QH4ybvT26wch5tV3SB { width:3.125rem;height:3.125rem;top:17.0625rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99f6rqVgG880uot0hTLAzdIEdglKx2M { width:17.3125rem;height:13.5rem;top:38.100001335144rem;left:1.3125001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHNHOoRkN7e06vJ2uiJzPXv4wrODaV0 { width:3.125rem;height:3.125rem;top:26.550001144409rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXS9cFsPyFlA8Ohz9vaV3mgGLiTs7xd { width:17.9375rem;height:5.625rem;top:29.612500190735rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nznJuUTr74ZqgnIpHQJCT67OLm096G7i { width:17.3125rem;height:15.1875rem;top:53.8rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQv6z8BWnmNX4K6DMcFdPonng19CLpr { width:3.125rem;height:3.125rem;top:121.30000305176rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFIdqIdwATyBxMpwtsWSxWEZhXl3Asmr { width:17.9375rem;height:5.625rem;top:124.42500305176rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWh3ZuuU4vG0dQsc7QS8hFBtAgXXMh1 { width:17.3125rem;height:13.5rem;top:132.72500419617rem;left:1.3437501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeOdB0vAUZz3RR9JcQyUXmAvaQ0cqom { width:3.125rem;height:3.125rem;top:69.962499618531rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0g1kpCe2gNl0QhSZETzDSf7WSefnigs { width:3.125rem;height:3.125rem;top:79.524999618531rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEV2iWvKmyzCXM3bBMzmVC3T5dwqRO5 { width:3.125rem;height:3.125rem;top:147.23749923706rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryQhSKBX3faGtIRHymaXHwyc6QADJcc { width:17.9375rem;height:5.625rem;top:150.36250305176rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cByX4qAzB2PgAMeAo9q8KtHbPEVguOKT { width:17.9375rem;height:5.625rem;top:82.650003433225rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Q8hIalBIkPuBEAahSGLDKvgZZ4lasI { width:17.3125rem;height:5.625rem;top:73.024999618531rem;left:1.3125001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8gG5IroQ9WzWrfCAnmdVMuqVyR0R5cm { width:17.3125rem;height:13.5rem;top:90.75rem;left:1.3125001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlSzeSZ6TAMdSQno91nmWqQ10XFTkCh { width:17.3125rem;height:15.1875rem;top:105.26250362396rem;left:1.3125001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BpETXB3NMtfROKHnTOlrbknS9dDX38 { width:17.3125rem;height:15.1875rem;top:157.60000419617rem;left:1.3125001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q { display:block; }#xzcFZrdPelec9T4I7BXODTH9wbLZLu9Q > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPlVWDX7b6Th7twCXRnz9GfwBaOrsbpI { width:20rem;height:20.34375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQxvIlMWE2vTlfOF1hg2cIqB1SON4sc { width:20rem;height:12rem;top:22.8rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze4mTERawwVJlATdbOG5NofHPU41iGu2 { width:17.5rem;height:3.4375rem;top:36.050018310547rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM4kJefG2TJwrTCR5J6Xak6IaB1DsiRm { display:block; }
 }@media only screen and (max-width: 763px) { #L6ObFnbHO2k01566qwfa8eTNtoNNXiTp { width:12.5rem;height:1.625rem;top:39.4873046875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvzZ7STVSg6mBFJJcKdO379plNgzaOe { display:block; }#IpvzZ7STVSg6mBFJJcKdO379plNgzaOe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8VdRu8bJlNRTlDnry9fCbOK0x6wA3eh { width:20rem;height:3.8984375rem;top:1.1750001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7SuTSSE5norgpeq5cEodQfcuouMXF3l { display:block; }#k7SuTSSE5norgpeq5cEodQfcuouMXF3l > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF3t21MbmKRIsDtC8qG2794rs2yuAqXh { width:20rem;height:19.5rem;top:21.3375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTa4G22gUTHeLw2iCBbgq3RWvNnIWVK { width:20rem;height:16.40625rem;top:42.0875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOTSao65MrJ0hDPmim1nwcOTouC4hJ7 { width:20rem;height:18.775510204082rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4wKHzgcTENKChfPs4RWHlPSfZWmGGV { width:17.5rem;height:3.4375rem;top:59.437524414063rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzlOZT3ZuTauH2eh6LzVIGAZoEiT23UO { display:block; }
 }@media only screen and (max-width: 763px) { #VmIoeFA7My2UKvvl4PUSxkPz5KuqRtmK { width:12.5rem;height:1.625rem;top:62.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr { display:block; }#GsUtcCPX4Z7iKbwpO1ug8ocZX2vWZeRr > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obbzkzDZ81o9IWotRDATTgGKE1qtpsaS { width:20rem;height:9.746125rem;top:0.5468864440918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV { background-color:#ffffff;background-image:none;display:none; }#mcALxFOTR3xB4dAZwEC71BdL4Ext8AtV > .row .container { width:20rem;height:39.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uNtDJNtHQe6kH2BkJXFKPV11UJUCQEKi { width:20rem;height:4rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwI1huybfx7iVVrk1mSi1It6Uu66ABdI { width:8.625rem;height:3.125rem;top:2.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW61CbBeBKonEwBvWtXCATqwT4QRWBNv { width:20rem;height:5rem;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQGxJIiRTC777Jb8KAN3beQeQZ9FBxwI { width:20rem;height:40.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LklQL7tZku5TsptGGg0HrLqn7Re6XhLH { top:24.3125rem;left:0.0625rem;width:19.875rem;height:14.875rem;z-index:100011;overflow:hidden;display:block; }
 }