.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef8877;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { background-color: transparent; background-image: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container > .video-iframe-container { display: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container { display: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .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); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { border-width: 0; border-radius: 0; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container {  }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#hrRldToTvQNoNXSxJMz1M8slOP9zHnTd { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8277587890625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#rL2FUVxFrHH6Mdhk0mIZXPyu5xEOWcvz { background-color:transparent;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-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:67.9375rem;height:3.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Lqv5erLahBD1y81QVZq1OTsJNuCW7MFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container { background-color: transparent; background-image: none; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container > .video-iframe-container { display: none; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row > .video-iframe-container { display: none; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .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); }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container { border-width: 0; border-radius: 0; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row > .video-iframe-container {  }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ma5gyW8GmcOy2Qbk7eV22u01T7122caW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3120125rem;width:11.437375rem;top:4.8419189453125rem;left:31.75rem;overflow:hidden;display:block; }
#T9dp8U1nr58K2xRuq4TSf6TLGWv8xnaZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:60rem;display:none; }
#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container { background-color: transparent; background-image: none; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container > .video-iframe-container { display: none; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row > .video-iframe-container { display: none; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .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); }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container { border-width: 0; border-radius: 0; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row > .video-iframe-container {  }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#N3Uak9mJFDZ25ToUL5UngX9oGWlv6QOS { color:#000000;display:block;width:43.374625rem;position:absolute;font-family:brown;font-size:3.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.65478515625rem;left:0rem;height:8.5498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPKrVQCWy9nWtg6gVU3kCebXCt3ZJsiC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.25rem;width:63.125rem;top:0.9368896484375rem;left:11.875rem;overflow:hidden;display:block; }
#BrnQntRc1syqxQDt01oAQyRFoco4Lhuw { color:#000000;display:block;width:24.812rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.504638671875rem;left:0rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1MMGwqw7VtTwG7yW75oBVUw5npno5Jy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.4375rem;width:42.6875rem;display:none; }
#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container { background-color: transparent; background-image: none; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container > .video-iframe-container { display: none; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row > .video-iframe-container { display: none; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .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); }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container { border-width: 0; border-radius: 0; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row > .video-iframe-container {  }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container { font-size:0.875rem;font-family:arial;height:131.375rem;width:75rem;position:relative;display:block; }#VFORQdUiwaeaCIU614FO9pS6eMk5MA3V { color:#000000;display:block;width:35rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.5rem;left:0rem;height:30.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMONkm90TgrPqlf3L8kSLPlzX0G0T4sf { color:#000000;display:block;width:34.75rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:33.9375rem;left:40.0625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MXBOKA9hiF4a8yZV9heer9x9hJi1DITm { color:#000000;display:block;width:34.75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:41.62548828125rem;left:40.125rem;height:23.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxIKcR0Du2X7OTUp8RS0I3gLGR8VwWzu { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTJPKhzq6TawrDwTpBBg2AsxReU7l2zD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3745rem;width:9.187rem;top:3.375244140625rem;left:25.154418945312rem;overflow:hidden;display:block; }
#SUyTaALemahWoOXJBIMcxGCoZ6T0XznO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.373875rem;width:9.186375rem;top:31.249389648438rem;left:65.813598632812rem;overflow:hidden;display:block; }
#XWRAsy6eL3S1SMFUCDSZfPxGsRKbc3I8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.62475rem;width:10.9375rem;top:59.2236328125rem;left:3.0902099609375rem;overflow:hidden;display:block; }
#cZ3KfD77FpaikFJi1k2WBemVEZpUZFHb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:6.375rem;top:36.187744140625rem;left:42.5rem;overflow:hidden;display:none; }
#yvRpgMnmuZL5MJBJzcN1DPBUCwy0GzhC { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:67.6875rem;left:39.9375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fpni9Tc1GeekTkQmuVFIt9zLEtmRp69B { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:74.93798828125rem;left:40.0625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzUMZ8LkEzo9GZfqNcAyTZTHLThenaOr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:9.1875rem;top:72.5625rem;left:65.8125rem;overflow:hidden;display:block; }
#U1dnN2f4Tr2DOKJzZS0XnfTywZGvUmsJ { color:#000000;display:block;width:35rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:90.6875rem;left:0rem;height:35.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qfcR3v4ASP9ZsT9t2J4bx9F2eEwVGAvo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3745rem;width:9.187rem;top:86.4375rem;left:26.25rem;overflow:hidden;display:block; }
#qKf0TIuIEI1MhnzBuUQPx7xUnTeDDEol { color:#000000;display:block;width:41.124875rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:78.93798828125rem;left:0rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XPKnPEpN0BVnQJaec3yWJrFAwnFZPtUg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:97.75rem;left:49.8125rem;overflow:hidden;display:block; }
#XovdR9Zd1bPoE7VZ5CyxHodhnFIJ0RiL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:97.75rem;left:52.9375rem;overflow:hidden;display:block; }
#T3HPcxetKTI4iNup7v0Nf7lMw48w55nL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:45.875rem;overflow:hidden;display:block; }
#qxX78tuKDpg0OteRxc2UpdO9TFpJ83f4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:97.75rem;left:56.6875rem;overflow:hidden;display:block; }
#qGqLNTZLf5sIZtt6K3RJuKsWHhTth58U { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:49.625rem;overflow:hidden;display:block; }
#dzTqrGQMPlqbgIZb4XATsDV9Er7TlbGM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:53.375rem;overflow:hidden;display:block; }
#dnWnXKLaumfSwn0xHRJ0bL362MArJyMC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:57.125rem;overflow:hidden;display:block; }
#OCWEzcnfDV9RpMBQFvKSRcaKKMrvJJTy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:97.75rem;left:60.4375rem;overflow:hidden;display:block; }
#aoJac4EcsdVtHXpDbqTdwnOVQw1RZAOb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:60.875rem;overflow:hidden;display:block; }
#LZ6pN2kOcgd9aDTlFoV7RSPyzNU931JJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:103.375rem;left:64.625rem;overflow:hidden;display:block; }
#Q34leyMh5cHw3onIRivrnVdiog27Etpx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.312rem;width:34.375rem;top:110.86303710938rem;left:40.249633789062rem;overflow:hidden;display:block; }
#hTFX0UACpRs80a6U5f9NHVBPDzPIyWwp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.812125rem;width:27.687375rem;top:6.8109130859375rem;left:43.593139648438rem;overflow:hidden;display:block; }
#IW6MDhOv15owCzbyVlLkqZZ8Aglt4L2m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.125rem;width:11.749875rem;top:43.500366210938rem;left:18.374633789062rem;overflow:hidden;display:block; }
#z2FluPxOGCPIkewFiHKH2xFNkPbvBvKh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.375rem;top:36.187744140625rem;left:42.5rem;overflow:hidden;display:none; }
#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ecec;background-image:none;position:relative;display:block; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container { background-color: transparent; background-image: none; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container > .video-iframe-container { display: none; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row > .video-iframe-container { display: none; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .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); }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container { border-width: 0; border-radius: 0; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row > .video-iframe-container {  }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#qPkOzqMLuWQyVNX1WO1QXZ57TiTmvKzU { color:#000000;display:block;width:28.624rem;position:absolute;font-family:canela;font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.43701171875rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dT2dMAWpSZ5VyN2U4izT6HUzrg81zqhT { background-color:#000000;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-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:brown;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:15015;text-align:center;text-align-last:center;top:16.063232421875rem;left:0rem;display:block; }
#IzzafVe5ZFV8wT4ienwCZkCS9NvyNBV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNBV6emzbKgioM82q4sHHcS1NZr6Su4H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:34.812rem;top:2.4969482421875rem;left:37.645263671875rem;overflow:hidden;display:block; }
#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container { background-color: transparent; background-image: none; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container > .video-iframe-container { display: none; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row > .video-iframe-container { display: none; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .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); }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container { border-width: 0; border-radius: 0; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row > .video-iframe-container {  }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#VQTqoMW8GyoiQz7f0aivCRG41AMhrlEi { color:#000000;display:block;width:69.9375rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.126220703125rem;left:5.0621337890625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEVds1nq85LsuUPZW52WRvV0gOz8mu3H { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:68.75rem;top:5.56396484375rem;left:5.0616455078125rem;display:block; }
#vZZU2OTydNz7FlMkicJpRogygRgB2xia { color:#000000;display:block;width:69.93625rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.188720703125rem;left:5.0634765625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPJ1SDIeS8IUFmDQT9LCStpUqWxiwiBK { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:68.75rem;top:10.906372070312rem;left:5.0616455078125rem;display:block; }
#Z8RN5PTLvxy8tpSinyMX7n2PXWNixPEl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.3120125rem;top:3.126220703125rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#Q1Msz7MIqtlJEvTal2FUy8zqxdr2LkQa { color:#000000;display:block;width:69.936875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.437744140625rem;left:5.0628662109375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQTAwZzIdgyGalP9aQ9gT0il4QdD8goW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.3120125rem;top:7.2198486328125rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#g1vDxrIWrE9eD8G8locToPmaWxHbnEnf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.3120125rem;top:11.656127929688rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#egQPU4O387FWKlMiekNK8J5JRsb3xPyt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.3120125rem;top:11.656127929688rem;left:1.1248779296875rem;overflow:hidden;display:none; }
#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container { background-color: transparent; background-image: none; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container > .video-iframe-container { display: none; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row > .video-iframe-container { display: none; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .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); }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container { border-width: 0; border-radius: 0; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row > .video-iframe-container {  }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ { display:block; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrRldToTvQNoNXSxJMz1M8slOP9zHnTd { top:0.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2FUVxFrHH6Mdhk0mIZXPyu5xEOWcvz { width:46.75rem;height:3.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lqv5erLahBD1y81QVZq1OTsJNuCW7MFV { display:block; }
 }@media only screen and (max-width: 763px) { #Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R { display:block; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma5gyW8GmcOy2Qbk7eV22u01T7122caW { top:4.8125rem;left:18.125rem;width:11.375rem;height:2.299479075588rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dp8U1nr58K2xRuq4TSf6TLGWv8xnaZ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe { display:block; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3Uak9mJFDZ25ToUL5UngX9oGWlv6QOS { top:3.625rem;left:0rem;width:43.3125rem;height:8.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPKrVQCWy9nWtg6gVU3kCebXCt3ZJsiC { top:0.875rem;left:0rem;width:47.75rem;height:31.959405940594rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrnQntRc1syqxQDt01oAQyRFoco4Lhuw { width:24.75rem;height:5.4375rem;top:13.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1MMGwqw7VtTwG7yW75oBVUw5npno5Jy { width:42.6875rem;height:50.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 { display:block; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFORQdUiwaeaCIU614FO9pS6eMk5MA3V { width:35rem;height:30.375rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMONkm90TgrPqlf3L8kSLPlzX0G0T4sf { width:34.75rem;height:5.25rem;top:33.9375rem;left:13rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBOKA9hiF4a8yZV9heer9x9hJi1DITm { width:34.75rem;height:21.9375rem;top:41.625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxIKcR0Du2X7OTUp8RS0I3gLGR8VwWzu { top:5.25rem;left:0rem;width:30.0625rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJPKhzq6TawrDwTpBBg2AsxReU7l2zD { top:3.375rem;left:11.529418945312rem;width:9.125rem;height:6.3314806247956rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUyTaALemahWoOXJBIMcxGCoZ6T0XznO { top:31.1875rem;left:38.625rem;width:9.125rem;height:6.3312905661919rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRAsy6eL3S1SMFUCDSZfPxGsRKbc3I8 { top:59.1875rem;left:0rem;width:10.9375rem;height:11.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ3KfD77FpaikFJi1k2WBemVEZpUZFHb { top:36.1875rem;left:25.25rem;width:6.375rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvRpgMnmuZL5MJBJzcN1DPBUCwy0GzhC { width:34.9375rem;height:5.25rem;top:67.6875rem;left:12.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpni9Tc1GeekTkQmuVFIt9zLEtmRp69B { width:34.8125rem;height:5.0625rem;top:74.9375rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUMZ8LkEzo9GZfqNcAyTZTHLThenaOr { top:72.5625rem;left:38.625rem;width:9.125rem;height:6.3314806247956rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dnN2f4Tr2DOKJzZS0XnfTywZGvUmsJ { width:35rem;height:32.0625rem;top:90.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcR3v4ASP9ZsT9t2J4bx9F2eEwVGAvo { top:86.4375rem;left:12.625rem;width:9.125rem;height:6.3314806247956rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKf0TIuIEI1MhnzBuUQPx7xUnTeDDEol { width:41.0625rem;height:12.1875rem;top:78.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKnPEpN0BVnQJaec3yWJrFAwnFZPtUg { top:97.75rem;left:36.1875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XovdR9Zd1bPoE7VZ5CyxHodhnFIJ0RiL { top:97.75rem;left:39.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3HPcxetKTI4iNup7v0Nf7lMw48w55nL { top:103.375rem;left:32.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxX78tuKDpg0OteRxc2UpdO9TFpJ83f4 { top:97.75rem;left:43.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqLNTZLf5sIZtt6K3RJuKsWHhTth58U { top:103.375rem;left:36rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzTqrGQMPlqbgIZb4XATsDV9Er7TlbGM { top:103.375rem;left:39.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWnXKLaumfSwn0xHRJ0bL362MArJyMC { top:103.375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWEzcnfDV9RpMBQFvKSRcaKKMrvJJTy { top:97.75rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJac4EcsdVtHXpDbqTdwnOVQw1RZAOb { top:103.375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ6pN2kOcgd9aDTlFoV7RSPyzNU931JJ { top:103.375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34leyMh5cHw3onIRivrnVdiog27Etpx { top:110.8125rem;left:13.375rem;width:34.375rem;height:17.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFX0UACpRs80a6U5f9NHVBPDzPIyWwp { top:6.75rem;left:20.125rem;width:27.625rem;height:21.762985950275rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW6MDhOv15owCzbyVlLkqZZ8Aglt4L2m { top:43.5rem;left:4.7496337890625rem;width:11.6875rem;height:32.949153714401rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2FluPxOGCPIkewFiHKH2xFNkPbvBvKh { top:36.1875rem;left:25.25rem;width:6.375rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub { display:block; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPkOzqMLuWQyVNX1WO1QXZ57TiTmvKzU { width:28.5625rem;height:5.25rem;top:9.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2dMAWpSZ5VyN2U4izT6HUzrg81zqhT { width:17.5rem;height:3.4375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzafVe5ZFV8wT4ienwCZkCS9NvyNBV2 { display:block; }
 }@media only screen and (max-width: 763px) { #vNBV6emzbKgioM82q4sHHcS1NZr6Su4H { top:2.4375rem;left:13rem;width:34.75rem;height:21.212153854993rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf { display:block; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQTqoMW8GyoiQz7f0aivCRG41AMhrlEi { width:47.75rem;height:1.125rem;top:3.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVds1nq85LsuUPZW52WRvV0gOz8mu3H { top:5.5625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vZZU2OTydNz7FlMkicJpRogygRgB2xia { width:47.75rem;height:2.25rem;top:7.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJ1SDIeS8IUFmDQT9LCStpUqWxiwiBK { top:10.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RN5PTLvxy8tpSinyMX7n2PXWNixPEl { top:3.125rem;left:0rem;width:2.25rem;height:2.1288271581577rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Msz7MIqtlJEvTal2FUy8zqxdr2LkQa { width:47.75rem;height:1.125rem;top:12.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTAwZzIdgyGalP9aQ9gT0il4QdD8goW { top:7.1875rem;left:0rem;width:2.25rem;height:2.1288271581577rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1vDxrIWrE9eD8G8locToPmaWxHbnEnf { top:11.625rem;left:0rem;width:2.25rem;height:2.1288271581577rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQPU4O387FWKlMiekNK8J5JRsb3xPyt { top:11.625rem;left:0rem;width:2.25rem;height:2.1288271581577rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u { display:block; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ef8877;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { background-color: transparent; background-image: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container > .video-iframe-container { display: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container { display: none; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .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); }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { border-width: 0; border-radius: 0; }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row > .video-iframe-container {  }#yZRh1vLdNITbH1fONq81vIbBFHMNVkqZ > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrRldToTvQNoNXSxJMz1M8slOP9zHnTd { width:20rem;height:1.4624rem;top:0.8380126953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rL2FUVxFrHH6Mdhk0mIZXPyu5xEOWcvz { top:0rem;left:0rem;width:20rem;height:4.75rem;z-index:15035;color:rgba(0,0,0,0);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lqv5erLahBD1y81QVZq1OTsJNuCW7MFV { display:block; }
 }@media only screen and (max-width: 763px) { #Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R { display:block; }#Oqa2lQK6LGOzfH3Vels6bVIMIvyVL24R > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma5gyW8GmcOy2Qbk7eV22u01T7122caW { width:11.375rem;height:2.299479075588rem;top:4.8125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9dp8U1nr58K2xRuq4TSf6TLGWv8xnaZ { top:0.78125rem;left:4.21875rem;width:11.5625rem;height:2.1875rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe { display:block; }#iEpBQ42RQ0X3rZB2tvDGSxrZmCt5pWMe > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3Uak9mJFDZ25ToUL5UngX9oGWlv6QOS { width:19.9981875rem;height:8.5488125rem;top:1.24755859375rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EPKrVQCWy9nWtg6gVU3kCebXCt3ZJsiC { width:19.8125rem;height:13.25rem;top:15.3125rem;left:0.125732421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrnQntRc1syqxQDt01oAQyRFoco4Lhuw { width:20rem;height:3.75rem;top:10.74951171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1MMGwqw7VtTwG7yW75oBVUw5npno5Jy { top:15.5615234375rem;left:0rem;width:20rem;height:23.625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 { display:block; }#Jc7LIdyZFiS6AqhMXm41Gyz4J7BAhlo6 > .row .container { width:20rem;height:285.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFORQdUiwaeaCIU614FO9pS6eMk5MA3V { width:19.99575rem;height:54.375rem;top:9.5623779296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMONkm90TgrPqlf3L8kSLPlzX0G0T4sf { width:20rem;height:10.5rem;top:64.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBOKA9hiF4a8yZV9heer9x9hJi1DITm { width:20rem;height:41.25rem;top:77.43408203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxIKcR0Du2X7OTUp8RS0I3gLGR8VwWzu { width:19.9975625rem;height:6.8246875rem;top:1.4996337890625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GTJPKhzq6TawrDwTpBBg2AsxReU7l2zD { width:6.6875rem;height:5.4370125rem;top:1.1248779296875rem;left:13.31298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUyTaALemahWoOXJBIMcxGCoZ6T0XznO { width:6.5625rem;height:4.56176875rem;top:121.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRAsy6eL3S1SMFUCDSZfPxGsRKbc3I8 { width:11.9375rem;height:12.621856476128rem;top:114rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ3KfD77FpaikFJi1k2WBemVEZpUZFHb { width:9.124125rem;height:25.374125rem;top:169.68627929688rem;left:1.0003662109375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yvRpgMnmuZL5MJBJzcN1DPBUCwy0GzhC { width:20rem;height:7.875rem;top:123.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpni9Tc1GeekTkQmuVFIt9zLEtmRp69B { width:20rem;height:11.25rem;top:131.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUMZ8LkEzo9GZfqNcAyTZTHLThenaOr { width:6.686375rem;height:4.624025rem;top:62.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dnN2f4Tr2DOKJzZS0XnfTywZGvUmsJ { width:20rem;height:63.75rem;top:197.31201171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcR3v4ASP9ZsT9t2J4bx9F2eEwVGAvo { width:9.124125rem;height:6.3311875rem;top:147.43713378906rem;left:10.875854492188rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKf0TIuIEI1MhnzBuUQPx7xUnTeDDEol { width:20rem;height:21.9375rem;top:145.50244140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKnPEpN0BVnQJaec3yWJrFAwnFZPtUg { width:3.75rem;height:3.75rem;top:263.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XovdR9Zd1bPoE7VZ5CyxHodhnFIJ0RiL { width:3.75rem;height:3.75rem;top:263.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3HPcxetKTI4iNup7v0Nf7lMw48w55nL { width:3.75rem;height:3.75rem;top:267.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxX78tuKDpg0OteRxc2UpdO9TFpJ83f4 { width:3.75rem;height:3.75rem;top:263.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqLNTZLf5sIZtt6K3RJuKsWHhTth58U { width:3.75rem;height:3.75rem;top:267.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzTqrGQMPlqbgIZb4XATsDV9Er7TlbGM { width:3.75rem;height:3.75rem;top:267.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWnXKLaumfSwn0xHRJ0bL362MArJyMC { width:3.75rem;height:3.75rem;top:267.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWEzcnfDV9RpMBQFvKSRcaKKMrvJJTy { width:3.75rem;height:3.75rem;top:263.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJac4EcsdVtHXpDbqTdwnOVQw1RZAOb { width:3.75rem;height:3.75rem;top:267.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ6pN2kOcgd9aDTlFoV7RSPyzNU931JJ { width:3.75rem;height:3.75rem;top:267.875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34leyMh5cHw3onIRivrnVdiog27Etpx { width:20rem;height:10.072625rem;top:273.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFX0UACpRs80a6U5f9NHVBPDzPIyWwp { width:20rem;height:15.756007927801rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW6MDhOv15owCzbyVlLkqZZ8Aglt4L2m { width:11.6875rem;height:32.949153714401rem;top:43.5rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2FluPxOGCPIkewFiHKH2xFNkPbvBvKh { width:9.0625rem;height:9.562375rem;top:170.37353515625rem;left:10.9375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub { display:block; }#QxuIRNdN8vZdulZVM7bo85lPW7Rv02Ub > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPkOzqMLuWQyVNX1WO1QXZ57TiTmvKzU { width:20rem;height:7.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2dMAWpSZ5VyN2U4izT6HUzrg81zqhT { width:17.5rem;height:3.4375rem;top:23.81103515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzafVe5ZFV8wT4ienwCZkCS9NvyNBV2 { display:block; }
 }@media only screen and (max-width: 763px) { #vNBV6emzbKgioM82q4sHHcS1NZr6Su4H { width:20rem;height:12.208433873377rem;top:8.9776611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf { display:block; }#IlEQ0xdmSLV1eLddTPDTdZSBqfUlMvqf > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQTqoMW8GyoiQz7f0aivCRG41AMhrlEi { width:20rem;height:6.5625rem;top:4.874267578125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVds1nq85LsuUPZW52WRvV0gOz8mu3H { width:20rem;height:0.0625rem;top:13.37625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZZU2OTydNz7FlMkicJpRogygRgB2xia { width:20rem;height:10.5rem;top:18.37890625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJ1SDIeS8IUFmDQT9LCStpUqWxiwiBK { width:20rem;height:0.0625rem;top:30.69461875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RN5PTLvxy8tpSinyMX7n2PXWNixPEl { width:3.2495125rem;height:3.06213125rem;top:1.5631103515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1Msz7MIqtlJEvTal2FUy8zqxdr2LkQa { width:20rem;height:3.9375rem;top:35.571899414062rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTAwZzIdgyGalP9aQ9gT0il4QdD8goW { width:2.25rem;height:2.1288271581577rem;top:1.6351318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1vDxrIWrE9eD8G8locToPmaWxHbnEnf { width:2.25rem;height:2.1288271581577rem;top:14.513549804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQPU4O387FWKlMiekNK8J5JRsb3xPyt { width:2.24975625rem;height:2.12829375rem;top:32.57568359375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u { position:relative;z-index:auto;display:block; }#FbCyG20gBWt0fhfskxRN8GE3zaRlxN6u > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }