.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:40rem;width:60rem;position:relative;display:block; }#KaS7dxK5wuUXhfFdyEKgMwT2v6eNiZeK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:11.625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#nceFARp9UKNFVR05zF3ngxvzwyyrDvgl { color:#4e5ebe;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQJOXrdrvJ3NI6gnRhqy4t92JwAE35Fd { color:#252525;display:block;width:20.125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:10.23439375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B3DFb42fl9arpGuoAOl3pIET1oHwdJ5W { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:3.25rem;display:block; }
#uBTuC6vWShR438PQQFHfqdM97UlTqJTN { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:39.0625rem;top:4.875rem;left:20.9375rem;overflow:hidden;display:block; }
#SDOisQ7AqTVI6fzLFEPyWVH5AZXFxhLb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:8.75rem;top:0.0625rem;left:49.0625rem;overflow:hidden;display:block; }
#h3y59iUmXtv4k1HVyMTN5tebfMCqqOU2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.125rem;top:0.125rem;left:46.375rem;overflow:hidden;display:block; }
#JTBs6gZv18Li0XKi8Vk6Ii5Vzl6JkiL9 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:6.25rem;top:1.03125rem;left:38.5rem;overflow:hidden;display:block; }
#lQUSAPDkoxm7cH2bzwUhKEKCV6G4vVhp { background-color:#fd0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.4375rem;left:0rem;display:block; }
#ZVWpX8aUrv3VBeLdwRyrTZqscvT9ZRgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container { background-color: transparent; background-image: none; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container > .video-iframe-container { display: none; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row > .video-iframe-container { display: none; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .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); }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container { border-width: 0; border-radius: 0; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row > .video-iframe-container {  }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#k372teolx2pMuRQ8fZTIdgNc9tePH7ir { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.375rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#hdusKRcXt4MqpVRM4nS6iSfqU35EFctT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9rem;top:4.1875rem;left:11.0625rem;overflow:hidden;display:block; }
#CVKdUGsBCJLkge6VzMMBOurt0t8l0lUg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:3.9375rem;left:20.0625rem;overflow:hidden;display:block; }
#DZTX5hV990x0e9g3zfT8J4l5BkqWxd1S { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9rem;top:4.25rem;left:29.625rem;overflow:hidden;display:block; }
#IH18TAdZFspE8IIiKKVco8PRSsGJWbTd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:3.625rem;left:40.625rem;overflow:hidden;display:block; }
#TxSC3KGOQDeVnoXs3A1920oFwamPWtA3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:;top:3.625rem;left:47.96875rem;overflow:hidden;display:block; }
#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 { position:relative;display:block; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 { background-color: transparent; background-image: none; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row .container > .video-iframe-container { display: none; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row > .video-iframe-container { display: none; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .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); }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 { border-width: 0; border-radius: 0; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row .container > .video-iframe-container {  }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .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:42.125rem;width:60rem;position:relative;display:block; }#J5AydP9nkFyOQcE8gT3mU8EHxA30q0ge { color:#252525;display:block;width:59.375rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.3125rem;height:6.8229125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3A2Bza6KRnkuWLWQZxdi174cKyCFl4f { position:absolute;display:block;z-index:100022;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:13.75rem;width:18.75rem;top:16.125rem;left:0rem;display:block; }
#llOSt18kDqhaiIe0LZf6nGnS55TCM1pM { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.3125rem;top:17.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#n2mCL85LFnw01MG5eWQEMarMaRghPNPS { position:absolute;display:block;z-index:100023;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:13.75rem;width:18.75rem;top:16.125rem;left:41.125rem;display:block; }
#O3AqDphpFeRT6STLBW3t82iyMauFBcI4 { position:absolute;display:block;z-index:100024;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:13.75rem;width:18.75rem;top:16.125rem;left:20.5625rem;display:block; }
#ftAddR3Npwcp4pEXy7lXTuAml6EoyKUe { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.3125rem;top:17.1875rem;left:21.875rem;overflow:hidden;display:block; }
#ugeDuQ6CHws9yG6gMMJ6CnvctL01G8QN { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.3125rem;top:17.1875rem;left:42.1875rem;overflow:hidden;display:block; }
#i4VEgIbpGE9CbQ1sf7zJ38B5V437kJw0 { color:#666666;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:20.25rem;left:1.3125rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TveIRIc1p82y2Em7yk9xs9swokmWmu21 { color:#666666;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100029;line-height:1.5;letter-spacing:0;top:20.25rem;left:21.875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctCIvisDTEbzffK0kr4KGH0m6I2eXIbU { color:#666666;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:21.40625rem;left:42.1875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahLNCyNuKcDifTK8fUlEc2wwizqrr1KC { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:31.75rem;left:0rem;overflow:hidden;display:block; }
#TWiy9qLRTuOvd1mt0tUfa9kBwmrfhIaP { color:#666666;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100029;line-height:1.6;letter-spacing:0;top:31.75rem;left:4.375rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h4oyA8C3HLITqlqaiEuKelOygSzwAgSF { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:31.75rem;left:20.5625rem;overflow:hidden;display:block; }
#zPTsyrWrPAPxofimw7CB3y8VoFkJKb1X { color:#666666;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100030;line-height:1.6;letter-spacing:0;top:31.75rem;left:25.0625rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2IppVSdWEyBICSCUIMcMrklV09HlJl3 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:31.75rem;left:41.125rem;overflow:hidden;display:block; }
#Wp9aB093XbKe5WRTFBrEx41dQgfMnhsa { color:#666666;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100031;line-height:1.6;letter-spacing:0;top:31.75rem;left:45.5625rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container { background-color: transparent; background-image: none; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container > .video-iframe-container { display: none; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row > .video-iframe-container { display: none; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .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); }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container { border-width: 0; border-radius: 0; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row > .video-iframe-container {  }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#DrxhOGRExkmIwwAWZyvq7VtObJ0xIxyz { color:#252525;display:block;width:34.25rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:12.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxOofwCrxWfCTr0h7c8yxTxqsu9fo7WU { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:5rem;top:12.5rem;left:5.0625rem;overflow:hidden;display:block; }
#uXL9X4fZV7pz1Kb1nxBESAA76TqNNIBe { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:5rem;top:12.46875rem;left:20.5rem;overflow:hidden;display:block; }
#v7q1uTkXgLacsIlPwTeR8smmzQMuubWJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5rem;top:12.125rem;left:35.5625rem;overflow:hidden;display:block; }
#LcFEua2H2EAsH9okinNMHGfv7OfHAKal { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:6.25rem;top:12rem;left:48.6875rem;overflow:hidden;display:block; }
#kaSuCPKeTzAdDze2rQ72CSeuyeGlBZVX { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:17.125rem;left:1.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZuI4udeE1voGwEukFcoaqmO80Fa2bo2H { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:16.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poZXHL2ZG9TtoSbliUdMerH7KrgHHnqn { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:17rem;left:31.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CHz2n6JsQGANKQkNnvBlmfAt3XpS56nB { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:17.1875rem;left:45.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIIabM1WG5QC0IaXLgIzz2GTo52rvnml { color:#666666;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9uLLztK9pwGmlC6y1aO10TtfUFlx6MO { color:#666666;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:20.3125rem;left:15.46875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdHKBzfm6xK3TJuG4Td1h9gTJ1D1NRdI { color:#666666;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:20.3125rem;left:30.53125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#te84wT0sb7TyXWFyR3JOE3s1rRG9HN1i { color:#666666;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:20.3125rem;left:44.28125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sd9GxsqxktAfAbBDDCMXTnD5BnQTGgN4 { background-color:#fd0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.229166030884rem;left:21.96875rem;display:block; }
#xawLoNdo0l3fHkKcqJSEOXVVI5w2OGqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 { position:relative;display:block; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 { background-color: transparent; background-image: none; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row .container > .video-iframe-container { display: none; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row > .video-iframe-container { display: none; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .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); }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 { border-width: 0; border-radius: 0; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row .container > .video-iframe-container {  }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .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:37.8125rem;width:60rem;position:relative;display:block; }#B2XleZmH4r36aequkr1NG0E5RNSPz9dR { color:#252525;display:block;width:59.375rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:6.8229125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhSznP5WhHSK70iQqRLWcrAVaLVdKxdt { color:#666666;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.25rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD2PsvRTxKsnKf1S2snTOQEPTvBpUsBA { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:21.75rem;left:0.625rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B69J3TM3l7rGyhJE1Im4OeHOpbbQpEmh { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:21.75rem;left:15.3125rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TakQCiXnTG59oCfrHbdFasJI9fFbNzWp { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:21.75rem;left:30rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLSOcLcKZTHXdH6HHUOfkpRvQ8H3Gec1 { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:21.75rem;left:44.6875rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkGm6zJtWeHJS25hnB5cUr41rNhiRxR5 { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:30.75rem;left:0.625rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqCCBd22xn7oIlHII57kxHzP4rBBtNmh { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:30.75rem;left:15.3125rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRrCXe07JAi6RlSL0da1Ju1ZTgxHJkL7 { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:30.75rem;left:30rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BR0mHC8UwgXptTsVcdM4kz4Tl2lW2yz3 { color:#252525;display:block;width:14.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:30.75rem;left:44.75rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGOSh0kTiFTAeBngJ0V8hfgxzqhb1PaW { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:16.875rem;left:6.0625rem;overflow:hidden;display:block; }
#dQotTatRdXuxCT7VXB59LgN5nbn24iE6 { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.75rem;top:17rem;left:20.75rem;overflow:hidden;display:block; }
#MT4h56w5UCUiUaM35x53mBMQEcL6bUno { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:4.375rem;top:17rem;left:35.125rem;overflow:hidden;display:block; }
#fzszRsG3BAhGy3EybVT5zKQTSePloPoG { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.375rem;top:17rem;left:49.8125rem;overflow:hidden;display:block; }
#r6PcG98yD4dzr0PozrXh35UQwFHNoaoL { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.375rem;top:25.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#EJOoKETHmcCcNOd5Cu1TNR9lVNGxg40q { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.375rem;top:25.9375rem;left:20.4375rem;overflow:hidden;display:block; }
#TMlES6hCOfHzoRBfA81m4P3qCAQZx2BS { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:4.375rem;top:25.8125rem;left:35.125rem;overflow:hidden;display:block; }
#JaLufCMZBh47VUvIfzOTZ8a7k21xlRna { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:4.375rem;top:25.875rem;left:49.8125rem;overflow:hidden;display:block; }
#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc { position:relative;display:block; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc { background-color: transparent; background-image: none; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container > .video-iframe-container { display: none; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row > .video-iframe-container { display: none; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .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); }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc { border-width: 0; border-radius: 0; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container > .video-iframe-container {  }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:block; }#XgCBfrAn1goAMLrc1wmOUrDTT3QzqtTH { color:#252525;display:block;width:48.5625rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.71875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytxrX2Lmnyth9FG56tVzUTXgfKNbch2m { color:#666666;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:11rem;left:5.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9kZqtJ5oNTrIZA90CTMzRRWWAclKOhy { position:absolute;display:block;z-index:100013;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 solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:49.4375rem;width:50.1875rem;top:5.25rem;left:4.8427734375rem;display:block; }
#WSQeOQpx6rRUnI6JxQt404gyJsNnTVII { position:absolute;display:block;z-index:100023;height:37.0625rem;width:46.3125rem;top:15.8115234375rem;left:6.84375rem;display:block; }
#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT { position:relative;display:block; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT { background-color: transparent; background-image: none; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row .container > .video-iframe-container { display: none; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row > .video-iframe-container { display: none; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .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); }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT { border-width: 0; border-radius: 0; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row .container > .video-iframe-container {  }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .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:6rem;width:60rem;position:relative;display:block; }#hnE8Liim3DQz1212ncMdaLf5VuoMmuNz { color:#666666;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100030;line-height:1.6;letter-spacing:0;top:3.125rem;left:2.1875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coQoXsKoTfCJiiL3FTb6ZXnmAQ0KQuGZ { color:#666666;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100031;line-height:1.6;letter-spacing:0;top:3.125rem;left:47.5625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZyFgUT7T2y2DsFvppasgJ34mlMVbFAl { color:#666666;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100032;line-height:1.6;letter-spacing:0;top:3.125rem;left:54.5625rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSew7x0pJHF9Ghr9BLslAZyUZUcl3kZW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.6875rem;top:3.0625rem;left:27.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaS7dxK5wuUXhfFdyEKgMwT2v6eNiZeK { top:1rem;left:0rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nceFARp9UKNFVR05zF3ngxvzwyyrDvgl { top:7.875rem;left:0rem;width:25.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJOXrdrvJ3NI6gnRhqy4t92JwAE35Fd { top:10.5625rem;left:0rem;width:20.125rem;height:10.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3DFb42fl9arpGuoAOl3pIET1oHwdJ5W { top:22.375rem;left:0rem;width:21.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTuC6vWShR438PQQFHfqdM97UlTqJTN { top:4.875rem;left:8.6875rem;width:39.0625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDOisQ7AqTVI6fzLFEPyWVH5AZXFxhLb { top:0.0625rem;left:39rem;width:8.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3y59iUmXtv4k1HVyMTN5tebfMCqqOU2 { top:0.125rem;left:40.25rem;width:4.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBs6gZv18Li0XKi8Vk6Ii5Vzl6JkiL9 { top:1rem;left:32.375rem;width:6.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQUSAPDkoxm7cH2bzwUhKEKCV6G4vVhp { width:16.0625rem;height:3.625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWpX8aUrv3VBeLdwRyrTZqscvT9ZRgg { display:block; }
 }@media only screen and (max-width: 763px) { #TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV { display:block; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k372teolx2pMuRQ8fZTIdgNc9tePH7ir { top:4.1875rem;left:0rem;width:9.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdusKRcXt4MqpVRM4nS6iSfqU35EFctT { top:4.1875rem;left:4.9375rem;width:9rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKdUGsBCJLkge6VzMMBOurt0t8l0lUg { top:3.9375rem;left:13.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTX5hV990x0e9g3zfT8J4l5BkqWxd1S { top:4.25rem;left:23.5rem;width:9rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH18TAdZFspE8IIiKKVco8PRSsGJWbTd { top:3.625rem;left:34.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSC3KGOQDeVnoXs3A1920oFwamPWtA3 { top:3.625rem;left:41.84375rem;width:;height:;display:block; }
 }@media only screen and (max-width: 763px) { #fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 { display:block; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5AydP9nkFyOQcE8gT3mU8EHxA30q0ge { top:5.5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3A2Bza6KRnkuWLWQZxdi174cKyCFl4f { top:16.125rem;left:0rem;width:18.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llOSt18kDqhaiIe0LZf6nGnS55TCM1pM { top:17.1875rem;left:0rem;width:8.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mCL85LFnw01MG5eWQEMarMaRghPNPS { top:16.125rem;left:28.875rem;width:18.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AqDphpFeRT6STLBW3t82iyMauFBcI4 { top:16.125rem;left:14.4375rem;width:18.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAddR3Npwcp4pEXy7lXTuAml6EoyKUe { top:17.1875rem;left:15.75rem;width:8.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugeDuQ6CHws9yG6gMMJ6CnvctL01G8QN { top:17.1875rem;left:36.0625rem;width:8.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VEgIbpGE9CbQ1sf7zJ38B5V437kJw0 { top:20.25rem;left:0rem;width:16.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TveIRIc1p82y2Em7yk9xs9swokmWmu21 { top:20.25rem;left:15.75rem;width:16.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCIvisDTEbzffK0kr4KGH0m6I2eXIbU { top:21.375rem;left:31.5rem;width:16.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahLNCyNuKcDifTK8fUlEc2wwizqrr1KC { top:31.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiy9qLRTuOvd1mt0tUfa9kBwmrfhIaP { top:31.75rem;left:0rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oyA8C3HLITqlqaiEuKelOygSzwAgSF { top:31.75rem;left:14.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTsyrWrPAPxofimw7CB3y8VoFkJKb1X { top:31.75rem;left:18.9375rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2IppVSdWEyBICSCUIMcMrklV09HlJl3 { top:31.75rem;left:35rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9aB093XbKe5WRTFBrEx41dQgfMnhsa { top:31.75rem;left:33.3125rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV { display:block; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrxhOGRExkmIwwAWZyvq7VtObJ0xIxyz { top:5.8125rem;left:6.75rem;width:34.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxOofwCrxWfCTr0h7c8yxTxqsu9fo7WU { top:12.5rem;left:0rem;width:5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXL9X4fZV7pz1Kb1nxBESAA76TqNNIBe { top:12.4375rem;left:14.375rem;width:5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7q1uTkXgLacsIlPwTeR8smmzQMuubWJ { top:12.125rem;left:29.4375rem;width:5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFEua2H2EAsH9okinNMHGfv7OfHAKal { top:12rem;left:41.5rem;width:6.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaSuCPKeTzAdDze2rQ72CSeuyeGlBZVX { top:17.125rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuI4udeE1voGwEukFcoaqmO80Fa2bo2H { top:17.1875rem;left:10.625rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZXHL2ZG9TtoSbliUdMerH7KrgHHnqn { top:17rem;left:25.6875rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHz2n6JsQGANKQkNnvBlmfAt3XpS56nB { top:17.1875rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIIabM1WG5QC0IaXLgIzz2GTo52rvnml { top:20.3125rem;left:0rem;width:15.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uLLztK9pwGmlC6y1aO10TtfUFlx6MO { top:20.3125rem;left:9.34375rem;width:15.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdHKBzfm6xK3TJuG4Td1h9gTJ1D1NRdI { top:20.3125rem;left:24.40625rem;width:15.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #te84wT0sb7TyXWFyR3JOE3s1rRG9HN1i { top:20.3125rem;left:32.6875rem;width:15.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd9GxsqxktAfAbBDDCMXTnD5BnQTGgN4 { width:16.0625rem;height:3.625rem;top:31.1875rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawLoNdo0l3fHkKcqJSEOXVVI5w2OGqV { display:block; }
 }@media only screen and (max-width: 763px) { #ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 { display:block; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XleZmH4r36aequkr1NG0E5RNSPz9dR { top:3.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSznP5WhHSK70iQqRLWcrAVaLVdKxdt { top:11.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD2PsvRTxKsnKf1S2snTOQEPTvBpUsBA { top:21.75rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B69J3TM3l7rGyhJE1Im4OeHOpbbQpEmh { top:21.75rem;left:9.1875rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TakQCiXnTG59oCfrHbdFasJI9fFbNzWp { top:21.75rem;left:23.875rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSOcLcKZTHXdH6HHUOfkpRvQ8H3Gec1 { top:21.75rem;left:33.0625rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGm6zJtWeHJS25hnB5cUr41rNhiRxR5 { top:30.75rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCCBd22xn7oIlHII57kxHzP4rBBtNmh { top:30.75rem;left:9.1875rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRrCXe07JAi6RlSL0da1Ju1ZTgxHJkL7 { top:30.75rem;left:23.875rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR0mHC8UwgXptTsVcdM4kz4Tl2lW2yz3 { top:30.75rem;left:33.0625rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOSh0kTiFTAeBngJ0V8hfgxzqhb1PaW { top:16.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQotTatRdXuxCT7VXB59LgN5nbn24iE6 { top:17rem;left:14.625rem;width:3.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4h56w5UCUiUaM35x53mBMQEcL6bUno { top:17rem;left:29rem;width:4.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzszRsG3BAhGy3EybVT5zKQTSePloPoG { top:17rem;left:43.375rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6PcG98yD4dzr0PozrXh35UQwFHNoaoL { top:25.8125rem;left:0rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJOoKETHmcCcNOd5Cu1TNR9lVNGxg40q { top:25.9375rem;left:14.3125rem;width:4.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlES6hCOfHzoRBfA81m4P3qCAQZx2BS { top:25.8125rem;left:29rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaLufCMZBh47VUvIfzOTZ8a7k21xlRna { top:25.875rem;left:43.375rem;width:4.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc { display:block; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgCBfrAn1goAMLrc1wmOUrDTT3QzqtTH { top:6.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytxrX2Lmnyth9FG56tVzUTXgfKNbch2m { top:11rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kZqtJ5oNTrIZA90CTMzRRWWAclKOhy { top:5.25rem;left:0rem;width:47.625rem;height:49.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQeOQpx6rRUnI6JxQt404gyJsNnTVII { top:15.75rem;left:0.71875rem;width:46.3125rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbN7sigJFw7bFflGEzmk45vb1aO7iBT { display:block; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnE8Liim3DQz1212ncMdaLf5VuoMmuNz { top:3.125rem;left:0rem;width:14.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQoXsKoTfCJiiL3FTb6ZXnmAQ0KQuGZ { top:3.125rem;left:40.6875rem;width:7.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZyFgUT7T2y2DsFvppasgJ34mlMVbFAl { top:3.125rem;left:42.3125rem;width:5.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSew7x0pJHF9Ghr9BLslAZyUZUcl3kZW { top:3.0625rem;left:21.0625rem;width:5.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaS7dxK5wuUXhfFdyEKgMwT2v6eNiZeK { width:7.125rem;height:1.5rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nceFARp9UKNFVR05zF3ngxvzwyyrDvgl { width:16.6875rem;height:4.125rem;top:5.25rem;left:1.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJOXrdrvJ3NI6gnRhqy4t92JwAE35Fd { width:19.125rem;height:7.6875rem;top:9.9375rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3DFb42fl9arpGuoAOl3pIET1oHwdJ5W { width:20rem;height:3.25rem;top:19.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTuC6vWShR438PQQFHfqdM97UlTqJTN { width:20rem;height:13.26075rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDOisQ7AqTVI6fzLFEPyWVH5AZXFxhLb { width:8.75rem;height:4.8125rem;top:46.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3y59iUmXtv4k1HVyMTN5tebfMCqqOU2 { width:4.125rem;height:4.625rem;top:46.34375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBs6gZv18Li0XKi8Vk6Ii5Vzl6JkiL9 { width:6.25rem;height:2.4375rem;top:47.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQUSAPDkoxm7cH2bzwUhKEKCV6G4vVhp { width:16.0625rem;height:3.625rem;top:52.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWpX8aUrv3VBeLdwRyrTZqscvT9ZRgg { display:block; }
 }@media only screen and (max-width: 763px) { #TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV { display:block; }#TImGgmUpi3Nfa1HmeJsVwiqlpqBN8TfV > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k372teolx2pMuRQ8fZTIdgNc9tePH7ir { width:9.375rem;height:3.25rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdusKRcXt4MqpVRM4nS6iSfqU35EFctT { width:9rem;height:3.25rem;top:5.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKdUGsBCJLkge6VzMMBOurt0t8l0lUg { width:10.3125rem;height:3.75rem;top:10.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTX5hV990x0e9g3zfT8J4l5BkqWxd1S { width:9rem;height:3.25rem;top:15.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH18TAdZFspE8IIiKKVco8PRSsGJWbTd { width:6.875rem;height:6.875rem;top:19.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSC3KGOQDeVnoXs3A1920oFwamPWtA3 { width:;height:;top:25.125rem;left:3.984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 { display:block; }#fqkSlc6tEkI1k7JeLM83imBxC8Fy6972 > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5AydP9nkFyOQcE8gT3mU8EHxA30q0ge { width:20rem;height:10.25rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3A2Bza6KRnkuWLWQZxdi174cKyCFl4f { width:18.75rem;height:13.75rem;top:12.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llOSt18kDqhaiIe0LZf6nGnS55TCM1pM { width:8.3125rem;height:1.5625rem;top:13.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mCL85LFnw01MG5eWQEMarMaRghPNPS { width:18.75rem;height:13.75rem;top:55.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AqDphpFeRT6STLBW3t82iyMauFBcI4 { width:18.75rem;height:13.75rem;top:34.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAddR3Npwcp4pEXy7lXTuAml6EoyKUe { width:8.3125rem;height:1.5625rem;top:35.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugeDuQ6CHws9yG6gMMJ6CnvctL01G8QN { width:8.3125rem;height:1.5625rem;top:56.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VEgIbpGE9CbQ1sf7zJ38B5V437kJw0 { width:16.25rem;height:7.875rem;top:16.875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TveIRIc1p82y2Em7yk9xs9swokmWmu21 { width:16.25rem;height:7.875rem;top:38.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCIvisDTEbzffK0kr4KGH0m6I2eXIbU { width:16.25rem;height:7.875rem;top:61.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahLNCyNuKcDifTK8fUlEc2wwizqrr1KC { width:3.75rem;height:3.75rem;top:27.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiy9qLRTuOvd1mt0tUfa9kBwmrfhIaP { width:14.4375rem;height:2.75rem;top:27.6875rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oyA8C3HLITqlqaiEuKelOygSzwAgSF { width:3.75rem;height:3.75rem;top:49.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTsyrWrPAPxofimw7CB3y8VoFkJKb1X { width:14.4375rem;height:2.75rem;top:49.4375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2IppVSdWEyBICSCUIMcMrklV09HlJl3 { width:3.75rem;height:3.75rem;top:70.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9aB093XbKe5WRTFBrEx41dQgfMnhsa { width:14.4375rem;height:2.75rem;top:70.8125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV { display:block; }#WdJTOmD5E7rAkqoWJS2sonPqhVq7GzgV > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrxhOGRExkmIwwAWZyvq7VtObJ0xIxyz { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxOofwCrxWfCTr0h7c8yxTxqsu9fo7WU { width:5rem;height:3.75rem;top:7.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXL9X4fZV7pz1Kb1nxBESAA76TqNNIBe { width:5rem;height:3.8125rem;top:17.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7q1uTkXgLacsIlPwTeR8smmzQMuubWJ { width:5rem;height:4.5rem;top:28.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFEua2H2EAsH9okinNMHGfv7OfHAKal { width:6.25rem;height:4.8125rem;top:39.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaSuCPKeTzAdDze2rQ72CSeuyeGlBZVX { width:12.5rem;height:1.625rem;top:11.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuI4udeE1voGwEukFcoaqmO80Fa2bo2H { width:12.5rem;height:1.625rem;top:21.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZXHL2ZG9TtoSbliUdMerH7KrgHHnqn { width:12.5rem;height:1.625rem;top:32.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHz2n6JsQGANKQkNnvBlmfAt3XpS56nB { width:12.5rem;height:1.625rem;top:43.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIIabM1WG5QC0IaXLgIzz2GTo52rvnml { width:15.0625rem;height:2.5rem;top:13rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uLLztK9pwGmlC6y1aO10TtfUFlx6MO { width:15.0625rem;height:2.5rem;top:22.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdHKBzfm6xK3TJuG4Td1h9gTJ1D1NRdI { width:15.0625rem;height:3.75rem;top:33.9375rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #te84wT0sb7TyXWFyR3JOE3s1rRG9HN1i { width:15.0625rem;height:3.75rem;top:45.1875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd9GxsqxktAfAbBDDCMXTnD5BnQTGgN4 { width:16.0625rem;height:3.625rem;top:50.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawLoNdo0l3fHkKcqJSEOXVVI5w2OGqV { display:block; }
 }@media only screen and (max-width: 763px) { #ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 { display:block; }#ufchnkqxkb1HJJO3XKNpNufgAeFhfbH1 > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XleZmH4r36aequkr1NG0E5RNSPz9dR { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSznP5WhHSK70iQqRLWcrAVaLVdKxdt { width:20rem;height:4.5rem;top:10.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD2PsvRTxKsnKf1S2snTOQEPTvBpUsBA { width:14.6875rem;height:1.4375rem;top:19.6875rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B69J3TM3l7rGyhJE1Im4OeHOpbbQpEmh { width:14.6875rem;height:1.4375rem;top:26.75rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TakQCiXnTG59oCfrHbdFasJI9fFbNzWp { width:14.6875rem;height:1.4375rem;top:35.375rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSOcLcKZTHXdH6HHUOfkpRvQ8H3Gec1 { width:14.6875rem;height:1.4375rem;top:43.375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGm6zJtWeHJS25hnB5cUr41rNhiRxR5 { width:14.6875rem;height:1.4375rem;top:51.8125rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCCBd22xn7oIlHII57kxHzP4rBBtNmh { width:14.6875rem;height:1.4375rem;top:60rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRrCXe07JAi6RlSL0da1Ju1ZTgxHJkL7 { width:14.6875rem;height:1.4375rem;top:68.375rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR0mHC8UwgXptTsVcdM4kz4Tl2lW2yz3 { width:14.6875rem;height:1.4375rem;top:76.8125rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOSh0kTiFTAeBngJ0V8hfgxzqhb1PaW { width:3.75rem;height:3.75rem;top:15.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQotTatRdXuxCT7VXB59LgN5nbn24iE6 { width:3.75rem;height:3.5625rem;top:23.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4h56w5UCUiUaM35x53mBMQEcL6bUno { width:4.375rem;height:3.5625rem;top:31.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzszRsG3BAhGy3EybVT5zKQTSePloPoG { width:4.375rem;height:3.5rem;top:39.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6PcG98yD4dzr0PozrXh35UQwFHNoaoL { width:4.375rem;height:3.5rem;top:48.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJOoKETHmcCcNOd5Cu1TNR9lVNGxg40q { width:4.375rem;height:3.3125rem;top:56.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlES6hCOfHzoRBfA81m4P3qCAQZx2BS { width:4.375rem;height:3.5rem;top:64.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaLufCMZBh47VUvIfzOTZ8a7k21xlRna { width:4.375rem;height:3.375rem;top:73.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc { display:block; }#rCUHDO4aiK7m34yqCF9OdFRS4ZSpz4bc > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgCBfrAn1goAMLrc1wmOUrDTT3QzqtTH { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytxrX2Lmnyth9FG56tVzUTXgfKNbch2m { width:20rem;height:4.5rem;top:7.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kZqtJ5oNTrIZA90CTMzRRWWAclKOhy { width:19.875rem;height:34.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQeOQpx6rRUnI6JxQt404gyJsNnTVII { width:20rem;height:19.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbN7sigJFw7bFflGEzmk45vb1aO7iBT { display:block; }#hHbN7sigJFw7bFflGEzmk45vb1aO7iBT > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnE8Liim3DQz1212ncMdaLf5VuoMmuNz { width:14.4375rem;height:1.1875rem;top:3.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQoXsKoTfCJiiL3FTb6ZXnmAQ0KQuGZ { width:7.0625rem;height:1.1875rem;top:5.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZyFgUT7T2y2DsFvppasgJ34mlMVbFAl { width:5.4375rem;height:1.1875rem;top:8.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSew7x0pJHF9Ghr9BLslAZyUZUcl3kZW { width:5.6875rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }