.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { position:relative;z-index:auto;display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { background-color: transparent; background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { border-width: 0; border-radius: 0; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container {  }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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:27.875rem;width:60rem;position:relative;display:block; }#ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:21.4375rem;top:4.4367189407349rem;left:32.937501907349rem;overflow:hidden;display:block; }
#wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { color:#000000;display:block;width:35.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:;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; }
#BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { background-color:#cae8ff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.12425rem;height:3.49921875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.4375rem;left:0rem;display:block; }
#TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIwzg6of409puEKrsOwmebzkaDtyM0i1 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:3.9rem;display:block; }
#TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.3119904994964rem;width:1.3119904994964rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:14.5rem;left:0rem; }
#TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp > img { max-width: 100%;max-height:100%; }#dhELKLWfe6uUwBUAQ6MSTnHQgtT1CozX { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.3rem;display:block; }
#bvAST3OB7OCXTi1XousmmD2hEeBlP92O { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.3119904994964rem;width:1.3119904994964rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:16.5rem;left:0rem; }
#a1qt5ZcLAwum6RBvnJOU6OWNBGwN7KrT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.875rem;height:1.3rem;display:block; }
#b8KreCzV1w3kze4W3kOFwmSFzV3C2X3B { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.875rem;height:1.3rem;display:block; }
#B0GGkTgUQ22X81QmkRZlVx0PVdiXaA9G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.31171875rem;width:1.31171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:18.625rem;left:0rem; }
#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container { background-color: transparent; background-image: none; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container > .video-iframe-container { display: none; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row > .video-iframe-container { display: none; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .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); }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container { border-width: 0; border-radius: 0; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row > .video-iframe-container {  }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#SHOMs3WXaC0Nd7QAGMRCQTRt9Wfbgyxf { color:#050b26;display:block;width:11.374830245972rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.3125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksNm8i8TlfZ9f8A6D2mKSUaAT6Tk3AU5 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12.625rem;left:0rem;display:block; }
#OF10NATSs5Hsu2waHS9En68k7EGKMDne { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12.625rem;left:15.5rem;display:block; }
#J1SzXAVW2ilXRKHg8FkqcEyJ2hcTs6Nh { color:#050b26;display:block;width:11.374830245972rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:16.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4IprfxhEKoQaCarB7XpHfw0BEmb8lwu { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12.625rem;left:30.5rem;display:block; }
#sbgXXlx4BZwALhfReXVv81DZusC9TXPe { color:#050b26;display:block;width:11.374830245972rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.6875rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LC4ZgTctnEsL0nFLsTDvVrJG6OCJtn78 { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12.625rem;left:45.4375rem;display:block; }
#Bq6TKBOeRLFDk8R2pNV5SpD8azm0PsQO { color:#050b26;display:block;width:11.374830245972rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.6875rem;left:46.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k1Un2MGPidvJsDPz4GBPEOrILXHyrEiT { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.125rem;width:14.0625rem;top:4.375rem;left:15.5rem;display:block; }
#Qn2Dtp0cicQ6b7TXap3rriilvEpKC24J { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.125rem;width:14.0625rem;top:4.5rem;left:0rem;display:block; }
#VShfETfwNyMzByga7p4TvuyVI7teTr2i { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.125rem;width:14.0625rem;top:4.5rem;left:30.5rem;display:block; }
#B9Kw42OygzDyuCErilhUXtunzH5fTJrN { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.125rem;width:14.0625rem;top:4.5rem;left:45.5rem;display:block; }
#mxrhS7Z9z2bSR9STkrTcvAltLS0SlohH { position:absolute;display:block;z-index:15007;background-color:#cae8ff;background-image:none;background-position:top left !important;background-repeat: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.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;height:1.375rem;width:1.375rem;top:5.9375rem;left:5.5625rem;display:block; }
#EQnrv0oRDNVnpXQUUqhyP35BMU6V6Xq1 { position:absolute;display:block;z-index:15008;background-color:#cae8ff;background-image:none;background-position:top left !important;background-repeat: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.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;height:1.125rem;width:1.125rem;top:6.8125rem;left:23.625rem;display:block; }
#Ao49upW0CBR89nAZgdVU7hbrTu50oups { position:absolute;display:block;z-index:15023;background-color:#1beafb;background-image:none;background-position:top left !important;background-repeat: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.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;height:1.6875rem;width:1.6875rem;top:7rem;left:38.062501907349rem;display:block; }
#u85ohWhoUdrCqJx7pRbXn8T7M8sPbp73 { position:absolute;display:block;z-index:15024;background-color:#cae8ff;background-image:none;background-position:top left !important;background-repeat: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.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;height:1.5rem;width:1.5rem;top:5.375rem;left:50.625rem;display:block; }
#LVzEXfI9lFX4uQzK6c7XMwRX8dUHLGTq { position:absolute;display:block;z-index:15030;background-color:#cae8ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.8125rem;width:0.8125rem;top:6.0625rem;left:36.625001907349rem;display:block; }
#cdF8QrGx7eNS6hKlzIydaSTU7Zyc5XqB { position:absolute;display:block;z-index:15031;background-color:#1beafb;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.8125rem;width:0.8125rem;top:6.3125rem;left:53.9375rem;display:block; }
#uk9qZGE4HScLihgu1Oc6aTblhmKpWSMT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:5.9375rem;left:5.9375rem; }
#KsqvxG6gkLJfBTdiC4a7FfnmtX03xqnl { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:5.9375rem;left:21.1875rem; }
#K0taMZy38QvmFFmMQGd7TfP9NZxFSzp4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:6.125rem;left:36.5625rem; }
#EtxHNxTrmeowwtqTMmHR5nZaPt6WkTLv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:5.625rem;left:51.5rem; }
#cUh8TbiWpqULcy6y6u9cffKUXTlTt9Lp { position:absolute;display:block;z-index:15032;background-color:#1beafb;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.8125rem;width:0.8125rem;top:6.0625rem;left:21.437501907349rem;display:block; }
#aGfJumP9ImgmkrP8w6XAHAZFdR6CHiGU { position:absolute;display:block;z-index:15024;background-color:#1beafb;background-image:none;background-position:top left !important;background-repeat: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.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;height:1.3125rem;width:1.3125rem;top:6.8125rem;left:7.6875rem;display:block; }
#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { background-color: transparent; background-image: none; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container > .video-iframe-container { display: none; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row > .video-iframe-container { display: none; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .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); }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { border-width: 0; border-radius: 0; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row > .video-iframe-container {  }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#apqDCPOruRdIBaGIvLhJDrl6uQSbAPOT { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vCO1vClXZ0pcGaodRgT8KIHrcLOniFcs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4996603727341rem;width:1.4996603727341rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:2.8125rem;left:29.875rem; }
#BTVpQ4maKQ4ZTorTOe8GCatvmPBuwUZ7 { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.4375rem;top:3.5625rem;left:25.25rem;display:block; }
#JNXtkb5D5WgdxMdVn3PSOhmuAQy0v0ew { position:absolute;display:block;z-index:15005;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.4375rem;top:3.5625rem;left:32.9375rem;display:block; }
#CKkNgduzQDMHy5TD7tOIBTiBzBMNnkN3 { position:absolute;display:block;z-index:14999;height:21.75rem;width:38.75rem;top:11.5rem;left:10.625rem;display:block; }
#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 { position:relative;z-index:auto;display:block; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 { background-color: transparent; background-image: none; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row .container > .video-iframe-container { display: none; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row > .video-iframe-container { display: none; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .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); }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 { border-width: 0; border-radius: 0; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row .container > .video-iframe-container {  }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .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:29.3125rem;width:60rem;position:relative;display:block; }#dZKdyTpHurTvqxF7Lrxrcw2I6g9hewR2 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.375rem;height:;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; }
#v4g00szHS6qgVZcCThk1NG8aSKT9MwFf { background-color:#cae8ff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.12425rem;height:3.49921875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.061719894409rem;left:24.437501907349rem;display:block; }
#PQSD0gkQeLdQ8lKJCaV9WJvkC6Hr67G1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mp3d12RAq361hLqt99Q7Z1yVEUDgiI6E { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:24.375rem;height:2.6rem;display:block; }
#pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.3119904994964rem;width:1.3119904994964rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:13.75rem;left:24.375rem; }
#pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm > img { max-width: 100%;max-height:100%; }#bHzrJdPHKEHIPL5SiOFty3bDbEaVWnQq { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:26.25rem;height:1.3rem;display:block; }
#pSae9m9rX5KQDTZ5xe9D7mP7uFRPgmKt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.3119904994964rem;width:1.3119904994964rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:15.75rem;left:24.375rem; }
#s8JNoc0cBeCqqf1I4FEmoEWi1Xpwkvly { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3rem;display:block; }
#ihGPrJpU42ZqzmhXpDPxxlU8ygWEn1av { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.25rem;height:1.3rem;display:block; }
#kPPqdGTE66l4difAEzOATLGePQxwSReb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.31171875rem;width:1.31171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:17.875rem;left:24.375rem; }
#FyHvqSET5aEzQcEcyp0krAvJ7GMrSfhF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:18.25rem;top:6.3734376430512rem;left:3.1875rem;overflow:hidden;display:block; }
#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container { background-color: transparent; background-image: none; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container > .video-iframe-container { display: none; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row > .video-iframe-container { display: none; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .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); }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container { border-width: 0; border-radius: 0; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row > .video-iframe-container {  }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#oicH8SzJKQK7Jo0vZH5huXmeDeUGiXRi { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVJ2EqLKAeR24tu8xQCBZHcg5xUUpoRf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4996603727341rem;width:1.4996603727341rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:2.8125rem;left:29.875rem; }
#yxVnUv0okz9hO5XFwWuHCHuLkTMKUlZe { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.4375rem;top:3.5625rem;left:25.25rem;display:block; }
#qdZbEw6KdeTL0hn4PQDQ0eulFqm3pOeW { position:absolute;display:block;z-index:15005;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.4375rem;top:3.5625rem;left:32.9375rem;display:block; }
#sU3tZcTZKcMILh2GMCFw7TDRSSPaTMrL { position:absolute;display:block;z-index:15045;height:21.75rem;width:38.75rem;top:11.5rem;left:10.625rem;display:block; }
#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 { position:relative;display:block; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 { background-color: transparent; background-image: none; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row .container > .video-iframe-container { display: none; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row > .video-iframe-container { display: none; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .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); }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 { border-width: 0; border-radius: 0; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row .container > .video-iframe-container {  }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .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:7.125rem;width:60rem;position:relative;display:block; }#DG0vlyRUnrApU6OV1hJFAG1NLH6CpBir { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.4375rem;height:5.3625rem;display:block; }
#HkVb0L0sXuKrqcgTlAIfaMh76cxyOFgM { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.75rem;height:0.89375rem;display:block; }
#rTAbN1oGpIwKvEM1bqcnewyEoORO8tk0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:12.3125rem;top:3.0000019073486rem;left:7.6492195129394rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { top:4.375rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { top:3rem;left:0rem;width:35.625rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:11.0625rem;height:3.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #oIwzg6of409puEKrsOwmebzkaDtyM0i1 { top:9.3125rem;left:0rem;width:28.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp { width:1.25rem;height:1.25rem;top:14.5rem;left:0rem;display:block; }
#TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dhELKLWfe6uUwBUAQ6MSTnHQgtT1CozX { top:14.5rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAST3OB7OCXTi1XousmmD2hEeBlP92O { width:1.25rem;height:1.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1qt5ZcLAwum6RBvnJOU6OWNBGwN7KrT { top:16.5rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8KreCzV1w3kze4W3kOFwmSFzV3C2X3B { top:18.625rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0GGkTgUQ22X81QmkRZlVx0PVdiXaA9G { width:1.25rem;height:1.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 { display:block; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHOMs3WXaC0Nd7QAGMRCQTRt9Wfbgyxf { width:11.3125rem;height:2.875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksNm8i8TlfZ9f8A6D2mKSUaAT6Tk3AU5 { width:14.0625rem;height:0.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF10NATSs5Hsu2waHS9En68k7EGKMDne { width:14.0625rem;height:0.0625rem;top:12.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1SzXAVW2ilXRKHg8FkqcEyJ2hcTs6Nh { width:11.3125rem;height:2.875rem;top:8.6875rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4IprfxhEKoQaCarB7XpHfw0BEmb8lwu { width:14.0625rem;height:0.0625rem;top:12.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbgXXlx4BZwALhfReXVv81DZusC9TXPe { width:11.3125rem;height:2.875rem;top:8.6875rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC4ZgTctnEsL0nFLsTDvVrJG6OCJtn78 { width:14.0625rem;height:0.0625rem;top:12.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq6TKBOeRLFDk8R2pNV5SpD8azm0PsQO { width:11.3125rem;height:2.875rem;top:8.6875rem;left:36.093748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Un2MGPidvJsDPz4GBPEOrILXHyrEiT { width:14.0625rem;height:8.125rem;top:4.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2Dtp0cicQ6b7TXap3rriilvEpKC24J { width:14.0625rem;height:8.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VShfETfwNyMzByga7p4TvuyVI7teTr2i { width:14.0625rem;height:8.125rem;top:4.5rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kw42OygzDyuCErilhUXtunzH5fTJrN { width:14.0625rem;height:8.125rem;top:4.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrhS7Z9z2bSR9STkrTcvAltLS0SlohH { width:1.3125rem;height:1.3125rem;top:5.9375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQnrv0oRDNVnpXQUUqhyP35BMU6V6Xq1 { width:1.0625rem;height:1.0625rem;top:6.8125rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao49upW0CBR89nAZgdVU7hbrTu50oups { width:1.6875rem;height:1.6875rem;top:7rem;left:30.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #u85ohWhoUdrCqJx7pRbXn8T7M8sPbp73 { width:1.4375rem;height:1.4375rem;top:5.375rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVzEXfI9lFX4uQzK6c7XMwRX8dUHLGTq { width:0.8125rem;height:0.8125rem;top:6.0625rem;left:28.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdF8QrGx7eNS6hKlzIydaSTU7Zyc5XqB { width:0.75rem;height:0.75rem;top:6.3125rem;left:43.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9qZGE4HScLihgu1Oc6aTblhmKpWSMT { width:2.5rem;height:2.5rem;top:5.9375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqvxG6gkLJfBTdiC4a7FfnmtX03xqnl { width:2.8125rem;height:2.8125rem;top:5.9375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0taMZy38QvmFFmMQGd7TfP9NZxFSzp4 { width:2.5rem;height:2.5rem;top:6.125rem;left:28.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxHNxTrmeowwtqTMmHR5nZaPt6WkTLv { width:2.5rem;height:2.5rem;top:5.625rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUh8TbiWpqULcy6y6u9cffKUXTlTt9Lp { width:0.8125rem;height:0.8125rem;top:6.0625rem;left:16.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGfJumP9ImgmkrP8w6XAHAZFdR6CHiGU { width:1.3125rem;height:1.3125rem;top:6.8125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { display:block; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apqDCPOruRdIBaGIvLhJDrl6uQSbAPOT { top:4.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCO1vClXZ0pcGaodRgT8KIHrcLOniFcs { width:1.4375rem;height:1.4375rem;top:2.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVpQ4maKQ4ZTorTOe8GCatvmPBuwUZ7 { width:3.4375rem;height:0.0625rem;top:3.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNXtkb5D5WgdxMdVn3PSOhmuAQy0v0ew { width:3.4375rem;height:0.0625rem;top:3.5625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKkNgduzQDMHy5TD7tOIBTiBzBMNnkN3 { top:11.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 { display:block; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKdyTpHurTvqxF7Lrxrcw2I6g9hewR2 { top:3.125rem;left:12.125rem;width:35.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4g00szHS6qgVZcCThk1NG8aSKT9MwFf { width:11.0625rem;height:3.4375rem;top:21rem;left:18.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQSD0gkQeLdQ8lKJCaV9WJvkC6Hr67G1 { display:block; }
 }@media only screen and (max-width: 763px) { #Mp3d12RAq361hLqt99Q7Z1yVEUDgiI6E { top:8.9375rem;left:18.250001907349rem;width:28.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm { width:1.25rem;height:1.25rem;top:13.75rem;left:18.25rem;display:block; }
#pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bHzrJdPHKEHIPL5SiOFty3bDbEaVWnQq { top:13.75rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSae9m9rX5KQDTZ5xe9D7mP7uFRPgmKt { width:1.25rem;height:1.25rem;top:15.75rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JNoc0cBeCqqf1I4FEmoEWi1Xpwkvly { top:15.75rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGPrJpU42ZqzmhXpDPxxlU8ygWEn1av { top:17.875rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPPqdGTE66l4difAEzOATLGePQxwSReb { width:1.25rem;height:1.25rem;top:17.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHvqSET5aEzQcEcyp0krAvJ7GMrSfhF { top:6.3125rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 { display:block; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oicH8SzJKQK7Jo0vZH5huXmeDeUGiXRi { top:4.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJ2EqLKAeR24tu8xQCBZHcg5xUUpoRf { width:1.4375rem;height:1.4375rem;top:2.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxVnUv0okz9hO5XFwWuHCHuLkTMKUlZe { width:3.4375rem;height:0.0625rem;top:3.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdZbEw6KdeTL0hn4PQDQ0eulFqm3pOeW { width:3.4375rem;height:0.0625rem;top:3.5625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3tZcTZKcMILh2GMCFw7TDRSSPaTMrL { top:11.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 { display:block; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DG0vlyRUnrApU6OV1hJFAG1NLH6CpBir { top:1.125rem;left:25.3125rem;width:11.5625rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVb0L0sXuKrqcgTlAIfaMh76cxyOFgM { top:1.125rem;left:33.625rem;width:11.5625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTAbN1oGpIwKvEM1bqcnewyEoORO8tk0 { top:3rem;left:1.5242195129394rem;width:12.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { position:relative;z-index:auto;display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { width:13.875rem;height:13.875rem;top:28.4375rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { width:20rem;height:6.58125rem;top:1.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:11.12425rem;height:3.49921875rem;top:23.53125rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #oIwzg6of409puEKrsOwmebzkaDtyM0i1 { width:20rem;height:5.2rem;top:8.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp { width:1.25rem;height:1.25rem;top:15.375rem;left:0.375rem;display:block; }
#TeDXIcaZxM1LEAFdzKq0W9aZSRV7Fpcp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dhELKLWfe6uUwBUAQ6MSTnHQgtT1CozX { width:16.9375rem;height:1.3rem;top:15.375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvAST3OB7OCXTi1XousmmD2hEeBlP92O { width:1.25rem;height:1.25rem;top:17.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1qt5ZcLAwum6RBvnJOU6OWNBGwN7KrT { width:16.875rem;height:2.6rem;top:17.6875rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b8KreCzV1w3kze4W3kOFwmSFzV3C2X3B { width:16.9375rem;height:1.3rem;top:20.78750038147rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B0GGkTgUQ22X81QmkRZlVx0PVdiXaA9G { width:1.25rem;height:1.25rem;top:20.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 { display:block; }#lGPILECfGH9zwSFTHOdFivRsaXLtmpa2 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHOMs3WXaC0Nd7QAGMRCQTRt9Wfbgyxf { width:10.999490737915rem;height:2.6rem;top:5.7498321533203rem;left:4.2494907379151rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksNm8i8TlfZ9f8A6D2mKSUaAT6Tk3AU5 { width:14.0625rem;height:0.12483016401529rem;top:9.3335647583006rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF10NATSs5Hsu2waHS9En68k7EGKMDne { width:14.0625rem;height:0.12483016401529rem;top:20.039916992188rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1SzXAVW2ilXRKHg8FkqcEyJ2hcTs6Nh { width:10.999490737915rem;height:2.6rem;top:16.311992563307rem;left:4.2503395080566rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4IprfxhEKoQaCarB7XpHfw0BEmb8lwu { width:14.0625rem;height:0.12483016401529rem;top:30.735397338868rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbgXXlx4BZwALhfReXVv81DZusC9TXPe { width:10.999490737915rem;height:2.6rem;top:26.936992481351rem;left:4.2503395080566rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LC4ZgTctnEsL0nFLsTDvVrJG6OCJtn78 { width:14.0625rem;height:0.12483016401529rem;top:41.569463729858rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq6TKBOeRLFDk8R2pNV5SpD8azm0PsQO { width:10.999490737915rem;height:2.6rem;top:37.686822645366rem;left:4.2503433227539rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1Un2MGPidvJsDPz4GBPEOrILXHyrEiT { width:14.0625rem;height:8.125rem;top:11.999830164015rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2Dtp0cicQ6b7TXap3rriilvEpKC24J { width:14.0625rem;height:8.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VShfETfwNyMzByga7p4TvuyVI7teTr2i { width:14.0625rem;height:8.125rem;top:22.749660328031rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kw42OygzDyuCErilhUXtunzH5fTJrN { width:14.0625rem;height:8.125rem;top:33.499490492046rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrhS7Z9z2bSR9STkrTcvAltLS0SlohH { width:1.1871603727341rem;height:1.1871603727341rem;top:2.5rem;left:8.1243209838869rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQnrv0oRDNVnpXQUUqhyP35BMU6V6Xq1 { width:0.9375rem;height:0.9375rem;top:14.249217987061rem;left:10.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao49upW0CBR89nAZgdVU7hbrTu50oups { width:1.25rem;height:1.25rem;top:24.937160328031rem;left:10.063011169434rem;display:block; }
 }@media only screen and (max-width: 763px) { #u85ohWhoUdrCqJx7pRbXn8T7M8sPbp73 { width:1.3119904994964rem;height:1.3119904994964rem;top:34.375001661479rem;left:8.0631828308106rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVzEXfI9lFX4uQzK6c7XMwRX8dUHLGTq { width:1.6244904994964rem;height:1.6244904994964rem;top:23.374660328031rem;left:8.4376716613769rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdF8QrGx7eNS6hKlzIydaSTU7Zyc5XqB { width:0.8118206858635rem;height:0.8118206858635rem;top:35.312501661479rem;left:11.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9qZGE4HScLihgu1Oc6aTblhmKpWSMT { width:2.5rem;height:2.5rem;top:2.5rem;left:8.8121604919431rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqvxG6gkLJfBTdiC4a7FfnmtX03xqnl { width:2.5rem;height:2.5rem;top:13.062160409987rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0taMZy38QvmFFmMQGd7TfP9NZxFSzp4 { width:2.5rem;height:2.5rem;top:23.874830082059rem;left:8.9378395080569rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxHNxTrmeowwtqTMmHR5nZaPt6WkTLv { width:2.5rem;height:2.5rem;top:34.124490492046rem;left:8.8750038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUh8TbiWpqULcy6y6u9cffKUXTlTt9Lp { width:0.8125rem;height:0.8125rem;top:3.6867179870606rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGfJumP9ImgmkrP8w6XAHAZFdR6CHiGU { width:1.3125rem;height:1.3125rem;top:12.999218940735rem;left:8.0609372854231rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { display:block; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apqDCPOruRdIBaGIvLhJDrl6uQSbAPOT { width:20rem;height:4.3875rem;top:3.4611053466797rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCO1vClXZ0pcGaodRgT8KIHrcLOniFcs { width:1.4359714984894rem;height:1.4359714984894rem;top:1.0818557739257rem;left:9.2815904617313rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVpQ4maKQ4ZTorTOe8GCatvmPBuwUZ7 { width:3.4375rem;height:0.125rem;top:1.6875rem;left:4.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JNXtkb5D5WgdxMdVn3PSOhmuAQy0v0ew { width:3.4375rem;height:0.12483016401529rem;top:1.6560745239257rem;left:12.060972213745rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CKkNgduzQDMHy5TD7tOIBTiBzBMNnkN3 { width:20rem;height:21.75rem;top:8.7351541519162rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 { position:relative;z-index:auto;display:block; }#xmlddiMwDhQLsfrCgIxPruSt9ShbxcE5 > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKdyTpHurTvqxF7Lrxrcw2I6g9hewR2 { width:20rem;height:6.58125rem;top:1.8124990463257rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4g00szHS6qgVZcCThk1NG8aSKT9MwFf { width:11.12425rem;height:3.49921875rem;top:23.67343711853rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQSD0gkQeLdQ8lKJCaV9WJvkC6Hr67G1 { display:block; }
 }@media only screen and (max-width: 763px) { #Mp3d12RAq361hLqt99Q7Z1yVEUDgiI6E { width:20rem;height:5.2rem;top:9.3117194175719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm { width:1.25rem;height:1.25rem;top:15.6875rem;left:0.25rem;display:block; }
#pvbZWLJIhgrFsDkBn4PTIEZKKhi8RaLm > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bHzrJdPHKEHIPL5SiOFty3bDbEaVWnQq { width:17.8125rem;height:2.6rem;top:15.6875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSae9m9rX5KQDTZ5xe9D7mP7uFRPgmKt { width:1.25rem;height:1.25rem;top:18.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JNoc0cBeCqqf1I4FEmoEWi1Xpwkvly { width:17.8125rem;height:1.3rem;top:18.75rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihGPrJpU42ZqzmhXpDPxxlU8ygWEn1av { width:17.8125rem;height:1.3rem;top:21.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPPqdGTE66l4difAEzOATLGePQxwSReb { width:1.25rem;height:1.25rem;top:21.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHvqSET5aEzQcEcyp0krAvJ7GMrSfhF { width:13.0625rem;height:13.0625rem;top:28.547656536103rem;left:3.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 { display:block; }#aOqNmQWZ6k67nEg1pJLCrofvSgstaHR4 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oicH8SzJKQK7Jo0vZH5huXmeDeUGiXRi { width:20rem;height:2.19375rem;top:3.4611053466797rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVJ2EqLKAeR24tu8xQCBZHcg5xUUpoRf { width:1.4359714984894rem;height:1.4359714984894rem;top:1.0818557739257rem;left:9.2815904617313rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxVnUv0okz9hO5XFwWuHCHuLkTMKUlZe { width:3.4375rem;height:0.125rem;top:1.6875rem;left:4.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qdZbEw6KdeTL0hn4PQDQ0eulFqm3pOeW { width:3.4375rem;height:0.12483016401529rem;top:1.6560745239257rem;left:12.060972213745rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sU3tZcTZKcMILh2GMCFw7TDRSSPaTMrL { width:20rem;height:21.75rem;top:8.7351541519162rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 { display:block; }#R6vefBbUyxLhcvV9Hvty9ke22T7Itvg2 > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DG0vlyRUnrApU6OV1hJFAG1NLH6CpBir { width:11.5625rem;height:5.3625rem;top:1.1875rem;left:4.2187498807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkVb0L0sXuKrqcgTlAIfaMh76cxyOFgM { width:11.5625rem;height:0.89375rem;top:7.23671913147rem;left:4.2187498807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTAbN1oGpIwKvEM1bqcnewyEoORO8tk0 { width:12.3125rem;height:1.625rem;top:9.1609363555906rem;left:3.8437498807907rem;display:block; }
 }