.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { 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:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { position:relative;display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { background-color: transparent; background-image: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { border-width: 0; border-radius: 0; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { color:#071638;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.44335877895355rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vugKrCNZstDkA36UcnoTixaWrsSs9dTN { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13688125rem;text-align:right;text-align-last:right;display:block; }
#iidx9DkB14y6k6Vk1KODdhypzntphBUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.34288120269776rem;left:11.235244750976rem; }
#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { position:relative;display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:160.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { position:absolute;display:block;z-index:15005;background-color:#d0a134;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.43575rem;width:6.43575rem;top:1.4409722089768rem;left:4.0625rem;display:block; }
#WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { z-index:15007;top:3.5607633590698rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.638888875rem;height:2.201388875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:90.686828613281rem;left:12.710775375366rem;display:block; }
#gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { color:#02050e;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:9.5100927352906rem;left:2.5rem;height:25.19730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { color:#02050e;display:block;width:32.874375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:75.142417907712rem;left:2.5rem;height:17.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { position:absolute;display:block;z-index:15182;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:17.7498125rem;width:28.3748125rem;top:33.968097686767rem;left:2.5rem;overflow:hidden;display:block; }
#RArmgdLksW5b5WvE11PhD7HSgCqoliPT { position:absolute;display:block;z-index:15183;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:18.3748125rem;width:24.5621875rem;top:33.653969764709rem;left:31.985677719116rem;overflow:hidden;display:block; }
#Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { position:absolute;display:block;z-index:15184;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:17.75rem;width:28.1875rem;top:52.579747200012rem;left:2.5rem;overflow:hidden;display:block; }
#SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { position:absolute;display:block;z-index:15185;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:18.1875rem;width:24.3125rem;top:52.578123092651rem;left:31.985677719116rem;overflow:hidden;display:block; }
#RdDCOkRcQi5F22KJWwTvx5PHsXD2Am9I { position:absolute;display:block;z-index:15186;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:21.7496875rem;width:21.7496875rem;top:75.142417907712rem;left:36.783853530884rem;overflow:hidden;display:block; }
#pLBlJTz8G5kuSTy8VPc17g0XAqk6shti { color:#02050e;display:block;width:37.249375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:94.765625rem;left:2.5rem;height:14.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#md9L2EBAezzGmM5ZPoPsVLT1bwrkBKBR { color:#02050e;display:block;width:37.249375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:111.60400390625rem;left:22.749837875366rem;height:25.1973125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtoOpEqOMM8VRATTlNsQkVpBe3iE0pmz { position:absolute;display:block;z-index:15187;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:18.9998125rem;width:25.437rem;top:136.79361915588rem;left:3.4358730316162rem;overflow:hidden;display:block; }
#cHQzbUodVo02kTEugEOskSRJRIdqkg7O { position:absolute;display:block;z-index:15188;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.124375rem;width:25.5623125rem;top:136.79361963272rem;left:30.873208999634rem;overflow:hidden;display:block; }
#MXbDDLXaGUMoUqqrksB8qwgvRV9cOVWz { position:absolute;display:block;z-index:15189;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:24.0625rem;width:17.937rem;top:111.60318946838rem;left:3.4366855621338rem;overflow:hidden;display:block; }
#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { position:relative;display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { background-color: transparent; background-image: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { border-width: 0; border-radius: 0; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13688125rem;text-align:right;text-align-last:right;display:block; }
#fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { color:#f4e5e9;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:1.0869140625rem;height:3.0061875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { position:relative;display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:292.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { z-index:15012;top:4.3125rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.020208375rem;height:3.270670875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { position:absolute;display:block;z-index:15006;background-color:#d0a134;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.5rem;width:6.5rem;top:2.8125rem;left:9.5625rem;display:block; }
#Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { color:#071638;display:block;width:57.1248125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:10.248207092285rem;left:1.4371738433838rem;height:26.99709375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { color:#071638;display:block;width:54.874rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:211.875rem;left:2.625rem;height:25.1972875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ge07MC0HueTUf51kAeACiauWxuJiF5Mc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:291.1875rem;left:7.875rem;height:1.29980625rem;display:block; }
#NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:67.540798187256rem;left:1.5746536254882rem;height:1.29980625rem;display:block; }
#xFfGTATqKW2fEshn2FHHkQsX017iBxuy { position:absolute;display:block;z-index:15223;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:24.3125rem;width:24.3125rem;top:126.23828125rem;left:2.625rem;overflow:hidden;display:block; }
#cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { position:absolute;display:block;z-index:15224;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:20.437rem;width:20.437rem;top:26.497395753861rem;left:34.624021530151rem;overflow:hidden;display:block; }
#Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { position:absolute;display:block;z-index:15225;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:20.5623125rem;width:20.5623125rem;top:49.427895784378rem;left:34.561361312866rem;overflow:hidden;display:block; }
#p9us1EwqbsHsxR0xAFu5UQVSKsJaToht { color:#071638;display:block;width:34.6248125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:156.4375rem;left:20.4375rem;height:12.59864375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { position:absolute;display:block;z-index:15226;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.3746875rem;width:20.4996875rem;top:180.75rem;left:5.1875rem;overflow:hidden;display:block; }
#LgEFteJEMmgsTwgIUKqIzC6h4TouI63I { position:absolute;display:block;z-index:15227;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:20.686875rem;width:20.686875rem;top:156.4375rem;left:5.125rem;overflow:hidden;display:block; }
#sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { position:absolute;display:block;z-index:15228;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:26.875rem;width:24.5621875rem;top:181rem;left:29.8125rem;overflow:hidden;display:block; }
#E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { position:absolute;display:block;z-index:15229;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:32.4373125rem;width:24.3123125rem;top:38.30078125rem;left:1.435546875rem;overflow:hidden;display:block; }
#sWWxR2uR1s69dGI1gReS4unezTJCOgrW { position:absolute;display:block;z-index:15230;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:24.375rem;width:24.375rem;top:238.3125rem;left:2.625rem;overflow:hidden;display:block; }
#v1XGScJHi7l55lCzAO55TE6O98DR6odS { position:absolute;display:block;z-index:15231;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:24.375rem;width:24.375rem;top:264.75rem;left:2.625rem;overflow:hidden;display:block; }
#bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { position:absolute;display:block;z-index:15232;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:24.3125rem;width:24.3125rem;top:238.3125rem;left:30.25rem;overflow:hidden;display:block; }
#imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { position:absolute;display:block;z-index:15233;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:24.25rem;width:24.25rem;top:264.75rem;left:30.25rem;overflow:hidden;display:block; }
#I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { position:absolute;display:block;z-index:15234;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:38.5625rem;width:51.5625rem;top:71.986328125rem;left:2.625rem;overflow:hidden;display:block; }
#WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { position:absolute;display:block;z-index:15235;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:37.0625rem;width:27.625rem;top:113.25rem;left:28.2802734375rem;overflow:hidden;display:block; }
#NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { position:absolute;display:block;z-index:15236;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:11.9375rem;width:24.125rem;top:113.25rem;left:2.625rem;overflow:hidden;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;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:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { 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:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { 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:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { top:0.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { top:0.6875rem;left:34.3125rem;width:13.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { top:0.3125rem;left:5.1102447509766rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { top:1.4375rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:3.5rem;left:0rem;width:7.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { top:90.625rem;left:6.5857753753663rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { top:9.5rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { top:75.125rem;left:0rem;width:32.8125rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { top:33.9375rem;left:0rem;width:28.3125rem;height:17.710833028632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmgdLksW5b5WvE11PhD7HSgCqoliPT { top:33.625rem;left:23.25rem;width:24.5rem;height:18.328290436265rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { top:52.5625rem;left:0rem;width:28.1875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { top:52.5625rem;left:23.4375rem;width:24.3125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDCOkRcQi5F22KJWwTvx5PHsXD2Am9I { top:75.125rem;left:26.0625rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBlJTz8G5kuSTy8VPc17g0XAqk6shti { top:94.75rem;left:0rem;width:37.1875rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md9L2EBAezzGmM5ZPoPsVLT1bwrkBKBR { top:111.5625rem;left:10.5625rem;width:37.1875rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtoOpEqOMM8VRATTlNsQkVpBe3iE0pmz { top:136.75rem;left:0rem;width:25.375rem;height:18.953502464422rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQzbUodVo02kTEugEOskSRJRIdqkg7O { top:136.75rem;left:22.1875rem;width:25.5rem;height:19.07775607156rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbDDLXaGUMoUqqrksB8qwgvRV9cOVWz { top:111.5625rem;left:0rem;width:17.875rem;height:23.97932694988rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { top:0.6875rem;left:34.3125rem;width:13.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { top:0rem;left:0rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.3125rem;left:0rem;width:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { top:2.8125rem;left:3.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { top:10.1875rem;left:0rem;width:47.75rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { top:211.875rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { top:291.1875rem;left:1.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { top:67.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFfGTATqKW2fEshn2FHHkQsX017iBxuy { top:126.1875rem;left:0rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { top:26.4375rem;left:27.375rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { top:49.375rem;left:27.25rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9us1EwqbsHsxR0xAFu5UQVSKsJaToht { top:156.4375rem;left:13.1875rem;width:34.5625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { top:180.75rem;left:0rem;width:20.4375rem;height:27.291873993853rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgEFteJEMmgsTwgIUKqIzC6h4TouI63I { top:156.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { top:181rem;left:23.25rem;width:24.5rem;height:26.807707184007rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { top:38.25rem;left:0rem;width:24.25rem;height:32.354175610609rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWWxR2uR1s69dGI1gReS4unezTJCOgrW { top:238.3125rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XGScJHi7l55lCzAO55TE6O98DR6odS { top:264.75rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { top:238.3125rem;left:23.4375rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { top:264.75rem;left:23.5rem;width:24.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { top:71.9375rem;left:0rem;width:47.75rem;height:35.711212121212rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { top:113.25rem;left:20.125rem;width:27.625rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { top:113.25rem;left:0rem;width:24.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { width:20rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:20rem;height:2.2612762451172rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { width:20rem;height:1.625rem;top:0.328125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { width:13.5rem;height:0.89355625rem;top:1.38671875rem;left:6.5rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { display:flex;width:1.5rem;height:1.5rem;top:0.40625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:20rem;height:268.64846614612rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { width:6rem;height:6rem;top:1.1371526718139rem;left:3.1276042461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:2.9375rem;left:0rem;width:6.366395875rem;height:2.180177125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { width:2.125rem;height:2.125rem;top:0.78038215637206rem;left:10.062500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { width:20rem;height:15.59375625rem;top:21.113714218139rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { width:20rem;height:15.59375625rem;top:70.830729007719rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OFHTmEbRBM3ynxmrqduOybpex0VlQoTP { width:20rem;height:12.510749277508rem;top:87.643228312012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RArmgdLksW5b5WvE11PhD7HSgCqoliPT { width:20rem;height:14.961626936466rem;top:101.40397758952rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb13tRrGVeVqTTT6qmhyhmOPqbNrSl4k { width:20rem;height:12.594235033259rem;top:117.61560452599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvHXyb94ugD9O8hnF5g4L6T0LVd7X0v { width:20rem;height:14.961439588689rem;top:131.45983955924rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDCOkRcQi5F22KJWwTvx5PHsXD2Am9I { width:20rem;height:20rem;top:163.31971664793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBlJTz8G5kuSTy8VPc17g0XAqk6shti { width:20rem;height:0;top:147.67127914793rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #md9L2EBAezzGmM5ZPoPsVLT1bwrkBKBR { width:20rem;height:0;top:225.98808800419rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XtoOpEqOMM8VRATTlNsQkVpBe3iE0pmz { width:20rem;height:14.938375955812rem;top:209.79971204837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQzbUodVo02kTEugEOskSRJRIdqkg7O { width:20rem;height:14.963128141932rem;top:252.43533800419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbDDLXaGUMoUqqrksB8qwgvRV9cOVWz { width:17.875rem;height:23.97999540044rem;top:184.56971664793rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:9.9375rem;height:0.89355625rem;top:2.2309036254883rem;left:10.062500536442rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { width:10.434875rem;height:2.6001rem;top:0.26128578186035rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:20rem;height:1615.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.6220703125rem;left:0rem;width:9.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { width:7.372375rem;height:7.372375rem;top:2.6684036254883rem;left:5.2005207538605rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { width:20rem;height:15.59375625rem;top:12.562495231628rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { width:20rem;height:37.6849125rem;top:309.88105583191rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { width:12.5rem;height:1.29980625rem;top:34.907118082046rem;left:0.23784720897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29980625rem;top:231.11112403869rem;left:0.11024302244186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFfGTATqKW2fEshn2FHHkQsX017iBxuy { width:20rem;height:20rem;top:446.54408419731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdPRHvTNdQTaZIVhOCBq5OLTIUJHk9c { width:20rem;height:20rem;top:376.69013538274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8tgUeT9XGdpl8Lp0o1rBheTVzVDPEw { width:20rem;height:20rem;top:397.94013538274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9us1EwqbsHsxR0xAFu5UQVSKsJaToht { width:20rem;height:0;top:517.12666338283rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wyHdOrkCW5lNb2AeFPnge7LGKawZkqMe { width:20rem;height:26.707644275331rem;top:530.97528838283rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgEFteJEMmgsTwgIUKqIzC6h4TouI63I { width:20rem;height:20rem;top:495.87666338283rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSy0uFKXgg9SGUadgNeoGufHOvqxmgh { width:20rem;height:21.88384259919rem;top:558.93293265816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sRucnrTdZJNipFngCMTK7ZkiMFABBE { width:20rem;height:26.68407955083rem;top:348.75605583191rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWWxR2uR1s69dGI1gReS4unezTJCOgrW { width:20rem;height:20rem;top:582.06677525735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XGScJHi7l55lCzAO55TE6O98DR6odS { width:20rem;height:20rem;top:624.56677525735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTt0UUZxB3gkOTELwAHTeq4H2yydJA0 { width:20rem;height:20rem;top:603.31677525735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtEtTnT04IT9Zw43QtzBlGc3EkiHV3v { width:20rem;height:20rem;top:645.81677525737rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NC5AUkxXSXKOS77bRuzvSqpVCeulhq { width:20rem;height:14.957575757576rem;top:419.19013538274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanSWRpTyAKNB1ghC6FPfLhUCehVnXpT { width:20rem;height:26.83257918552rem;top:467.79408419731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAW0Ppk0yalUegAIx1UoZXpwCmsfw71V { width:20rem;height:9.8963730569948rem;top:435.39771114031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:12.786376953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5989625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.0996125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6621125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1621125rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.5688475rem;top:1.25rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }