.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2d2d2d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { color:#245799;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:44.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.287109375rem;left:38rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.306640625rem;left:39.09375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DmJdueG43mTc5ED8rnwxIO30mTg3lqTB { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.943359375rem;left:38.1875rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:26.8125rem;top:4.787109375rem;left:3.9375rem;overflow:hidden;display:block; }
#cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { background-color:#f9b200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4365rem;height:4.249025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.7783203125rem;left:34.8115234375rem;display:block; }
#IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container { background-color: transparent; background-image: none; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container > .video-iframe-container { display: none; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row > .video-iframe-container { display: none; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .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); }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container { border-width: 0; border-radius: 0; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#RqgagHTRKWyBEER89Ld1rf2aVLatut0N { color:#000000;display:block;width:55.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:6rem;height:5.84765625rem;font-style:italic;display:block; }
#NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { color:#2d2d2d;display:block;width:24.8748125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1865234375rem;left:36.3671875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:9.5625rem;width:9.5625rem;top:1.7919921875rem;left:63.96875rem;overflow:hidden;display:block; }
#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { background-color: transparent; background-image: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container > .video-iframe-container { display: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container { display: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .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); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { border-width: 0; border-radius: 0; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { color:#2d2d2d;display:block;width:45.0625rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:14.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { background-color: transparent; background-image: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container > .video-iframe-container { display: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container { display: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .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); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { border-width: 0; border-radius: 0; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:6.687rem;top:2.498779296875rem;left:5.06103515625rem;overflow:hidden;display:block; }
#nfFce7ua2JSISipekgT1o15K1czKGaKN { color:#2d2d2d;display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:16.03125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5673828125rem;left:16.5rem;height:11.6953125rem;text-align:left;text-align-last:left;display:block; }
#iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.62425rem;width:8.374rem;top:3.653564453125rem;left:39.7705078125rem;overflow:hidden;display:block; }
#qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { color:#2d2d2d;display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2685546875rem;left:53.125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5673828125rem;left:53.59375rem;height:10.233375rem;text-align:left;text-align-last:left;display:block; }
#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container { background-color: transparent; background-image: none; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container > .video-iframe-container { display: none; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row > .video-iframe-container { display: none; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .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); }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container { border-width: 0; border-radius: 0; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8735625rem;width:11.0608125rem;top:3.975830078125rem;left:39.703369140625rem;overflow:hidden;display:block; }
#Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { color:#2d2d2d;display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:16.03125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5673828125rem;left:16.5rem;height:10.233375rem;text-align:left;text-align-last:left;display:block; }
#L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:9.87425rem;top:4.41162109375rem;left:2.935791015625rem;overflow:hidden;display:block; }
#DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { color:#2d2d2d;display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2685546875rem;left:53.125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { color:#000000;display:block;width:19.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5673828125rem;left:53.59375rem;height:8.7715rem;text-align:left;text-align-last:left;display:block; }
#XPhSBm6PIcPz8l6L4cxfvItwTIcVRqr4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#245799;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4369375rem;height:4.249825rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.404117584229rem;left:34.779829025269rem;display:none; }
#qACayQLDyvw0SpB6WaGop54f9lFurwNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { background-color: transparent; background-image: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container > .video-iframe-container { display: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container { display: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .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); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { border-width: 0; border-radius: 0; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#ymoRngTa641UWAl7T44B2RLF7Ulvqhln { color:#000000;display:block;width:42.4343125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6805772781372rem;left:16.281072616577rem;height:29.89059375rem;font-style:normal;display:block; }
#CKrsfBS6srchieKRz5GhaC1BrhcalGIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container { background-color: transparent; background-image: none; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container > .video-iframe-container { display: none; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row > .video-iframe-container { display: none; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .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); }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container { border-width: 0; border-radius: 0; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#amUlXyG8ZcP1iEmpePmRFrb9yaBE13QW { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.412109375rem;left:31.625rem;height:28.59375625rem;display:block; }
#I9pETZtqogXUGs4hUQJztLBciFpTVuRh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:18.3125rem;top:3.958984375rem;left:7.59375rem;overflow:hidden;display:block; }
#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { background-color: transparent; background-image: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container > .video-iframe-container { display: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container { display: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .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); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { border-width: 0; border-radius: 0; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { color:#2d2d2d;display:block;width:47.1875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6044921875rem;left:13.90625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { color:#2d2d2d;display:block;width:20.8125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.921875rem;left:0rem;height:12.34375rem;display:block; }
#TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { color:#2d2d2d;display:block;width:20.625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.921875rem;left:24.9375rem;height:12.34375rem;display:block; }
#LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { color:#2d2d2d;display:block;width:26.875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.921875rem;left:48.125rem;height:15.4296875rem;display:block; }
#qvl8V0feiywJe7FICEPetOZyXgNlqgkB { color:#2d2d2d;display:block;width:18.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.27734375rem;left:2rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { color:#2d2d2d;display:block;width:18.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.27734375rem;left:25.8125rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#sWKxPM3Em26ccbL5pEFgPkXGlas77yca { color:#2d2d2d;display:block;width:18.875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.3515625rem;left:55.5rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { background-color: transparent; background-image: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container > .video-iframe-container { display: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container { display: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .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); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { border-width: 0; border-radius: 0; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { color:#ffffff;display:block;width:44.9360625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1424007415771rem;left:0.1875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PsxbNiyRGxveU9JSZVHKtH81SIQLKcGt { background-color:#f9b200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4375rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.9994678497314rem;left:42.563032150269rem;display:block; }
#gyv3tR9ed4geOPnfvEJLLt9CEH5Z4aWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODNcXgKT3a5ZKhAgHapG7B4GkTk3E1Sr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#245799;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4369375rem;height:4.249825rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.404117584229rem;left:34.779829025269rem;display:none; }
#cwEnLlnTdioRZvvZxRwlWKu0oB1p0lmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { background-color: transparent; background-image: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container > .video-iframe-container { display: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container { display: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .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); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { border-width: 0; border-radius: 0; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { color:#2d2d2d;display:block;width:40.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.755859375rem;left:17.125rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { top:3rem;left:31.15625rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { top:5.25rem;left:21.6875rem;width:26.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { top:14.25rem;left:23.875rem;width:23.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJdueG43mTc5ED8rnwxIO30mTg3lqTB { top:18.9375rem;left:22.0625rem;width:25.6875rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { top:4.75rem;left:0rem;width:26.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { width:32.375rem;height:4.1875rem;top:28.75rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block; }
 }@media only screen and (max-width: 763px) { #zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 { display:block; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqgagHTRKWyBEER89Ld1rf2aVLatut0N { top:2.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { top:9.125rem;left:22.7421875rem;width:24.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { top:1.75rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { display:block; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { top:2.1875rem;left:1.3125rem;width:45.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { display:block; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { top:2.4375rem;left:0rem;width:6.625rem;height:10.836090548826rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFce7ua2JSISipekgT1o15K1czKGaKN { top:1.25rem;left:3.6875rem;width:20.1875rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { top:6.5625rem;left:4.625rem;width:19.25rem;height:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { top:3.625rem;left:23.875rem;width:8.3125rem;height:8.5609121238356rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { top:1.25rem;left:27.5625rem;width:20.1875rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { top:6.5625rem;left:28.5rem;width:19.25rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL { display:block; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { top:3.9375rem;left:23.875rem;width:11rem;height:7.8302735445519rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { top:1.25rem;left:3.6875rem;width:20.1875rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { top:6.5625rem;left:4.625rem;width:19.25rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { top:4.375rem;left:0rem;width:9.8125rem;height:6.9557276502012rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { top:1.25rem;left:27.5625rem;width:20.1875rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { top:6.5625rem;left:28rem;width:19.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPhSBm6PIcPz8l6L4cxfvItwTIcVRqr4 { width:32.375rem;height:4.1875rem;top:27.375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qACayQLDyvw0SpB6WaGop54f9lFurwNR { display:block; }
 }@media only screen and (max-width: 763px) { #mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { display:block; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymoRngTa641UWAl7T44B2RLF7Ulvqhln { top:1.625rem;left:2.6552734375rem;width:42.375rem;height:29.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKrsfBS6srchieKRz5GhaC1BrhcalGIy { display:block; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amUlXyG8ZcP1iEmpePmRFrb9yaBE13QW { top:3.375rem;left:7.3125rem;width:40.4375rem;height:28.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9pETZtqogXUGs4hUQJztLBciFpTVuRh { top:3.9375rem;left:0rem;width:18.3125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { display:block; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { top:3.5625rem;left:0.28125rem;width:47.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { top:8.875rem;left:0rem;width:20.8125rem;height:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { top:8.875rem;left:11.3125rem;width:20.625rem;height:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { top:8.875rem;left:20.875rem;width:26.875rem;height:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvl8V0feiywJe7FICEPetOZyXgNlqgkB { top:23.25rem;left:0rem;width:18.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { top:23.25rem;left:12.1875rem;width:18.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKxPM3Em26ccbL5pEFgPkXGlas77yca { top:24.3125rem;left:28.875rem;width:18.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { display:block; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { top:4.125rem;left:0rem;width:44.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxbNiyRGxveU9JSZVHKtH81SIQLKcGt { width:32.4375rem;height:4.25rem;top:3.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyv3tR9ed4geOPnfvEJLLt9CEH5Z4aWC { display:block; }
 }@media only screen and (max-width: 763px) { #ODNcXgKT3a5ZKhAgHapG7B4GkTk3E1Sr { width:32.375rem;height:4.1875rem;top:27.375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwEnLlnTdioRZvvZxRwlWKu0oB1p0lmh { display:block; }
 }@media only screen and (max-width: 763px) { #pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { top:2.75rem;left:3.5rem;width:40.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { width:12.5rem;height:1.13671875rem;top:1.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { width:20rem;height:1.94921875rem;top:17.287109375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJdueG43mTc5ED8rnwxIO30mTg3lqTB { width:20rem;height:4.87305rem;top:19.798828125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { width:12.6875rem;height:12.6875rem;top:4.599609375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { width:18.999rem;height:2.374025rem;top:25.3212890625rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block; }
 }@media only screen and (max-width: 763px) { #zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 { display:block; }#zTgHnb8qSvgqeCFACcGVEgfXcZB5pUW7 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqgagHTRKWyBEER89Ld1rf2aVLatut0N { width:18.9375rem;height:7.796875rem;top:1.8203125rem;left:0.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { width:17.3118125rem;height:0.9747875rem;top:10.925951957702rem;left:1.343217253685rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { width:6.18696875rem;height:6.18696875rem;top:12.839134216309rem;left:6.9051846265794rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { display:block; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { width:20rem;height:1.13725rem;top:0.681640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { display:block; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { width:4.125rem;height:6.8125rem;top:0.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFce7ua2JSISipekgT1o15K1czKGaKN { width:20rem;height:1.13725rem;top:8.7109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { width:18.8125rem;height:4.8739375rem;top:10.22265625rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { width:6.6875rem;height:6.8125rem;top:16.765625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { width:20rem;height:1.13725rem;top:24.787109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { width:18.1875rem;height:4.8739375rem;top:26.298828125rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL { display:block; }#uwT6GIdSKtKx7VaaAPQBk5CVLlSk7NwL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { width:9.5625rem;height:6.8125rem;top:16.03125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { width:20rem;height:1.29980625rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { width:18.375rem;height:4.8739375rem;top:9.5498046875rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { width:9.75rem;height:6.8125rem;top:1.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { width:20rem;height:1.13725rem;top:24.15625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { width:18.6875rem;height:4.87305rem;top:25.4560546875rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPhSBm6PIcPz8l6L4cxfvItwTIcVRqr4 { width:18.9985625rem;height:2.374825rem;top:32.006391525269rem;left:0.49982237815857rem;font-size:0.5625rem;z-index:15009;background-color:#f9b200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qACayQLDyvw0SpB6WaGop54f9lFurwNR { display:block; }
 }@media only screen and (max-width: 763px) { #mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { display:block; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymoRngTa641UWAl7T44B2RLF7Ulvqhln { width:18.0625rem;height:16.5683625rem;top:0.97265625rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKrsfBS6srchieKRz5GhaC1BrhcalGIy { display:block; }#CKrsfBS6srchieKRz5GhaC1BrhcalGIy > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amUlXyG8ZcP1iEmpePmRFrb9yaBE13QW { width:18.1875rem;height:18.5175875rem;top:14.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9pETZtqogXUGs4hUQJztLBciFpTVuRh { width:8.125rem;height:12.25rem;top:1.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { display:block; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { width:20rem;height:1.13725rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { width:13.875rem;height:7.796875rem;top:4.1728515625rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { width:13.875rem;height:7.796875rem;top:14.7578125rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { width:13.875rem;height:11.6953125rem;top:26.6796875rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvl8V0feiywJe7FICEPetOZyXgNlqgkB { width:11.1875rem;height:1.949575rem;top:11.9697265625rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { width:12.875rem;height:1.949575rem;top:23.1796875rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKxPM3Em26ccbL5pEFgPkXGlas77yca { width:9.3125rem;height:1.949575rem;top:38.375rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { display:block; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsxbNiyRGxveU9JSZVHKtH81SIQLKcGt { width:14.0625rem;height:3.3125rem;top:4.6875rem;left:2.96875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyv3tR9ed4geOPnfvEJLLt9CEH5Z4aWC { display:block; }
 }@media only screen and (max-width: 763px) { #ODNcXgKT3a5ZKhAgHapG7B4GkTk3E1Sr { width:18.9985625rem;height:2.374825rem;top:4.6084880828858rem;left:0.49982237815857rem;font-size:0.5625rem;z-index:15007;background-color:#f9b200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cwEnLlnTdioRZvvZxRwlWKu0oB1p0lmh { display:block; }
 }@media only screen and (max-width: 763px) { #pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { width:18.6875rem;height:1.798825rem;top:0.599609375rem;left:0.65625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }