.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { background-color: transparent; background-image: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container > .video-iframe-container { display: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row > .video-iframe-container { display: none; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .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); }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { border-width: 0; border-radius: 0; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container > .video-iframe-container {  }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { position:absolute;display:block;z-index:100003;background-color:#eeeeee;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;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.25) ;height:18.25rem;width:21.875rem;top:6.25rem;left:53.125rem;display:block; }
#Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.375rem;left:55.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:11.3125rem;left:55.125rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { background-color:#f5713d;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;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:"inter alfa";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:18.3125rem;left:55.3125rem;display:block; }
#N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;overflow:visible;position:relative;display:block; }#lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:11.25rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:29.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:4.9375rem;left:0rem;display:block; }
#TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"inter alfa";font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 { position:relative;display:block; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 { background-color: transparent; background-image: none; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row .container > .video-iframe-container { display: none; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row > .video-iframe-container { display: none; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .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); }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 { border-width: 0; border-radius: 0; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row .container > .video-iframe-container {  }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .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:10.9375rem;width:75rem;position:relative;display:block; }#nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { color:#2550aa;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:1.13671875rem;display:block; }
#XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { position:absolute;display:block;z-index:100020;height:1.375rem;width:8.5rem;top:2.875rem;left:38.75rem;display:block; }
#lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { background-color:#2550aa;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;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.25rem;left:38.75rem;display:block; }
#KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.25rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IgxWaHLpznEsbuPZTluF28PkohkATTrh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx { position:relative;display:block; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx { background-color: transparent; background-image: none; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row .container > .video-iframe-container { display: none; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row > .video-iframe-container { display: none; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .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); }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx { border-width: 0; border-radius: 0; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row .container > .video-iframe-container {  }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .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:10.9375rem;width:75rem;position:relative;display:block; }#Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { color:#2550aa;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:1.13671875rem;display:block; }
#FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { position:absolute;display:block;z-index:100021;height:1.375rem;width:8.5rem;top:2.875rem;left:38.75rem;display:block; }
#E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { background-color:#2550aa;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;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.25rem;left:38.75rem;display:block; }
#iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:0.25rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtWoUf5McObseDST410pA8JvFzSJ2yoP { position:relative;display:block; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP { background-color: transparent; background-image: none; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row .container > .video-iframe-container { display: none; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row > .video-iframe-container { display: none; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .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); }#dtWoUf5McObseDST410pA8JvFzSJ2yoP { border-width: 0; border-radius: 0; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row .container > .video-iframe-container {  }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .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:10.9375rem;width:75rem;position:relative;display:block; }#vEuXdy0kkhrtGso74mXOZCXgU1ETu22B { color:#2550aa;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:1.13671875rem;display:block; }
#DmnWPs5XgHBU4ESRuGmtpKcMv2prAvoF { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wB5C9ZyUiefTnbiRThL8ITk4LnL4GveP { position:absolute;display:block;z-index:100021;height:1.375rem;width:8.5rem;top:2.875rem;left:38.75rem;display:block; }
#noPFO44CTwbPc8sNbAQl01fdCmcRDhwi { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#Rdrt2hap7F8lWxCabPcQbeBRidxpbsGd { background-color:#2550aa;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;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.25rem;left:38.75rem;display:block; }
#hwVOWoyqGkb4gEpRi0Om0KWrddTHP2I3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ytk0B6CtswnTJROgx0d5guHiVrGv8QDg { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V6scMrx3CsBCE3HOQ3HISUdBv86FARUr { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:0.25rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas { position:relative;display:block; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas { background-color: transparent; background-image: none; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row .container > .video-iframe-container { display: none; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row > .video-iframe-container { display: none; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .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); }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas { border-width: 0; border-radius: 0; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row .container > .video-iframe-container {  }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .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:10.9375rem;width:75rem;position:relative;display:block; }#mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { color:#2550aa;display:block;width:34.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:1.13671875rem;display:block; }
#qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { position:absolute;display:block;z-index:100022;height:1.375rem;width:8.5rem;top:2.875rem;left:38.75rem;display:block; }
#amVC9FIenheMmwOZvEZdzU7J399ApRv0 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { background-color:#2550aa;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;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.25rem;left:38.75rem;display:block; }
#He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:0.25rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 { position:relative;display:block; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 { background-color: transparent; background-image: none; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row .container > .video-iframe-container { display: none; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row > .video-iframe-container { display: none; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .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); }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 { border-width: 0; border-radius: 0; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row .container > .video-iframe-container {  }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .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:10.9375rem;width:75rem;position:relative;display:block; }#HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { color:#2550aa;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:1.13671875rem;display:block; }
#owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { position:absolute;display:block;z-index:100029;height:1.375rem;width:8.5rem;top:2.875rem;left:38.75rem;display:block; }
#bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { color:#2550aa;display:block;width:12.5rem;position:absolute;font-family:"inter alfa";font-size:0.75rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.75rem;height:0.9746125rem;font-style:normal;display:block; }
#KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"inter alfa";font-size:1rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KoU8r05NaJgPe574e4LGla8ms9fh2Csz { background-color:#2550aa;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;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:"inter alfa";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:0.25rem;left:38.75rem;display:block; }
#wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:0.25rem;left:14.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:6.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP { position:relative;display:block; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP { background-color: transparent; background-image: none; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row .container > .video-iframe-container { display: none; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row > .video-iframe-container { display: none; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .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); }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP { border-width: 0; border-radius: 0; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row .container > .video-iframe-container {  }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .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:9.25rem;width:75rem;position:relative;display:block; }#DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { background-color: transparent; background-image: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container > .video-iframe-container { display: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row > .video-iframe-container { display: none; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .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); }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { border-width: 0; border-radius: 0; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row > .video-iframe-container {  }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"inter alfa";font-size:2.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"inter alfa";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:34.5625rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:37.3359375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
#bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { color:#000000;display:block;width:49.375rem;position:absolute;font-family:"inter alfa";font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:10.1796875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container { background-color: transparent; background-image: none; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container > .video-iframe-container { display: none; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row > .video-iframe-container { display: none; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .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); }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container { border-width: 0; border-radius: 0; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row > .video-iframe-container {  }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { width:21.875rem;height:18.25rem;top:6.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { width:18.125rem;height:1.9375rem;top:8.375rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { width:18.9375rem;height:5.1875rem;top:11.3125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { width:17.5rem;height:3.4375rem;top:18.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { width:11.25rem;height:3.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { width:45.875rem;height:1.25rem;top:1.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { width:47.75rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { width:47.75rem;height:3.8984375rem;top:7.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 { display:block; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { width:34.1875rem;height:1.13671875rem;top:5.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { width:23.5625rem;height:2.5996125rem;top:2.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { width:8.5rem;height:1.375rem;top:2.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { width:12.5rem;height:0.9746125rem;top:3.125rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { width:10rem;height:2.5rem;top:0.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block; }
 }@media only screen and (max-width: 763px) { #ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { width:23.5rem;height:1.4619125rem;top:0.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgxWaHLpznEsbuPZTluF28PkohkATTrh { width:12.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx { display:block; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { width:34.375rem;height:1.13671875rem;top:5.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { width:22.875rem;height:2.5996125rem;top:2.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { width:8.5rem;height:1.375rem;top:2.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { width:12.5rem;height:0.9746125rem;top:3.0625rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { width:10rem;height:2.5rem;top:0.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block; }
 }@media only screen and (max-width: 763px) { #xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { width:12.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { width:22.625rem;height:1.4619125rem;top:0.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWoUf5McObseDST410pA8JvFzSJ2yoP { display:block; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEuXdy0kkhrtGso74mXOZCXgU1ETu22B { width:34.375rem;height:1.13671875rem;top:5.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmnWPs5XgHBU4ESRuGmtpKcMv2prAvoF { width:22.875rem;height:2.5996125rem;top:2.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5C9ZyUiefTnbiRThL8ITk4LnL4GveP { width:8.5rem;height:1.375rem;top:2.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPFO44CTwbPc8sNbAQl01fdCmcRDhwi { width:12.5rem;height:0.9746125rem;top:3.0625rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdrt2hap7F8lWxCabPcQbeBRidxpbsGd { width:10rem;height:2.5rem;top:0.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVOWoyqGkb4gEpRi0Om0KWrddTHP2I3 { display:block; }
 }@media only screen and (max-width: 763px) { #ytk0B6CtswnTJROgx0d5guHiVrGv8QDg { width:12.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6scMrx3CsBCE3HOQ3HISUdBv86FARUr { width:22.625rem;height:1.4619125rem;top:0.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas { display:block; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { width:34.3125rem;height:1.13671875rem;top:5.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { width:8.5rem;height:1.375rem;top:2.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVC9FIenheMmwOZvEZdzU7J399ApRv0 { width:12.5rem;height:0.9746125rem;top:3.0625rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { width:23.5rem;height:1.29980625rem;top:2.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { width:10rem;height:2.5rem;top:0.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block; }
 }@media only screen and (max-width: 763px) { #V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { width:12.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { width:23.0625rem;height:1.4619125rem;top:0.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 { display:block; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { width:34.125rem;height:1.13671875rem;top:5.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { width:8.5rem;height:1.375rem;top:2.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { width:12.5rem;height:0.9746125rem;top:3.0625rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { width:23.375rem;height:2.5996125rem;top:2.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU8r05NaJgPe574e4LGla8ms9fh2Csz { width:10rem;height:2.5rem;top:0.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block; }
 }@media only screen and (max-width: 763px) { #LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { width:21.875rem;height:1.4619125rem;top:0.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { width:12.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP { display:block; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { width:47.75rem;height:1.4619125rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { width:47.75rem;height:3.5625rem;top:4.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { width:18.125rem;height:1.4375rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { width:47.75rem;height:;top:37.3125rem;left:0rem;font-size:0.875rem;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
 }@media only screen and (max-width: 763px) { #bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { width:47.75rem;height:21.5625rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH { display:block; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT { position:relative;z-index:auto;display:block; }#QKhtPGpLr6NKUsmX2IS2Jmg6qWbwlmkT > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WprHsv7qlHSBaT7Pfd5FEp25yg90uK4d { width:20rem;height:16.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alii3NlO6FA7pugpfRoNVlMrpQLVFG5T { width:18.125rem;height:1.4619125rem;top:1.5rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stRTNzdT0bdHiinIzxeCTIKrpOtM8X2A { width:17.6875rem;height:5.19921875rem;top:4.1875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhUCWZ5nki27JeZTEotTdT4swNFTmq8Z { width:17.5rem;height:3.4375rem;top:10.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yiIUs8OOTdByxUbrqVq54IFvhoTo25 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzTkZgOKA1lXihWz8thqb8y02FHaMfDX { width:11.25rem;height:3.0625rem;top:2.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsVxqwdqq7IpAPGJu3Uyx6qxlttvxyD { width:20rem;height:0;top:6.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzykT9lDxeoAuCusiZ6EWiZyS1BuGArC { width:20rem;height:0.0625rem;top:40.5234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEkWbAQA7a0ASz5aWNvmX313tkEMttF0 { width:17.6875rem;height:5.84765625rem;top:7.5625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 { display:block; }#P5dzKmsgFCoNCzTNOiLsw7WWNxi0vAc3 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFbS3zghz6We4p0ghIGbmSezGWyb8tCe { width:18.9375rem;height:2.5996125rem;top:15.0625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdvZrOr7pdTpreTxovPdMn2EPbirwSsn { width:20rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4fMXrTaH0FPGKzAATDGL86peuWD8gkZ { width:8.5rem;height:1.375rem;top:21.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7f8TWWiPqa8KxflQLv3UhhcFG6qk88 { width:12.5rem;height:0.9746125rem;top:21.625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvNx9QQbiV3mapbTO7LQX8DrAZUacBET { width:10rem;height:2.5rem;top:18.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWPMwKQJSdy9IlkwJ7G9eEaiFqVx2im { display:block; }
 }@media only screen and (max-width: 763px) { #ZLsN1Z9lqMveZZgb7UDVdgLZMhZzsifp { width:20rem;height:1.4619125rem;top:8.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgxWaHLpznEsbuPZTluF28PkohkATTrh { width:12.5rem;height:6.5625rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx { display:block; }#X0aENMwmSa7ldmPHmfkAKwo79lxEQ9Qx > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3lTy8zrDkePXK30Lx8uw3veiNVGq85 { width:20rem;height:2.5996125rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHQS1KMNziKrBOuNKhc6cJOblXxQHQnL { width:20rem;height:2.5996125rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgfh5GBGue6uHqMbEn1K48vaOGTuZrQC { width:8.5rem;height:1.375rem;top:20.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8xfh3a5LoIR4bPLX8aQIMuCNF6iZUFT { width:12.5rem;height:0.9746125rem;top:20.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDPIss1OJdER9vB3o0koKc8KB1bLAXM8 { width:10rem;height:2.5rem;top:18.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQTPkzzHnWyQsI2aThoNoTpHDkRD5Lq { display:block; }
 }@media only screen and (max-width: 763px) { #xiAqO7AfORrtTaqw77h0ifXQnZPsTOLb { width:12.5rem;height:6.5625rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMugqSlWyc57VzPPLysJQEGzdBTbJqr { width:20rem;height:1.4619125rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtWoUf5McObseDST410pA8JvFzSJ2yoP { display:block; }#dtWoUf5McObseDST410pA8JvFzSJ2yoP > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEuXdy0kkhrtGso74mXOZCXgU1ETu22B { width:20rem;height:2.5996125rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmnWPs5XgHBU4ESRuGmtpKcMv2prAvoF { width:20rem;height:2.5996125rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wB5C9ZyUiefTnbiRThL8ITk4LnL4GveP { width:8.5rem;height:1.375rem;top:20.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPFO44CTwbPc8sNbAQl01fdCmcRDhwi { width:12.5rem;height:0.9746125rem;top:20.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rdrt2hap7F8lWxCabPcQbeBRidxpbsGd { width:10rem;height:2.5rem;top:18.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVOWoyqGkb4gEpRi0Om0KWrddTHP2I3 { display:block; }
 }@media only screen and (max-width: 763px) { #ytk0B6CtswnTJROgx0d5guHiVrGv8QDg { width:12.5rem;height:6.5625rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6scMrx3CsBCE3HOQ3HISUdBv86FARUr { width:20rem;height:1.4619125rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas { display:block; }#MPZMnSu9QSmwqTJ0lsiTfrWqSryL5Mas > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE698lAaEwPC2nwqCr4PqbzXsRrBmqsN { width:20rem;height:1.29980625rem;top:14.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVor7zcpIthnnwqD8qd0GQNphCnbm3oy { width:8.5rem;height:1.375rem;top:20.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVC9FIenheMmwOZvEZdzU7J399ApRv0 { width:12.5rem;height:0.9746125rem;top:21rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Had8TJN9uLJ4vosB2CMTU6TXikGl7pPl { width:20rem;height:1.29980625rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DH0aVR2R2qMUI7QxGwAUfKFE3XpvZ5z9 { width:10rem;height:2.5rem;top:18.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4XDZ1gRVuW2BTL8ySTWTUwrrQEZSI7 { display:block; }
 }@media only screen and (max-width: 763px) { #V3M3UD3C3t5JZVrx214Xz6GW5sy4qxFp { width:12.5rem;height:6.5625rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTLquIgAhZpkSfshTFk5HFNt1WVGGuJ { width:20rem;height:1.4619125rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 { display:block; }#Qvug6kP9yo3kV3N5iKrwUN7v2q3Gu3v2 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhMPugI0SUpqE9fnfuZ29WhRnCUABxT { width:20rem;height:2.5996125rem;top:14.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owOU6flZ9zmEIi3xF5MAvz24RwDHgoBX { width:8.5rem;height:1.375rem;top:22rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSVwUK22zcwpU3hcZlgDCu2nUKpwB26 { width:12.5rem;height:0.9746125rem;top:22.1875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnCzlX7PtDRZFaE9rFdXH30oploFqOFV { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoU8r05NaJgPe574e4LGla8ms9fh2Csz { width:10rem;height:2.5rem;top:18.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrictJGkeZqJBSf3552g4tKTUsch17qp { display:block; }
 }@media only screen and (max-width: 763px) { #LHf8hwuFFBozdMpT2yCqvdZVGMy8yCAO { width:20rem;height:1.4619125rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXUlOsiMCSw0cbKSVIsinCwMa6h9d4mn { width:12.5rem;height:6.5625rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP { display:block; }#mAEX3TCaXFFvScTCNbrHOA1dQXJOaTNP > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrOCxKySRRFo4I94gpSKhvws82fBMVO6 { width:15.6875rem;height:4.38574375rem;top:3rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQInKyW4y5mJioz5fB9OmIHeWt1pecR { display:block; }#xuQInKyW4y5mJioz5fB9OmIHeWt1pecR > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vuTzdCCKPyJ1HFc8RKZDe6lTica7xQ { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gH9q8Ps6cQ8EXUy3IlCs537THs9E6pX4 { width:18.125rem;height:1.4619125rem;top:51.6875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRTAsus7SBwWivBx5DdMlsN2HEacErn3 { width:18.5625rem;height:11.9921875rem;top:54rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oRTAsus7SBwWivBx5DdMlsN2HEacErn3 li:before{  }
 }@media only screen and (max-width: 763px) { #bmm53S9EeiRAldMsWk8X1Gdf70oJaZx6 { width:19.0625rem;height:39.78515625rem;top:10.07421875rem;left:0.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH { display:block; }#vOApkPIIvJ5pHF2TTAUtTs5tVJtXPnCH > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }