.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;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); }#WraON1VcqyEX64BCZEucbe19SqPXs548 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container { background-color: transparent; background-image: none; }#WraON1VcqyEX64BCZEucbe19SqPXs548::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container > .video-iframe-container { display: none; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row > .video-iframe-container { display: none; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .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); }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container { border-width: 0; border-radius: 0; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#gzcpegXkNkrCJ1TG1gB2KhOoCazxOOrG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:39.6875rem;display:block; }
#pyKSrkANbcc9960T9dt3HB4Knlsquubb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPgmcVqzBKGBT61yVcPeGpGhL9AOTDG2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:45.8125rem;display:block; }
#mgzMs2dsmZItkX3OEUBm0rETK6u0BK1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KekL1mcOqTlLHszvnMCyENSLBvOR60HZ { background-color:#c02222;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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:62.75rem;display:block; }
#ACz1MHo8LTauuMieKP4RlvOXXRxyXuRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8gZny7FV5aUHoP9wpPgipmGyupVTlkJ { 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:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:2.34375rem;left:73rem; }
#GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#deumrJhvUEUbIkdSutqLydx4anB1us9q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:33.25rem;display:block; }
#WggJJGwcxXphVy7GLkTvXqZkugIKr7KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iA6FugNfshdQzDPr0qEO0OTyTlta7Irp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:53.9375rem;display:block; }
#RovgQsu97eQnXsAx0O4yK9HGsnfouLIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7e5dbde9e6adf02ba9c4a40f014bba5 { position:relative;display:none; }#F7e5dbde9e6adf02ba9c4a40f014bba5 { border-width: 0; border-radius: 0; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .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; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .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:18.75rem;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:none; }#qa185ef6f5d41e2cc85f2e1f85dcf0ab { 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:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#Bd6b4b1b1117c1e148d6cb11f67c7d65 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.25rem;left:40.625rem;display:none; }
#Ba587daeb0bb515a0775037d1d541e64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4afbce7166a7602db93a8afbc2013be { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:47.0625rem;display:none; }
#Ka14334246d8b1e80fe8f2d10c7a9d23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaa268923b65b799dd9267557093c584 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#de0c1dc27745760b33edffc9ece88bef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#He22f208167a8dcf271f3b5f8dcf8e00 { 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:15000;opacity:1;display:none; }
#tb1b9c338a79b28adaa4a495c08ca74b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#c22f7a4c07e029251f9b79af1a142a9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bf700621601cab92e451a4db85e796d1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem;display:none; }
#Bf700621601cab92e451a4db85e796d1 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:101.0625rem;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; }#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#2b2a29;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.75rem;left:31.9375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#2b2a29;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:17.8125rem;left:31.9375rem;height:3.2rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:43.9375rem;display:none; }
#Xe7FRmLy0harUirvl0t11AdG9qFyLChH { 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.8125rem;width:27.0625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:38.875rem;left:10rem;height:15.996125rem;text-align:left;text-align-last:left;display:block; }
#v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { background-color:#c02222;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: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:93.3125rem;left:30.6875rem;display:block; }
#cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { background-color:#c02222;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: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.5625rem;left:31.9375rem;display:block; }
#MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCavDEE8GZ2hT7SdzPz4Lim0S9qZVCv2 { position:absolute;display:block;z-index:15026;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:4.875rem;width:8.1875rem;top:38.875rem;left:0rem;overflow:hidden;display:block; }
#eZz3M0LiaqrG7kKvHBLR78MgOi3qXgey { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:38.875rem;left:35.875rem;height:14.3965rem;display:block; }
#RnsdwyHbmC9eRTfXusVXJZucCsTmiA6d { position:absolute;display:block;z-index:15028;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:6.25rem;width:6.5rem;top:38.875rem;left:27.0625rem;overflow:hidden;display:block; }
#rqro0c9xeENIz0gEuUzq38HBtWITmZrX { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:38.875rem;left:61.6875rem;height:14.3965rem;display:block; }
#xbtMpCE9FPUodO5ruKgGTRdLonpy4OiM { position:absolute;display:block;z-index:15028;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:4.875rem;width:8.6875rem;top:38.875rem;left:51.6875rem;overflow:hidden;display:block; }
#x4gmSIKWHonfOCipSrPTdaec3ctZL08y { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:60.6875rem;left:48.25rem;height:19.1953125rem;display:block; }
#Saxd1MF10cerKCex3xSEL6lPqumffML3 { position:absolute;display:block;z-index:15034;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:6.5625rem;width:6.25rem;top:60.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#WQCKM6GR19442NXNWNnTtG16xcSbGQE5 { color:#2b2a29;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:60.6875rem;left:22.4375rem;height:11.19725rem;display:block; }
#MxnOXtG1ycTcTEOs7V1al2GTIx3QetSi { position:absolute;display:block;z-index:15032;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:6.25rem;width:6.25rem;top:60.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#P4TTPTrN7OebQNZNPy7BF8U3Lcywyi0h { color:#2b2a29;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:88.125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wf065f53dd09f7afcc02392c095b7741 { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Wf065f53dd09f7afcc02392c095b7741 > .row .container { background-color: transparent; background-image: none; }#Wf065f53dd09f7afcc02392c095b7741::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf065f53dd09f7afcc02392c095b7741 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf065f53dd09f7afcc02392c095b7741 > .row .container > .video-iframe-container { display: none; }#Wf065f53dd09f7afcc02392c095b7741 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf065f53dd09f7afcc02392c095b7741 > .row > .video-iframe-container { display: none; }#Wf065f53dd09f7afcc02392c095b7741 > .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); }#Wf065f53dd09f7afcc02392c095b7741 > .row .container { border-width: 0; border-radius: 0; }#Wf065f53dd09f7afcc02392c095b7741 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wf065f53dd09f7afcc02392c095b7741 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#d360c0222d7b0b987d77e649077eaf56 { color:#2b2a29;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:4.19921875rem;font-style:normal;display:block; }
#ece297e8e6704bcf4e98a9ae040c9cae { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.1875rem;height:3.6738375rem;font-style:normal;display:block; }
#ba436cacaa82e506953a77ac0d563b2f { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#iac8af865f72dd87ccffcbf9c4f6bd74 { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:49.75rem;height:1.2246125rem;font-style:normal;display:block; }
#I5de7cc08ac396d6777d13023cf6ee8d { color:#2b2a29;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#a2b2c221f5a738ae08b82d8c0bb5ef71 { color:#2b2a29;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:59rem;height:1.04980625rem;font-style:normal;display:block; }
#aa83b03346b33ab5f7ac643deabd5007 { color:#2b2a29;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#J89d217f1c9d3966cd7eb265c2cbc15b { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#h2729a782532cfea5a71182902690ddf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#a3a6e8f2ca97d4fa4c796316b8477518 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:47.8125rem; }
#e160bcc5ad3b686203ff24f35bb92601 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:58.125rem; }
#u46d907dbba88adcb09427a1401de234 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem; }
#u46d907dbba88adcb09427a1401de234 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#afb54ea6c5761d4b7257f95ae3ae21ca { position:absolute;display:block;z-index:15033;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.5625rem;width:9.375rem;top:2.6123046875rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WraON1VcqyEX64BCZEucbe19SqPXs548 { display:block; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzcpegXkNkrCJ1TG1gB2KhOoCazxOOrG { width:6.5rem;height:2.1875rem;top:2.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKSrkANbcc9960T9dt3HB4Knlsquubb { display:block; }
 }@media only screen and (max-width: 763px) { #WPgmcVqzBKGBT61yVcPeGpGhL9AOTDG2 { width:6.875rem;height:2.1875rem;top:2.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgzMs2dsmZItkX3OEUBm0rETK6u0BK1A { display:block; }
 }@media only screen and (max-width: 763px) { #KekL1mcOqTlLHszvnMCyENSLBvOR60HZ { width:8.6875rem;height:2.125rem;top:2.3125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACz1MHo8LTauuMieKP4RlvOXXRxyXuRl { display:block; }
 }@media only screen and (max-width: 763px) { #F8gZny7FV5aUHoP9wpPgipmGyupVTlkJ { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX { top:2.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #deumrJhvUEUbIkdSutqLydx4anB1us9q { width:6.5rem;height:2.1875rem;top:2.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggJJGwcxXphVy7GLkTvXqZkugIKr7KD { display:block; }
 }@media only screen and (max-width: 763px) { #iA6FugNfshdQzDPr0qEO0OTyTlta7Irp { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovgQsu97eQnXsAx0O4yK9HGsnfouLIb { display:block; }
 }@media only screen and (max-width: 763px) { #F7e5dbde9e6adf02ba9c4a40f014bba5 { display:none; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qa185ef6f5d41e2cc85f2e1f85dcf0ab { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd6b4b1b1117c1e148d6cb11f67c7d65 { width:6.5rem;height:2.1875rem;top:2.25rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba587daeb0bb515a0775037d1d541e64 { display:block; }
 }@media only screen and (max-width: 763px) { #c4afbce7166a7602db93a8afbc2013be { width:6.5rem;height:2.1875rem;top:2.25rem;left:33.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka14334246d8b1e80fe8f2d10c7a9d23 { display:block; }
 }@media only screen and (max-width: 763px) { #eaa268923b65b799dd9267557093c584 { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #de0c1dc27745760b33edffc9ece88bef { display:block; }
 }@media only screen and (max-width: 763px) { #He22f208167a8dcf271f3b5f8dcf8e00 { display:none; }
 }@media only screen and (max-width: 763px) { #tb1b9c338a79b28adaa4a495c08ca74b { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c22f7a4c07e029251f9b79af1a142a9e { display:block; }
 }@media only screen and (max-width: 763px) { #Bf700621601cab92e451a4db85e796d1 { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#Bf700621601cab92e451a4db85e796d1 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:13.75rem;left:8.3125rem;width:39.4375rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:17.8125rem;left:4.6875rem;width:43.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { top:10.8125rem;left:0rem;width:27.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { top:38.875rem;left:0rem;width:13.3125rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { width:13.6875rem;height:3.9375rem;top:93.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block; }
 }@media only screen and (max-width: 763px) { #W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { width:13.6875rem;height:3.9375rem;top:24.5625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block; }
 }@media only screen and (max-width: 763px) { #mCavDEE8GZ2hT7SdzPz4Lim0S9qZVCv2 { top:38.875rem;left:0rem;width:8.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZz3M0LiaqrG7kKvHBLR78MgOi3qXgey { top:38.875rem;left:22.25rem;width:13.3125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnsdwyHbmC9eRTfXusVXJZucCsTmiA6d { top:38.875rem;left:13.4375rem;width:6.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqro0c9xeENIz0gEuUzq38HBtWITmZrX { top:38.875rem;left:34.4375rem;width:13.3125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbtMpCE9FPUodO5ruKgGTRdLonpy4OiM { top:38.875rem;left:38.0625rem;width:8.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gmSIKWHonfOCipSrPTdaec3ctZL08y { top:60.6875rem;left:34.4375rem;width:13.3125rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saxd1MF10cerKCex3xSEL6lPqumffML3 { top:60.6875rem;left:25.9375rem;width:6.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCKM6GR19442NXNWNnTtG16xcSbGQE5 { top:60.6875rem;left:8.8125rem;width:13.3125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxnOXtG1ycTcTEOs7V1al2GTIx3QetSi { top:60.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TTPTrN7OebQNZNPy7BF8U3Lcywyi0h { top:88.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf065f53dd09f7afcc02392c095b7741 { display:block; }#Wf065f53dd09f7afcc02392c095b7741 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d360c0222d7b0b987d77e649077eaf56 { top:6.3125rem;left:0rem;width:19.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ece297e8e6704bcf4e98a9ae040c9cae { top:6rem;left:40.4375rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba436cacaa82e506953a77ac0d563b2f { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iac8af865f72dd87ccffcbf9c4f6bd74 { top:6.125rem;left:36.125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5de7cc08ac396d6777d13023cf6ee8d { top:6.0625rem;left:21.375rem;width:11.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2b2c221f5a738ae08b82d8c0bb5ef71 { top:13.0625rem;left:35.9375rem;width:4.625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa83b03346b33ab5f7ac643deabd5007 { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J89d217f1c9d3966cd7eb265c2cbc15b { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2729a782532cfea5a71182902690ddf { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3a6e8f2ca97d4fa4c796316b8477518 { top:6rem;left:34.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e160bcc5ad3b686203ff24f35bb92601 { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46d907dbba88adcb09427a1401de234 { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#u46d907dbba88adcb09427a1401de234 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #afb54ea6c5761d4b7257f95ae3ae21ca { top:2.5625rem;left:0rem;width:9.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WraON1VcqyEX64BCZEucbe19SqPXs548 { position:relative;z-index:auto;display:block; }#WraON1VcqyEX64BCZEucbe19SqPXs548 > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzcpegXkNkrCJ1TG1gB2KhOoCazxOOrG { width:3.9375rem;height:2.1875rem;top:8.4375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKSrkANbcc9960T9dt3HB4Knlsquubb { display:block; }
 }@media only screen and (max-width: 763px) { #WPgmcVqzBKGBT61yVcPeGpGhL9AOTDG2 { width:7.0625rem;height:2.1875rem;top:10.5625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgzMs2dsmZItkX3OEUBm0rETK6u0BK1A { display:block; }
 }@media only screen and (max-width: 763px) { #KekL1mcOqTlLHszvnMCyENSLBvOR60HZ { width:8.6875rem;height:2.125rem;top:16.8125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACz1MHo8LTauuMieKP4RlvOXXRxyXuRl { display:block; }
 }@media only screen and (max-width: 763px) { #F8gZny7FV5aUHoP9wpPgipmGyupVTlkJ { width:12.75rem;height:3.5rem;top:0.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX { width:2rem;height:2rem;top:20.1875rem;left:9rem;display:block; }
#GlFrxdgKnB3pTd3nivt0o6qzFx36KTfX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #deumrJhvUEUbIkdSutqLydx4anB1us9q { width:6.5rem;height:2.1875rem;top:6.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggJJGwcxXphVy7GLkTvXqZkugIKr7KD { display:block; }
 }@media only screen and (max-width: 763px) { #iA6FugNfshdQzDPr0qEO0OTyTlta7Irp { width:6.5rem;height:2.1875rem;top:12.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovgQsu97eQnXsAx0O4yK9HGsnfouLIb { display:block; }
 }@media only screen and (max-width: 763px) { #F7e5dbde9e6adf02ba9c4a40f014bba5 { position:relative;z-index:auto;background-color:#ffffff;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:none; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .row .container { border-width: 0; border-radius: 0; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7e5dbde9e6adf02ba9c4a40f014bba5 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qa185ef6f5d41e2cc85f2e1f85dcf0ab { width:12.75rem;height:3.3125rem;top:1.5625rem;left:0.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Bd6b4b1b1117c1e148d6cb11f67c7d65 { width:6.5rem;height:2.1875rem;top:5.625rem;left:12.375rem;text-align:right;text-align-last:right;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Ba587daeb0bb515a0775037d1d541e64 { display:block; }
 }@media only screen and (max-width: 763px) { #c4afbce7166a7602db93a8afbc2013be { width:3.9375rem;height:2.1875rem;top:7.8125rem;left:14.875rem;text-align:right;text-align-last:right;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ka14334246d8b1e80fe8f2d10c7a9d23 { display:block; }
 }@media only screen and (max-width: 763px) { #eaa268923b65b799dd9267557093c584 { width:5.375rem;height:2.1875rem;top:10rem;left:13.375rem;text-align:right;text-align-last:right;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #de0c1dc27745760b33edffc9ece88bef { display:block; }
 }@media only screen and (max-width: 763px) { #He22f208167a8dcf271f3b5f8dcf8e00 { display:flex;top:1.65625rem;left:15.6875rem;width:3.125rem;height:3.125rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #tb1b9c338a79b28adaa4a495c08ca74b { width:5.375rem;height:2.1875rem;top:12.1875rem;left:13.375rem;z-index:15010;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #c22f7a4c07e029251f9b79af1a142a9e { display:block; }
 }@media only screen and (max-width: 763px) { #Bf700621601cab92e451a4db85e796d1 { width:1.875rem;height:1.875rem;top:14.9375rem;left:16.625rem;z-index:15032;display:block; }
#Bf700621601cab92e451a4db85e796d1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:148.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:18.125rem;height:6.3984375rem;top:4.8984375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:78.9043125rem;left:4.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { width:14.4375rem;height:10.625rem;top:1.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVsbB8DVOmBhAzNOygVKcVbH9VWBaXP0 { width:13.125rem;height:15.996125rem;top:23.859375rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4gn4oRvv3W5BveN4i7X1CVNZTFxiR2y { width:13.6875rem;height:3.9375rem;top:140.275475rem;left:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cRKx8tXdudZW0eHE9FZonCl4I95GmNfO { display:block; }
 }@media only screen and (max-width: 763px) { #W14hW2SAOTOkdZgEFDVsVzyEhTq59IEG { width:13.6875rem;height:3.9375rem;top:12.546875rem;left:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MuGqxzqgF7lm6igAZnZEKit9nQw5d6cA { display:block; }
 }@media only screen and (max-width: 763px) { #mCavDEE8GZ2hT7SdzPz4Lim0S9qZVCv2 { width:8.1875rem;height:4.875rem;top:17.734375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZz3M0LiaqrG7kKvHBLR78MgOi3qXgey { width:13.3125rem;height:14.3965rem;top:48.6055rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnsdwyHbmC9eRTfXusVXJZucCsTmiA6d { width:6.5rem;height:6.25rem;top:41.1055rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqro0c9xeENIz0gEuUzq38HBtWITmZrX { width:13.3125rem;height:14.3965rem;top:70.377rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbtMpCE9FPUodO5ruKgGTRdLonpy4OiM { width:8.6875rem;height:4.875rem;top:64.252rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gmSIKWHonfOCipSrPTdaec3ctZL08y { width:13.3125rem;height:19.1953125rem;top:113.7823125rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Saxd1MF10cerKCex3xSEL6lPqumffML3 { width:6.25rem;height:6.5625rem;top:105.9698125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCKM6GR19442NXNWNnTtG16xcSbGQE5 { width:13.3125rem;height:11.19725rem;top:93.5235rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxnOXtG1ycTcTEOs7V1al2GTIx3QetSi { width:6.25rem;height:6.25rem;top:86.0235rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TTPTrN7OebQNZNPy7BF8U3Lcywyi0h { width:20rem;height:4.798825rem;top:134.227625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wf065f53dd09f7afcc02392c095b7741 { display:block; }#Wf065f53dd09f7afcc02392c095b7741 > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d360c0222d7b0b987d77e649077eaf56 { width:14.625rem;height:7.347625rem;top:5.1123046875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ece297e8e6704bcf4e98a9ae040c9cae { width:13.75rem;height:4.1982375rem;top:22rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ba436cacaa82e506953a77ac0d563b2f { width:18.75rem;height:0.0625rem;top:28.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iac8af865f72dd87ccffcbf9c4f6bd74 { width:9.875rem;height:1.3994125rem;top:19.4375rem;left:6.03125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5de7cc08ac396d6777d13023cf6ee8d { width:11.375rem;height:1.3994125rem;top:17.33203125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2b2c221f5a738ae08b82d8c0bb5ef71 { width:20rem;height:1.04980625rem;top:29.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aa83b03346b33ab5f7ac643deabd5007 { width:20rem;height:1.04980625rem;top:14.708984375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J89d217f1c9d3966cd7eb265c2cbc15b { width:18.75rem;height:0.0625rem;top:27.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2729a782532cfea5a71182902690ddf { width:1.5625rem;height:1.5625rem;top:17.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3a6e8f2ca97d4fa4c796316b8477518 { width:1.5625rem;height:1.5625rem;top:19.35546875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e160bcc5ad3b686203ff24f35bb92601 { width:1.5625rem;height:1.5625rem;top:22rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46d907dbba88adcb09427a1401de234 { width:1.875rem;height:1.875rem;top:32.25rem;left:9.0625rem;display:block; }
#u46d907dbba88adcb09427a1401de234 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #afb54ea6c5761d4b7257f95ae3ae21ca { width:9.375rem;height:2.5625rem;top:1.25rem;left:5.3125rem;display:block; }
 }