.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58e87018-cb8c-496d-8dbe-d4bbc518dce2/16x9_03_notext.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.adaptive-delivery-prevent-bg, #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.lazyload, #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV.lazyloading { background-image: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { background-color: transparent; background-image: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container > .video-iframe-container { display: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container { display: none; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .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); }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { border-width: 0; border-radius: 0; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:23.875rem;top:7.1875rem;left:25.5625rem;overflow:hidden;display:block; }
#ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"bodoni moda";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"bodoni moda";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.25rem;left:14.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.8125rem;left:10.5rem;display:block; }
#nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.8125rem;left:29.9375rem;display:block; }
#NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.8125rem;left:49.4375rem;display:block; }
#DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD { position:relative;display:block; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD { background-color: transparent; background-image: none; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container > .video-iframe-container { display: none; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row > .video-iframe-container { display: none; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .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); }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD { border-width: 0; border-radius: 0; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UJEcuOcHRmq0JLuCZov5xx0CUSVVVlHK { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:6.875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#e66OEBe1METW99VaKCJyqqTSgUDZtnbK { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#bdqv2kJ1ADoE77LXV7Xpm7EhPnnACzan { color:#5f6d70;display:block;width:27.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:6.875rem;height:14.2978375rem;text-align:left;text-align-last:left;display:block; }
#wqsCw9O9TLB6lWGGntBHWG9mWJHrU8D4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:27.5rem;top:3.6875rem;left:41rem;overflow:hidden;display:block; }
#SZb93cMaavIDfQdVgPZEV21txiLwuGxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container { background-color: transparent; background-image: none; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container > .video-iframe-container { display: none; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row > .video-iframe-container { display: none; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .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); }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container { border-width: 0; border-radius: 0; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#JTli2er5T8ktGzHJi1Aaz05siJWOwCCE { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BTTHh7rFvwvFUesedmkilRAtsMF9ZhnO { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:22.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vqtxhUIQZUqvkpacGOk9UUVUtvZaQTkS { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:37.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ifQs0NxJgdIQv0M41QUTaVlso6Pgyc2B { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"bodoni moda";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:51.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r { position:relative;display:block; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r { background-color: transparent; background-image: none; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container > .video-iframe-container { display: none; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row > .video-iframe-container { display: none; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .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); }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r { border-width: 0; border-radius: 0; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hMvRvw8050ssr7Wp41akWbdW4xR8kyDy { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:40.5625rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#GA7SVLTswUVtzzRU4zpo6NG1dpIUNlMJ { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.5625rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#LJHiNTFHAURTNmcOq6G6ThiO70ZnDCEP { color:#5f6d70;display:block;width:27.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.3779296875rem;left:40.5625rem;height:33.7948875rem;text-align:left;text-align-last:left;display:block; }
#CLmFCkbXxfquiKQWtoKXqIpfMiKo6BKb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:35.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IuVVys90VyW5aodIbyndgWNLPN2dSWyz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:35.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#V0KCGNHUlwWoe0yXNqqzv5xbNsmclJsk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:35.5rem;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd { position:relative;display:block; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd { background-color: transparent; background-image: none; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container > .video-iframe-container { display: none; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row > .video-iframe-container { display: none; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .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); }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd { border-width: 0; border-radius: 0; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RcSgOyt1JinuTXqK3SiNbTSgTZQHSszd { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"bodoni moda";font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.78125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#f3D9RXHNB2tC1NXhPQ5zLIMUx5oiQsHk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.5rem;top:13.625rem;left:7.71875rem;overflow:hidden;display:block; }
#Bb1dXlLoCLkGkt2buv8WTnhWbZXrs9lq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:22.0625rem;top:17.53125rem;left:1.4375rem;overflow:hidden;display:block; }
#ivb4K0RxlrfKa3WGPwD0TMzbnVO5czyD { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#eMJ2TS6lJm0QrAQWif33ByMgmW3cnabx { color:#5f6d70;display:block;width:13.0625rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.63671875rem;left:1.4375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#W1QVKRkn50F3z58g7Do0FxLklTo9xBWQ { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.798828125rem;left:15.625rem;display:block; }
#CpDD5Bh5WBR9RdB7D6RDCC9tH5JuzUqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6KMfEU78DsqvC0cTucRdTXiT8FHnb55 { color:#5f6d70;display:block;width:14.375rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.75rem;left:26.4375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#spJX0BJeHI3z5G0pOZLpVr1HeJuxGvKk { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.8125rem;left:26.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#A93zKmagocmk2NkZFZmUscWJIgCBPLsl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:22.0625rem;top:17.625rem;left:26.4375rem;overflow:hidden;display:block; }
#a33cXa5vAHJXJJxmoTMT7XMf4TtIbB4T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.0625rem;top:13.75rem;left:32.75rem;overflow:hidden;display:block; }
#TIEVX2r0ebeF963ew2Ktxzz25wzFvb5I { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.875rem;left:40.625rem;display:block; }
#BAA9qSTL1trdWS2HT9koXOkblUbSHzwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TemRmWG60LEstZWeIrMvDTg9y9GwL99n { color:#5f6d70;display:block;width:13.0625rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.75rem;left:51.625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#h3S0gZZlEdZvB9VERWAQmTJLqUeMNcKa { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.625rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#ThUHQXL8DNuIOkaOGHGrV3JIeTIaJ7Bg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:22.0625rem;top:17.625rem;left:51.625rem;overflow:hidden;display:block; }
#WqobVZM6FA53OHzbWVAGy3TqdHGooiNH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.9375rem;top:13.75rem;left:57.9375rem;overflow:hidden;display:block; }
#ULic02EnFwryZCzSdH1WpQU9QTfRuKTR { background-color:#252b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"bodoni moda";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.875rem;left:65.8125rem;display:block; }
#GKOPVIMRh6G0T3Zg2oswgQlMl0Xz52Gc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container { background-color: transparent; background-image: none; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container > .video-iframe-container { display: none; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row > .video-iframe-container { display: none; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .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); }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container { border-width: 0; border-radius: 0; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#AdsVWD0EwBsMKQbwZ2FW2kWGc1L1A8l4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:13.1875rem;top:6.78125rem;left:0rem;overflow:hidden;display:block; }
#zmJSra4pZGMkVdqGQNg5O7zuw2h2oeUl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.5625rem;top:5.4375rem;left:20.9580078125rem;overflow:hidden;display:block; }
#IkWcNgpbJ1Lvn2shD9TuEIkAuAgHxTL9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:5.75rem;left:29.5205078125rem;overflow:hidden;display:block; }
#NozsAVdEySDVMEWqhMouAyi02CU4qh9H { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.25rem;top:5.75rem;left:39.4580078125rem;overflow:hidden;display:block; }
#iCETFEINMSr4yVg7FZ7o31cNptRmnR7S { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8623046875rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#aC1H7TzCPt3aemOFw9DAONuZro6mZmqL { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:0rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#BC17w44zTtep4mC8DLrdWSTkLpie0yX7 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"bodoni moda";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.8623046875rem;left:28.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#CmXtx0e8sd1GcqrKxxVCK2rk0BdPUJC3 { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Db9mSDXrxfVTnKiCmerhf5zTccSccTRx { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.462890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#B8FZq2Znk60fuqBt56D1TxsPf3gbqXDv { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:27.900390625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#niH6EBnzMUyPRAaozSKhWyb6r1dwn2OT { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:30.462890625rem;left:28.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#LVSDweHtb8szIW6anHlUR2Rxm9deev6K { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.712890625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#BJtoZVTQ3tDTeScHBErD7DxMOG2xVT3T { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:25.462890625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#No4G8p8fahkTg0EIncoh8E9TLiirGSG5 { color:#000000;display:block;width:8rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:27.900390625rem;left:39.625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#RVmhG3eyJr7K5z7qGvCtdysDG9fR7ydn { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:30.462890625rem;left:35.0625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { background-color: transparent; background-image: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container > .video-iframe-container { display: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container { display: none; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .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); }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { border-width: 0; border-radius: 0; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:2.34375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { top:7.1875rem;left:11.9375rem;width:23.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { top:20.9375rem;left:0.625rem;width:46.5rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { top:31.25rem;left:0.625rem;width:46.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { width:15.125rem;height:3.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block; }
 }@media only screen and (max-width: 763px) { #umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { width:15.125rem;height:3.4375rem;top:37.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block; }
 }@media only screen and (max-width: 763px) { #QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { width:15.125rem;height:3.4375rem;top:37.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block; }
 }@media only screen and (max-width: 763px) { #d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD { display:block; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJEcuOcHRmq0JLuCZov5xx0CUSVVVlHK { top:5.875rem;left:0rem;width:28.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66OEBe1METW99VaKCJyqqTSgUDZtnbK { top:10.25rem;left:0rem;width:27.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdqv2kJ1ADoE77LXV7Xpm7EhPnnACzan { top:13.375rem;left:0rem;width:27.875rem;height:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqsCw9O9TLB6lWGGntBHWG9mWJHrU8D4 { top:3.6875rem;left:20.25rem;width:27.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZb93cMaavIDfQdVgPZEV21txiLwuGxT { display:block; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTli2er5T8ktGzHJi1Aaz05siJWOwCCE { top:2.8125rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTHh7rFvwvFUesedmkilRAtsMF9ZhnO { top:2.8125rem;left:8.9375rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqtxhUIQZUqvkpacGOk9UUVUtvZaQTkS { top:2.8125rem;left:23.625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQs0NxJgdIQv0M41QUTaVlso6Pgyc2B { top:2.8125rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r { display:block; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMvRvw8050ssr7Wp41akWbdW4xR8kyDy { top:6.125rem;left:19.5625rem;width:28.1875rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7SVLTswUVtzzRU4zpo6NG1dpIUNlMJ { top:16.5rem;left:20.5625rem;width:27.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHiNTFHAURTNmcOq6G6ThiO70ZnDCEP { top:20.375rem;left:19.875rem;width:27.875rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmFCkbXxfquiKQWtoKXqIpfMiKo6BKb { top:0rem;left:0rem;width:35.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVVys90VyW5aodIbyndgWNLPN2dSWyz { top:40.875rem;left:0rem;width:35.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KCGNHUlwWoe0yXNqqzv5xbNsmclJsk { top:20.4375rem;left:0rem;width:35.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd { display:block; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcSgOyt1JinuTXqK3SiNbTSgTZQHSszd { top:7.3125rem;left:14.15625rem;width:19.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3D9RXHNB2tC1NXhPQ5zLIMUx5oiQsHk { top:13.625rem;left:0rem;width:9.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb1dXlLoCLkGkt2buv8WTnhWbZXrs9lq { top:17.5rem;left:0rem;width:22.0625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivb4K0RxlrfKa3WGPwD0TMzbnVO5czyD { top:28.6875rem;left:0rem;width:7.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMJ2TS6lJm0QrAQWif33ByMgmW3cnabx { top:30.625rem;left:0rem;width:13.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1QVKRkn50F3z58g7Do0FxLklTo9xBWQ { width:7.9375rem;height:2.875rem;top:28.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDD5Bh5WBR9RdB7D6RDCC9tH5JuzUqk { display:block; }
 }@media only screen and (max-width: 763px) { #v6KMfEU78DsqvC0cTucRdTXiT8FHnb55 { top:30.75rem;left:12.8125rem;width:14.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJX0BJeHI3z5G0pOZLpVr1HeJuxGvKk { top:28.8125rem;left:12.8125rem;width:9.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A93zKmagocmk2NkZFZmUscWJIgCBPLsl { top:17.625rem;left:12.8125rem;width:22.0625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33cXa5vAHJXJJxmoTMT7XMf4TtIbB4T { top:13.75rem;left:19.125rem;width:9.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEVX2r0ebeF963ew2Ktxzz25wzFvb5I { width:7.9375rem;height:2.875rem;top:28.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAA9qSTL1trdWS2HT9koXOkblUbSHzwu { display:block; }
 }@media only screen and (max-width: 763px) { #TemRmWG60LEstZWeIrMvDTg9y9GwL99n { top:30.75rem;left:34.6875rem;width:13.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3S0gZZlEdZvB9VERWAQmTJLqUeMNcKa { top:28.8125rem;left:38rem;width:7.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUHQXL8DNuIOkaOGHGrV3JIeTIaJ7Bg { top:17.625rem;left:25.6875rem;width:22.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqobVZM6FA53OHzbWVAGy3TqdHGooiNH { top:13.75rem;left:38.25rem;width:8.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULic02EnFwryZCzSdH1WpQU9QTfRuKTR { width:7.9375rem;height:2.875rem;top:28.875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKOPVIMRh6G0T3Zg2oswgQlMl0Xz52Gc { display:block; }
 }@media only screen and (max-width: 763px) { #kKal2EwCNQv0p3VVVlgipvToN7LvtW5b { display:block; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdsVWD0EwBsMKQbwZ2FW2kWGc1L1A8l4 { top:6.75rem;left:0rem;width:13.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmJSra4pZGMkVdqGQNg5O7zuw2h2oeUl { top:5.4375rem;left:7.3330078125rem;width:5.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkWcNgpbJ1Lvn2shD9TuEIkAuAgHxTL9 { top:5.75rem;left:15.8955078125rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NozsAVdEySDVMEWqhMouAyi02CU4qh9H { top:5.75rem;left:25.8330078125rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCETFEINMSr4yVg7FZ7o31cNptRmnR7S { top:19.8125rem;left:0rem;width:28.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1H7TzCPt3aemOFw9DAONuZro6mZmqL { top:22.6875rem;left:0rem;width:20.0625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC17w44zTtep4mC8DLrdWSTkLpie0yX7 { top:19.8125rem;left:14.5625rem;width:28.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXtx0e8sd1GcqrKxxVCK2rk0BdPUJC3 { top:22.6875rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9mSDXrxfVTnKiCmerhf5zTccSccTRx { top:25.4375rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FZq2Znk60fuqBt56D1TxsPf3gbqXDv { top:27.875rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niH6EBnzMUyPRAaozSKhWyb6r1dwn2OT { top:30.4375rem;left:14.5625rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSDweHtb8szIW6anHlUR2Rxm9deev6K { top:22.6875rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJtoZVTQ3tDTeScHBErD7DxMOG2xVT3T { top:25.4375rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #No4G8p8fahkTg0EIncoh8E9TLiirGSG5 { top:27.875rem;left:26rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVmhG3eyJr7K5z7qGvCtdysDG9fR7ydn { top:30.4375rem;left:21.4375rem;width:12.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { top:2.3125rem;left:0rem;width:29.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV { display:block; }#JgLxhlAzN3sngvcELTVcIi1Lem9b7QDV > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqXZXfHhuhSWTceEJKUNcMyeQybLEAFA { width:20rem;height:7.7486910994764rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaputpIlSI5Mg5GGV4pn4v5QGQSTJA9 { width:20rem;height:7.7988125rem;top:12.123046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqy4M3FEDvtGBTgxGqrQ0x5M9SGRXim { width:20rem;height:4.0625rem;top:21.1708984375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtadu1OGS7xfwPBXzyiXMTOlDeoxZw0 { width:15.125rem;height:3.4375rem;top:26.96875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGFrZNnIuccbQSHT54tAnhwZE2uDE36 { display:block; }
 }@media only screen and (max-width: 763px) { #umEAxzQJHZ3ALJ8EVREbUNy32UJ5COyz { width:15.125rem;height:3.4375rem;top:31.65625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGDtUWcvyU0W0hWm5c7DXBeJO0nsbt7 { display:block; }
 }@media only screen and (max-width: 763px) { #QHVPfC2gGT8PpURbT9LA2QQQBwX1bVao { width:15.125rem;height:3.4375rem;top:36.34375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdlOFWvmoyy5zAEdgn4uR1z92Tl3iaI { display:block; }
 }@media only screen and (max-width: 763px) { #d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD { display:block; }#d88XzpPRsh4m14xvDMGTSyDIbHfAdbQD > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJEcuOcHRmq0JLuCZov5xx0CUSVVVlHK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66OEBe1METW99VaKCJyqqTSgUDZtnbK { width:20rem;height:2.923825rem;top:7.69921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdqv2kJ1ADoE77LXV7Xpm7EhPnnACzan { width:20rem;height:19.49705625rem;top:11.87206875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqsCw9O9TLB6lWGGntBHWG9mWJHrU8D4 { width:20rem;height:20rem;top:32.61819375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZb93cMaavIDfQdVgPZEV21txiLwuGxT { display:block; }#SZb93cMaavIDfQdVgPZEV21txiLwuGxT > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTli2er5T8ktGzHJi1Aaz05siJWOwCCE { width:14.6875rem;height:1.625rem;top:1.25rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTHh7rFvwvFUesedmkilRAtsMF9ZhnO { width:14.6875rem;height:1.625rem;top:4.125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqtxhUIQZUqvkpacGOk9UUVUtvZaQTkS { width:14.6875rem;height:1.625rem;top:7rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQs0NxJgdIQv0M41QUTaVlso6Pgyc2B { width:14.6875rem;height:1.625rem;top:9.875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r { display:block; }#L1WBZKqxCMzLVZ1VTlHkqf6kWykwCa2r > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMvRvw8050ssr7Wp41akWbdW4xR8kyDy { width:20rem;height:10.3984375rem;top:13.7314375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7SVLTswUVtzzRU4zpo6NG1dpIUNlMJ { width:20rem;height:2.923825rem;top:25.379875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHiNTFHAURTNmcOq6G6ThiO70ZnDCEP { width:20rem;height:42.89350625rem;top:54.5156rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmFCkbXxfquiKQWtoKXqIpfMiKo6BKb { width:20rem;height:11.232394366197rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVVys90VyW5aodIbyndgWNLPN2dSWyz { width:20rem;height:11.232394366197rem;top:42.0341625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KCGNHUlwWoe0yXNqqzv5xbNsmclJsk { width:20rem;height:11.232394366197rem;top:29.552725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd { display:block; }#x3eqfPPvMCEpVJU5wTPg1H3eNFZywbfd > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcSgOyt1JinuTXqK3SiNbTSgTZQHSszd { width:19.4375rem;height:2.5996125rem;top:1.25rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3D9RXHNB2tC1NXhPQ5zLIMUx5oiQsHk { width:9.5rem;height:3rem;top:5.0996125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb1dXlLoCLkGkt2buv8WTnhWbZXrs9lq { width:20rem;height:9.4614375rem;top:9.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivb4K0RxlrfKa3WGPwD0TMzbnVO5czyD { width:7.875rem;height:1.94970625rem;top:20.130859375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eMJ2TS6lJm0QrAQWif33ByMgmW3cnabx { width:13.0625rem;height:0.9746125rem;top:22.080078125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1QVKRkn50F3z58g7Do0FxLklTo9xBWQ { width:7.9375rem;height:2.875rem;top:20.130859375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDD5Bh5WBR9RdB7D6RDCC9tH5JuzUqk { display:block; }
 }@media only screen and (max-width: 763px) { #v6KMfEU78DsqvC0cTucRdTXiT8FHnb55 { width:11.3125rem;height:1.94921875rem;top:43.341796875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spJX0BJeHI3z5G0pOZLpVr1HeJuxGvKk { width:9.375rem;height:1.94970625rem;top:41.392578125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A93zKmagocmk2NkZFZmUscWJIgCBPLsl { width:20rem;height:9.4614375rem;top:30.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33cXa5vAHJXJJxmoTMT7XMf4TtIbB4T { width:9.0625rem;height:3rem;top:25.6875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEVX2r0ebeF963ew2Ktxzz25wzFvb5I { width:7.9375rem;height:2.875rem;top:41.50390625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAA9qSTL1trdWS2HT9koXOkblUbSHzwu { display:block; }
 }@media only screen and (max-width: 763px) { #TemRmWG60LEstZWeIrMvDTg9y9GwL99n { width:9.75rem;height:1.94921875rem;top:65.552734375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h3S0gZZlEdZvB9VERWAQmTJLqUeMNcKa { width:7.875rem;height:1.94970625rem;top:63.603515625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThUHQXL8DNuIOkaOGHGrV3JIeTIaJ7Bg { width:20rem;height:9.4048125rem;top:52.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqobVZM6FA53OHzbWVAGy3TqdHGooiNH { width:8.9375rem;height:3rem;top:48.3671875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULic02EnFwryZCzSdH1WpQU9QTfRuKTR { width:7.9375rem;height:2.875rem;top:63.71484375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKOPVIMRh6G0T3Zg2oswgQlMl0Xz52Gc { display:block; }
 }@media only screen and (max-width: 763px) { #kKal2EwCNQv0p3VVVlgipvToN7LvtW5b { display:block; }#kKal2EwCNQv0p3VVVlgipvToN7LvtW5b > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdsVWD0EwBsMKQbwZ2FW2kWGc1L1A8l4 { width:13.1875rem;height:5.1875rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmJSra4pZGMkVdqGQNg5O7zuw2h2oeUl { width:5.5625rem;height:7.875rem;top:7.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkWcNgpbJ1Lvn2shD9TuEIkAuAgHxTL9 { width:7.25rem;height:7.25rem;top:16.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NozsAVdEySDVMEWqhMouAyi02CU4qh9H { width:7.25rem;height:7.1875rem;top:25.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCETFEINMSr4yVg7FZ7o31cNptRmnR7S { width:20rem;height:2.03125rem;top:33.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1H7TzCPt3aemOFw9DAONuZro6mZmqL { width:20rem;height:10.5rem;top:36.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC17w44zTtep4mC8DLrdWSTkLpie0yX7 { width:20rem;height:2.03125rem;top:49.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXtx0e8sd1GcqrKxxVCK2rk0BdPUJC3 { width:8rem;height:1.5rem;top:53.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9mSDXrxfVTnKiCmerhf5zTccSccTRx { width:8rem;height:1.5rem;top:56.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FZq2Znk60fuqBt56D1TxsPf3gbqXDv { width:8rem;height:1.5rem;top:59.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niH6EBnzMUyPRAaozSKhWyb6r1dwn2OT { width:8rem;height:1.5rem;top:62rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSDweHtb8szIW6anHlUR2Rxm9deev6K { width:8rem;height:1.5rem;top:53.625rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJtoZVTQ3tDTeScHBErD7DxMOG2xVT3T { width:8rem;height:1.5rem;top:56.375rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #No4G8p8fahkTg0EIncoh8E9TLiirGSG5 { width:8rem;height:1.5rem;top:59.25rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVmhG3eyJr7K5z7qGvCtdysDG9fR7ydn { width:12.5625rem;height:1.5rem;top:62rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF { display:block; }#q4B2s7RPeGn4QRmTq3UrrJqtblnbMowF > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEn7MosWgoJZgNGqZy06ty4KcgQCmoQ { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }