.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://images.assets-landingi.com/QIVP6iSX/Landing_Page_Banners.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { background-color: transparent; background-image: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { border-width: 0; border-radius: 0; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#CrcfDzlePU09iQGNsETTIlOW46KUGVvd { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:15.4375rem;top:0.65625rem;left:0.90625rem;overflow:hidden;display:block; }
#VQgyWI694UVVCASVCuhWGUEq4IMKS5cZ { color:#0c83bc;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.856689453125rem;left:37.5rem;height:1.7871125rem;font-style:normal;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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:40.125rem;width:60rem;position:relative;display:block; }#LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100027;line-height:1.2;letter-spacing:0;top:15.230035781861rem;left:2.2330741882324rem;height:13.49825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { color:#ffffff;display:block;width:39.12475rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:29.912109375rem;left:2.23388671875rem;height:5.09765625rem;font-style:normal;display:block; }
#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container { background-color: transparent; background-image: none; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container > .video-iframe-container { display: none; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row > .video-iframe-container { display: none; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .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); }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container { border-width: 0; border-radius: 0; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#fnue1uoXtKUEA17uRkWtKk6r7ohrxKNX { color:#124466;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.871826171875rem;left:1.75rem;height:7.7995rem;font-style:normal;display:block; }
#yiHGqZSEfNK6bo9ceFqk8KzP3nq6fiR0 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:16.715496063233rem;left:2.5303821563721rem;height:19.3305rem;font-style:normal;display:block; }
#vyktdT1OPlv2rbT26s4838bprAHqzotd { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.6;letter-spacing:0;top:35.356990814209rem;left:2.5303840637207rem;height:7.263rem;font-style:normal;display:block; }
#V9DWpo7JXaezB0et4n3T7OuzTS1SdKxl { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:16.687282562256rem;left:35.000003814698rem;height:5.6857625rem;font-style:normal;display:block; }
#uUFQhfOaUztAZLbuwe1r4m0TtKfHlVbv { color:#ffffff;display:block;width:19.311rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.6;letter-spacing:0;top:35.417755126953rem;left:35.530605316162rem;height:7.200525rem;font-style:normal;display:block; }
#JBSzEhIx56HI7tpKBt6gUQzTNwUhueFc { color:#124466;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.871826171875rem;left:34.625244140625rem;height:7.7995rem;font-style:normal;display:block; }
#AzTS1NPcfTfqx0b2pckgvnRupTLukR87 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:24.6875rem;left:35rem;height:2.76245rem;font-style:normal;display:block; }
#krgeVU7AOPXy2Skzp4ZtkFXArv9TnK2a { color:#2fb5f2;display:block;width:3.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:7.27783203125rem;left:27.87353515625rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdHqKT9Tyeo8U44FdhMpyI82LvPvFeQJ { background-color:#78959d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.31) ;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:26.875rem;height:31.25rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:13.9990234375rem;left:0rem;display:block; }
#gsKAyrbf6T6xhOOge6iU8Fg3XZHZAXzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QgTdR2VZ4hH20tbUbOHNDokZrAdtbUXW { background-color:#0c83bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.31) ;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:26.875rem;height:31.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:13.9990234375rem;left:33.125rem;display:block; }
#MQ5DpikQfbeDIsZS2aopdBEIDJXfzUTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container { background-color: transparent; background-image: none; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container > .video-iframe-container { display: none; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row > .video-iframe-container { display: none; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .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); }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container { border-width: 0; border-radius: 0; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#K1GR75EJImx6vzkVU6Qf1gEOPVBR8JoT { color:#4f4f4f;display:block;width:17.37425rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100026;line-height:1.2;letter-spacing:0;top:3.800048828125rem;left:0rem;height:5.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDClo7Fzz9xRKLx8zWWGOUzXMtfkk3Hn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1245125rem;width:9.56175rem;top:4.1875rem;left:48rem;overflow:hidden;display:block; }
#TOz4o7QFH7BGZGEZzxyX2nRwZerDQqmC { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.874025rem;width:5.874025rem;top:3.8125rem;left:28.3125rem;overflow:hidden;display:block; }
#kUbQOZNml16PZrfWZd2QTzfHQk99QSxq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:10.437rem;top:5.4375rem;left:36rem;overflow:hidden;display:block; }
#q6mhvnzhgxM0aiNm4Az08LvLiQ893FhP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.687rem;width:6.687rem;top:3.125rem;left:20.1875rem;overflow:hidden;display:block; }
#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container { background-color: transparent; background-image: none; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container > .video-iframe-container { display: none; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row > .video-iframe-container { display: none; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .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); }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container { border-width: 0; border-radius: 0; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#eqp4d8exUzuqXW5TzesRD7V34BDrMSIV { color:#4f4f4f;display:block;width:19.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:3.8134765625rem;left:0rem;height:8.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoT1A8sx5vd8WM8ryna3L8noZAouFCWs { color:#4f4f4f;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.4375rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4vap1GETggC4n0bMxAgeWLzhOzPJHrB { color:#4f4f4f;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.75rem;left:36.125rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWyx16do2nigb13hHB7XMkZCHLWJ7Xgf { color:#4f4f4f;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.6875rem;left:48.875rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxiG7JrFF2KSb8P8cURuQhuGlM3DTPAO { color:#4f4f4f;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:15.5rem;left:21.6875rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATnB5iLUGtgqJu1oQkFLK4ietNGLtBnx { color:#4f4f4f;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:15.5rem;left:35rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etZnB7bUGUOLuEWmvNg9wyiWwJEWtHla { color:#4f4f4f;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:15.375rem;left:48.625rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQulAe1X2oxOCks46T9UVw7GhsTDBtSf { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.9375rem;top:2.625rem;left:51.3125rem;overflow:hidden;display:block; }
#E41k6M6xc6Vbly6foevbW8V7CZpHqDz4 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.5rem;top:10.625rem;left:51.5625rem;overflow:hidden;display:block; }
#QmOH81inZTTwREaG1FskesFyECaPKrdl { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4rem;top:11.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#t9PPQS9UFrIMkfJo96eEJx5JdciUy67e { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4.8125rem;top:11.125rem;left:25rem;overflow:hidden;display:block; }
#qRt00JhHJitMD31ydgs9xcroAFhD01c8 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.0625rem;top:2.6875rem;left:25.375rem;overflow:hidden;display:block; }
#eKT43ZWz0HxPQE4DVkT9hr5ruqOe4BRl { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:2.375rem;left:38.6875rem;overflow:hidden;display:block; }
#AiKkZLVveBAvAyvnGnWoSxzTHoukeME6 { color:#878787;display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100031;line-height:1.4;letter-spacing:0;top:12.5966796875rem;left:0rem;height:3.671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { background-color: transparent; background-image: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container > .video-iframe-container { display: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row > .video-iframe-container { display: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .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); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { border-width: 0; border-radius: 0; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { color:#111111;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100026;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:8.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:3.375rem;left:24.75rem;overflow:hidden;display:block; }
#OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { color:#111111;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100030;line-height:1.2;letter-spacing:0;top:3.375rem;left:26.5rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { color:#111111;display:block;width:19.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100032;line-height:1.2;letter-spacing:0;top:5.625rem;left:26.5rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:5.5625rem;left:24.75rem;overflow:hidden;display:block; }
#PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { color:#111111;display:block;width:19.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100034;line-height:1.2;letter-spacing:0;top:7.9375rem;left:26.5rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lzuftuw47im65gnx5pUUZ95Zk2de659U { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:7.875rem;left:24.75rem;overflow:hidden;display:block; }
#t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:10.125rem;left:24.75rem;overflow:hidden;display:block; }
#qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { color:#111111;display:block;width:19.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100035;line-height:1.2;letter-spacing:0;top:10.125rem;left:26.5rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:12.375rem;left:24.75rem;overflow:hidden;display:block; }
#zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { color:#111111;display:block;width:19.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100036;line-height:1.2;letter-spacing:0;top:12.375rem;left:26.5rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6cyPirq08ncaqMGGl80tBvhxQ5xwPrm { background-color:#93c847;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:16.125rem;left:24.75rem;display:block; }
#XoV9dAAE86niILWXGCbbt3LkRPmxz8uB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c83bc;background-image:none;position:relative;display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { background-color: transparent; background-image: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .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); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { border-width: 0; border-radius: 0; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { color:#4f4f4f;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:2.7614593505859rem;left:0rem;height:2.099825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { color:#111111;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:400;z-index:100037;line-height:1.5;letter-spacing:0;top:6.296875rem;left:0rem;height:3.0957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZbUbuynUEeU9IML71cIUoBfslu0efvr { color:#111111;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:100038;line-height:1.5;letter-spacing:0;top:11.681640625rem;left:18.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { 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:100039;top:6.625rem;left:47.34375rem;display:block; }
#MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { 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:100040;top:6.625rem;left:52.21875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrcfDzlePU09iQGNsETTIlOW46KUGVvd { top:0.625rem;left:0rem;width:15.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQgyWI694UVVCASVCuhWGUEq4IMKS5cZ { top:1.8125rem;left:25.25rem;width:22.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:41.5625rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { top:29.875rem;left:0rem;width:39.0625rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI { display:block; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnue1uoXtKUEA17uRkWtKk6r7ohrxKNX { top:4.8125rem;left:0rem;width:24.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiHGqZSEfNK6bo9ceFqk8KzP3nq6fiR0 { top:16.6875rem;left:0rem;width:21.875rem;height:19.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyktdT1OPlv2rbT26s4838bprAHqzotd { top:35.3125rem;left:0rem;width:22.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9DWpo7JXaezB0et4n3T7OuzTS1SdKxl { top:16.625rem;left:23.8125rem;width:23.9375rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFQhfOaUztAZLbuwe1r4m0TtKfHlVbv { top:35.375rem;left:28.5rem;width:19.25rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSzEhIx56HI7tpKBt6gUQzTNwUhueFc { top:4.8125rem;left:22.4375rem;width:25.3125rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTS1NPcfTfqx0b2pckgvnRupTLukR87 { top:24.6875rem;left:23.6875rem;width:24.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krgeVU7AOPXy2Skzp4ZtkFXArv9TnK2a { top:7.25rem;left:21.74853515625rem;width:3.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdHqKT9Tyeo8U44FdhMpyI82LvPvFeQJ { width:26.875rem;height:31.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsKAyrbf6T6xhOOge6iU8Fg3XZHZAXzb { display:block; }
 }@media only screen and (max-width: 763px) { #QgTdR2VZ4hH20tbUbOHNDokZrAdtbUXW { width:26.875rem;height:31.25rem;top:13.9375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ5DpikQfbeDIsZS2aopdBEIDJXfzUTO { display:block; }
 }@media only screen and (max-width: 763px) { #NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk { display:block; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1GR75EJImx6vzkVU6Qf1gEOPVBR8JoT { width:17.3125rem;height:5.375rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDClo7Fzz9xRKLx8zWWGOUzXMtfkk3Hn { top:4.1875rem;left:38.1875rem;width:9.5rem;height:5.0914182811724rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz4o7QFH7BGZGEZzxyX2nRwZerDQqmC { top:3.8125rem;left:22.1875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUbQOZNml16PZrfWZd2QTzfHQk99QSxq { top:5.4375rem;left:29.875rem;width:10.375rem;height:1.9876345872856rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mhvnzhgxM0aiNm4Az08LvLiQ893FhP { top:3.125rem;left:14.0625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE { display:block; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqp4d8exUzuqXW5TzesRD7V34BDrMSIV { width:19.5625rem;height:8.125rem;top:3.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoT1A8sx5vd8WM8ryna3L8noZAouFCWs { width:9.875rem;height:0.9375rem;top:7.75rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4vap1GETggC4n0bMxAgeWLzhOzPJHrB { width:9.875rem;height:0.9375rem;top:7.75rem;left:30rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyx16do2nigb13hHB7XMkZCHLWJ7Xgf { width:9.875rem;height:0.9375rem;top:7.6875rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiG7JrFF2KSb8P8cURuQhuGlM3DTPAO { width:11.4375rem;height:0.9375rem;top:15.5rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnB5iLUGtgqJu1oQkFLK4ietNGLtBnx { width:12.125rem;height:1.9375rem;top:15.5rem;left:28.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZnB7bUGUOLuEWmvNg9wyiWwJEWtHla { width:10.3125rem;height:0.9375rem;top:15.375rem;left:37.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQulAe1X2oxOCks46T9UVw7GhsTDBtSf { top:2.625rem;left:42.8125rem;width:4.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41k6M6xc6Vbly6foevbW8V7CZpHqDz4 { top:10.625rem;left:43.25rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOH81inZTTwREaG1FskesFyECaPKrdl { top:11.0625rem;left:32.9375rem;width:4rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9PPQS9UFrIMkfJo96eEJx5JdciUy67e { top:11.125rem;left:18.875rem;width:4.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRt00JhHJitMD31ydgs9xcroAFhD01c8 { top:2.6875rem;left:19.25rem;width:4.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKT43ZWz0HxPQE4DVkT9hr5ruqOe4BRl { top:2.375rem;left:32.5625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKkZLVveBAvAyvnGnWoSxzTHoukeME6 { width:17.875rem;height:3.625rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { width:19.9375rem;height:8.0625rem;top:4.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { top:3.375rem;left:18.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { width:13.625rem;height:1.1875rem;top:3.375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { width:19.5rem;height:1.1875rem;top:5.625rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { top:5.5625rem;left:18.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { width:19.5rem;height:1.1875rem;top:7.9375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzuftuw47im65gnx5pUUZ95Zk2de659U { top:7.875rem;left:18.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { top:10.125rem;left:18.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { width:19.5rem;height:1.1875rem;top:10.125rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { top:12.375rem;left:18.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { width:19.5rem;height:1.1875rem;top:12.375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6cyPirq08ncaqMGGl80tBvhxQ5xwPrm { width:16.0625rem;height:3.0625rem;top:16.125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoV9dAAE86niILWXGCbbt3LkRPmxz8uB { display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:16.75rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:30.25rem;height:3.0625rem;top:6.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:22.875rem;height:1.125rem;top:11.625rem;left:12.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { top:6.625rem;left:41.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { top:6.625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrcfDzlePU09iQGNsETTIlOW46KUGVvd { width:15.4375rem;height:3.9366790639157rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQgyWI694UVVCASVCuhWGUEq4IMKS5cZ { width:20rem;height:0;top:6.4366790639156rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { width:20rem;height:0;top:15.9971875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI { display:block; }#s8zbc6AJTSNoQv7IZE1EwMTRx9TL55kI > .row .container { width:20rem;height:137.33619375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnue1uoXtKUEA17uRkWtKk6r7ohrxKNX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiHGqZSEfNK6bo9ceFqk8KzP3nq6fiR0 { width:20rem;height:0;top:56.3477rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyktdT1OPlv2rbT26s4838bprAHqzotd { width:20rem;height:0;top:87.87331875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9DWpo7JXaezB0et4n3T7OuzTS1SdKxl { width:20rem;height:0;top:76.9271375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUFQhfOaUztAZLbuwe1r4m0TtKfHlVbv { width:19.25rem;height:0;top:128.88569375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSzEhIx56HI7tpKBt6gUQzTNwUhueFc { width:20rem;height:0;top:14.7982rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzTS1NPcfTfqx0b2pckgvnRupTLukR87 { width:20rem;height:0;top:83.86181875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krgeVU7AOPXy2Skzp4ZtkFXArv9TnK2a { width:3.5625rem;height:0;top:10.2995rem;left:8.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdHqKT9Tyeo8U44FdhMpyI82LvPvFeQJ { width:19rem;height:31.25rem;top:23.8477rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsKAyrbf6T6xhOOge6iU8Fg3XZHZAXzb { display:block; }
 }@media only screen and (max-width: 763px) { #QgTdR2VZ4hH20tbUbOHNDokZrAdtbUXW { width:19rem;height:31.25rem;top:96.38569375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ5DpikQfbeDIsZS2aopdBEIDJXfzUTO { display:block; }
 }@media only screen and (max-width: 763px) { #NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk { display:block; }#NIegBfKokNTlNxzbZ9ukW70RRGlwXpnk > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1GR75EJImx6vzkVU6Qf1gEOPVBR8JoT { width:17.3125rem;height:0;top:29.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDClo7Fzz9xRKLx8zWWGOUzXMtfkk3Hn { width:9.5625rem;height:5.125rem;top:22.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz4o7QFH7BGZGEZzxyX2nRwZerDQqmC { width:5.875rem;height:5.875rem;top:12.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUbQOZNml16PZrfWZd2QTzfHQk99QSxq { width:10.4375rem;height:2rem;top:19.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mhvnzhgxM0aiNm4Az08LvLiQ893FhP { width:6.6875rem;height:6.6875rem;top:4.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE { display:block; }#sy4UpXrRU3ySMTBo8HQRcI4HPyGq7FPE > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqp4d8exUzuqXW5TzesRD7V34BDrMSIV { width:18.4375rem;height:7.19825rem;top:1.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoT1A8sx5vd8WM8ryna3L8noZAouFCWs { width:9.875rem;height:0.9746125rem;top:15.5625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4vap1GETggC4n0bMxAgeWLzhOzPJHrB { width:9.875rem;height:0.9746125rem;top:15.5625rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyx16do2nigb13hHB7XMkZCHLWJ7Xgf { width:9.875rem;height:0.9746125rem;top:22.625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiG7JrFF2KSb8P8cURuQhuGlM3DTPAO { width:7.5625rem;height:1.94921875rem;top:22.625rem;left:10.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnB5iLUGtgqJu1oQkFLK4ietNGLtBnx { width:7.375rem;height:2.923825rem;top:31.2109375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZnB7bUGUOLuEWmvNg9wyiWwJEWtHla { width:6.25rem;height:1.94921875rem;top:31.2734375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQulAe1X2oxOCks46T9UVw7GhsTDBtSf { width:4.9375rem;height:4.25rem;top:18.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41k6M6xc6Vbly6foevbW8V7CZpHqDz4 { width:4.5rem;height:4.4375rem;top:26.330078125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOH81inZTTwREaG1FskesFyECaPKrdl { width:4rem;height:3.625rem;top:26.736328125rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9PPQS9UFrIMkfJo96eEJx5JdciUy67e { width:4.8125rem;height:4rem;top:18.25rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRt00JhHJitMD31ydgs9xcroAFhD01c8 { width:4.0625rem;height:4.1875rem;top:10.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKT43ZWz0HxPQE4DVkT9hr5ruqOe4BRl { width:4.75rem;height:4.75rem;top:10.28125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKkZLVveBAvAyvnGnWoSxzTHoukeME6 { width:17.875rem;height:0;top:35.3359375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { width:19.9375rem;height:0;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { width:1.1875rem;height:1.1875rem;top:13.660375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { width:13.625rem;height:0;top:16.097875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { width:19.5rem;height:0;top:20.9854625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { width:1.1875rem;height:1.1875rem;top:18.5479625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { width:19.5rem;height:0;top:25.87305rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzuftuw47im65gnx5pUUZ95Zk2de659U { width:1.1875rem;height:1.1875rem;top:23.43555rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { width:1.1875rem;height:1.1875rem;top:28.3231375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { width:19.5rem;height:0;top:30.7606375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { width:1.1875rem;height:1.1875rem;top:33.210725rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { width:19.5rem;height:0;top:35.648225rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6cyPirq08ncaqMGGl80tBvhxQ5xwPrm { width:16.0625rem;height:3.0625rem;top:33.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoV9dAAE86niILWXGCbbt3LkRPmxz8uB { display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:20rem;height:2.0996125rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:18.625rem;height:11.34375rem;top:7.4375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:20rem;height:1.125rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { width:3.125rem;height:3.125rem;top:19.9375rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { width:3.125rem;height:3.125rem;top:19.9375rem;left:11rem;font-size:2.1875rem;display:block; }
 }