.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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:transparent;background-image:url("https://images.assets-landingi.com/uc/4fe238d7-8eda-4e2a-b887-efd8f3f00b82/topimage.jpg");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;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:16.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#mhzO4TvJe27VgP0KvqMvh3W61PRRlEGq { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"fakt slab pro";font-size:2.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.625rem rgba(98,98,98,0.5);top:3.1591796875rem;left:4.625rem;height:9.9931875rem;display:block; }
#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container { background-color: transparent; background-image: none; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container > .video-iframe-container { display: none; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row > .video-iframe-container { display: none; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .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); }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container { border-width: 0; border-radius: 0; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row > .video-iframe-container {  }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#pOa5dIM2LJApuRJVR6s5WfygKp6OoJfB { color:#000000;display:block;width:65.75rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.625rem;height:10.233375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vF9WUp3vtTuCR3xL2SMi0EUQ3yWBFeCu { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:24.3125rem;left:4.625rem;height:3.25rem;font-style:normal;display:block; }
#TSLCFq8WD7f3gNS2TDFH31w2ZIyAJuiU { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:28.9375rem;left:4.625rem;height:23.390625rem;font-style:normal;display:block; }
#mwqaaCbX5eXJzULQ2WJidVurJua0H7zP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:19.125rem;top:3.0712890625rem;left:4.625rem;overflow:hidden;display:block; }
#hhyb9ZSEMIB7NgSqoq4Z4GNuhwIsNPTl { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:28.9375rem;left:40.9375rem;height:21.9286875rem;font-style:normal;display:block; }
#XlWnbcXQZVfN4DTG0EVBUC2NqsPlgW9P { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:40.9375rem;height:3.25rem;font-style:normal;display:block; }
#rm9x4mHnT9vv34fx0HCKbnpqnbDpT7wo { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:14.125rem;top:3.5087890625rem;left:57.125rem;overflow:hidden;display:block; }
#OR0f7azUOMdSNTELyO1EWFIMlJoTBins { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2e30;background-image:none;position:relative;display:block; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container { background-color: transparent; background-image: none; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container > .video-iframe-container { display: none; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row > .video-iframe-container { display: none; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .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); }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container { border-width: 0; border-radius: 0; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row > .video-iframe-container {  }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#NGaNyW36THtuoreBLyFfQNDoyAmQxvXD { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"fakt slab pro";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.990234375rem;left:4.625rem;height:1.4619125rem;font-style:normal;display:block; }
#D0XSKBKVwUTXCtPVq0Rrh56D7WweFO0n { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:6.076171875rem;left:4.625rem;height:10.3984375rem;font-style:normal;display:block; }
#MvHUP4ylDmhaDz5dUyLqsTrKgZu2mGd6 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"fakt slab pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.990234375rem;left:28.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#sH35CdSEnpTvHH9gvetPdqTtbhR1y0nV { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.076171875rem;left:28.9375rem;height:9.098625rem;font-style:normal;display:block; }
#Bfz24Ze2xQ9cF31ULXP4loqfmUDvRACM { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"fakt slab pro";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.990234375rem;left:52.875rem;height:1.4619125rem;font-style:normal;display:block; }
#EAhMvl095yBfsLqLVhy25bT6ZulkCy3Q { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.076171875rem;left:52.875rem;height:7.7988125rem;font-style:normal;display:block; }
#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container { background-color: transparent; background-image: none; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container > .video-iframe-container { display: none; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row > .video-iframe-container { display: none; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .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); }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container { border-width: 0; border-radius: 0; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row > .video-iframe-container {  }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#TJABavM6fqcr4DyHffviOwg0Ahc46Bzy { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4.625rem;height:3.25rem;font-style:normal;display:block; }
#lVhnqyNZNXpTk2eOX1yVPn8h2HLAs5KA { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:4.625rem;height:26.3144375rem;font-style:normal;display:block; }
#cZMXaGLNcGBCHvW0LXvPVEEJvN16VMO4 { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.8125rem;height:20.4668125rem;font-style:normal;display:block; }
#lmo722oLOQSXnXLiObFkcitFH29g18db { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:39.1875rem;left:4.625rem;height:4.875rem;font-style:normal;display:block; }
#wM1XovxJgUmCcQRZBgapxGtqXrMS5pzf { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:45.373046875rem;left:4.625rem;height:5.84765625rem;font-style:normal;display:block; }
#omn7tyTzPaIaVDnFWb70QXgeFVtfc0ZC { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:28.716796875rem;left:40.8125rem;height:3.25rem;font-style:normal;display:block; }
#V4DBLQVUU1JgC8P7Uvf02yu1AlBSLLWT { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"fakt pro";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:33.25rem;left:40.8125rem;height:16.0810625rem;font-style:normal;display:block; }
#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2e30;background-image:none;position:relative;display:block; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container { background-color: transparent; background-image: none; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container > .video-iframe-container { display: none; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row > .video-iframe-container { display: none; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .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); }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container { border-width: 0; border-radius: 0; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row > .video-iframe-container {  }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#fTTQEkOvh3Ds7DtCMGFw76mCKr2Zuu2Q { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"fakt slab pro";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.990234375rem;left:4.625rem;height:1.4619125rem;font-style:normal;display:block; }
#X6MUxPHzhDDNUNwhEmRMu4JClxdkHxh9 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:6.076171875rem;left:4.625rem;height:11.69825rem;font-style:normal;display:block; }
#eNna6EQn3F2WPwPN0dVlLXOJKTgseFyz { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"fakt slab pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.990234375rem;left:33.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#bbMqrkcmhZkvuNw8Lc0JVdwOX7KBmNCT { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.0751953125rem;left:33.1875rem;height:11.69825rem;font-style:normal;display:block; }
#pAInDIaL09MayOkw8czLyl4aoClPaRaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d8554;background-image:none;position:relative;display:block; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container { background-color: transparent; background-image: none; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container > .video-iframe-container { display: none; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row > .video-iframe-container { display: none; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .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); }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container { border-width: 0; border-radius: 0; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row > .video-iframe-container {  }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#VAk4xTKPb91anOKeWiQzzeTiUvs6LBxX { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"fakt pro";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.53515625rem;left:4.75rem;height:1.21875rem;font-style:normal;display:block; }
#FPVNnKNSWFUedigSufFZEN3DhS5AHv8U { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"fakt pro";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.53515625rem;left:15.75rem;height:1.21875rem;font-style:normal;display:block; }
#bV3krLf0Iy4GsN91uWEbG3ubIhMu0QZL { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"fakt pro";font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2.546875rem;left:36.4375rem;height:1.21875rem;font-style:normal;display:block; }
#OImUlmdmSGP0XU0xiIPf7vMmQNa7FNHG { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"fakt pro";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.546875rem;left:50.5rem;height:1.21875rem;font-style:normal;display:block; }
#PVhidoo5tlIh4yycfT9gNKUefyNUdcNV { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"fakt pro";font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:2.484375rem;left:63.8125rem;height:1.21875rem;font-style:normal;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) { #mhzO4TvJe27VgP0KvqMvh3W61PRRlEGq { top:3.125rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy { display:block; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOa5dIM2LJApuRJVR6s5WfygKp6OoJfB { top:10.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9WUp3vtTuCR3xL2SMi0EUQ3yWBFeCu { top:24.3125rem;left:0rem;width:30.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLCFq8WD7f3gNS2TDFH31w2ZIyAJuiU { top:28.9375rem;left:0rem;width:30.9375rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqaaCbX5eXJzULQ2WJidVurJua0H7zP { top:3.0625rem;left:0rem;width:19.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhyb9ZSEMIB7NgSqoq4Z4GNuhwIsNPTl { top:28.9375rem;left:16.8125rem;width:30.9375rem;height:21.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlWnbcXQZVfN4DTG0EVBUC2NqsPlgW9P { top:24.3125rem;left:16.8125rem;width:30.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9x4mHnT9vv34fx0HCKbnpqnbDpT7wo { top:3.5rem;left:33.625rem;width:14.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0f7azUOMdSNTELyO1EWFIMlJoTBins { display:block; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGaNyW36THtuoreBLyFfQNDoyAmQxvXD { top:2.9375rem;left:0rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0XSKBKVwUTXCtPVq0Rrh56D7WweFO0n { top:6.0625rem;left:0rem;width:18rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvHUP4ylDmhaDz5dUyLqsTrKgZu2mGd6 { top:2.9375rem;left:15.3125rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH35CdSEnpTvHH9gvetPdqTtbhR1y0nV { top:6.0625rem;left:15.3125rem;width:17.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfz24Ze2xQ9cF31ULXP4loqfmUDvRACM { top:2.9375rem;left:27.0625rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhMvl095yBfsLqLVhy25bT6ZulkCy3Q { top:6.0625rem;left:29.1875rem;width:18.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc { display:block; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJABavM6fqcr4DyHffviOwg0Ahc46Bzy { top:4.9375rem;left:0rem;width:30.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhnqyNZNXpTk2eOX1yVPn8h2HLAs5KA { top:9.5625rem;left:0rem;width:30.9375rem;height:26.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZMXaGLNcGBCHvW0LXvPVEEJvN16VMO4 { top:4.9375rem;left:16.8125rem;width:30.9375rem;height:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmo722oLOQSXnXLiObFkcitFH29g18db { top:39.1875rem;left:0rem;width:30.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1XovxJgUmCcQRZBgapxGtqXrMS5pzf { top:45.3125rem;left:0rem;width:30.9375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omn7tyTzPaIaVDnFWb70QXgeFVtfc0ZC { top:28.6875rem;left:17.5625rem;width:30.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DBLQVUU1JgC8P7Uvf02yu1AlBSLLWT { top:33.25rem;left:16.8125rem;width:30.9375rem;height:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLHRAttkgelczaTvm12X3zZ6s9qmAvNA { display:block; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTQEkOvh3Ds7DtCMGFw76mCKr2Zuu2Q { top:2.9375rem;left:0rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6MUxPHzhDDNUNwhEmRMu4JClxdkHxh9 { top:6.0625rem;left:0rem;width:23.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNna6EQn3F2WPwPN0dVlLXOJKTgseFyz { top:2.9375rem;left:19.5625rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMqrkcmhZkvuNw8Lc0JVdwOX7KBmNCT { top:6.0625rem;left:10.1875rem;width:37.5625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAInDIaL09MayOkw8czLyl4aoClPaRaO { display:block; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAk4xTKPb91anOKeWiQzzeTiUvs6LBxX { top:2.5rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPVNnKNSWFUedigSufFZEN3DhS5AHv8U { top:2.5rem;left:2.125rem;width:18.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV3krLf0Iy4GsN91uWEbG3ubIhMu0QZL { top:2.5rem;left:22.8125rem;width:11.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImUlmdmSGP0XU0xiIPf7vMmQNa7FNHG { top:2.5rem;left:36.875rem;width:10.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhidoo5tlIh4yycfT9gNKUefyNUdcNV { top:2.4375rem;left:39.8125rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;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:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhzO4TvJe27VgP0KvqMvh3W61PRRlEGq { width:17.3125rem;height:20.46975rem;top:2.6083984375rem;left:1.875rem;font-size:1.75rem;text-shadow:0rem 0.0625rem 0.625rem rgba(25,25,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy { display:block; }#yz4hwJVwVbaXeXkv867zbT0GFP4hKOhy > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOa5dIM2LJApuRJVR6s5WfygKp6OoJfB { width:17.3125rem;height:31.1953125rem;top:7.435546875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9WUp3vtTuCR3xL2SMi0EUQ3yWBFeCu { width:17.4375rem;height:4.38574375rem;top:41.958984375rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLCFq8WD7f3gNS2TDFH31w2ZIyAJuiU { width:17.3125rem;height:33.7949375rem;top:47.708984375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqaaCbX5eXJzULQ2WJidVurJua0H7zP { width:13.75rem;height:3.625rem;top:1.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhyb9ZSEMIB7NgSqoq4Z4GNuhwIsNPTl { width:17.3125rem;height:34.5215rem;top:91.9794921875rem;left:1.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlWnbcXQZVfN4DTG0EVBUC2NqsPlgW9P { width:17.0625rem;height:5.84765625rem;top:84.771484375rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9x4mHnT9vv34fx0HCKbnpqnbDpT7wo { width:9.375rem;height:2.8125rem;top:127.8662109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0f7azUOMdSNTELyO1EWFIMlJoTBins { display:block; }#OR0f7azUOMdSNTELyO1EWFIMlJoTBins > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGaNyW36THtuoreBLyFfQNDoyAmQxvXD { width:17.1875rem;height:1.4619125rem;top:3.125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0XSKBKVwUTXCtPVq0Rrh56D7WweFO0n { width:17.3125rem;height:10.3984375rem;top:5.3203125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvHUP4ylDmhaDz5dUyLqsTrKgZu2mGd6 { width:18.5625rem;height:1.4619125rem;top:18.40625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH35CdSEnpTvHH9gvetPdqTtbhR1y0nV { width:17.3125rem;height:9.098625rem;top:20.59375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfz24Ze2xQ9cF31ULXP4loqfmUDvRACM { width:18.5625rem;height:1.4619125rem;top:32.3779296875rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhMvl095yBfsLqLVhy25bT6ZulkCy3Q { width:17.3125rem;height:9.098625rem;top:34.5654296875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc { display:block; }#H7gQJ8kUZ76Ay1lBZ78Lka9nA5mr7TIc > .row .container { width:20rem;height:145.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJABavM6fqcr4DyHffviOwg0Ahc46Bzy { width:17.125rem;height:4.38574375rem;top:3.75rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhnqyNZNXpTk2eOX1yVPn8h2HLAs5KA { width:17.3125rem;height:44.1875rem;top:9.521484375rem;left:1.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZMXaGLNcGBCHvW0LXvPVEEJvN16VMO4 { width:17.3125rem;height:31.75975rem;top:73.84765625rem;left:1.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmo722oLOQSXnXLiObFkcitFH29g18db { width:17.3125rem;height:5.84765625rem;top:56.9560546875rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1XovxJgUmCcQRZBgapxGtqXrMS5pzf { width:17.3125rem;height:9.666rem;top:64.1435546875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omn7tyTzPaIaVDnFWb70QXgeFVtfc0ZC { width:16.9375rem;height:4.875rem;top:108.9560546875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DBLQVUU1JgC8P7Uvf02yu1AlBSLLWT { width:17.3125rem;height:27.6171875rem;top:115.1259765625rem;left:1.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLHRAttkgelczaTvm12X3zZ6s9qmAvNA { display:block; }#xLHRAttkgelczaTvm12X3zZ6s9qmAvNA > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTQEkOvh3Ds7DtCMGFw76mCKr2Zuu2Q { width:18.625rem;height:1.4619125rem;top:3.125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6MUxPHzhDDNUNwhEmRMu4JClxdkHxh9 { width:17.3125rem;height:14.297875rem;top:5.296875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNna6EQn3F2WPwPN0dVlLXOJKTgseFyz { width:18.6875rem;height:1.4619125rem;top:22.3359375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMqrkcmhZkvuNw8Lc0JVdwOX7KBmNCT { width:17.3125rem;height:27.295875rem;top:25.1484375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAInDIaL09MayOkw8czLyl4aoClPaRaO { display:block; }#pAInDIaL09MayOkw8czLyl4aoClPaRaO > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAk4xTKPb91anOKeWiQzzeTiUvs6LBxX { width:10.0625rem;height:1.21875rem;top:2.0625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPVNnKNSWFUedigSufFZEN3DhS5AHv8U { width:18.1875rem;height:1.13671875rem;top:4.90625rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV3krLf0Iy4GsN91uWEbG3ubIhMu0QZL { width:11.3125rem;height:1.13671875rem;top:6.46875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImUlmdmSGP0XU0xiIPf7vMmQNa7FNHG { width:11.3125rem;height:1.13671875rem;top:8.10546875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhidoo5tlIh4yycfT9gNKUefyNUdcNV { width:11.3125rem;height:1.13671875rem;top:10.0546875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }