.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy *:focus-visible, #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy input[type="text"]:focus-visible, #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy input[type="email"]:focus-visible, #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy input[type="tel"]:focus-visible, #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63465f5d-0ff2-4e5e-849a-d234017a1ede/Slantdigitalcoact.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,73,0,0.29); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,73,0,0.29); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#He4Z6hC70HPbGtBfNCNcWq0a9qTZt33w { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:1.4624rem;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; }
#HPuowll3ZSWvqgSSLCA4hSsQu2Z5OwiW { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:24.8125rem;left:0rem;height:9.8994375rem;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; }
#ErpdD5PiTaesyqfsUlLClvgcmQ3NMFWr { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.25rem;left:3.25rem;height:1.4624rem;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; }
#lHJd0EDPD8Li7Jt24Nb7pc3r7VNemlDx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.0625rem;left:0rem; }
#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63465f5d-0ff2-4e5e-849a-d234017a1ede/Slantdigitalcoact.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.adaptive-delivery-prevent-bg, #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.lazyload, #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.lazyloading { background-image: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { background-color: transparent; background-image: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,73,0,0.29); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,73,0,0.29); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .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); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { border-width: 0; border-radius: 0; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#nAGoV2pr4J2JLpRcHTpD2wwFIlSArCIt { z-index:15007;top:0rem;left:0rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#czNJKC9W24UZeinH7iZXv6zyd8gPRokw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5u8fNaGyEw1DTEBfHlqOtZyO9ltcpnJ { z-index:15007;top:0rem;left:15rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ksh7t4nfpBcGLZ8wq1WqD25kvi5XGJra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQFzFbbWVVL4ObW9Z4h0x9EB257uDKKF { z-index:15007;top:0rem;left:30.0625rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iCAaXJ7SvGIxCMlyCqzTByJnoIy26IbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiMxeEOW24vrPHxIwMCbmyqF3RumaQsp { z-index:15007;top:0rem;left:45.125rem;background-color:#d50101;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LBocgpGnwgoO25nohBStUQZ1ksvrRNR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G { position:relative;display:block; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G { background-color: transparent; background-image: none; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container > .video-iframe-container { display: none; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row > .video-iframe-container { display: none; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .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); }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G { border-width: 0; border-radius: 0; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c0d12;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg { background-color:#0c0d12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { background-color: transparent; background-image: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container > .video-iframe-container { display: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row > .video-iframe-container { display: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .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); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { border-width: 0; border-radius: 0; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { width:60rem;height:42.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cHCHSTFePUW1RZ7E6IpQUs2BeVW5TGcA { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.30615234375rem;left:34.5625rem;height:2.32470625rem;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; }
#BL4D44WL8BQotCL4a1J6fwAPgQOald4p { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:19.59861875rem;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;text-align:left;text-align-last:left;display:block; }
#pFDLuZw4gP56L3sLqHGWik772AeyO2qT { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.60595703125rem;left:14.1875rem;height:2.4746125rem;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; }
#yVbAQ0Mou1lUF47bhrkFTzAkL02bMHbA { position:absolute;display:block;z-index:15006;background-color:#4b4f6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:30rem;top:8.25rem;left:0rem;display:block; }
#V98OuPG6t24mbSSBcbfVolWpkzZVJWiA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:11.125rem;top:0.93701171875rem;left:0rem;overflow:hidden;display:block; }
#eRVTzJgJxO2sEta6k5ZJvvDZqZ2P3vCz { position:absolute;display:block;z-index:15012;height:20.5rem;width:25.6875rem;top:8.25rem;left:34.3125rem;display:block; }
#qAxC440KJyqburfg85KDk0iw1PfkC8sU { background-color:#e4e3e1;background-image:url("https://images.assets-landingi.com/d5wgqDpN/01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU.adaptive-delivery-prevent-bg, #qAxC440KJyqburfg85KDk0iw1PfkC8sU.lazyload, #qAxC440KJyqburfg85KDk0iw1PfkC8sU.lazyloading { background-image: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { background-color: transparent; background-image: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .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); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { border-width: 0; border-radius: 0; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PqHvFBy4sdf5QGXJTcZuVPZZFcQNhwcv { color:#2b2d3c;display:block;width:33.25rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.875rem;left:0.0625rem;height:6.04980625rem;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; }
#UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia { color:#2b2d3c;display:block;width:34.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:12.8125rem;left:0rem;height:23.880875rem;font-style:normal;display:block; }#UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia li:before{  }
#mhTg5Qf6skAbtFNsP8QVcSwp1RnVanZG { z-index:15003;top:38.625rem;left:0.0625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d50101;border-left:0.1875rem solid #d50101;border-right:0.1875rem solid #d50101;border-bottom:0.1875rem solid #d50101;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;box-sizing:border-box;color:#d50101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Rvkn06bc59A9yEwDChBGrSAiIgrqNGFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container { background-color: transparent; background-image: none; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container > .video-iframe-container { display: none; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row > .video-iframe-container { display: none; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .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); }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container { border-width: 0; border-radius: 0; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#l85g3JwVCq0ZmyzatOXge4Lt9OLK95u2 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.84375rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bn76NJRRpnFQ30yIMrtE1e92pATH0vJh { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.53125rem;left:39.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container { background-color: transparent; background-image: none; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container > .video-iframe-container { display: none; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row > .video-iframe-container { display: none; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .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); }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container { border-width: 0; border-radius: 0; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#GhUXdikp3iKILr7D4ld0304K948lQlpx { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:16.4375rem;height:3.25rem;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; }
#Bvbz5Mg8WFR2GtFrvSGJyHfAtBV3XG6O { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5625rem;left:16.4375rem;height:12rem;font-style:normal;display:block; }
#WTnDN83C4l5beUH2KTp7nNRJD2zgteXh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:39.9375rem;height:13.875rem;font-style:normal;display:block; }#C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 li:before{  }
#marhcKSODAClIFE5rTyBKTvTWbebWOW9 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#kC932vU9fKoQa5f6rUbWTWa6iMnVLLR7 { z-index:15001;top:16.9375rem;left:2.34375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yMTxzSdPmEqHZGklMS5uiurVElE1vlx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ltu6dxlSHqxcmfbcWWWDe6peOufyUzk7 { color:rgba(0,0,0,0);display:block;width:47.4375rem;position:absolute;font-family:roboto;font-size:14.1875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:8.30615234375rem;left:0rem;height:18.443375rem;text-align:left;text-align-last:left;display:none; }
#kcUoGOmptVP4TgUhbFXgIFTz2Glc9qav { position:absolute;display:block;z-index:15007;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.75rem;top:4.3125rem;left:16.4375rem;display:block; }
#JTpX51Em3SE2LgNhuXI8vLLvS6SJ6PK0 { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.9375rem;top:4.3125rem;left:40rem;display:block; }
#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container { background-color: transparent; background-image: none; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container > .video-iframe-container { display: none; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row > .video-iframe-container { display: none; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .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); }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container { border-width: 0; border-radius: 0; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#VdBXDtNXI7VITm55HTEzTA4CCtNMUkLu { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:16.4375rem;height:3.25rem;font-style:normal;display:block; }
#INo66I73RL8tboXsN37oEAdRLp7TXyx1 { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5625rem;left:16.4375rem;height:15rem;font-style:normal;display:block; }
#a7uUnroc4iJLHn6VTZvQV4DE4QDv29h0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uZm8MeFdguVo683WyXtxr6wOEH2XF3hP { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:39.9375rem;height:;font-style:normal;display:block; }#uZm8MeFdguVo683WyXtxr6wOEH2XF3hP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uZm8MeFdguVo683WyXtxr6wOEH2XF3hP li:before{  }
#gMGf1GJSbk9F2RkBnuUtBxAxyXt6Qhsw { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#UFZVXT9hCBEPgFir5JuqwFJl58S9QN5T { z-index:15001;top:16.9375rem;left:2.34375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PULbNAJgzyI2GWVfJkUd8vooASHqrAsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUThfWJOhKSBToH8ved75sWenSNqbhvL { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:14.1875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:18.443375rem;display:none; }
#gHA3Z0xb5AruSU4L30CTiD8mqpZ6bfZS { position:absolute;display:block;z-index:15011;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.75rem;top:4.4375rem;left:16.4375rem;display:block; }
#pmeXDT8vyFE0vu2IrqDeoM6Po6prhXm8 { position:absolute;display:block;z-index:15012;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.9375rem;top:4.4375rem;left:40.0625rem;display:block; }
#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container { background-color: transparent; background-image: none; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container > .video-iframe-container { display: none; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row > .video-iframe-container { display: none; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .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); }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container { border-width: 0; border-radius: 0; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#uUAWOpQglcA6hylPkl2NTwrQNnFwx3RT { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:16.4375rem;height:3.25rem;font-style:normal;display:block; }
#wdbTD2umPkq2gshovReC6GEdrLpFP6m4 { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5625rem;left:16.4375rem;height:15rem;font-style:normal;display:block; }
#zwL2zVfZm7OQKg2J1xoitQy71JVUd9vf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK { color:#9b9b9b;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:39.9375rem;height:15.6875rem;font-style:normal;display:block; }#pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK li:before{  }
#vqt0JNhlGQMmKIVgPho4JsyTJWfaVEpC { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#yFTyMLi0JQ0KzRzzIyG1hq2iD6amNbHW { z-index:15001;top:16.9375rem;left:2.34375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P7Ia5Ss5Jnd0w6ykfT659GoPbxAdgolV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBTTgTQIpGOFsBrynVmuWBky1c2fNKVD { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:14.1875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:18.443375rem;display:none; }
#ekh4bkA1wuB8b0rmXMo6hsxg1Z0d5q7E { position:absolute;display:block;z-index:15012;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.75rem;top:4.3125rem;left:16.4375rem;display:block; }
#nTAEEpOgA9EUiBgGX3SXB1mRqiC7hJpg { position:absolute;display:block;z-index:15013;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.9375rem;top:4.3125rem;left:40.0625rem;display:block; }
#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:url("https://images.assets-landingi.com/2hCRGQ8z/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.adaptive-delivery-prevent-bg, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyload, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyloading { background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { background-color: transparent; background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .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); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { border-width: 0; border-radius: 0; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#VKgQgE2TsHKXcdhQHKB6B9Oyk3wt5qsL { z-index:15002;top:5.375rem;left:9.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oE9Fbn1EJdzkIqXkd3S4WhUaytoNpEfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XH64ilrPTNBwIWJTCIifFOitMORtwswa { z-index:15003;top:5.375rem;left:31.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LcnvsTw5fchqlqHGSZiPTlXgDq14SsFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { background-color: transparent; background-image: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container > .video-iframe-container { display: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container { display: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .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); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { border-width: 0; border-radius: 0; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { color:#585858;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { background-color: transparent; background-image: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container > .video-iframe-container { display: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container { display: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .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); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { border-width: 0; border-radius: 0; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#GtaxnnxIRTDNyO4mOn2PJzwix54rgVGx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oIoGTil8A7TTo5NRZahNkqKhuZiOpyOE { color:#585858;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#qCKRuNK1zfS6asOrsuowgGWAdPuWxml9 { color:#585858;display:block;width:26.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:27.5625rem;left:0rem;height:9rem;font-style:normal;display:block; }
#DNNEiyb17iD08P76wHIcTZZU2wC4GWN8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:28.4375rem;top:0rem;left:31.731884057971rem;overflow:hidden;display:block; }
#skfDkXae4cGfHBlFWVLVZo6C3T95W21A { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.75rem;left:31.9375rem;height:4.2246125rem;font-style:normal;display:block; }
#sDKCtJa5qCTJU8oTSRtsQEM0cP4gpIRc { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:27.5625rem;left:31.9375rem;height:7.5rem;font-style:normal;display:block; }
#ntbcW8mNr598yCWtDEK717H67UEFK8PU { position:absolute;display:block;z-index:15006;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.4375rem;top:26.25rem;left:0rem;display:block; }
#uv40AVVgzZNwd5IeKVKRLkFEWSIoFxmg { position:absolute;display:block;z-index:15007;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:26.25rem;left:31.8125rem;display:block; }
#VS5adDRSsqWLQmAlAp4Ph1ZNBEkkzAcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.0625rem;left:0rem; }
#gwTkyRZyTW3JurVktPTWS2yIgK98Zxzm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.8125rem;left:31.9375rem; }
#aTOI8JiosVW9lkbPnFJTDAETp7vt5Trv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.31884765625rem;left:2.5rem;height:1.29980625rem;display:block; }
#kq656vXZHNeauL015ObaBWbbZTaApRoH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.31884765625rem;left:34.5625rem;height:1.29980625rem;display:block; }
#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container { background-color: transparent; background-image: none; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container > .video-iframe-container { display: none; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row > .video-iframe-container { display: none; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .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); }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container { border-width: 0; border-radius: 0; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#Tg5ulUkZUi99mt48C8P99z85TMyAM1vU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#E7yZZRifUQ7UME7fgAmwUfQqD3rt4Trv { color:#585858;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#QzmIOFIGA0q9wLd3NdoAq69vsJSeVNuq { color:#585858;display:block;width:26.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:28rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#snSDKv1RliqUzTnZXllukcbixsp1d2SJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:31.5625rem;overflow:hidden;display:block; }
#SdTdsQRy9ZXuvkvyEhP6TTLipdB5tA7s { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:31.9375rem;height:4.2246125rem;font-style:normal;display:block; }
#vMN4TDMLnnb4TsEwOrdUkXp1JzmHvchT { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:28rem;left:31.9375rem;height:6rem;font-style:normal;display:block; }
#PgOXD3oGQqJAWw3wSdX1TxEAuaF0iF5U { position:absolute;display:block;z-index:15006;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.4375rem;top:26.6875rem;left:0rem;display:block; }
#lkR7dAkv2JoUIxTRNgn6s0EdwqZyQvAN { position:absolute;display:block;z-index:15007;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:26.6875rem;left:31.875rem;display:block; }
#vxyXskl4Q1MwuhFnaP6QLg7zZmXVaLOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.25rem;left:0rem; }
#vO4E8ksWBAGh7JNRK99cBs87X714TQwC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.25rem;left:31.9375rem; }
#pBxadmiI7VXulp6gTfdCJzi5NphHElgE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.69384765625rem;left:2.625rem;height:1.29980625rem;display:block; }
#UzpFneMJN9bI5t9zwTo16ZtwrgvANF9L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:34.5625rem;height:1.29980625rem;display:block; }
#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container { background-color: transparent; background-image: none; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container > .video-iframe-container { display: none; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row > .video-iframe-container { display: none; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .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); }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container { border-width: 0; border-radius: 0; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#BaGOTe7Ge4fOFSlnqw0lOVnmfImeDWoy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VLHTbVbRibd5pIJfxgGmlfpd4eMXkEhq { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#zfpf0rbSITlVziJmp4oIGUNFobc2t1eo { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:26.75rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#r8pdE6QcoHIK9qbyyQDpRKGm1WS1kZma { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:31.5625rem;overflow:hidden;display:block; }
#PynvzgBIeWU3RArMG58LNHmLlNFU1XLr { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:31.9375rem;height:4.2246125rem;font-style:normal;display:block; }
#PMPy0d0vOEHvTCOvap0nqTTcTG5Sqb1Z { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:26.75rem;left:31.9375rem;height:9rem;font-style:normal;display:block; }
#xlTe7EzgredTrizA8QoaKuptQUoHPRzC { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5625rem;left:0rem;display:block; }
#iyvIRyQUDdQShZUKWkqzpII5gVvVWdXU { position:absolute;display:block;z-index:15009;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5625rem;left:31.875rem;display:block; }
#CanRNwTNXHRyUil9b3Wc1IxEUoltMg3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.6875rem;left:0rem; }
#cMAnT2PVIOqCTKx7uH9yfl6BSxAtqT2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.6875rem;left:31.5625rem; }
#yAfTBV8uy5OBk4DFNBsUcWg4Nc53s0C6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.0625rem;left:2.625rem;height:1.29980625rem;display:block; }
#Gs3JH0y0N5Tn7opEHQiGPsTkR9dLFOpi { color:#000000;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.0625rem;left:34.1875rem;height:1.29980625rem;display:block; }
#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container { background-color: transparent; background-image: none; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container > .video-iframe-container { display: none; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row > .video-iframe-container { display: none; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .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); }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container { border-width: 0; border-radius: 0; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#P4KNKoVTg68hTnHZs7F9WBmDt3p7wF81 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VQq4zyqRWLK7aWf5NdbnlQnaEH0P1ir9 { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:0rem;height:4.54980625rem;font-style:normal;display:block; }
#SIcZgWODGQT63J6QiUcnlX8cfID6cgqK { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:26.6875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#vvxTQqMGeI4uR4F79lRxOTp8mPsPB0Al { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:31.5625rem;overflow:hidden;display:block; }
#XOGXRvc4KVxg6FwB9pXZn4s5aSvL7gQX { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:31.9375rem;height:4.54980625rem;font-style:normal;display:block; }
#vpKpeyAxZl3QEWTBGfMFTeixHTbNzEdq { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5rem;left:0rem;display:block; }
#DWxBGzXDMFNwMDB1m6RTymcftDkAPKaQ { position:absolute;display:block;z-index:15009;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5rem;left:31.875rem;display:block; }
#ihy4Dwc4GNiN3Os0U4amdpDm48iPs3Uf { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:26.6875rem;left:31.9375rem;height:7.5rem;font-style:normal;display:block; }
#dGya6t9GCLyexl34KtcixJTfzac19NIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36rem;left:0rem; }
#POUvDmwqariadSvCg4FB7N99a9qJ1Pu0 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.44384765625rem;left:2.5625rem;height:1.29980625rem;display:block; }
#zfhR3sQgHANfPlehsTDm3KkIW60Wdgw2 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.4375rem;left:34.5rem;height:1.29980625rem;display:block; }
#C1Dp9XW6FJJ9ERiTFQBcNGoMkS5TMFPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36rem;left:31.9375rem; }
#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container { background-color: transparent; background-image: none; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container > .video-iframe-container { display: none; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row > .video-iframe-container { display: none; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .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); }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container { border-width: 0; border-radius: 0; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#ooxw8HtXwUKTEuMVTPZyk6vrLBBuA71b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TXkKpHqI7GAao7ylmrF1d2T8GqKSI4ID { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:0rem;height:4.54980625rem;font-style:normal;display:block; }
#wPG7l3vbd3RbXf4HhG72DDqmKEAb69so { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:26.6875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#wHBptQ0nUTsxSdcDU6NEpURiv43gONlt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:31.5625rem;overflow:hidden;display:block; }
#axpFAJt5gMnqIr4z8VoMwUJZMBesqcim { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:31.9375rem;height:4.54980625rem;font-style:normal;display:block; }
#TaEDvClDAMkOkFOkaCrpcrNaZU28CTTo { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5rem;left:0rem;display:block; }
#dGPJ8JBgWXVuQTT8bLhoTKd88KwleFk4 { position:absolute;display:block;z-index:15009;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:25.5rem;left:31.875rem;display:block; }
#zzxmRC8VDfOFfUmJT1T5PRte8ncpNuix { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:26.6875rem;left:31.9375rem;height:7.5rem;font-style:normal;display:block; }
#PagTwMR04RHdxmasS8Dxy5vd1wchfUpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36rem;left:0rem; }
#St5TCPo6hAZga4NlAwLfFduZqze6vZMF { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.50634765625rem;left:2.5rem;height:1.29980625rem;display:block; }
#rqk52nNVVI8wguMQ2X8BPtusnIJDGygZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36rem;left:31.9375rem; }
#TxeBnWTp9D40FXGALTtRxkq7rh1hlg5T { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.5rem;left:34.4375rem;height:1.29980625rem;display:block; }
#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container { background-color: transparent; background-image: none; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container > .video-iframe-container { display: none; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row > .video-iframe-container { display: none; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .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); }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container { border-width: 0; border-radius: 0; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#Z0HirASlQcTngV6J06xFIbFF8fwKRugH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OGWwLp3ZLfpQVSdyt1XTWQFuf9kHwJGc { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:4.5498rem;font-style:normal;display:block; }
#PqZRrq77Snq7oJ7ywEadXqpxiWhSV9Hn { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#Pb91f6CaCqyoAEhQAz9PfCaXNwzLITyS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.4375rem;top:0rem;left:31.5625rem;overflow:hidden;display:block; }
#CFOrKlyLM0F8TXVeMBvA8ZloiyChSo3x { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875rem;left:31.9375rem;height:4.54980625rem;font-style:normal;display:block; }
#pXLLy17BJNHHcfRwk27fyMTf8Hd609fQ { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:26.5rem;left:0rem;display:block; }
#TVQKqvJ5uy78TsOFpUKftStipFTPKyxp { position:absolute;display:block;z-index:15009;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:28.0625rem;top:26.5rem;left:31.875rem;display:block; }
#aflq2O9iyxcBvNBXuD8uuq0sffJXhAlF { color:#585858;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:27.6875rem;left:31.9375rem;height:7.5rem;font-style:normal;display:block; }
#ISOqqU6UTeyBiDVotT3522tidXPhteSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.9375rem;left:0rem; }
#IUVHm6wgo0UcPke6Ocv5qQXW9l2KQqXP { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.4501953125rem;left:2.5rem;height:1.29980625rem;display:block; }
#GQL6xBUKtFLxcNFQdfNKuzEh0JZuUVA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:36.9375rem;left:31.9375rem; }
#vtihKEW1ZdhfRHysrpOo54s1adAP6Kzo { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:37.4375rem;left:34.4375rem;height:1.29980625rem;display:block; }
#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:url("https://images.assets-landingi.com/2hCRGQ8z/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI.adaptive-delivery-prevent-bg, #VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI.lazyload, #VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI.lazyloading { background-image: none; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container { background-color: transparent; background-image: none; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container > .video-iframe-container { display: none; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row > .video-iframe-container { display: none; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .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); }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container { border-width: 0; border-radius: 0; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#XylNVwph7hfb5z3Lyn7eWqlf99mKaymJ { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:4.6875rem;left:15.40625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfhGQi1wpAAnyaLZcDodeVEy512497xF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d50101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { background-color: transparent; background-image: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .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); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { border-width: 0; border-radius: 0; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#eSK3gbokqAArTN5eX2mddznrD0ANzkeg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfA1cfv1Fuz97rCnPDpMypJhoFF5qthT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:4.3125rem;left:4.5rem;overflow:hidden;display:block; }
#RM0PhGnOcDLCNeuv454TT7oLvs5ZwTNR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.1748046875rem;left:53.375rem;overflow:hidden;display:block; }
#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d50101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container { background-color: transparent; background-image: none; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container > .video-iframe-container { display: none; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row > .video-iframe-container { display: none; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .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); }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container { border-width: 0; border-radius: 0; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#ow8GtIiCe10pyvmFveREpu8xsFwm6a1V { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.8125rem;height:4.3872rem;font-style:normal;display:block; }
#PAHiJQtZtF4qPBbh9sTxblxAUpB56oTH { color:#e3e3e3;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:7.40625rem;left:0.8125rem;height:23.994125rem;font-style:normal;display:block; }
#UpI8Qmiv4KVV0AXBwrAONr1TEKp6Ck1C { color:#e3e3e3;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.25rem;left:30.875rem;height:22.3945rem;font-style:normal;display:block; }
#OF5UFscqiRrrRxQOmKzdkirLDgvJzbBP { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:4.3872rem;font-style:normal;display:block; }
#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d50101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { background-color: transparent; background-image: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container > .video-iframe-container { display: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container { display: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .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); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { border-width: 0; border-radius: 0; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#OgIyiU8Wo2VLHhdlgTqPO6wgcVFLVMrT { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.8125rem;height:4.3872rem;font-style:normal;display:block; }
#ngp5gzAWrXsfmsUVaLSyVkJcTCW8qyrh { color:#e3e3e3;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8rem;left:0.8125rem;height:12.796875rem;font-style:normal;display:block; }
#iuI04LgufNuWD72qQqmTwp7dx5LnTxVT { color:#e3e3e3;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8rem;left:30.875rem;height:7.9980625rem;font-style:normal;display:block; }
#JT95psVZJtxzicTDJassvQVfTBnr5Q5O { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:4.3872rem;font-style:normal;display:block; }
#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d50101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container { background-color: transparent; background-image: none; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container > .video-iframe-container { display: none; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row > .video-iframe-container { display: none; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .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); }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container { border-width: 0; border-radius: 0; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#gNNeT61zJMSpWUaSI5X1hLq2l2WmlPVf { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.8125rem;height:2.9248rem;font-style:normal;display:block; }
#SrhHKxAllMwu0Tdp51iGrd2zPdGT0NV7 { color:#e3e3e3;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.1875rem;left:0.8125rem;height:12.796875rem;font-style:normal;display:block; }
#qdSlI6mpJ5JlFhU8kS6xh4q0A7edTCU4 { color:#e3e3e3;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.1875rem;left:30.875rem;height:9.597625rem;font-style:normal;display:block; }
#p2TJL0fNTNSPDyDr0HE4JfXSBFeSyGJv { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:2.9248rem;font-style:normal;display:block; }
#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tq8rhkXO/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N.adaptive-delivery-prevent-bg, #FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N.lazyload, #FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N.lazyloading { background-image: none; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container { background-color: transparent; background-image: none; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(213,1,1,0.47); }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container > .video-iframe-container { display: none; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(213,1,1,0.47); }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row > .video-iframe-container { display: none; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .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); }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container { border-width: 0; border-radius: 0; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#mNIrCIe00gSfWBfTTTHvg9W6R6HWMZ2X { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:1.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1tDWM6MCtE8fCBTSQEfAo3wZuAlzXJG { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:9.13720703125rem;left:1.65478515625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLQbWbP9HQFnrlUVVls8zW9LsLowJvpx { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:16.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZnMhrTDGMxicZrmgn77XUXVQSMnD22f { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:16.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0QrCBsZL39K8Gx3UXhWDuddwy1CCSoW { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:31.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWTSNPSUU3C9Dre2qX10msD8kqgnI2V8 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.13720703125rem;left:31.90625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpdfXlDieCrs6oHF4O0oTe4kLDUm8ivH { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:46.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcuH1EJ0B1KPT0dcKTLnEdMNBBzE8nX2 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.13720703125rem;left:47.65625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:url("https://images.assets-landingi.com/2hCRGQ8z/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx.adaptive-delivery-prevent-bg, #NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx.lazyload, #NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx.lazyloading { background-image: none; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container { background-color: transparent; background-image: none; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container > .video-iframe-container { display: none; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row > .video-iframe-container { display: none; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .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); }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container { border-width: 0; border-radius: 0; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#OrXUwKKEUSiBGFCPoaynwgDeWmFuw28p { z-index:15001;top:5.4375rem;left:20.71875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fX9QSI9y3pszoa72fUt7z7BPrQ2mxfbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151720;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { background-color: transparent; background-image: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container > .video-iframe-container { display: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container { display: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .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); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { border-width: 0; border-radius: 0; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.15625rem;left:0rem;height:7.1494375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-form-header { font-size:0.75rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:bold;color:#ffffff;width:22.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5625rem;color:#5b5b5b;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:4.375rem;color:#5b5b5b;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5rem;color:#2b2d3c;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #900000, #ff0000);background-image: -moz-linear-gradient(13deg, #900000, #ff0000);background-image: -ms-linear-gradient(13deg, #900000, #ff0000);background-image: -o-linear-gradient(13deg, #900000, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900000', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900000', endColorstr='#ff0000' );";background-image: linear-gradient(13deg, #900000, #ff0000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:22.6875rem;height:3.625rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#JwLVImpenskTRlo709HyimzC2kCe2i2l [class*="-text"]:-moz-placeholder { color:#2b2d3c;font-family:roboto;font-size:0.875rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l [class*="-text"]::-moz-placeholder { color:#2b2d3c;font-family:roboto;font-size:0.875rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l [class*="-text"]:-ms-input-placeholder { color:#2b2d3c;font-family:roboto;font-size:0.875rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l [class*="-text"]::-webkit-input-placeholder { color:#2b2d3c;font-family:roboto;font-size:0.875rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-container:first-of-type{padding-top:0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-container:last-of-type{padding-bottom:0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l  { background-color:#32354d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:33.3125rem;top:6.15625rem;z-index:15009;position:absolute; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l {display:block;}#JwLVImpenskTRlo709HyimzC2kCe2i2l { background-color:#32354d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:33.3125rem;top:6.15625rem;z-index:15009;position:absolute; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #M0OZ399S2gfnCtJF78RzP7krR0GCpMML { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #oThpxaDmiHNOC1HKgxXPIlzyRdUnNyRL { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #mxwGgX97WOXGfPDyNvkaMw5HUIzZkp8L { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #umtnsEzgbkTbDkTVDBLhmEHJCrAkvGEB { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #i4ZPIqQpUH0HSrPGmcxJzSTQqTcTrig9 { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #r1rOuqGWzuXRMT9RedAAIvkNZKLkPshJ { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #WCyLycfyg7KRa1LXOSrpiatBrRT0TJxg { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #UIysUm1S8lCPipAfAaIev5vmEXeSfxcv { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #bJocVyknFb8JHBF0Jt1X3IMF0hDVzv0d { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #IqA7iS0Ty7ZPLv8ExKWk4c3ZJLBdcMZT { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #SBqo4VbulkTJy5wX1lcQ1d8qxVU7zcJt { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #orqccv01GxudGWE5a3vVt1BOTR5t8Ptx { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #UOJGtrTw6vkHlHR2OunNPl6sUzygBC2I { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #P82LUd0vFlFL3N5SbZH3ipcHDguWedsl { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #QXksgzyWKTIi99LKbV065vAMcybRv1Dm { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #uPA2pwTbMeToT9SteNNTsrQ6gO0lKsrP { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #tvB3H2pTHezxOfM57ay8z5CfwUTKTFTb { position:relative;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #eV6crRTJB0MvU1lmgTdBtaThGE8XfQT1 { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #PhFB3ZO6XPKwPIIiHPFZC5lsEz8Kd6MD { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #JS72An3VxZOq9KzV1nMHoNFwuRpnuTRo { position:relative;z-index:2; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #lt90UVZbtVeJoEyzRkVeam5lwFunNEzx { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #PlVn3hG2xUnL2q7FKdbx2fotPSRy0by5 { position:relative; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l #pGnk6HDIcKr2rUsiFQRdTrLUX0y51Tad { position:relative; }
#kelCFs1Z9TTPDnyQhK7TEu2AAQx3P12t { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.3125rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vfdwHEmMZTGW1bZaz2ERFC9l2XUoIvHp { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:35.75rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKF2RqS8hKJOfdARqzn9O2mEFT8PIz0z { color:#e3e3e3;display:block;width:27rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:39.4375rem;left:0rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXGzTArwpMyAMMD752bP4XfS1228d1R7 { position:absolute;display:block;z-index:15009;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.4375rem;top:15.25rem;left:0rem;display:block; }
#vaZRQWJa7mBuMbJ1zzeCEU2DC5ZZwDkb { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:17.494140625rem;left:0rem;height:7.8735625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container { background-color: transparent; background-image: none; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container > .video-iframe-container { display: none; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row > .video-iframe-container { display: none; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .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); }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container { border-width: 0; border-radius: 0; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#syNbleu1Or29uMfDADLG5LTUIZrOy1cK { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.40625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEtM8gDsUIXOAFUdP5iFO2HIsC1LIdIP { color:#e3e3e3;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.6875rem;left:0rem;height:17.595675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fso2ItZXt06Lax2lqPA134dxgM0m2X53 { color:#e3e3e3;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.6875rem;left:20.625rem;height:19.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F23I0VTHi17MDMkW7JvkGNNviEBXN34e { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAVCbZndAe4TydZnoVLG7xOJRLTfECgl { color:#e3e3e3;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:11.6875rem;left:41.25rem;height:15.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVZ4hRx7G9LhPUUrw0rBqkXnbTB610zU { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4375rem;left:41.25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MoRieZ3ItqC5NM19mm0x1SOG2igAaCir { position:absolute;display:block;z-index:15013;background-color:rgba(149,149,149,0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:17.28125rem;display:block; }
#sugbp6QwXreiNixBQZWTooZ93mzJX3aI { position:absolute;display:block;z-index:15014;background-color:#959595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:37.34375rem;display:block; }
#b0z7OWNz1P19TKtFB5KhCaCR2MTmQJ9P { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTJ2htmpIeDKHPsWrn4NZ4wWIoySkR0z { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.96875rem;left:20.625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kCpV28LTKZXf9AwxT8lL65cc0U0TdmfV { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.96875rem;left:41.25rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmZdQFkhKKXme1e2hB6nx4TE32LJoCRZ { position:absolute;display:block;z-index:15008;background-color:#d50101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:59.6875rem;top:35.5rem;left:0rem;display:block; }
#RyNUcUoVo35EGBpXqJpGy8bJKxvpuAJo { position:absolute;display:block;z-index:15013;background-color:rgba(149,149,149,0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:17.28125rem;display:block; }
#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0d12;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container { background-color: transparent; background-image: none; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container > .video-iframe-container { display: none; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row > .video-iframe-container { display: none; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .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); }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container { border-width: 0; border-radius: 0; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#Dah9d5ARvqLg89ZOL0nGbRUOzD39xlvN { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.40625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2RQmTc5JXANP9rTTqqDCuHt9ItupNTL { color:#e3e3e3;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.6875rem;left:0rem;height:17.59570625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shBWu9ym2meTGDzkPKzaq48qCqgTtEug { color:#e3e3e3;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.6875rem;left:20.625rem;height:17.5957rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ta8UqR7kJTpDk6d0HMBrRJdyO2ksL3U7 { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRArLeNTcmqRNRIvExgP1hfqzHH7ICC0 { color:#e3e3e3;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:11.6875rem;left:41.25rem;height:17.5957125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fc30AcR9zep3abb5eJoFA1wt8FFGFZZU { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4375rem;left:41.25rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7hTSIu2IvlSqQTFOwoSFbgkZhb6lefZ { position:absolute;display:block;z-index:15013;background-color:#959595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:17.28125rem;display:block; }
#XDNO1eMXqmAkn6unKglpXX2TnDPMMlqt { position:absolute;display:block;z-index:15014;background-color:#959595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:37.34375rem;display:block; }
#PioAsx5mCwOeEOWI2kwrUwQNs3wdUirp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRduD0F1SJ4mS4PbJNyLO1QeNy3GKJ4g { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.96875rem;left:20.625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrVkFaQk2pDms6MePUGuA3KeLNH6o3G7 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.96875rem;left:41.25rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNFO2eyM8ffJ1XNDwJrvE9ZPT7FeucEr { position:absolute;display:block;z-index:15013;background-color:#959595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:4.15625rem;left:17.28125rem;display:block; }
#xtlxWebufxDW1HA4haldFeUi9kh054Mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:url("https://images.assets-landingi.com/2hCRGQ8z/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc.adaptive-delivery-prevent-bg, #xtlxWebufxDW1HA4haldFeUi9kh054Mc.lazyload, #xtlxWebufxDW1HA4haldFeUi9kh054Mc.lazyloading { background-image: none; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container { background-color: transparent; background-image: none; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container > .video-iframe-container { display: none; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row > .video-iframe-container { display: none; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .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); }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container { border-width: 0; border-radius: 0; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#OItINq9QNw9WSDZvf89fh7VLlvD71TiS { z-index:15001;top:3.28125rem;left:22.09375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A7WwPyrT5dNEvbczRuOaDZxm2t3lIUBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tq8rhkXO/slant_digital_agency.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A.adaptive-delivery-prevent-bg, #uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A.lazyload, #uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A.lazyloading { background-image: none; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container { background-color: transparent; background-image: none; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container > .video-iframe-container { display: none; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row > .video-iframe-container { display: none; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .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); }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container { border-width: 0; border-radius: 0; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#nSkR2hxEPuo3gDUk47BTi9c66qzTSDv1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:7.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWgG5PnM0wazQvGmwicX2Ss0iXVEhEEi { color:#e3e3e3;display:block;width:41.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:20.875rem;left:9.4375rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syoEMOEu8LccUt015RBcWFku4zSiriHR { z-index:15001;top:29.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zDP9W0kLwJWLScx4QHDN3pAQZo03Sy4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STH6t5TcbOkhso8oVo4C61IoRhyiVzhf { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:35.75rem;left:4.03125rem;height:1.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1SatdTKF2G1Vt3p0ZT44g7iPvIS7A5D { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X339755o0TT88750acOgHux84KDB6DTK { z-index:15002;top:29.5rem;left:21.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NKTK2TRDqsJ65wanlxlSJVpCtwKDW9zT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tiw8TINocOTvzavunWkVQnKc76HR6B82 { z-index:15002;top:29.5rem;left:46.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff0000;border-left:0.125rem solid #ff0000;border-right:0.125rem solid #ff0000;border-bottom:0.125rem solid #ff0000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZGUrC6s3zoqqilfkJRN3OsVUKtORmAJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container { background-color: transparent; background-image: none; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container > .video-iframe-container { display: none; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row > .video-iframe-container { display: none; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .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); }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container { border-width: 0; border-radius: 0; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#sdmIAPlqRT5Us8TkybmxbBTh3lJBptT8 { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.40625rem;left:0.03125rem;height:1.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66702c1-0e12-40fe-a8e3-ff882efb3aa1/Slantdigitalcoact2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,137,45,0.29); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,137,45,0.29); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:10.375rem;height:10.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #He4Z6hC70HPbGtBfNCNcWq0a9qTZt33w { width:12.5rem;height:1.54345625rem;top:17.375rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #HPuowll3ZSWvqgSSLCA4hSsQu2Z5OwiW { width:36.9375rem;height:9rem;top:19.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ErpdD5PiTaesyqfsUlLClvgcmQ3NMFWr { width:12.5rem;height:1.3808625rem;top:30.9375rem;left:2.75rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #lHJd0EDPD8Li7Jt24Nb7pc3r7VNemlDx { width:1.8125rem;height:1.8125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66702c1-0e12-40fe-a8e3-ff882efb3aa1/Slantdigitalcoact2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.adaptive-delivery-prevent-bg, #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.lazyload, #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao.lazyloading { background-image: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { background-color: transparent; background-image: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,137,45,0.29); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,137,45,0.29); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .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); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nAGoV2pr4J2JLpRcHTpD2wwFIlSArCIt { top:0rem;left:0rem;width:12rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #czNJKC9W24UZeinH7iZXv6zyd8gPRokw { display:block; }
 }@media only screen and (max-width: 959px) { #G5u8fNaGyEw1DTEBfHlqOtZyO9ltcpnJ { top:0rem;left:12rem;width:11.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ksh7t4nfpBcGLZ8wq1WqD25kvi5XGJra { display:block; }
 }@media only screen and (max-width: 959px) { #WQFzFbbWVVL4ObW9Z4h0x9EB257uDKKF { top:0rem;left:23.8125rem;width:12rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iCAaXJ7SvGIxCMlyCqzTByJnoIy26IbC { display:block; }
 }@media only screen and (max-width: 959px) { #yiMxeEOW24vrPHxIwMCbmyqF3RumaQsp { top:0rem;left:35.875rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LBocgpGnwgoO25nohBStUQZ1ksvrRNR6 { display:block; }
 }@media only screen and (max-width: 959px) { #fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G { display:block; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg { display:block; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { width:47.75rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cHCHSTFePUW1RZ7E6IpQUs2BeVW5TGcA { width:19.0625rem;height:1.79980625rem;top:4.06201171875rem;left:26.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #BL4D44WL8BQotCL4a1J6fwAPgQOald4p { width:22.0625rem;height:23.79835rem;top:12.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pFDLuZw4gP56L3sLqHGWik772AeyO2qT { width:9.625rem;height:2.4746125rem;top:3.02392578125rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yVbAQ0Mou1lUF47bhrkFTzAkL02bMHbA { width:22.25rem;height:0.125rem;top:9.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #V98OuPG6t24mbSSBcbfVolWpkzZVJWiA { width:11.125rem;height:6.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #eRVTzJgJxO2sEta6k5ZJvvDZqZ2P3vCz { width:21.0625rem;height:20.5625rem;top:9.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qAxC440KJyqburfg85KDk0iw1PfkC8sU { background-color:#e4e3e1;background-image:url("https://images.assets-landingi.com/d5wgqDpN/01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU.adaptive-delivery-prevent-bg, #qAxC440KJyqburfg85KDk0iw1PfkC8sU.lazyload, #qAxC440KJyqburfg85KDk0iw1PfkC8sU.lazyloading { background-image: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { background-color: transparent; background-image: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .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); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PqHvFBy4sdf5QGXJTcZuVPZZFcQNhwcv { width:41.625rem;height:2.1308625rem;top:4.375rem;left:0.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia { width:41.625rem;height:21.181625rem;top:8.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia li:before{  }
 }@media only screen and (max-width: 959px) { #mhTg5Qf6skAbtFNsP8QVcSwp1RnVanZG { top:32.9375rem;left:0.8125rem;width:18.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rvkn06bc59A9yEwDChBGrSAiIgrqNGFG { display:block; }
 }@media only screen and (max-width: 959px) { #SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v { display:block; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container { width:47.75rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l85g3JwVCq0ZmyzatOXge4Lt9OLK95u2 { width:24rem;height:2.51855625rem;top:4.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bn76NJRRpnFQ30yIMrtE1e92pATH0vJh { width:17.0625rem;height:1.54345625rem;top:5.5rem;left:30.6875rem;font-size:1.1875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE { display:block; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GhUXdikp3iKILr7D4ld0304K948lQlpx { width:13.375rem;height:2.5996125rem;top:0rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bvbz5Mg8WFR2GtFrvSGJyHfAtBV3XG6O { width:13.75rem;height:18rem;top:5.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WTnDN83C4l5beUH2KTp7nNRJD2zgteXh { width:13.3125rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 { width:15.8125rem;height:16.875rem;top:5.625rem;left:31.9375rem;font-size:1rem;display:block; }#C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 li:before{  }
 }@media only screen and (max-width: 959px) { #marhcKSODAClIFE5rTyBKTvTWbebWOW9 { width:15.9375rem;height:1.29980625rem;top:0rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kC932vU9fKoQa5f6rUbWTWa6iMnVLLR7 { top:16.9375rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yMTxzSdPmEqHZGklMS5uiurVElE1vlx2 { display:block; }
 }@media only screen and (max-width: 959px) { #Ltu6dxlSHqxcmfbcWWWDe6peOufyUzk7 { width:47.4375rem;height:18.443375rem;top:8.25rem;left:0rem;font-size:14.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #kcUoGOmptVP4TgUhbFXgIFTz2Glc9qav { width:15.6875rem;height:0.0625rem;top:4.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JTpX51Em3SE2LgNhuXI8vLLvS6SJ6PK0 { width:15.375rem;height:0.0625rem;top:4.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vWmDDXyhJDLgey9LurHOIBsNC34sgMDq { display:block; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VdBXDtNXI7VITm55HTEzTA4CCtNMUkLu { width:13rem;height:2.5996125rem;top:0rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #INo66I73RL8tboXsN37oEAdRLp7TXyx1 { width:13.75rem;height:21rem;top:6.12646484375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a7uUnroc4iJLHn6VTZvQV4DE4QDv29h0 { width:13.3125rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uZm8MeFdguVo683WyXtxr6wOEH2XF3hP { width:15.8125rem;height:15.6875rem;top:5.83251953125rem;left:31.9375rem;font-size:1rem;display:block; }#uZm8MeFdguVo683WyXtxr6wOEH2XF3hP li:before{  }
 }@media only screen and (max-width: 959px) { #gMGf1GJSbk9F2RkBnuUtBxAxyXt6Qhsw { width:10.0625rem;height:1.29980625rem;top:0rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UFZVXT9hCBEPgFir5JuqwFJl58S9QN5T { top:16.9375rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PULbNAJgzyI2GWVfJkUd8vooASHqrAsJ { display:block; }
 }@media only screen and (max-width: 959px) { #lUThfWJOhKSBToH8ved75sWenSNqbhvL { width:47.75rem;height:7.7998125rem;top:9.8125rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 959px) { #gHA3Z0xb5AruSU4L30CTiD8mqpZ6bfZS { width:15.6875rem;height:0.0625rem;top:4.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pmeXDT8vyFE0vu2IrqDeoM6Po6prhXm8 { width:15.375rem;height:0.0625rem;top:4.4375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE { display:block; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uUAWOpQglcA6hylPkl2NTwrQNnFwx3RT { width:10.4375rem;height:2.5996125rem;top:0rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wdbTD2umPkq2gshovReC6GEdrLpFP6m4 { width:13.75rem;height:22.5rem;top:5.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zwL2zVfZm7OQKg2J1xoitQy71JVUd9vf { width:13.3125rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK { width:15.8125rem;height:17.1875rem;top:5.625rem;left:31.9375rem;font-size:1rem;display:block; }#pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK li:before{  }
 }@media only screen and (max-width: 959px) { #vqt0JNhlGQMmKIVgPho4JsyTJWfaVEpC { width:7.9375rem;height:2.5996125rem;top:0rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yFTyMLi0JQ0KzRzzIyG1hq2iD6amNbHW { top:16.9375rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #P7Ia5Ss5Jnd0w6ykfT659GoPbxAdgolV { display:block; }
 }@media only screen and (max-width: 959px) { #BBTTgTQIpGOFsBrynVmuWBky1c2fNKVD { width:47.75rem;height:7.7998125rem;top:10.875rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 959px) { #ekh4bkA1wuB8b0rmXMo6hsxg1Z0d5q7E { width:15.6875rem;height:0.0625rem;top:4.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTAEEpOgA9EUiBgGX3SXB1mRqiC7hJpg { width:15.375rem;height:0.0625rem;top:4.4375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { display:block; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VKgQgE2TsHKXcdhQHKB6B9Oyk3wt5qsL { top:5.875rem;left:3.5rem;width:16.25rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oE9Fbn1EJdzkIqXkd3S4WhUaytoNpEfI { display:block; }
 }@media only screen and (max-width: 959px) { #XH64ilrPTNBwIWJTCIifFOitMORtwswa { top:5.875rem;left:25.25rem;width:16.25rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LcnvsTw5fchqlqHGSZiPTlXgDq14SsFx { display:block; }
 }@media only screen and (max-width: 959px) { #eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { display:block; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { width:47.75rem;height:2.51855625rem;top:4.865234375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { display:block; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { width:47.75rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GtaxnnxIRTDNyO4mOn2PJzwix54rgVGx { width:21.5625rem;height:12.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oIoGTil8A7TTo5NRZahNkqKhuZiOpyOE { width:20.375rem;height:3.8994125rem;top:14.6865234375rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qCKRuNK1zfS6asOrsuowgGWAdPuWxml9 { width:20.25rem;height:10.5rem;top:21.375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNNEiyb17iD08P76wHIcTZZU2wC4GWN8 { width:21.1875rem;height:12.25rem;top:0rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #skfDkXae4cGfHBlFWVLVZo6C3T95W21A { width:20.375rem;height:3.8994125rem;top:14.56201171875rem;left:26.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #sDKCtJa5qCTJU8oTSRtsQEM0cP4gpIRc { width:20.375rem;height:12rem;top:21.375rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ntbcW8mNr598yCWtDEK717H67UEFK8PU { width:20.875rem;height:0.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uv40AVVgzZNwd5IeKVKRLkFEWSIoFxmg { width:20.875rem;height:0.3125rem;top:20.0625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VS5adDRSsqWLQmAlAp4Ph1ZNBEkkzAcx { width:1.3125rem;height:1.3125rem;top:33.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gwTkyRZyTW3JurVktPTWS2yIgK98Zxzm { width:1.3125rem;height:1.3125rem;top:35.125rem;left:27.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aTOI8JiosVW9lkbPnFJTDAETp7vt5Trv { width:12.5rem;height:1.29980625rem;top:33.56884765625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kq656vXZHNeauL015ObaBWbbZTaApRoH { width:12.5rem;height:1.29980625rem;top:35.1875rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs { display:block; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container { width:47.75rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tg5ulUkZUi99mt48C8P99z85TMyAM1vU { width:21.5625rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #E7yZZRifUQ7UME7fgAmwUfQqD3rt4Trv { width:20.375rem;height:3.8994125rem;top:15.1875rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QzmIOFIGA0q9wLd3NdoAq69vsJSeVNuq { width:20.25rem;height:9rem;top:22rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #snSDKv1RliqUzTnZXllukcbixsp1d2SJ { width:21.5625rem;height:12.4375rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SdTdsQRy9ZXuvkvyEhP6TTLipdB5tA7s { width:20.375rem;height:3.8994125rem;top:15.1875rem;left:26.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vMN4TDMLnnb4TsEwOrdUkXp1JzmHvchT { width:20.375rem;height:7.5rem;top:22rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PgOXD3oGQqJAWw3wSdX1TxEAuaF0iF5U { width:20.875rem;height:0.3125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkR7dAkv2JoUIxTRNgn6s0EdwqZyQvAN { width:20.875rem;height:0.3125rem;top:20.5625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vxyXskl4Q1MwuhFnaP6QLg7zZmXVaLOq { width:1.3125rem;height:1.3125rem;top:32.75rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vO4E8ksWBAGh7JNRK99cBs87X714TQwC { width:1.3125rem;height:1.3125rem;top:32.75rem;left:26.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pBxadmiI7VXulp6gTfdCJzi5NphHElgE { width:12.5rem;height:1.29980625rem;top:32.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UzpFneMJN9bI5t9zwTo16ZtwrgvANF9L { width:12.5rem;height:1.29980625rem;top:32.75rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ { display:block; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container { width:47.75rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BaGOTe7Ge4fOFSlnqw0lOVnmfImeDWoy { width:21.5625rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VLHTbVbRibd5pIJfxgGmlfpd4eMXkEhq { width:20.375rem;height:3.8994125rem;top:15.1875rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zfpf0rbSITlVziJmp4oIGUNFobc2t1eo { width:20.25rem;height:9rem;top:22rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8pdE6QcoHIK9qbyyQDpRKGm1WS1kZma { width:21.5625rem;height:12.4375rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PynvzgBIeWU3RArMG58LNHmLlNFU1XLr { width:20.375rem;height:3.8994125rem;top:15.1875rem;left:26.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PMPy0d0vOEHvTCOvap0nqTTcTG5Sqb1Z { width:20.375rem;height:12rem;top:22rem;left:26.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xlTe7EzgredTrizA8QoaKuptQUoHPRzC { width:20.875rem;height:0.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iyvIRyQUDdQShZUKWkqzpII5gVvVWdXU { width:20.875rem;height:0.3125rem;top:20.8125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CanRNwTNXHRyUil9b3Wc1IxEUoltMg3c { width:1.3125rem;height:1.3125rem;top:33.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cMAnT2PVIOqCTKx7uH9yfl6BSxAtqT2M { width:1.3125rem;height:1.3125rem;top:36.25634765625rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yAfTBV8uy5OBk4DFNBsUcWg4Nc53s0C6 { width:12.5rem;height:1.29980625rem;top:33.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gs3JH0y0N5Tn7opEHQiGPsTkR9dLFOpi { width:12.5rem;height:1.29980625rem;top:36.2626953125rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 { display:block; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #P4KNKoVTg68hTnHZs7F9WBmDt3p7wF81 { width:21.5625rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VQq4zyqRWLK7aWf5NdbnlQnaEH0P1ir9 { width:20.5rem;height:3.8994125rem;top:14.8125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #SIcZgWODGQT63J6QiUcnlX8cfID6cgqK { width:20.375rem;height:7.5rem;top:21.625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vvxTQqMGeI4uR4F79lRxOTp8mPsPB0Al { width:21.5625rem;height:12.4375rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XOGXRvc4KVxg6FwB9pXZn4s5aSvL7gQX { width:20.375rem;height:3.8994125rem;top:14.81201171875rem;left:26.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vpKpeyAxZl3QEWTBGfMFTeixHTbNzEdq { width:20.875rem;height:0.3125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DWxBGzXDMFNwMDB1m6RTymcftDkAPKaQ { width:20.875rem;height:0.3125rem;top:20.4375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ihy4Dwc4GNiN3Os0U4amdpDm48iPs3Uf { width:20.375rem;height:7.5rem;top:21.625rem;left:26.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dGya6t9GCLyexl34KtcixJTfzac19NIA { width:1.3125rem;height:1.3125rem;top:31.3125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #POUvDmwqariadSvCg4FB7N99a9qJ1Pu0 { width:12.5rem;height:1.29980625rem;top:31.38720703125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zfhR3sQgHANfPlehsTDm3KkIW60Wdgw2 { width:12.5rem;height:1.29980625rem;top:31.44384765625rem;left:29.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1Dp9XW6FJJ9ERiTFQBcNGoMkS5TMFPT { width:1.3125rem;height:1.3125rem;top:31.4375rem;left:26.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf { display:block; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container { width:47.75rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ooxw8HtXwUKTEuMVTPZyk6vrLBBuA71b { width:21.5625rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TXkKpHqI7GAao7ylmrF1d2T8GqKSI4ID { width:20.5rem;height:3.8994125rem;top:15.1865234375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #wPG7l3vbd3RbXf4HhG72DDqmKEAb69so { width:20.375rem;height:7.5rem;top:22rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wHBptQ0nUTsxSdcDU6NEpURiv43gONlt { width:21.5625rem;height:12.4375rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #axpFAJt5gMnqIr4z8VoMwUJZMBesqcim { width:20.375rem;height:3.8994125rem;top:15.18701171875rem;left:26.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #TaEDvClDAMkOkFOkaCrpcrNaZU28CTTo { width:20.875rem;height:0.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dGPJ8JBgWXVuQTT8bLhoTKd88KwleFk4 { width:20.875rem;height:0.3125rem;top:20.6875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zzxmRC8VDfOFfUmJT1T5PRte8ncpNuix { width:20.375rem;height:7.5rem;top:22rem;left:26.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PagTwMR04RHdxmasS8Dxy5vd1wchfUpK { width:1.3125rem;height:1.3125rem;top:31.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #St5TCPo6hAZga4NlAwLfFduZqze6vZMF { width:12.5rem;height:1.29980625rem;top:31.76220703125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rqk52nNVVI8wguMQ2X8BPtusnIJDGygZ { width:1.3125rem;height:1.3125rem;top:31.6875rem;left:26.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxeBnWTp9D40FXGALTtRxkq7rh1hlg5T { width:12.5rem;height:1.29980625rem;top:31.69384765625rem;left:29.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ { display:block; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Z0HirASlQcTngV6J06xFIbFF8fwKRugH { width:21.5625rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGWwLp3ZLfpQVSdyt1XTWQFuf9kHwJGc { width:20.375rem;height:3.8994125rem;top:15.1875rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PqZRrq77Snq7oJ7ywEadXqpxiWhSV9Hn { width:20.375rem;height:7.5rem;top:22rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pb91f6CaCqyoAEhQAz9PfCaXNwzLITyS { width:21.5625rem;height:12.4375rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CFOrKlyLM0F8TXVeMBvA8ZloiyChSo3x { width:20.375rem;height:3.8994125rem;top:15.18701171875rem;left:26.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pXLLy17BJNHHcfRwk27fyMTf8Hd609fQ { width:23.875rem;height:0.0625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TVQKqvJ5uy78TsOFpUKftStipFTPKyxp { width:20.875rem;height:0.3125rem;top:20.6875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aflq2O9iyxcBvNBXuD8uuq0sffJXhAlF { width:20.375rem;height:7.5rem;top:22rem;left:26.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ISOqqU6UTeyBiDVotT3522tidXPhteSq { width:1.3125rem;height:1.3125rem;top:31.8125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IUVHm6wgo0UcPke6Ocv5qQXW9l2KQqXP { width:12.5rem;height:1.29980625rem;top:31.875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQL6xBUKtFLxcNFQdfNKuzEh0JZuUVA2 { width:1.3125rem;height:1.3125rem;top:31.8125rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vtihKEW1ZdhfRHysrpOo54s1adAP6Kzo { width:12.5rem;height:1.29980625rem;top:31.81884765625rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI { display:block; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XylNVwph7hfb5z3Lyn7eWqlf99mKaymJ { width:24.8125rem;height:4.5rem;top:5.0625rem;left:11.46875rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:47.75rem;height:2.51855625rem;top:5.083984375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JfA1cfv1Fuz97rCnPDpMypJhoFF5qthT { width:2.8125rem;height:2rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RM0PhGnOcDLCNeuv454TT7oLvs5ZwTNR { width:2.8125rem;height:2rem;top:9.125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UN2g476x7nzKIOTqhVB0EWX6isMQlW03 { display:block; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ow8GtIiCe10pyvmFveREpu8xsFwm6a1V { width:23.125rem;height:3.89941875rem;top:1.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PAHiJQtZtF4qPBbh9sTxblxAUpB56oTH { width:22.125rem;height:23.7983125rem;top:7.375rem;left:0.8125rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #UpI8Qmiv4KVV0AXBwrAONr1TEKp6Ck1C { width:22.1875rem;height:22.3984375rem;top:7.25rem;left:24.5625rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #OF5UFscqiRrrRxQOmKzdkirLDgvJzbBP { width:20.1875rem;height:3.89941875rem;top:1.25rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { display:block; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OgIyiU8Wo2VLHhdlgTqPO6wgcVFLVMrT { width:22.0625rem;height:3.89941875rem;top:1.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ngp5gzAWrXsfmsUVaLSyVkJcTCW8qyrh { width:22.125rem;height:15.996125rem;top:8rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iuI04LgufNuWD72qQqmTwp7dx5LnTxVT { width:21.9375rem;height:9.597625rem;top:8rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JT95psVZJtxzicTDJassvQVfTBnr5Q5O { width:22.9375rem;height:3.89941875rem;top:1.25rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv { display:block; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gNNeT61zJMSpWUaSI5X1hLq2l2WmlPVf { width:22.1875rem;height:3.89941875rem;top:1.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SrhHKxAllMwu0Tdp51iGrd2zPdGT0NV7 { width:22.125rem;height:15.996125rem;top:8.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qdSlI6mpJ5JlFhU8kS6xh4q0A7edTCU4 { width:21.9375rem;height:11.19725rem;top:8.1875rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #p2TJL0fNTNSPDyDr0HE4JfXSBFeSyGJv { width:21.1875rem;height:2.5996125rem;top:1.25rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N { display:block; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mNIrCIe00gSfWBfTTTHvg9W6R6HWMZ2X { width:12.5rem;height:3.57470625rem;top:3.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #P1tDWM6MCtE8fCBTSQEfAo3wZuAlzXJG { width:11.5625rem;height:3rem;top:9.125rem;left:0.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aLQbWbP9HQFnrlUVVls8zW9LsLowJvpx { width:12.5rem;height:3.57470625rem;top:3rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DZnMhrTDGMxicZrmgn77XUXVQSMnD22f { width:11.75rem;height:4.5rem;top:8.9375rem;left:12.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #p0QrCBsZL39K8Gx3UXhWDuddwy1CCSoW { width:12.5rem;height:3.57470625rem;top:3rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWTSNPSUU3C9Dre2qX10msD8kqgnI2V8 { width:11.1875rem;height:4.5rem;top:9.125rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fpdfXlDieCrs6oHF4O0oTe4kLDUm8ivH { width:12.5rem;height:3.57470625rem;top:3.1875rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #zcuH1EJ0B1KPT0dcKTLnEdMNBBzE8nX2 { width:9.6875rem;height:3rem;top:9.125rem;left:36.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx { display:block; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OrXUwKKEUSiBGFCPoaynwgDeWmFuw28p { top:5.4375rem;left:14.59375rem;width:18.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #fX9QSI9y3pszoa72fUt7z7BPrQ2mxfbZ { display:block; }
 }@media only screen and (max-width: 959px) { #nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { display:block; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { width:20.1875rem;height:6.5rem;top:7.4375rem;left:0.8125rem;font-size:2.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-checkbox-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l  { width:20rem;height:auto;top:6.125rem;left:24.1875rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l {display:block;}#JwLVImpenskTRlo709HyimzC2kCe2i2l { width:20rem;height:auto;top:6.125rem;left:24.1875rem; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #M0OZ399S2gfnCtJF78RzP7krR0GCpMML {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #oThpxaDmiHNOC1HKgxXPIlzyRdUnNyRL { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #mxwGgX97WOXGfPDyNvkaMw5HUIzZkp8L {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #umtnsEzgbkTbDkTVDBLhmEHJCrAkvGEB {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #i4ZPIqQpUH0HSrPGmcxJzSTQqTcTrig9 { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #r1rOuqGWzuXRMT9RedAAIvkNZKLkPshJ {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #WCyLycfyg7KRa1LXOSrpiatBrRT0TJxg {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #UIysUm1S8lCPipAfAaIev5vmEXeSfxcv { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #bJocVyknFb8JHBF0Jt1X3IMF0hDVzv0d {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #IqA7iS0Ty7ZPLv8ExKWk4c3ZJLBdcMZT {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #SBqo4VbulkTJy5wX1lcQ1d8qxVU7zcJt { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #orqccv01GxudGWE5a3vVt1BOTR5t8Ptx {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #UOJGtrTw6vkHlHR2OunNPl6sUzygBC2I {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #P82LUd0vFlFL3N5SbZH3ipcHDguWedsl { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #QXksgzyWKTIi99LKbV065vAMcybRv1Dm {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #uPA2pwTbMeToT9SteNNTsrQ6gO0lKsrP {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #tvB3H2pTHezxOfM57ay8z5CfwUTKTFTb { display:block; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #eV6crRTJB0MvU1lmgTdBtaThGE8XfQT1 {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #PhFB3ZO6XPKwPIIiHPFZC5lsEz8Kd6MD {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #JS72An3VxZOq9KzV1nMHoNFwuRpnuTRo { z-index:2; }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #lt90UVZbtVeJoEyzRkVeam5lwFunNEzx {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #PlVn3hG2xUnL2q7FKdbx2fotPSRy0by5 {  }
 }@media only screen and (max-width: 959px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #pGnk6HDIcKr2rUsiFQRdTrLUX0y51Tad {  }
 }@media only screen and (max-width: 959px) { #kelCFs1Z9TTPDnyQhK7TEu2AAQx3P12t { width:18.75rem;height:6.5rem;top:30.25rem;left:0.8125rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #vfdwHEmMZTGW1bZaz2ERFC9l2XUoIvHp { width:18.75rem;height:1.94970625rem;top:37.3125rem;left:0.8125rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #xKF2RqS8hKJOfdARqzn9O2mEFT8PIz0z { width:21.0625rem;height:9.597625rem;top:40.625rem;left:0.8125rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #dXGzTArwpMyAMMD752bP4XfS1228d1R7 { width:22.6875rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vaZRQWJa7mBuMbJ1zzeCEU2DC5ZZwDkb { width:20.1875rem;height:9.44825rem;top:17.3125rem;left:0.8125rem;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ { display:block; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #syNbleu1Or29uMfDADLG5LTUIZrOy1cK { width:14.8125rem;height:1.94970625rem;top:8.375rem;left:0.8125rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #wEtM8gDsUIXOAFUdP5iFO2HIsC1LIdIP { width:14.125rem;height:16.798825rem;top:11.6875rem;left:0.8125rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #fso2ItZXt06Lax2lqPA134dxgM0m2X53 { width:14.125rem;height:16.798825rem;top:11.6875rem;left:16.8125rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #F23I0VTHi17MDMkW7JvkGNNviEBXN34e { width:8.3125rem;height:1.94970625rem;top:8.375rem;left:16.8125rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #mAVCbZndAe4TydZnoVLG7xOJRLTfECgl { width:14.5625rem;height:13.99901875rem;top:11.6875rem;left:32.9375rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #BVZ4hRx7G9LhPUUrw0rBqkXnbTB610zU { width:9.125rem;height:1.94970625rem;top:8.4375rem;left:32.9375rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #MoRieZ3ItqC5NM19mm0x1SOG2igAaCir { width:5.375rem;height:0.125rem;top:4.125rem;left:15.91650390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sugbp6QwXreiNixBQZWTooZ93mzJX3aI { width:5.375rem;height:0.125rem;top:4.125rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b0z7OWNz1P19TKtFB5KhCaCR2MTmQJ9P { width:13.0625rem;height:6.5rem;top:0.9375rem;left:2.6875rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #NTJ2htmpIeDKHPsWrn4NZ4wWIoySkR0z { width:13.0625rem;height:6.5rem;top:0.9375rem;left:18.6875rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #kCpV28LTKZXf9AwxT8lL65cc0U0TdmfV { width:13.0625rem;height:6.5rem;top:0.9375rem;left:34.5625rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #UmZdQFkhKKXme1e2hB6nx4TE32LJoCRZ { width:47.75rem;height:0.125rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RyNUcUoVo35EGBpXqJpGy8bJKxvpuAJo { width:5.375rem;height:0.125rem;top:4.125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 959px) { #DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks { display:block; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Dah9d5ARvqLg89ZOL0nGbRUOzD39xlvN { width:8.125rem;height:1.94970625rem;top:8.375rem;left:0.8125rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #s2RQmTc5JXANP9rTTqqDCuHt9ItupNTL { width:14.25rem;height:16.7988125rem;top:11.6875rem;left:0.8125rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #shBWu9ym2meTGDzkPKzaq48qCqgTtEug { width:14.3125rem;height:15.39891875rem;top:11.6875rem;left:16.8125rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #Ta8UqR7kJTpDk6d0HMBrRJdyO2ksL3U7 { width:6.5625rem;height:1.94970625rem;top:8.375rem;left:16.8125rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #LRArLeNTcmqRNRIvExgP1hfqzHH7ICC0 { width:14.6875rem;height:15.39891875rem;top:11.6875rem;left:32.9375rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #fc30AcR9zep3abb5eJoFA1wt8FFGFZZU { width:14.8125rem;height:1.94970625rem;top:8.4375rem;left:32.9375rem;font-size:1.5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #K7hTSIu2IvlSqQTFOwoSFbgkZhb6lefZ { width:5.375rem;height:0.125rem;top:4.125rem;left:15.91650390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XDNO1eMXqmAkn6unKglpXX2TnDPMMlqt { width:5.375rem;height:0.125rem;top:4.125rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PioAsx5mCwOeEOWI2kwrUwQNs3wdUirp { width:13.125rem;height:6.5rem;top:0.9375rem;left:2.6875rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #DRduD0F1SJ4mS4PbJNyLO1QeNy3GKJ4g { width:12.9375rem;height:6.5rem;top:0.9375rem;left:18.8125rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #mrVkFaQk2pDms6MePUGuA3KeLNH6o3G7 { width:12.9375rem;height:6.5rem;top:0.9375rem;left:34.6875rem;font-size:5rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #kNFO2eyM8ffJ1XNDwJrvE9ZPT7FeucEr { width:5.375rem;height:0.125rem;top:4.125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 959px) { #xtlxWebufxDW1HA4haldFeUi9kh054Mc { display:block; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OItINq9QNw9WSDZvf89fh7VLlvD71TiS { top:3.25rem;left:15.96875rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #A7WwPyrT5dNEvbczRuOaDZxm2t3lIUBP { display:block; }
 }@media only screen and (max-width: 959px) { #uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A { display:block; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nSkR2hxEPuo3gDUk47BTi9c66qzTSDv1 { width:47.75rem;height:7.3125rem;top:10.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iWgG5PnM0wazQvGmwicX2Ss0iXVEhEEi { width:37.4375rem;height:5.3994125rem;top:20.8125rem;left:5.15625rem;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 959px) { #syoEMOEu8LccUt015RBcWFku4zSiriHR { top:28.125rem;left:0rem;width:13.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #zDP9W0kLwJWLScx4QHDN3pAQZo03Sy4w { display:block; }
 }@media only screen and (max-width: 959px) { #STH6t5TcbOkhso8oVo4C61IoRhyiVzhf { width:47.75rem;height:1.8999rem;top:35.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #J1SatdTKF2G1Vt3p0ZT44g7iPvIS7A5D { width:47.75rem;height:2.51855625rem;top:5.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #X339755o0TT88750acOgHux84KDB6DTK { top:28.125rem;left:15.5rem;width:16.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #NKTK2TRDqsJ65wanlxlSJVpCtwKDW9zT { display:block; }
 }@media only screen and (max-width: 959px) { #Tiw8TINocOTvzavunWkVQnKc76HR6B82 { top:28.125rem;left:34.375rem;width:13.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZGUrC6s3zoqqilfkJRN3OsVUKtORmAJe { display:block; }
 }@media only screen and (max-width: 959px) { #S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt { display:block; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sdmIAPlqRT5Us8TkybmxbBTh3lJBptT8 { width:47.75rem;height:1.8999rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); } }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66702c1-0e12-40fe-a8e3-ff882efb3aa1/Slantdigitalcoact2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(104,87,26,0.42); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(104,87,26,0.42); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:7.3125rem;height:7.3125rem;top:1.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4Z6hC70HPbGtBfNCNcWq0a9qTZt33w { width:5.875rem;height:1.4624rem;top:15.875rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HPuowll3ZSWvqgSSLCA4hSsQu2Z5OwiW { width:19.3125rem;height:9.2988125rem;top:18.125rem;left:0.125rem;font-size:1.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ErpdD5PiTaesyqfsUlLClvgcmQ3NMFWr { width:11.375rem;height:1.54345625rem;top:29.375rem;left:0.25rem;font-size:1.1875rem;color:#0c0d12;display:block; }
 }@media only screen and (max-width: 763px) { #lHJd0EDPD8Li7Jt24Nb7pc3r7VNemlDx { display:flex;width:1.8125rem;height:1.8125rem;top:26.849609375rem;left:9.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kitJslTRupnsbzvpsbA7sOgGu3lmU9ao { background-color:#0c0d12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { background-color: transparent; background-image: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container { display: none; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .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); }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { border-width: 0; border-radius: 0; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kitJslTRupnsbzvpsbA7sOgGu3lmU9ao > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAGoV2pr4J2JLpRcHTpD2wwFIlSArCIt { top:1.25rem;left:0.375rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNJKC9W24UZeinH7iZXv6zyd8gPRokw { display:block; }
 }@media only screen and (max-width: 763px) { #G5u8fNaGyEw1DTEBfHlqOtZyO9ltcpnJ { top:4rem;left:0.40625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksh7t4nfpBcGLZ8wq1WqD25kvi5XGJra { display:block; }
 }@media only screen and (max-width: 763px) { #WQFzFbbWVVL4ObW9Z4h0x9EB257uDKKF { top:6.75rem;left:0.40625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCAaXJ7SvGIxCMlyCqzTByJnoIy26IbC { display:block; }
 }@media only screen and (max-width: 763px) { #yiMxeEOW24vrPHxIwMCbmyqF3RumaQsp { top:9.5rem;left:0.40625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBocgpGnwgoO25nohBStUQZ1ksvrRNR6 { display:block; }
 }@media only screen and (max-width: 763px) { #fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G { display:block; }#fV4iwySd6drybV4UUS2ZBCcM2cNhTT7G > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg { background-color:#0c0d12;background-image:none;display:block; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { background-color: transparent; background-image: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container > .video-iframe-container { display: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row > .video-iframe-container { display: none; }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .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); }#qM4KyAFAbMvkRISlZDeNV20tzIuBqPxg > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHCHSTFePUW1RZ7E6IpQUs2BeVW5TGcA { width:20rem;height:4.79980625rem;top:48.8505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL4D44WL8BQotCL4a1J6fwAPgQOald4p { width:18.375rem;height:27.99805rem;top:14.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pFDLuZw4gP56L3sLqHGWik772AeyO2qT { width:15.375rem;height:2.4746125rem;top:9.6875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVbAQ0Mou1lUF47bhrkFTzAkL02bMHbA { width:20rem;height:0.125rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V98OuPG6t24mbSSBcbfVolWpkzZVJWiA { width:8.3125rem;height:5.0625rem;top:3.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRVTzJgJxO2sEta6k5ZJvvDZqZ2P3vCz { width:20rem;height:29.75rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAxC440KJyqburfg85KDk0iw1PfkC8sU { background-color:#e4e3e1;background-image:none;display:block; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { background-color: transparent; background-image: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row > .video-iframe-container { display: none; }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .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); }#qAxC440KJyqburfg85KDk0iw1PfkC8sU > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqHvFBy4sdf5QGXJTcZuVPZZFcQNhwcv { width:20rem;height:4.3994125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia { width:18.375rem;height:51.9375rem;top:9.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#UXx0OVWXARC9bK0RFsi9sooJiI6xl9Ia li:before{  }
 }@media only screen and (max-width: 763px) { #mhTg5Qf6skAbtFNsP8QVcSwp1RnVanZG { top:64.4375rem;left:0.9375rem;width:18.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvkn06bc59A9yEwDChBGrSAiIgrqNGFG { display:block; }
 }@media only screen and (max-width: 763px) { #SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v { display:block; }#SXScGIPWGVJiQz8XLKVI5vSwkDtJTP9v > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l85g3JwVCq0ZmyzatOXge4Lt9OLK95u2 { width:20rem;height:2.4375rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn76NJRRpnFQ30yIMrtE1e92pATH0vJh { width:16.1875rem;height:1.54345625rem;top:9.6875rem;left:1.90625rem;font-size:1.1875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE { display:block; }#mGXXtGzJE6gs8TJPdUANx8TIIx2NDVFE > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhUXdikp3iKILr7D4ld0304K948lQlpx { width:20rem;height:2.92480625rem;top:23.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvbz5Mg8WFR2GtFrvSGJyHfAtBV3XG6O { width:20rem;height:12rem;top:27.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnDN83C4l5beUH2KTp7nNRJD2zgteXh { width:19.4375rem;height:19.4375rem;top:1.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 { width:20rem;height:13.875rem;top:44.125rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#C0T0pCw3UyikvtSGGRcGhO9zJtVJTo86 li:before{  }
 }@media only screen and (max-width: 763px) { #marhcKSODAClIFE5rTyBKTvTWbebWOW9 { width:18.3125rem;height:1.4624rem;top:41.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC932vU9fKoQa5f6rUbWTWa6iMnVLLR7 { top:60.25rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTxzSdPmEqHZGklMS5uiurVElE1vlx2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ltu6dxlSHqxcmfbcWWWDe6peOufyUzk7 { width:20rem;height:7.7998125rem;top:56.8125rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcUoGOmptVP4TgUhbFXgIFTz2Glc9qav { width:20rem;height:0.0625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpX51Em3SE2LgNhuXI8vLLvS6SJ6PK0 { width:19.9375rem;height:0.0625rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWmDDXyhJDLgey9LurHOIBsNC34sgMDq { display:block; }#vWmDDXyhJDLgey9LurHOIBsNC34sgMDq > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdBXDtNXI7VITm55HTEzTA4CCtNMUkLu { width:20rem;height:2.92480625rem;top:23.375rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INo66I73RL8tboXsN37oEAdRLp7TXyx1 { width:20rem;height:15rem;top:27.5rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uUnroc4iJLHn6VTZvQV4DE4QDv29h0 { width:19.375rem;height:19.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZm8MeFdguVo683WyXtxr6wOEH2XF3hP { width:20rem;height:14.1875rem;top:47.5625rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uZm8MeFdguVo683WyXtxr6wOEH2XF3hP li:before{  }
 }@media only screen and (max-width: 763px) { #gMGf1GJSbk9F2RkBnuUtBxAxyXt6Qhsw { width:18.3125rem;height:1.4624rem;top:44.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFZVXT9hCBEPgFir5JuqwFJl58S9QN5T { top:63.625rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PULbNAJgzyI2GWVfJkUd8vooASHqrAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #lUThfWJOhKSBToH8ved75sWenSNqbhvL { width:20rem;height:7.7998125rem;top:57.21875rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHA3Z0xb5AruSU4L30CTiD8mqpZ6bfZS { width:20rem;height:0.0625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmeXDT8vyFE0vu2IrqDeoM6Po6prhXm8 { width:19.9375rem;height:0.0625rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE { display:block; }#DSiXNyfaHxMNH3dtsyHgXO3w72igKHOE > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUAWOpQglcA6hylPkl2NTwrQNnFwx3RT { width:15rem;height:2.92480625rem;top:23.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbTD2umPkq2gshovReC6GEdrLpFP6m4 { width:20rem;height:15rem;top:28.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwL2zVfZm7OQKg2J1xoitQy71JVUd9vf { width:19.5rem;height:19.5rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK { width:20rem;height:15.6875rem;top:47.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#pr5OqQL0uzhkweaOqpbqsZZElHhTt3vK li:before{  }
 }@media only screen and (max-width: 763px) { #vqt0JNhlGQMmKIVgPho4JsyTJWfaVEpC { width:18.3125rem;height:1.4624rem;top:45.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTyMLi0JQ0KzRzzIyG1hq2iD6amNbHW { top:66.6875rem;left:0rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Ia5Ss5Jnd0w6ykfT659GoPbxAdgolV { display:block; }
 }@media only screen and (max-width: 763px) { #BBTTgTQIpGOFsBrynVmuWBky1c2fNKVD { width:20rem;height:7.7998125rem;top:61.3125rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekh4bkA1wuB8b0rmXMo6hsxg1Z0d5q7E { width:20rem;height:0.0625rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAEEpOgA9EUiBgGX3SXB1mRqiC7hJpg { width:19.9375rem;height:0.0625rem;top:27.4375rem;left:0.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { display:block; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKgQgE2TsHKXcdhQHKB6B9Oyk3wt5qsL { top:1.25rem;left:1.875rem;width:16.25rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oE9Fbn1EJdzkIqXkd3S4WhUaytoNpEfI { display:block; }
 }@media only screen and (max-width: 763px) { #XH64ilrPTNBwIWJTCIifFOitMORtwswa { top:4.25rem;left:0rem;width:20rem;height:2.75rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcnvsTw5fchqlqHGSZiPTlXgDq14SsFx { display:block; }
 }@media only screen and (max-width: 763px) { #eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { display:block; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { display:block; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtaxnnxIRTDNyO4mOn2PJzwix54rgVGx { width:19.875rem;height:11.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIoGTil8A7TTo5NRZahNkqKhuZiOpyOE { width:20rem;height:6.8246875rem;top:14.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCKRuNK1zfS6asOrsuowgGWAdPuWxml9 { width:20rem;height:10.5rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNNEiyb17iD08P76wHIcTZZU2wC4GWN8 { width:20rem;height:11.5625rem;top:44.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfDkXae4cGfHBlFWVLVZo6C3T95W21A { width:20rem;height:6.8246875rem;top:57.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDKCtJa5qCTJU8oTSRtsQEM0cP4gpIRc { width:20rem;height:12rem;top:68.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbcW8mNr598yCWtDEK717H67UEFK8PU { width:20rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv40AVVgzZNwd5IeKVKRLkFEWSIoFxmg { width:20rem;height:0.0625rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS5adDRSsqWLQmAlAp4Ph1ZNBEkkzAcx { display:flex;width:1.8125rem;height:1.8125rem;top:37.0625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #gwTkyRZyTW3JurVktPTWS2yIgK98Zxzm { display:flex;width:1.8125rem;height:1.8125rem;top:82.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #aTOI8JiosVW9lkbPnFJTDAETp7vt5Trv { width:12.5rem;height:1.29980625rem;top:40.125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kq656vXZHNeauL015ObaBWbbZTaApRoH { width:12.5rem;height:1.29980625rem;top:85.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs { display:block; }#VG8O0i1plK5LCuAzRWhNwtCFQTmlw0rs > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg5ulUkZUi99mt48C8P99z85TMyAM1vU { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7yZZRifUQ7UME7fgAmwUfQqD3rt4Trv { width:20rem;height:4.54980625rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzmIOFIGA0q9wLd3NdoAq69vsJSeVNuq { width:20rem;height:9rem;top:20.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snSDKv1RliqUzTnZXllukcbixsp1d2SJ { width:20rem;height:11.5625rem;top:39.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTdsQRy9ZXuvkvyEhP6TTLipdB5tA7s { width:20rem;height:4.54980625rem;top:52.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMN4TDMLnnb4TsEwOrdUkXp1JzmHvchT { width:20rem;height:7.5rem;top:59.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOXD3oGQqJAWw3wSdX1TxEAuaF0iF5U { width:20rem;height:0.0625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkR7dAkv2JoUIxTRNgn6s0EdwqZyQvAN { width:20rem;height:0.0625rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyXskl4Q1MwuhFnaP6QLg7zZmXVaLOq { display:flex;width:1.8125rem;height:1.8125rem;top:31.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vO4E8ksWBAGh7JNRK99cBs87X714TQwC { display:flex;width:1.8125rem;height:1.8125rem;top:69.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #pBxadmiI7VXulp6gTfdCJzi5NphHElgE { width:12.5rem;height:1.29980625rem;top:34.6875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzpFneMJN9bI5t9zwTo16ZtwrgvANF9L { width:12.5rem;height:1.29980625rem;top:72.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ { display:block; }#B7iM01WD3a0sL1NQ7JCH5AOJhGHeXEaJ > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaGOTe7Ge4fOFSlnqw0lOVnmfImeDWoy { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHTbVbRibd5pIJfxgGmlfpd4eMXkEhq { width:20rem;height:4.54980625rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpf0rbSITlVziJmp4oIGUNFobc2t1eo { width:20rem;height:9rem;top:20.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pdE6QcoHIK9qbyyQDpRKGm1WS1kZma { width:20rem;height:11.5625rem;top:39.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PynvzgBIeWU3RArMG58LNHmLlNFU1XLr { width:20rem;height:6.8246875rem;top:52.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMPy0d0vOEHvTCOvap0nqTTcTG5Sqb1Z { width:20rem;height:12rem;top:62.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTe7EzgredTrizA8QoaKuptQUoHPRzC { width:20rem;height:0.0625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyvIRyQUDdQShZUKWkqzpII5gVvVWdXU { width:20rem;height:0.0625rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CanRNwTNXHRyUil9b3Wc1IxEUoltMg3c { display:flex;width:1.8125rem;height:1.8125rem;top:31.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #cMAnT2PVIOqCTKx7uH9yfl6BSxAtqT2M { display:flex;width:1.8125rem;height:1.8125rem;top:75.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #yAfTBV8uy5OBk4DFNBsUcWg4Nc53s0C6 { width:12.5rem;height:1.29980625rem;top:34.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs3JH0y0N5Tn7opEHQiGPsTkR9dLFOpi { width:16.125rem;height:1.29980625rem;top:78.875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 { display:block; }#BbBfS0fimuocfTbn4hMyLRBrCADCzCt2 > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4KNKoVTg68hTnHZs7F9WBmDt3p7wF81 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQq4zyqRWLK7aWf5NdbnlQnaEH0P1ir9 { width:20rem;height:6.8246875rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIcZgWODGQT63J6QiUcnlX8cfID6cgqK { width:20rem;height:9rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxTQqMGeI4uR4F79lRxOTp8mPsPB0Al { width:20rem;height:11.5625rem;top:41.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGXRvc4KVxg6FwB9pXZn4s5aSvL7gQX { width:20rem;height:4.54980625rem;top:55.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKpeyAxZl3QEWTBGfMFTeixHTbNzEdq { width:20rem;height:0.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWxBGzXDMFNwMDB1m6RTymcftDkAPKaQ { width:20rem;height:0.0625rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihy4Dwc4GNiN3Os0U4amdpDm48iPs3Uf { width:20rem;height:9rem;top:62.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGya6t9GCLyexl34KtcixJTfzac19NIA { display:flex;width:1.8125rem;height:1.8125rem;top:34.125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #POUvDmwqariadSvCg4FB7N99a9qJ1Pu0 { width:14.4375rem;height:1.29980625rem;top:37.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfhR3sQgHANfPlehsTDm3KkIW60Wdgw2 { width:14.4375rem;height:1.29980625rem;top:76.6875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1Dp9XW6FJJ9ERiTFQBcNGoMkS5TMFPT { display:flex;width:1.8125rem;height:1.8125rem;top:73.625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf { display:block; }#pkzn3WvbdPHP6o0q2RFuZv9TfF5bdzkf > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooxw8HtXwUKTEuMVTPZyk6vrLBBuA71b { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXkKpHqI7GAao7ylmrF1d2T8GqKSI4ID { width:20rem;height:4.54980625rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPG7l3vbd3RbXf4HhG72DDqmKEAb69so { width:20rem;height:9rem;top:21.4873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHBptQ0nUTsxSdcDU6NEpURiv43gONlt { width:20rem;height:11.5625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axpFAJt5gMnqIr4z8VoMwUJZMBesqcim { width:20rem;height:6.8246875rem;top:53.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEDvClDAMkOkFOkaCrpcrNaZU28CTTo { width:20rem;height:0.0625rem;top:19.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGPJ8JBgWXVuQTT8bLhoTKd88KwleFk4 { width:20rem;height:0.0625rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzxmRC8VDfOFfUmJT1T5PRte8ncpNuix { width:20rem;height:9rem;top:63.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagTwMR04RHdxmasS8Dxy5vd1wchfUpK { display:flex;width:1.8125rem;height:1.8125rem;top:32.4375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #St5TCPo6hAZga4NlAwLfFduZqze6vZMF { width:14.4375rem;height:1.29980625rem;top:35.5rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqk52nNVVI8wguMQ2X8BPtusnIJDGygZ { display:flex;width:1.8125rem;height:1.8125rem;top:74.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #TxeBnWTp9D40FXGALTtRxkq7rh1hlg5T { width:14.4375rem;height:1.29980625rem;top:77.4375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ { display:block; }#SDgUS0N4o6VbaOwvWT7VeBfNbX9124zJ > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0HirASlQcTngV6J06xFIbFF8fwKRugH { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGWwLp3ZLfpQVSdyt1XTWQFuf9kHwJGc { width:20rem;height:6.82470625rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqZRrq77Snq7oJ7ywEadXqpxiWhSV9Hn { width:20rem;height:9rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb91f6CaCqyoAEhQAz9PfCaXNwzLITyS { width:20rem;height:11.5625rem;top:42.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFOrKlyLM0F8TXVeMBvA8ZloiyChSo3x { width:20rem;height:4.54980625rem;top:55.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLLy17BJNHHcfRwk27fyMTf8Hd609fQ { width:20rem;height:0.0625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQKqvJ5uy78TsOFpUKftStipFTPKyxp { width:20rem;height:0.0625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aflq2O9iyxcBvNBXuD8uuq0sffJXhAlF { width:20rem;height:9rem;top:63.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISOqqU6UTeyBiDVotT3522tidXPhteSq { display:flex;width:1.8125rem;height:1.8125rem;top:34.75rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #IUVHm6wgo0UcPke6Ocv5qQXW9l2KQqXP { width:14.4375rem;height:1.29980625rem;top:37.8125rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQL6xBUKtFLxcNFQdfNKuzEh0JZuUVA2 { display:flex;width:1.8125rem;height:1.8125rem;top:74rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vtihKEW1ZdhfRHysrpOo54s1adAP6Kzo { width:14.4375rem;height:1.29980625rem;top:77.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI { display:block; }#VVzfdpcs76J2QSh0KHL5zTx4QTo8M2pI > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XylNVwph7hfb5z3Lyn7eWqlf99mKaymJ { width:20rem;height:3.375rem;top:4.2998046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfA1cfv1Fuz97rCnPDpMypJhoFF5qthT { width:2.8125rem;height:2rem;top:6.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM0PhGnOcDLCNeuv454TT7oLvs5ZwTNR { width:2.8125rem;height:2rem;top:9.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN2g476x7nzKIOTqhVB0EWX6isMQlW03 { display:block; }#UN2g476x7nzKIOTqhVB0EWX6isMQlW03 > .row .container { width:20rem;height:92.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ow8GtIiCe10pyvmFveREpu8xsFwm6a1V { width:17.0625rem;height:4.3872rem;top:3.0625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAHiJQtZtF4qPBbh9sTxblxAUpB56oTH { width:20rem;height:35.191375rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpI8Qmiv4KVV0AXBwrAONr1TEKp6Ck1C { width:20rem;height:31.9921875rem;top:56.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF5UFscqiRrrRxQOmKzdkirLDgvJzbBP { width:16.375rem;height:4.3872rem;top:50rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { display:block; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgIyiU8Wo2VLHhdlgTqPO6wgcVFLVMrT { width:15.5625rem;height:4.3872rem;top:2.25rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngp5gzAWrXsfmsUVaLSyVkJcTCW8qyrh { width:20rem;height:17.5956875rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuI04LgufNuWD72qQqmTwp7dx5LnTxVT { width:20rem;height:9.597625rem;top:39.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT95psVZJtxzicTDJassvQVfTBnr5Q5O { width:20rem;height:4.3872rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv { display:block; }#iwKB5wD7g2TG3rxP4sNrrcn3QEpDRVyv > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNNeT61zJMSpWUaSI5X1hLq2l2WmlPVf { width:16.1875rem;height:4.38720625rem;top:2.25rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhHKxAllMwu0Tdp51iGrd2zPdGT0NV7 { width:20rem;height:17.5956875rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdSlI6mpJ5JlFhU8kS6xh4q0A7edTCU4 { width:20rem;height:12.796875rem;top:36.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TJL0fNTNSPDyDr0HE4JfXSBFeSyGJv { width:12.5rem;height:4.38720625rem;top:29.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N { display:block; }#FUwZWBQQJXmGQBDQ17Jmk8TTBUsgdT3N > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNIrCIe00gSfWBfTTTHvg9W6R6HWMZ2X { width:12.5rem;height:2.5996125rem;top:2.875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1tDWM6MCtE8fCBTSQEfAo3wZuAlzXJG { width:9.0625rem;height:6.75rem;top:6.75rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLQbWbP9HQFnrlUVVls8zW9LsLowJvpx { width:12.5rem;height:2.5996125rem;top:15.8125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZnMhrTDGMxicZrmgn77XUXVQSMnD22f { width:9.0625rem;height:8.4375rem;top:19.125rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0QrCBsZL39K8Gx3UXhWDuddwy1CCSoW { width:12.5rem;height:2.5996125rem;top:30.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWTSNPSUU3C9Dre2qX10msD8kqgnI2V8 { width:9.0625rem;height:6.75rem;top:33.9375rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpdfXlDieCrs6oHF4O0oTe4kLDUm8ivH { width:12.5rem;height:2.5996125rem;top:43.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcuH1EJ0B1KPT0dcKTLnEdMNBBzE8nX2 { width:9.0625rem;height:5.0625rem;top:46.75rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx { display:block; }#NgvlHi3FbktEwmExzeqoGnn8rb9FWcCx > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrXUwKKEUSiBGFCPoaynwgDeWmFuw28p { top:4.21875rem;left:0.625rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX9QSI9y3pszoa72fUt7z7BPrQ2mxfbZ { display:block; }
 }@media only screen and (max-width: 763px) { #nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { display:block; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { width:18.9375rem;height:4.875rem;top:4rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-text {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-select {padding-top: 0; padding-bottom: 0;}#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l  { width:17.5rem;height:auto;top:46.375rem;left:0rem; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JwLVImpenskTRlo709HyimzC2kCe2i2l {display:block;}#JwLVImpenskTRlo709HyimzC2kCe2i2l { width:17.5rem;height:auto;top:46.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #M0OZ399S2gfnCtJF78RzP7krR0GCpMML {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #oThpxaDmiHNOC1HKgxXPIlzyRdUnNyRL { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #mxwGgX97WOXGfPDyNvkaMw5HUIzZkp8L {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #umtnsEzgbkTbDkTVDBLhmEHJCrAkvGEB {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #i4ZPIqQpUH0HSrPGmcxJzSTQqTcTrig9 { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #r1rOuqGWzuXRMT9RedAAIvkNZKLkPshJ {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #WCyLycfyg7KRa1LXOSrpiatBrRT0TJxg {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #UIysUm1S8lCPipAfAaIev5vmEXeSfxcv { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #bJocVyknFb8JHBF0Jt1X3IMF0hDVzv0d {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #IqA7iS0Ty7ZPLv8ExKWk4c3ZJLBdcMZT {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #SBqo4VbulkTJy5wX1lcQ1d8qxVU7zcJt { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #orqccv01GxudGWE5a3vVt1BOTR5t8Ptx {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #UOJGtrTw6vkHlHR2OunNPl6sUzygBC2I {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #P82LUd0vFlFL3N5SbZH3ipcHDguWedsl { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #QXksgzyWKTIi99LKbV065vAMcybRv1Dm {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #uPA2pwTbMeToT9SteNNTsrQ6gO0lKsrP {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #tvB3H2pTHezxOfM57ay8z5CfwUTKTFTb { display:block; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #eV6crRTJB0MvU1lmgTdBtaThGE8XfQT1 {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #PhFB3ZO6XPKwPIIiHPFZC5lsEz8Kd6MD {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #JS72An3VxZOq9KzV1nMHoNFwuRpnuTRo { z-index:2; }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #lt90UVZbtVeJoEyzRkVeam5lwFunNEzx {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #PlVn3hG2xUnL2q7FKdbx2fotPSRy0by5 {  }
 }@media only screen and (max-width: 763px) { #JwLVImpenskTRlo709HyimzC2kCe2i2l #pGnk6HDIcKr2rUsiFQRdTrLUX0y51Tad {  }
 }@media only screen and (max-width: 763px) { #kelCFs1Z9TTPDnyQhK7TEu2AAQx3P12t { width:18.75rem;height:2.5996125rem;top:26rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfdwHEmMZTGW1bZaz2ERFC9l2XUoIvHp { width:18.75rem;height:1.7871125rem;top:29.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKF2RqS8hKJOfdARqzn9O2mEFT8PIz0z { width:20rem;height:9.597625rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGzTArwpMyAMMD752bP4XfS1228d1R7 { width:20rem;height:0.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaZRQWJa7mBuMbJ1zzeCEU2DC5ZZwDkb { width:20rem;height:8.3994375rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ { display:block; }#HW9uB72DxNDQaNTmVMykqNBrhrqmTBOQ > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syNbleu1Or29uMfDADLG5LTUIZrOy1cK { width:18.75rem;height:1.7871125rem;top:7.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEtM8gDsUIXOAFUdP5iFO2HIsC1LIdIP { width:20rem;height:15.9961125rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fso2ItZXt06Lax2lqPA134dxgM0m2X53 { width:20rem;height:19.1953125rem;top:36.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F23I0VTHi17MDMkW7JvkGNNviEBXN34e { width:18.75rem;height:1.7871125rem;top:33.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAVCbZndAe4TydZnoVLG7xOJRLTfECgl { width:20rem;height:14.3964875rem;top:68rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZ4hRx7G9LhPUUrw0rBqkXnbTB610zU { width:18.75rem;height:1.7871125rem;top:65rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoRieZ3ItqC5NM19mm0x1SOG2igAaCir { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sugbp6QwXreiNixBQZWTooZ93mzJX3aI { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0z7OWNz1P19TKtFB5KhCaCR2MTmQJ9P { width:18.75rem;height:2.5996125rem;top:3.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJ2htmpIeDKHPsWrn4NZ4wWIoySkR0z { width:18.75rem;height:2.5996125rem;top:29.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCpV28LTKZXf9AwxT8lL65cc0U0TdmfV { width:18.75rem;height:2.5996125rem;top:61.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmZdQFkhKKXme1e2hB6nx4TE32LJoCRZ { width:20rem;height:0.125rem;top:88rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyNUcUoVo35EGBpXqJpGy8bJKxvpuAJo { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks { display:block; }#DHMfUXp1nHloKt8g6P0ft0rqBkaCP5ks > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dah9d5ARvqLg89ZOL0nGbRUOzD39xlvN { width:18.75rem;height:1.7871125rem;top:5.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2RQmTc5JXANP9rTTqqDCuHt9ItupNTL { width:20rem;height:17.59570625rem;top:8.0625rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shBWu9ym2meTGDzkPKzaq48qCqgTtEug { width:20rem;height:14.3964875rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8UqR7kJTpDk6d0HMBrRJdyO2ksL3U7 { width:18.75rem;height:1.7871125rem;top:33.3125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRArLeNTcmqRNRIvExgP1hfqzHH7ICC0 { width:20rem;height:17.5957125rem;top:60.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc30AcR9zep3abb5eJoFA1wt8FFGFZZU { width:18.75rem;height:1.7871125rem;top:57.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7hTSIu2IvlSqQTFOwoSFbgkZhb6lefZ { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDNO1eMXqmAkn6unKglpXX2TnDPMMlqt { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PioAsx5mCwOeEOWI2kwrUwQNs3wdUirp { width:18.75rem;height:2.5996125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRduD0F1SJ4mS4PbJNyLO1QeNy3GKJ4g { width:18.75rem;height:2.5996125rem;top:29.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrVkFaQk2pDms6MePUGuA3KeLNH6o3G7 { width:18.75rem;height:2.5996125rem;top:53.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNFO2eyM8ffJ1XNDwJrvE9ZPT7FeucEr { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtlxWebufxDW1HA4haldFeUi9kh054Mc { display:block; }#xtlxWebufxDW1HA4haldFeUi9kh054Mc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OItINq9QNw9WSDZvf89fh7VLlvD71TiS { top:1.6875rem;left:1.875rem;width:16.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WwPyrT5dNEvbczRuOaDZxm2t3lIUBP { display:block; }
 }@media only screen and (max-width: 763px) { #uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A { display:block; }#uLO8U2bxKgy3bR0qGDcxq0KyeO4Vx52A > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSkR2hxEPuo3gDUk47BTi9c66qzTSDv1 { width:18.8125rem;height:7.3125rem;top:8.1875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWgG5PnM0wazQvGmwicX2Ss0iXVEhEEi { width:18.75rem;height:8.999rem;top:18.09375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syoEMOEu8LccUt015RBcWFku4zSiriHR { top:30.4375rem;left:0rem;width:19.8125rem;height:2.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDP9W0kLwJWLScx4QHDN3pAQZo03Sy4w { display:block; }
 }@media only screen and (max-width: 763px) { #STH6t5TcbOkhso8oVo4C61IoRhyiVzhf { width:20rem;height:1.8999rem;top:44.9873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1SatdTKF2G1Vt3p0ZT44g7iPvIS7A5D { width:20rem;height:1.94970625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X339755o0TT88750acOgHux84KDB6DTK { top:34.4375rem;left:0.0625rem;width:20rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKTK2TRDqsJ65wanlxlSJVpCtwKDW9zT { display:block; }
 }@media only screen and (max-width: 763px) { #Tiw8TINocOTvzavunWkVQnKc76HR6B82 { top:38.5625rem;left:0rem;width:20rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGUrC6s3zoqqilfkJRN3OsVUKtORmAJe { display:block; }
 }@media only screen and (max-width: 763px) { #S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt { display:block; }#S2Lqb7rUe8NH0CzNRRKb11wo7zm3uCLt > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdmIAPlqRT5Us8TkybmxbBTh3lJBptT8 { width:18.875rem;height:3.79980625rem;top:2.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }