.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container { background-color: transparent; background-image: none; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container > .video-iframe-container { display: none; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row > .video-iframe-container { display: none; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .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); }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container { border-width: 0; border-radius: 0; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row > .video-iframe-container {  }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#dr2KFlvutJW00P6yZLxRTz5T7MZKWU73 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:11.6875rem;top:1.78125rem;left:2.21875rem;overflow:hidden;display:block; }
#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6efe7ce8-cba6-4b1f-8029-439cb7772bfb/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.adaptive-delivery-prevent-bg, #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.lazyload, #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.lazyloading { background-image: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { background-color: transparent; background-image: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,192,192,0.24); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container > .video-iframe-container { display: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,192,192,0.24); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row > .video-iframe-container { display: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .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); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { border-width: 0; border-radius: 0; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row > .video-iframe-container {  }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#bous09GdBTDTu96Q6av0F3u5lUc0lOwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.5rem;left:15.375rem; }
#MwESiAi5lxJMVr9K8FreQDq0SE2M4V9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.5rem;left:53.4375rem; }
#xPXQmmfSHGeFNxqbmnvhExAXucVuO5zQ { color:#612b05;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.9375rem;left:18.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmgS1wsg2L3Df84rSfQ3ESuGcHf6dHLJ { color:#3e1a02;display:block;width:32.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:14.763671875rem;left:21.125rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LqHUVZE44WsCP2LBVJlmrKJrOwFiLv8O { position:absolute;display:block;z-index:15017;background-color:rgba(218,232,243,0.5);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;height:8rem;width:18.75rem;top:22.875rem;left:28.125rem;display:block; }
#l8QE9Zxm7C9tU6Ub3Iqd1XUKwDC63puT { color:#3e1a02;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.25rem;left:28.75rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkOXXDHbVcSup4A00VhFvnti1tyrAmwr { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.87500333786rem;left:18.750001907349rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K3KduWXNkfCCykyvp8eeDPSGbOvqxNuW { color:#ffe181;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:40.18750333786rem;left:18.750001907349rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC { position:relative;display:block; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC { background-color: transparent; background-image: none; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container > .video-iframe-container { display: none; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row > .video-iframe-container { display: none; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .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); }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC { border-width: 0; border-radius: 0; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container > .video-iframe-container {  }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#mwy9VLNSll4LO9L4P2I57CmfmTfRPLpi { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#WINQkgxBb96GqE4dT5DDR8PFC0rKIhwB { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container { background-color: transparent; background-image: none; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container > .video-iframe-container { display: none; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row > .video-iframe-container { display: none; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .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); }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container { border-width: 0; border-radius: 0; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row > .video-iframe-container {  }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#Qgia72TMSkpRUQeIlN7qwhOXrqdMRQB5 { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.78125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSPNTxg3WRDBRLwB360cZwkTvHvUhoty { position:absolute;display:block;z-index:15006;background-color:#dc7c1b;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;height:0.1875rem;width:6.25rem;top:7.4375rem;left:34.375rem;display:block; }
#GmCpl3ghFprbqAUzCDemBzkish0ngr7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container { background-color: transparent; background-image: none; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container > .video-iframe-container { display: none; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row > .video-iframe-container { display: none; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .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); }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container { border-width: 0; border-radius: 0; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row > .video-iframe-container {  }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#dmXo3VZKrTsCwXlJ2T0WdzRc7WeaDgVK { position:absolute;display:block;z-index:15002;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#eNbAn3ZHLC5fMeS68GRNNkarNUv0gPsS { position:absolute;display:block;z-index:15003;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.0625rem dotted #dc7c1b;border-left:0.0625rem dotted #dc7c1b;border-right:0.0625rem dotted #dc7c1b;border-bottom:0.0625rem dotted #dc7c1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;height:14.125rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#Nkcw5ZMNcMwso9kuIErGtoJ6l1sJJTtM { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AEpNOWXEzpTCTmJVFc1IkJKCQCynfBdt { color:#000000;display:block;width:52.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:14.625rem;height:11.6953rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container { background-color: transparent; background-image: none; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container > .video-iframe-container { display: none; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row > .video-iframe-container { display: none; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .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); }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container { border-width: 0; border-radius: 0; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row > .video-iframe-container {  }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#vaNqvPB0N04PTxu5MvSGoSq9Dvr5Mtcs { position:absolute;display:block;z-index:15002;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#v7t5snbHI8zTwTszkhCaLOTiVIp2ztK2 { position:absolute;display:block;z-index:15003;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.0625rem dotted #dc7c1b;border-left:0.0625rem dotted #dc7c1b;border-right:0.0625rem dotted #dc7c1b;border-bottom:0.0625rem dotted #dc7c1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#JnkwTmBkiJFi7MINQ1fgOXdhtNyOg2zP { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xEaln6uwF2tfeluAAiO5viNXHDeqf9Tq { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.59375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container { background-color: transparent; background-image: none; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container > .video-iframe-container { display: none; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row > .video-iframe-container { display: none; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .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); }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container { border-width: 0; border-radius: 0; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row > .video-iframe-container {  }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#osXqbbUFiOAPG8Gl8eVJMozauWP4O8mu { position:absolute;display:block;z-index:15002;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#XUvlzmSt1Abg62EwvfqkM0KdNKdskn3L { position:absolute;display:block;z-index:15003;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.0625rem dotted #dc7c1b;border-left:0.0625rem dotted #dc7c1b;border-right:0.0625rem dotted #dc7c1b;border-bottom:0.0625rem dotted #dc7c1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;height:12.125rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#Atu0PdvuHmm2XpnUwOZKMpzTPvvWpLXN { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aQKSSe2nVL3EfVhe42CHI0ShpwBoUzMw { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:1.8134765625rem;left:14.59375rem;height:10.68359375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#coJyAMMKAygDxBFpOi8kApF0qT8kooTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container { background-color: transparent; background-image: none; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container > .video-iframe-container { display: none; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row > .video-iframe-container { display: none; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .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); }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container { border-width: 0; border-radius: 0; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row > .video-iframe-container {  }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#NTcztuRJB3esldcJXzzNIUqZGBZhhwiO { position:absolute;display:block;z-index:15002;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#AkudE1MH07WA8yHLv4ScG2WQ4miw35Cx { position:absolute;display:block;z-index:15003;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.0625rem dotted #dc7c1b;border-left:0.0625rem dotted #dc7c1b;border-right:0.0625rem dotted #dc7c1b;border-bottom:0.0625rem dotted #dc7c1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#K3ZXE6fCbTs7HdQri0MDHxX6dQec4TL7 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gtrayZmXZbnHfpdTUz0FnOE95uHfpyMf { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container { background-color: transparent; background-image: none; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container > .video-iframe-container { display: none; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row > .video-iframe-container { display: none; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .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); }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container { border-width: 0; border-radius: 0; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row > .video-iframe-container {  }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#tAhyO4040xq1i36XfGagOSnozi24MNd7 { position:absolute;display:block;z-index:15002;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#rXGmS4H5zmw0U3nzlZKy7FseTm4NC6ei { position:absolute;display:block;z-index:15003;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.0625rem dotted #dc7c1b;border-left:0.0625rem dotted #dc7c1b;border-right:0.0625rem dotted #dc7c1b;border-bottom:0.0625rem dotted #dc7c1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;height:12.375rem;width:60.75rem;top:1.125rem;left:13.09375rem;display:block; }
#Py2bDTyeQ6t18s8Mo8XDSXBMnaqr0lRJ { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RyE86BNIGzSuuShTXPEEsO99lfEC3iOQ { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.638671875rem;left:14.625rem;height:10.2333875rem;text-align:left;text-align-last:left;display:block; }
#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container { background-color: transparent; background-image: none; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container > .video-iframe-container { display: none; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row > .video-iframe-container { display: none; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .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); }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container { border-width: 0; border-radius: 0; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row > .video-iframe-container {  }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#LmwhJlEXh2z8THTzpXBt9sOOgMi2Qvu4 { background-color:#dc7c1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.25rem;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:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.625rem;left:30.781251907349rem;display:block; }
#gznEWkHX7ytkGZ4TChuOub7AGIwR5ZIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container { background-color: transparent; background-image: none; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container > .video-iframe-container { display: none; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row > .video-iframe-container { display: none; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .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); }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container { border-width: 0; border-radius: 0; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row > .video-iframe-container {  }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#qKGF1VBXTVAvhRbLlw6uKEclTzsJTQOT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:15.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhokK67HupiZrCBS7negCTHuZR1wevIA { position:absolute;display:block;z-index:15009;background-color:#dc7c1b;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;height:0.1875rem;width:6.25rem;top:7.3125rem;left:34.375rem;display:block; }
#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S { position:relative;display:block; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S { background-color: transparent; background-image: none; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container > .video-iframe-container { display: none; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row > .video-iframe-container { display: none; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .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); }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S { border-width: 0; border-radius: 0; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container > .video-iframe-container {  }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d5d5d5;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#P2fPU6Wqz7BQ2iUuFvBAWs5TqBQIl7Oo { color:#dc7c1b;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.03125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lN5TTTzTgwT8zTq5aIsvTGMuT5qyXH1n { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:15.4375rem;top:7.0625rem;left:39.125rem;overflow:hidden;display:block; }
#BFJpdDJ1JcaV9ZacnG2wDtrbOO7eP80T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:9.375rem;top:4.34375rem;left:23.36328125rem;overflow:hidden;display:block; }
#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP { position:relative;display:block; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP { background-color: transparent; background-image: none; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container > .video-iframe-container { display: none; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row > .video-iframe-container { display: none; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .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); }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP { border-width: 0; border-radius: 0; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container > .video-iframe-container {  }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d5d5d5;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#OdPMvEJdT6M0niTdFK5slZqG2pLWbMNy { color:#dc7c1b;display:block;width:18.25rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8Eify0ZCg1bFiPnsZCbMP89hGsm9IQC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:10.9375rem;top:7rem;left:18.8125rem;overflow:hidden;display:block; }
#cSAPaR9zxc1lGpD2JUXgf4Q7lzcHC2aX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:23.9375rem;top:7.4375rem;left:38rem;overflow:hidden;display:block; }
#QwDiEWEAq2iEKNE5gI0byrNDx20w5HRr { color:rgba(0,0,0,0.7);display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:17.77499961853rem;height:1.3rem;display:block; }
#emMzsX4QUpCeizon17qBt4q76yfBpVHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #26435e, #162f46);background-image: -moz-linear-gradient(top, #26435e, #162f46);background-image: -ms-linear-gradient(top, #26435e, #162f46);background-image: -o-linear-gradient(top, #26435e, #162f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26435e', endColorstr='#162f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26435e', endColorstr='#162f46' );";background-image: linear-gradient(to bottom, #26435e, #162f46);background-size:auto !important;position:relative;display:block; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container { background-color: transparent; background-image: none; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container > .video-iframe-container { display: none; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row > .video-iframe-container { display: none; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .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); }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container { border-width: 0; border-radius: 0; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row > .video-iframe-container {  }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#KLqQGaV4zfKFPBZDfBXwaCET6Q0kInM2 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nFItzrfXinbsZAKFTRBPuHASPBFQieb9 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:50.5rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#vA6xWJEchX6tfOH7wWe4KKWtv8kzfv7X { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:6.5625rem;left:41.9375rem;overflow:hidden;display:block; }
#B9oLtTQxEwsyW8C5Wv7gWyUWSkqWBThZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:15.9375rem;left:35.5rem;overflow:hidden;display:block; }
#mLJgcs9BT12CtecJMPbTL6y1ksPw5TNC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:6.5625rem;left:12.34375rem;overflow:hidden;display:block; }
#IoW6ecMTG5xxC5SHueR2EqTskyaGaGQo { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:20.59375rem;height:6rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA { display:block; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dr2KFlvutJW00P6yZLxRTz5T7MZKWU73 { width:10.5625rem;height:2.4375rem;top:1.53125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6efe7ce8-cba6-4b1f-8029-439cb7772bfb/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.adaptive-delivery-prevent-bg, #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.lazyload, #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh.lazyloading { background-image: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { background-color: transparent; background-image: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,192,192,0.24); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container > .video-iframe-container { display: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,192,192,0.24); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row > .video-iframe-container { display: none; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .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); }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { width:47.75rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bous09GdBTDTu96Q6av0F3u5lUc0lOwk { width:6.1875rem;height:6.1875rem;top:14.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwESiAi5lxJMVr9K8FreQDq0SE2M4V9m { width:6.1875rem;height:6.1875rem;top:14.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPXQmmfSHGeFNxqbmnvhExAXucVuO5zQ { width:37.5rem;height:;top:3.9375rem;left:5.1250011920929rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmgS1wsg2L3Df84rSfQ3ESuGcHf6dHLJ { width:32.75rem;height:4.0625rem;top:14.75rem;left:7.5rem;font-size:1.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 1199px) { #LqHUVZE44WsCP2LBVJlmrKJrOwFiLv8O { width:18.75rem;height:8rem;top:22.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8QE9Zxm7C9tU6Ub3Iqd1XUKwDC63puT { width:17.5rem;height:7.3125rem;top:23.25rem;left:15.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkOXXDHbVcSup4A00VhFvnti1tyrAmwr { width:37.5rem;height:5.6875rem;top:32.5625rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3KduWXNkfCCykyvp8eeDPSGbOvqxNuW { width:37.5rem;height:5.6875rem;top:38.250000761822rem;left:5.1250001788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC { display:block; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mwy9VLNSll4LO9L4P2I57CmfmTfRPLpi { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WINQkgxBb96GqE4dT5DDR8PFC0rKIhwB { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X { display:block; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qgia72TMSkpRUQeIlN7qwhOXrqdMRQB5 { width:45.6875rem;height:3.16875rem;top:1.0625rem;left:1.34375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSPNTxg3WRDBRLwB360cZwkTvHvUhoty { width:6.25rem;height:0.1875rem;top:6.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmCpl3ghFprbqAUzCDemBzkish0ngr7W { display:block; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dmXo3VZKrTsCwXlJ2T0WdzRc7WeaDgVK { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNbAn3ZHLC5fMeS68GRNNkarNUv0gPsS { width:38.3125rem;height:13.8125rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nkcw5ZMNcMwso9kuIErGtoJ6l1sJJTtM { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEpNOWXEzpTCTmJVFc1IkJKCQCynfBdt { width:36.0625rem;height:13rem;top:2.431640625rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R { display:block; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vaNqvPB0N04PTxu5MvSGoSq9Dvr5Mtcs { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7t5snbHI8zTwTszkhCaLOTiVIp2ztK2 { width:38.3125rem;height:4.8125rem;top:1.125rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnkwTmBkiJFi7MINQ1fgOXdhtNyOg2zP { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEaln6uwF2tfeluAAiO5viNXHDeqf9Tq { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo { display:block; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container { width:47.75rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #osXqbbUFiOAPG8Gl8eVJMozauWP4O8mu { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUvlzmSt1Abg62EwvfqkM0KdNKdskn3L { width:38.3125rem;height:12.25rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Atu0PdvuHmm2XpnUwOZKMpzTPvvWpLXN { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQKSSe2nVL3EfVhe42CHI0ShpwBoUzMw { width:35.625rem;height:9.5rem;top:2.5625rem;left:10.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #coJyAMMKAygDxBFpOi8kApF0qT8kooTm { display:block; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NTcztuRJB3esldcJXzzNIUqZGBZhhwiO { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkudE1MH07WA8yHLv4ScG2WQ4miw35Cx { width:38.3125rem;height:4.8125rem;top:1.125rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3ZXE6fCbTs7HdQri0MDHxX6dQec4TL7 { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtrayZmXZbnHfpdTUz0FnOE95uHfpyMf { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uV8Uy337tNelFBofiLp9IVoOtW0EgHrX { display:block; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tAhyO4040xq1i36XfGagOSnozi24MNd7 { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXGmS4H5zmw0U3nzlZKy7FseTm4NC6ei { width:38.3125rem;height:10.625rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Py2bDTyeQ6t18s8Mo8XDSXBMnaqr0lRJ { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RyE86BNIGzSuuShTXPEEsO99lfEC3iOQ { width:33.5rem;height:14.3rem;top:2.6875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK { display:block; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LmwhJlEXh2z8THTzpXBt9sOOgMi2Qvu4 { width:11.125rem;height:2.4375rem;top:1.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gznEWkHX7ytkGZ4TChuOub7AGIwR5ZIX { display:block; }
 }@media only screen and (max-width: 1199px) { #TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O { display:block; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qKGF1VBXTVAvhRbLlw6uKEclTzsJTQOT { width:43.75rem;height:4.0625rem;top:2.25rem;left:2rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhokK67HupiZrCBS7negCTHuZR1wevIA { width:6.25rem;height:0.1875rem;top:7.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S { display:block; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container { width:47.75rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P2fPU6Wqz7BQ2iUuFvBAWs5TqBQIl7Oo { width:16.9375rem;height:;top:1.9375rem;left:15.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lN5TTTzTgwT8zTq5aIsvTGMuT5qyXH1n { width:11.5625rem;height:2.6875rem;top:7.125rem;left:23.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFJpdDJ1JcaV9ZacnG2wDtrbOO7eP80T { width:7.75rem;height:7.4375rem;top:4.6875rem;left:12.785607778898rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP { display:block; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OdPMvEJdT6M0niTdFK5slZqG2pLWbMNy { width:18.25rem;height:2.1125rem;top:1.9375rem;left:14.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8Eify0ZCg1bFiPnsZCbMP89hGsm9IQC { width:7.125rem;height:1.625rem;top:5.21875rem;left:12.5859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSAPaR9zxc1lGpD2JUXgf4Q7lzcHC2aX { width:14.75rem;height:1.25rem;top:5.40625rem;left:26.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwDiEWEAq2iEKNE5gI0byrNDx20w5HRr { width:17.875rem;height:1.3rem;top:11.125rem;left:4.1499996185303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emMzsX4QUpCeizon17qBt4q76yfBpVHm { display:block; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KLqQGaV4zfKFPBZDfBXwaCET6Q0kInM2 { width:27.8125rem;height:3.25rem;top:1.75rem;left:9.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFItzrfXinbsZAKFTRBPuHASPBFQieb9 { width:14.0625rem;height:7.5rem;top:7.71875rem;left:32.500002264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vA6xWJEchX6tfOH7wWe4KKWtv8kzfv7X { width:7rem;height:7rem;top:7.71875rem;left:24.312500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9oLtTQxEwsyW8C5Wv7gWyUWSkqWBThZ { width:4rem;height:4rem;top:15.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLJgcs9BT12CtecJMPbTL6y1ksPw5TNC { width:7rem;height:7rem;top:7.71875rem;left:1.5937501192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoW6ecMTG5xxC5SHueR2EqTskyaGaGQo { width:14.0625rem;height:6rem;top:8.21875rem;left:9.4375003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA { display:block; }#xHrTSOhVx0ez4QJn3f5CcSMzPwWTQCEA > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr2KFlvutJW00P6yZLxRTz5T7MZKWU73 { width:11.6875rem;height:2.75rem;top:2.1875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh { display:block; }#nOnmH8oiwZwRJqQD0iOMaIMM8XaZdMXh > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bous09GdBTDTu96Q6av0F3u5lUc0lOwk { width:3.375rem;height:3.375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwESiAi5lxJMVr9K8FreQDq0SE2M4V9m { width:3.375rem;height:3.375rem;top:12.125rem;left:16.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPXQmmfSHGeFNxqbmnvhExAXucVuO5zQ { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmgS1wsg2L3Df84rSfQ3ESuGcHf6dHLJ { width:15.1875rem;height:6.09375rem;top:11.375rem;left:2.4375rem;font-size:1.5625rem;color:#5b2908;display:block; }
 }@media only screen and (max-width: 763px) { #LqHUVZE44WsCP2LBVJlmrKJrOwFiLv8O { width:18.75rem;height:8rem;top:19.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8QE9Zxm7C9tU6Ub3Iqd1XUKwDC63puT { width:17.5rem;height:7.3125rem;top:19.4375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkOXXDHbVcSup4A00VhFvnti1tyrAmwr { width:20rem;height:7.8rem;top:29.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3KduWXNkfCCykyvp8eeDPSGbOvqxNuW { width:20rem;height:7.8rem;top:38.362500715256rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC { display:block; }#IhPzi24Hf1cZR31DwDIJMTNSM1JRRurC > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwy9VLNSll4LO9L4P2I57CmfmTfRPLpi { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WINQkgxBb96GqE4dT5DDR8PFC0rKIhwB { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X { display:block; }#G90eFl6Z4y92LXMLuMpXJwg7C4BKTc1X > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgia72TMSkpRUQeIlN7qwhOXrqdMRQB5 { width:16.9375rem;height:4.55rem;top:0.75rem;left:1.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSPNTxg3WRDBRLwB360cZwkTvHvUhoty { width:3.125rem;height:0.1875rem;top:5.90625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCpl3ghFprbqAUzCDemBzkish0ngr7W { display:block; }#GmCpl3ghFprbqAUzCDemBzkish0ngr7W > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmXo3VZKrTsCwXlJ2T0WdzRc7WeaDgVK { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNbAn3ZHLC5fMeS68GRNNkarNUv0gPsS { width:18.5625rem;height:22.1875rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkcw5ZMNcMwso9kuIErGtoJ6l1sJJTtM { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpNOWXEzpTCTmJVFc1IkJKCQCynfBdt { width:17.8125rem;height:22.1rem;top:5.5947265625rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R { display:block; }#MuOBZQqSf1A4K3hQ3qf5WTeeW7nOkQ8R > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaNqvPB0N04PTxu5MvSGoSq9Dvr5Mtcs { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7t5snbHI8zTwTszkhCaLOTiVIp2ztK2 { width:18.5625rem;height:3rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnkwTmBkiJFi7MINQ1fgOXdhtNyOg2zP { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEaln6uwF2tfeluAAiO5viNXHDeqf9Tq { width:17.8125rem;height:1.3rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo { display:block; }#h9TXu5hTCH9Dh6sSRUBtAaEIgw4AKgpo > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osXqbbUFiOAPG8Gl8eVJMozauWP4O8mu { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvlzmSt1Abg62EwvfqkM0KdNKdskn3L { width:18.5625rem;height:18.375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atu0PdvuHmm2XpnUwOZKMpzTPvvWpLXN { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQKSSe2nVL3EfVhe42CHI0ShpwBoUzMw { width:16.375rem;height:15.4rem;top:5.8125rem;left:1.96875rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coJyAMMKAygDxBFpOi8kApF0qT8kooTm { display:block; }#coJyAMMKAygDxBFpOi8kApF0qT8kooTm > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTcztuRJB3esldcJXzzNIUqZGBZhhwiO { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkudE1MH07WA8yHLv4ScG2WQ4miw35Cx { width:18.5625rem;height:3.125rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZXE6fCbTs7HdQri0MDHxX6dQec4TL7 { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtrayZmXZbnHfpdTUz0FnOE95uHfpyMf { width:17.8125rem;height:1.3rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uV8Uy337tNelFBofiLp9IVoOtW0EgHrX { display:block; }#uV8Uy337tNelFBofiLp9IVoOtW0EgHrX > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAhyO4040xq1i36XfGagOSnozi24MNd7 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXGmS4H5zmw0U3nzlZKy7FseTm4NC6ei { width:18.5625rem;height:17.125rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py2bDTyeQ6t18s8Mo8XDSXBMnaqr0lRJ { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyE86BNIGzSuuShTXPEEsO99lfEC3iOQ { width:16.125rem;height:27.3rem;top:4.96875rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK { display:block; }#Xx7fNo4MgB3p7adQWWerQf6eiEoWzckK > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmwhJlEXh2z8THTzpXBt9sOOgMi2Qvu4 { width:13.4375rem;height:2.875rem;top:1.25rem;left:3.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gznEWkHX7ytkGZ4TChuOub7AGIwR5ZIX { display:block; }
 }@media only screen and (max-width: 763px) { #TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O { display:block; }#TU0MivHLR8ZrR7z1XhUxlfVv8UibL14O > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKGF1VBXTVAvhRbLlw6uKEclTzsJTQOT { width:20rem;height:2.6rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhokK67HupiZrCBS7negCTHuZR1wevIA { width:6.25rem;height:0.1875rem;top:4.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S { display:block; }#TfNZUMDPR8zhBkAUCw4PzGFVy2xhOt0S > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2fPU6Wqz7BQ2iUuFvBAWs5TqBQIl7Oo { width:12.5rem;height:1.86875rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5TTTzTgwT8zTq5aIsvTGMuT5qyXH1n { width:11.5625rem;height:2.6875rem;top:14.251953125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFJpdDJ1JcaV9ZacnG2wDtrbOO7eP80T { width:9.375rem;height:9rem;top:4.064453125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP { display:block; }#rxiwcIMABiCyw5xJQG1Mqb0Mx02yBQQP > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdPMvEJdT6M0niTdFK5slZqG2pLWbMNy { width:12.5rem;height:3.7375rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Eify0ZCg1bFiPnsZCbMP89hGsm9IQC { width:10.5625rem;height:2.375rem;top:6.1875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAPaR9zxc1lGpD2JUXgf4Q7lzcHC2aX { width:20rem;height:1.6943375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDiEWEAq2iEKNE5gI0byrNDx20w5HRr { width:17.875rem;height:1.3rem;top:13.50625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emMzsX4QUpCeizon17qBt4q76yfBpVHm { display:block; }#emMzsX4QUpCeizon17qBt4q76yfBpVHm > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLqQGaV4zfKFPBZDfBXwaCET6Q0kInM2 { width:20rem;height:2.6rem;top:8.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFItzrfXinbsZAKFTRBPuHASPBFQieb9 { width:14.9375rem;height:7.5rem;top:19rem;left:2.5312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA6xWJEchX6tfOH7wWe4KKWtv8kzfv7X { width:6.4375rem;height:6.4375rem;top:11.75rem;left:6.7812498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oLtTQxEwsyW8C5Wv7gWyUWSkqWBThZ { width:4rem;height:4rem;top:26.9375rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJgcs9BT12CtecJMPbTL6y1ksPw5TNC { width:7rem;height:7rem;top:30.875rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoW6ecMTG5xxC5SHueR2EqTskyaGaGQo { width:14.0625rem;height:6rem;top:38.375rem;left:2.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }