.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#QcsoL4cVpGBOCalndEKXL9BcchfbF54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container { display: none; }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ee4f7e0-a47d-43e5-8880-32e59bdbc605/Oprogramiekopia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.adaptive-delivery-prevent-bg, #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.lazyload, #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.lazyloading { background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { background-color: transparent; background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { border-width: 0; border-radius: 0; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { display:block;width:44.1235625rem;position:absolute;font-family:"titillium web";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.060791015625rem;left:7.93701171875rem;height:3.5rem;color:#e9e51e;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:center;text-align-last:center;font-style:normal;display:block; }
#ezTDwBFn9UTGtmVWlxieaqUvOGrCXGcT { display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.51806640625rem;left:1rem;height:7.3496rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rHPfMNTCHUgTpNbHMuCevAx1wnFsr0nB { background-color:#e9e51e;background-image:none;border-top:0.0625rem solid rgba(233,229,30,0.5);border-left:0.0625rem solid rgba(233,229,30,0.5);border-right:0.0625rem solid rgba(233,229,30,0.5);border-bottom:0.0625rem solid rgba(233,229,30,0.5);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.088875rem;height:3.21533125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.185546875rem;left:2.22021484375rem;display:block; }
#P83ARUTaw2pNqIzMAnglK1tt3EsLtdpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7TqUVEUCulS2b3qLpelFUs8FMLNUm1M { display:block;width:44.1235625rem;position:absolute;font-family:"titillium web";font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.560546875rem;left:7.93701171875rem;height:2.6879875rem;color:#ffffff;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:center;text-align-last:center;display:block; }
#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container { background-color: transparent; background-image: none; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container > .video-iframe-container { display: none; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row > .video-iframe-container { display: none; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .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); }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container { border-width: 0; border-radius: 0; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#PsNDnIL1kpMfXrNKh3GRTEKb4mn7Z8km { display:block;width:59.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.6591796875rem;left:0rem;height:3.28125rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQC6816myTmuS5zmTs84HN4uByonTmhV { display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.46337890625rem;left:3.0625rem;height:14rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container { background-color: transparent; background-image: none; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container > .video-iframe-container { display: none; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row > .video-iframe-container { display: none; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .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); }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container { border-width: 0; border-radius: 0; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#CSDkMaq1cq4XNgPwSAov5rs6qoEd64AH { display:block;width:28.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.0341796875rem;left:0rem;height:3.28125rem;color:#e9e51e;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Lex2XAwreWCZWdkTX3BgvwElT8CwVrk2 { display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.46875rem;left:0rem;height:21rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#VRwIA2rXaEN1BSFTuuv5teW5T0VTuCPc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.3125rem;width:30.25rem;top:0.498779296875rem;left:30rem;overflow:hidden;display:block; }
#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container { background-color: transparent; background-image: none; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container > .video-iframe-container { display: none; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row > .video-iframe-container { display: none; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .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); }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container { border-width: 0; border-radius: 0; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#x4SLrIciohnC22ed5ghNVATiy8vtL5vS { display:block;width:21.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.5625rem;left:30rem;height:4.8125rem;color:#e9e51e;text-align:left;text-align-last:left;font-style:normal;display:block; }
#luOZHZSTlQCJdZHLpsk7GTOIaEhZVE2Z { display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.275390625rem;left:30rem;height:12.25rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#SnVlaXbskxblX8uCWxZdZg1LrIzvd7CC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:27.1875rem;width:29.43725rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container { background-color: transparent; background-image: none; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container > .video-iframe-container { display: none; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row > .video-iframe-container { display: none; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .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); }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container { border-width: 0; border-radius: 0; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#o0uVUkoKSn7LyWSqswXHbPXVxxzweWii { display:block;width:59.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.3466796875rem;left:0rem;height:3.28125rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSIMD9Reh6iZcuEU57T8RcEacHk1Z5si { display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.150634765625rem;left:1.06201171875rem;height:36.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container { background-color: transparent; background-image: none; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container > .video-iframe-container { display: none; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row > .video-iframe-container { display: none; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .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); }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container { border-width: 0; border-radius: 0; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#KH5kAgUH3sLraT9Va8xe1SeuJUtTh1PN { display:block;width:54.5625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.46875rem;left:1.4052734375rem;height:2.625rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1R0l1tcRNIw87wHnqIR89ecwGo6IgCV { display:block;width:55.1855625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:5.216064453125rem;left:1.092529296875rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#LHA9gGCIJqM1rfnq4X7OJf81Ud2WHtkx { display:block;width:55.1855625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:33.68408203125rem;left:1.09326171875rem;height:3.0625rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEMhyGCEDkw0ZWxkypDJqT7m5X6ib1cU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.25rem;width:60rem;top:10.5615234375rem;left:0rem;overflow:hidden;display:block; }
#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container { background-color: transparent; background-image: none; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container > .video-iframe-container { display: none; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row > .video-iframe-container { display: none; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .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); }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container { border-width: 0; border-radius: 0; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#pyzI1y8bJswJWzVeIXhdozyG6Ba6nCRs { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5625rem;left:1.125rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MktSC1HJJrxwaUkKTqeTUSVLCxouvFBv { display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.5625rem;left:22.75rem;height:5.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tROH1JpO5gZawV7aeMlofMSV8pDklpnZ { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.5625rem;left:41.125rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S24XBZCrBkVmBbTTiKWcbDUzcxoLhS9O { position:absolute;display:block;z-index:15009;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:4.1870125rem;width:4.74975625rem;top:3.5rem;left:7.625rem;overflow:hidden;display:block; }
#uXXzlNSCUPOy0X9EdfnL5kEAEoU8xsB8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.25rem;left:27.625rem; }
#QyOHOXNhyiSBbrXdvnotuCO5ehe1XCep { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.25rem;left:47.625rem; }
#hEsKS95krobRcEPphoB1uIiWC3xFgo7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container { background-color: transparent; background-image: none; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container > .video-iframe-container { display: none; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row > .video-iframe-container { display: none; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .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); }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container { border-width: 0; border-radius: 0; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#zE8CzL348a1sUPRuUyOKy4udBAlXKcsx { display:block;width:14rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:7.625rem;left:1.90625rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tN2a9g59ecKz3KcWDCozlL6wcOAlAAbJ { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:7.6250009536744rem;left:21.093751907349rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ndyg2N0H6LgBLdVr4oLwlPFIQLwCqHif { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7.6250009536744rem;left:41.093751907349rem;height:3.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zllcFxO9wV68WvVdhBq5gzkt2lGnO7my { 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:4.6875rem;width:3.75rem;top:2.03125rem;left:7.03125rem;overflow:hidden;display:block; }
#Ln3aCAccewtkZ1oIHNHMMr8BulUdkyhG { 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:5.625rem;width:4.5rem;top:1.5625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#lC02s1ak3Q78PLaHBll653InSrwTb1qG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2rem;left:27.625001907349rem; }
#TRH2T5zwlkAERDSTv67oNDiwcxmp3wHP { background-color:#e9e51e;background-image:none;border-top:0.0625rem solid #e9e51e;border-left:0.0625rem solid #e9e51e;border-right:0.0625rem solid #e9e51e;border-bottom:0.0625rem solid #e9e51e;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.374rem;height:3.24878125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.185791015625rem;left:19.796142578125rem;display:block; }
#HIL66sD8wr2psPfCHadCD5JCHuy2oHmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container { background-color: transparent; background-image: none; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container > .video-iframe-container { display: none; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row > .video-iframe-container { display: none; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .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); }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container { border-width: 0; border-radius: 0; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#tWqhR1ougkW6pRBgoJBGQcuQcePEOx1z { display:block;width:55.1855625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1884765625rem;left:2.40673828125rem;height:6.125rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGa8hFl2Hwcpdu9WwrhZBVACPBCHLvJe { background-color:#000000;background-image:none;border-top:0.1875rem solid #e9e51e;border-left:0.1875rem solid #e9e51e;border-right:0.1875rem solid #e9e51e;border-bottom:0.1875rem solid #e9e51e;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#f3f2e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.81225rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.733642578125rem;left:6.029052734375rem;display:block; }
#dCiHNP2LkQTgKSReEgotbc53RGKeKzaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRtxxgKGudpaEFyELzSNExBqxPmiUsXm { display:block;width:24.9365rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:8.310546875rem;left:0rem;height:5.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#B9wMDHR68JP2N7af0zQlSHa7qn2f65Rg { display:block;width:30.99975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.310546875rem;left:29.000244140625rem;height:5.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#TOTPcLDI2q4JQPDtNROp4VXCXeLU1Fkm { background-color:#000000;background-image:none;border-top:0.1875rem solid #e9e51e;border-left:0.1875rem solid #e9e51e;border-right:0.1875rem solid #e9e51e;border-bottom:0.1875rem solid #e9e51e;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562rem;height:2.62426875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.733642578125rem;left:38.18603515625rem;display:block; }
#yI4FIuQvMH3WiulGpRTv3RgzTu92BI8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container { background-color: transparent; background-image: none; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container > .video-iframe-container { display: none; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row > .video-iframe-container { display: none; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .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); }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container { border-width: 0; border-radius: 0; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#WrtME6AphHqK5Jp4viTUS12XzWfZELrE { display:block;width:54.5615rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.58544921875rem;left:0rem;height:2.625rem;color:#e9e51e;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bev5TII646sd89STFOuZyTwuCud7hV09 { display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:24.5rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#VnqyX5Zm1kW7VbM5E8t0LJGoMEOzZeq7 { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:23.5rem;width:24.625rem;top:7.5625rem;left:35.375rem;overflow:hidden;display:block; }
#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#171616;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; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container { background-color: transparent; background-image: none; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container > .video-iframe-container { display: none; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row > .video-iframe-container { display: none; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .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); }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container { border-width: 0; border-radius: 0; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container { font-size:0.875rem;font-family:arial;height:152.6875rem;width:60rem;position:relative;display:block; }#TOBGTh1uZoFTpmQyJccLfJPVzTG4KZVT { display:block;width:54.5625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.4617176055908rem;left:0rem;height:2.625rem;color:#e9e51e;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rq3cJhCoBuwBAV5yInDwA3sSd15lPuuy { display:block;width:55.18675rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:5.474853515625rem;left:0rem;height:1.75rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg { display:block;width:32.6245rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:13.441162109375rem;left:25.5126953125rem;height:21.4375rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg li:before{  }
#oNGtZMTGpPxwMB7bIiEpWaiBIq2bsTuw { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:60.01513671875rem;left:0rem;height:3.0625rem;color:#e9e51e;text-align:center;text-align-last:center;display:block; }
#GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd { display:block;width:25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:64.65625rem;left:3.497314453125rem;height:36.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd li:before{  }
#zWbOsqf72osuaw9ysQq2W6dQoiQ9Krim { display:block;width:55.1855625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:119.48510742188rem;left:0rem;height:1.75rem;color:#e9e51e;text-align:justify;text-align-last:initial;display:block; }
#Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 { display:block;width:55.1855625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:122.73461914062rem;left:0rem;height:;color:#ffffff;text-align:left;text-align-last:left;display:block; }#Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 li:before{  }
#vzlabDoNH2kw0q1Pwpky3794eKed8SEM { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:29.3125rem;width:21rem;top:8.626708984375rem;left:2.1875rem;overflow:hidden;display:block; }
#eIHsptSDflEvH9BIhaM3owCqGsUPdpeI { position:absolute;display:block;z-index:15013;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;box-shadow: none;height:13.0603125rem;width:19.8730625rem;top:104.02587890625rem;left:19.2490234375rem;overflow:hidden;display:block; }
#p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV { display:block;width:24.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:64.65625rem;left:32.138671875rem;height:38.8125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV li:before{  }
#Rb6qxxMGJqz5LLEPTa9Z7TPEpKRbshbr { position:absolute;display:block;z-index:15014;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.8110625rem;width:10.8105625rem;top:137.31298828125rem;left:0rem;overflow:hidden;display:block; }
#FDTxeFk0Dk8DrxWsDHuDimslclSdQock { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:19.1235625rem;top:144.0146484375rem;left:25.5126953125rem;overflow:hidden;display:block; }
#CAhPdR8K7mzCXtF0Mfyr9UX2TTM59LT7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9355625rem;width:10.625rem;top:142.26538085938rem;left:46.402587890625rem;overflow:hidden;display:block; }
#omIcGyeTtcw3p0ohohrhnW1HiKGtDxl3 { position:absolute;display:block;z-index:15017;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.3105625rem;width:11.4978125rem;top:137.89038085938rem;left:12.21435546875rem;overflow:hidden;display:block; }
#EEPwT55MyHtFxo3X77xzoddHbUlJKc4T { position:absolute;display:block;z-index:15019;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:12.9375rem;width:19.4375rem;top:104.08813476562rem;left:40.562744140625rem;overflow:hidden;display:block; }
#n5nBOuFhCkf6s3xneywOkdinH2rF9oOG { position:absolute;display:block;z-index:15020;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:18.49975rem;width:28.125rem;top:39.7412109375rem;left:29.81201171875rem;overflow:hidden;display:block; }
#l2IKlOCpd1WQk50G3fzElQ4uwOh8yTRZ { position:absolute;display:block;z-index:15021;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:18.5rem;width:25.3125rem;top:39.710693359375rem;left:2.1875rem;overflow:hidden;display:block; }
#Q98veoBKobWgrrPD1vmG940zKGR2Ehy6 { position:absolute;display:block;z-index:15022;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.0615rem;width:17.8125rem;top:104.0234375rem;left:0rem;overflow:hidden;display:block; }
#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container { background-color: transparent; background-image: none; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container > .video-iframe-container { display: none; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row > .video-iframe-container { display: none; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .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); }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container { border-width: 0; border-radius: 0; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#arUCIDA25C5DHxkpfPDZ0Cq4t19oiRb7 { display:block;width:54.5615rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.96044921875rem;left:2.71923828125rem;height:2.625rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o88GobeCCptHGflh6TMmtT9i5oHlmAWA { display:block;width:49.4995rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.627197265625rem;left:5.2490234375rem;height:5.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container { background-color: transparent; background-image: none; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container > .video-iframe-container { display: none; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row > .video-iframe-container { display: none; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .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); }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container { border-width: 0; border-radius: 0; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#VuzhF6GDTMOE4lqhzacxbxB6Tfz63fNP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.9375rem;width:15.68725rem;top:0.2490234375rem;left:0rem;overflow:hidden;display:block; }
#EbZQ5Q1fO36e0uoTL6sqEsRuQ9lWITJd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.37475rem;width:16.062rem;top:0.528564453125rem;left:15rem;overflow:hidden;display:block; }
#fTwZDtSVaLgcN18kLxMWzFVmIREiNmqB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.9375rem;width:16.875rem;top:0.2490234375rem;left:30.24658203125rem;overflow:hidden;display:block; }
#TSTzUOQhEdDfzB0SLtTCnnITcLzNlOsy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:13.374rem;width:12.4365rem;top:2.122802734375rem;left:46.280517578125rem;overflow:hidden;display:block; }
#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/W-3Wvff8qsQ/unsplash/scott-webb-W-3Wvff8qsQ-photo-1434682966726-19ad3a76e143.jpg");background-position:bottom center !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; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk.adaptive-delivery-prevent-bg, #M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk.lazyload, #M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk.lazyloading { background-image: none; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container { background-color: transparent; background-image: none; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container > .video-iframe-container { display: none; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row > .video-iframe-container { display: none; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .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); }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container { border-width: 0; border-radius: 0; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#Eh1Ha8gSEwKI0ncxfDGqc99JZZpsQFDR { display:block;width:24rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.8984375rem;left:31.0634765625rem;height:2.625rem;color:#e9e51e;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSEIurFGJC7VBq0LeJGvI0r80DK11Sz4 { display:block;width:27.1235625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:4.20849609375rem;left:31.0634765625rem;height:10.5rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#ntCmD8x7WCyqMOz2ysgVWZtuvsluspKE { display:block;width:23.9985625rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:15.8095703125rem;left:31.0634765625rem;height:2.25rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX { display:block;width:28.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19.27099609375rem;left:31.0634765625rem;height:26.6875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX li:before{  }
#e32EattusTyJkyIgdTnNowi2OVGbVQ6R { box-sizing:content-box;height:43.3125rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.17);background-image:none;top:0rem;left:0rem;display:block; }
#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container { background-color: transparent; background-image: none; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container > .video-iframe-container { display: none; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row > .video-iframe-container { display: none; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .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); }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container { border-width: 0; border-radius: 0; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#Ki8oiQpfTiD16L0U2n7Ja4xFzRXJMWbS { color:#e9e51e;display:block;width:40.875rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:1.63671875rem;left:9.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHD7DESWPPRBg8lBORK3TuPcfkN8ZLiN { position:absolute;display:block;z-index:15023;background-color:#4d4d4d;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.75rem;width:31.4375rem;top:22.249755859375rem;left:1.06201171875rem;display:block; }
#JQ6PfdWIDOXXaSCaSFDRKUMvBT4F9T3x { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:23.28759765625rem;left:1.998046875rem;height:3.3rem;font-style:normal;display:block; }
#q6F6Z3RWT65aMO5IbCTJWhn6NXGU10HR { color:#ffffff;display:block;width:29.5615rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:27.1865234375rem;left:1.99951171875rem;height:20.71875rem;font-style:normal;display:block; }
#TsN5TOUEB5dUJLcEzMzZf3ez7FthWGXp { position:absolute;display:block;z-index:15014;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;box-shadow: none;height:22.0625rem;width:33.1875rem;top:6.53125rem;left:24.562501907349rem;overflow:hidden;display:block; }
#m3VcKOciUGTOJlTrCzwysoTCmKzryNJ3 { display:block;width:25.499rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:32.87353515625rem;left:33.5634765625rem;height:1.92480625rem;color:#e9e51e;text-align:justify;text-align-last:initial;display:block; }
#qldAw04Qay0UaV4BpWvKx1lB715fDoJH { color:#ffffff;display:block;width:25.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:35.90576171875rem;left:33.4375rem;height:11.15625rem;font-style:normal;display:block; }
#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container { background-color: transparent; background-image: none; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container > .video-iframe-container { display: none; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row > .video-iframe-container { display: none; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .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); }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container { border-width: 0; border-radius: 0; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#moMUb5ZGusEVTGL8VDyEPENS5nItX1Hn { color:#e9e51e;display:block;width:38.9365rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:1.509765625rem;left:10.53125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qc1AgR22sOIU2bbArJNsFSKxBTemdGXk { position:absolute;display:block;z-index:15004;background-color:#4d4d4d;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.25rem;width:25.6875rem;top:26.125rem;left:30.875rem;display:block; }
#N1kOFeSG3emDkBs8wKG3WWMl6IpTOTT6 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:27.25rem;left:32.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rux4VdAcgf7wt7wpabAuq4FxcIulRrsb { color:#2f5e6f;display:block;width:38.9375rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:1.76123046875rem;left:10.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sO8TdUHTsZ5zgZ21ETQKTqh0GpUGfZHA { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:25.5615rem;width:41.31225rem;top:5.531005859375rem;left:0rem;overflow:hidden;display:block; }
#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171616;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; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container { background-color: transparent; background-image: none; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container > .video-iframe-container { display: none; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row > .video-iframe-container { display: none; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .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); }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container { border-width: 0; border-radius: 0; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#X11zuKiMMtU5QTxzOuH7Pi3CXEJOMG1r { display:block;width:29rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:37.435424804688rem;left:2.1875rem;height:5.25rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whra2XCQo602Veciyl4tXEyUBEJV0JJV { display:block;width:21.1853125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:11.20361328125rem;left:2.1875rem;height:4.5rem;color:#e9e51e;text-align:left;text-align-last:left;display:block; }
#GkkTENRlxfAMIh3MR9Jn9UJVLDuw2QMF { display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:4.9375rem;left:5.125rem;height:5.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#bBIQMvgF6r9yzZUhr6Ki7lDhOkeAkemu { display:block;width:55.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.5rem;left:2.15625rem;height:2.625rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnmtOyKCqdaOvd4zEZfi9iwPT3V0ggHA { display:block;width:25.6860625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:14.811279296875rem;left:2.1875rem;height:10.5rem;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXK6kPWIRmxSfWywTMstKbXoGL6H06Ki { display:block;width:54.3103125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:14.125rem;left:2.1875rem;height:1.5rem;color:#e9e51e;text-align:left;text-align-last:left;display:block; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-form-header {  }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e9e51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:16.1875rem;height:3.125rem;font-family:"open sans";overflow:hidden; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .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; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-container:first-of-type{padding-top:0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-container:last-of-type{padding-bottom:0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT  { background-color:#171616;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.8623046875rem;left:31.46875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT {display:block;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT { background-color:#171616;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.8623046875rem;left:31.46875rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #s7MPfl6nT81oeX9Z37M4UnF4fBrw1W1g { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #EDpTg2JEdbveEwCHizmZ30Q95KwfL4B0 { position:relative;display:block; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #cbGFJlfvqlAMS1Ghw96sdOTSDscDTmM3 { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #LivOs63VVaPCILg4tqhbgsr9iNmaqbwc { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #E7CxHUdt33yHAswNP2s5tU3nPhg7cSMT { position:relative;display:block; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #qRVbBcznhV8kgfXJsFblTMZ3qE7moylE { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #x0D8STt7tEcLZp3Mbthi8XSNRq5Ohbm4 { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #TbFqFLzgey2KS3xir9zUoF0HlRk4Fifc { position:relative;z-index:2; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #uNRViLGD8AeI2SgkWPiqSgo9btIXiWlD { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #upvk2SMhdqhKqweDeQlmpfLgwF65bXy7 { position:relative; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #C8nBvDzZb9wezslOlFFQVdGR8xQq4hDi { position:relative; }
#bZR65iXFwo9quwglUDBxO9T1komiH6TF { display:block;width:18.999rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.20361328125rem;left:34.810791015625rem;height:4.5rem;color:#e9e51e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mm4RzFzbhm89IMM21pPnguDUdOKTciuv { display:block;width:12.3730625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:23.96630859375rem;left:2.1875rem;height:1.5rem;color:#e9e51e;text-align:left;text-align-last:left;display:block; }
#iv2CtDBTQrOJsCyMI8XwR63uWrQirdLi { display:block;width:13.2483125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:34.748779296875rem;left:2.1875rem;height:1.5rem;color:#e9e51e;text-align:left;text-align-last:left;display:block; }
#BoOIJhlCxN9pFRvVoMLZBmOo5Uqe8eWM { display:block;width:25.6860625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:27.20263671875rem;left:2.1875rem;height:7rem;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khGko4CInEqZnXdfywciqT4b2momeJTe { background-color:#e9e51e;background-image:none;border-top:0.0625rem solid rgba(233,229,30,0.5);border-left:0.0625rem solid rgba(233,229,30,0.5);border-right:0.0625rem solid rgba(233,229,30,0.5);border-bottom:0.0625rem solid rgba(233,229,30,0.5);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.07397875rem;height:3.20104125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.453125rem;left:35.767707824707rem;display:block; }
#mJ5B9G0F2NwhdTNwQh67mCffNiTZQHWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTDwBFn9UTGtmVWlxieaqUvOGrCXGcT { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPfMNTCHUgTpNbHMuCevAx1wnFsr0nB { width:17.0625rem;height:3.1875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P83ARUTaw2pNqIzMAnglK1tt3EsLtdpR { display:block; }
 }@media only screen and (max-width: 763px) { #A7TqUVEUCulS2b3qLpelFUs8FMLNUm1M { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N { display:block; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNDnIL1kpMfXrNKh3GRTEKb4mn7Z8km { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQC6816myTmuS5zmTs84HN4uByonTmhV { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 { display:block; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSDkMaq1cq4XNgPwSAov5rs6qoEd64AH { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lex2XAwreWCZWdkTX3BgvwElT8CwVrk2 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwIA2rXaEN1BSFTuuv5teW5T0VTuCPc { top:0.4375rem;left:17.5rem;width:30.25rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf { display:block; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4SLrIciohnC22ed5ghNVATiy8vtL5vS { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luOZHZSTlQCJdZHLpsk7GTOIaEhZVE2Z { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnVlaXbskxblX8uCWxZdZg1LrIzvd7CC { top:0.4375rem;left:0rem;width:29.375rem;height:27.130007473524rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT { display:block; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0uVUkoKSn7LyWSqswXHbPXVxxzweWii { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSIMD9Reh6iZcuEU57T8RcEacHk1Z5si { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc { display:block; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KH5kAgUH3sLraT9Va8xe1SeuJUtTh1PN { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1R0l1tcRNIw87wHnqIR89ecwGo6IgCV { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHA9gGCIJqM1rfnq4X7OJf81Ud2WHtkx { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMhyGCEDkw0ZWxkypDJqT7m5X6ib1cU { top:10.5rem;left:0rem;width:47.75rem;height:16.911458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr { display:block; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyzI1y8bJswJWzVeIXhdozyG6Ba6nCRs { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MktSC1HJJrxwaUkKTqeTUSVLCxouvFBv { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROH1JpO5gZawV7aeMlofMSV8pDklpnZ { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24XBZCrBkVmBbTTiKWcbDUzcxoLhS9O { top:3.5rem;left:5.5625rem;width:4.6875rem;height:4.1323443392875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXzlNSCUPOy0X9EdfnL5kEAEoU8xsB8 { top:3.25rem;left:21.4375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyOHOXNhyiSBbrXdvnotuCO5ehe1XCep { top:3.25rem;left:37.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEsKS95krobRcEPphoB1uIiWC3xFgo7C { display:block; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE8CzL348a1sUPRuUyOKy4udBAlXKcsx { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN2a9g59ecKz3KcWDCozlL6wcOAlAAbJ { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndyg2N0H6LgBLdVr4oLwlPFIQLwCqHif { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllcFxO9wV68WvVdhBq5gzkt2lGnO7my { top:2rem;left:4.96875rem;width:3.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln3aCAccewtkZ1oIHNHMMr8BulUdkyhG { top:1.5625rem;left:37.437501907349rem;width:4.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC02s1ak3Q78PLaHBll653InSrwTb1qG { top:2rem;left:21.437501907349rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRH2T5zwlkAERDSTv67oNDiwcxmp3wHP { width:20.3125rem;height:3.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIL66sD8wr2psPfCHadCD5JCHuy2oHmO { display:block; }
 }@media only screen and (max-width: 763px) { #Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y { display:block; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWqhR1ougkW6pRBgoJBGQcuQcePEOx1z { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGa8hFl2Hwcpdu9WwrhZBVACPBCHLvJe { width:12.8125rem;height:2.6875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiHNP2LkQTgKSReEgotbc53RGKeKzaM { display:block; }
 }@media only screen and (max-width: 763px) { #cRtxxgKGudpaEFyELzSNExBqxPmiUsXm { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9wMDHR68JP2N7af0zQlSHa7qn2f65Rg { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTPcLDI2q4JQPDtNROp4VXCXeLU1Fkm { width:12.5rem;height:2.5625rem;top:15.6875rem;left:32.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4FIuQvMH3WiulGpRTv3RgzTu92BI8M { display:block; }
 }@media only screen and (max-width: 763px) { #duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl { display:block; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrtME6AphHqK5Jp4viTUS12XzWfZELrE { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bev5TII646sd89STFOuZyTwuCud7hV09 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqyX5Zm1kW7VbM5E8t0LJGoMEOzZeq7 { top:7.5625rem;left:23.125rem;width:24.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb { display:block; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOBGTh1uZoFTpmQyJccLfJPVzTG4KZVT { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq3cJhCoBuwBAV5yInDwA3sSd15lPuuy { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }#USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg li:before{  }
 }@media only screen and (max-width: 763px) { #oNGtZMTGpPxwMB7bIiEpWaiBIq2bsTuw { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }#GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd li:before{  }
 }@media only screen and (max-width: 763px) { #zWbOsqf72osuaw9ysQq2W6dQoiQ9Krim { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }#Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 li:before{  }
 }@media only screen and (max-width: 763px) { #vzlabDoNH2kw0q1Pwpky3794eKed8SEM { top:8.625rem;left:0rem;width:21rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHsptSDflEvH9BIhaM3owCqGsUPdpeI { top:104rem;left:13.1240234375rem;width:19.8125rem;height:13.020511630065rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }#p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV li:before{  }
 }@media only screen and (max-width: 763px) { #Rb6qxxMGJqz5LLEPTa9Z7TPEpKRbshbr { top:137.3125rem;left:0rem;width:10.75rem;height:13.733690719146rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxeFk0Dk8DrxWsDHuDimslclSdQock { top:144rem;left:19.3876953125rem;width:19.0625rem;height:7.1645499498328rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAhPdR8K7mzCXtF0Mfyr9UX2TTM59LT7 { top:142.25rem;left:37.125rem;width:10.625rem;height:8.9355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omIcGyeTtcw3p0ohohrhnW1HiKGtDxl3 { top:137.875rem;left:6.08935546875rem;width:11.4375rem;height:13.240741105645rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEPwT55MyHtFxo3X77xzoddHbUlJKc4T { top:104.0625rem;left:28.3125rem;width:19.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nBOuFhCkf6s3xneywOkdinH2rF9oOG { top:39.6875rem;left:19.625rem;width:28.125rem;height:18.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2IKlOCpd1WQk50G3fzElQ4uwOh8yTRZ { top:39.6875rem;left:0rem;width:25.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98veoBKobWgrrPD1vmG940zKGR2Ehy6 { top:104rem;left:0rem;width:17.8125rem;height:13.0615rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N { display:block; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arUCIDA25C5DHxkpfPDZ0Cq4t19oiRb7 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o88GobeCCptHGflh6TMmtT9i5oHlmAWA { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH { display:block; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuzhF6GDTMOE4lqhzacxbxB6Tfz63fNP { top:0.1875rem;left:0rem;width:15.625rem;height:15.87425696027rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZQ5Q1fO36e0uoTL6sqEsRuQ9lWITJd { top:0.5rem;left:7.8125rem;width:16rem;height:15.315402814095rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwZDtSVaLgcN18kLxMWzFVmIREiNmqB { top:0.1875rem;left:18.9375rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTzUOQhEdDfzB0SLtTCnnITcLzNlOsy { top:2.0625rem;left:35.3125rem;width:12.375rem;height:13.30786394886rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk { display:block; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh1Ha8gSEwKI0ncxfDGqc99JZZpsQFDR { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSEIurFGJC7VBq0LeJGvI0r80DK11Sz4 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCmD8x7WCyqMOz2ysgVWZtuvsluspKE { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }#UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX li:before{  }
 }@media only screen and (max-width: 763px) { #e32EattusTyJkyIgdTnNowi2OVGbVQ6R { top:0rem;left:0rem;width:47.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 { display:block; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki8oiQpfTiD16L0U2n7Ja4xFzRXJMWbS { top:1.625rem;left:3.4375rem;width:40.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHD7DESWPPRBg8lBORK3TuPcfkN8ZLiN { width:31.4375rem;height:24.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6PfdWIDOXXaSCaSFDRKUMvBT4F9T3x { width:26.5625rem;height:3.25rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6F6Z3RWT65aMO5IbCTJWhn6NXGU10HR { width:29.5rem;height:19.125rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsN5TOUEB5dUJLcEzMzZf3ez7FthWGXp { top:6.5rem;left:14.5rem;width:33.1875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VcKOciUGTOJlTrCzwysoTCmKzryNJ3 { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qldAw04Qay0UaV4BpWvKx1lB715fDoJH { width:25.6875rem;height:11.125rem;top:35.875rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx { display:block; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moMUb5ZGusEVTGL8VDyEPENS5nItX1Hn { top:1.5rem;left:4.40625rem;width:38.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc1AgR22sOIU2bbArJNsFSKxBTemdGXk { width:25.6875rem;height:8.25rem;top:26.125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1kOFeSG3emDkBs8wKG3WWMl6IpTOTT6 { width:19.8125rem;height:6rem;top:27.25rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rux4VdAcgf7wt7wpabAuq4FxcIulRrsb { top:1.75rem;left:4.375rem;width:19.9375rem;height:9rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO8TdUHTsZ5zgZ21ETQKTqh0GpUGfZHA { width:41.25rem;height:25.522983497631rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP { display:block; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X11zuKiMMtU5QTxzOuH7Pi3CXEJOMG1r { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whra2XCQo602Veciyl4tXEyUBEJV0JJV { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkkTENRlxfAMIh3MR9Jn9UJVLDuw2QMF { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBIQMvgF6r9yzZUhr6Ki7lDhOkeAkemu { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnmtOyKCqdaOvd4zEZfi9iwPT3V0ggHA { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXK6kPWIRmxSfWywTMstKbXoGL6H06Ki { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT  { width:23.1875rem;height:auto;top:17.8125rem;left:22.0625rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT {display:block;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT { width:23.1875rem;height:auto;top:17.8125rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #s7MPfl6nT81oeX9Z37M4UnF4fBrw1W1g {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #EDpTg2JEdbveEwCHizmZ30Q95KwfL4B0 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #cbGFJlfvqlAMS1Ghw96sdOTSDscDTmM3 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #LivOs63VVaPCILg4tqhbgsr9iNmaqbwc {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #E7CxHUdt33yHAswNP2s5tU3nPhg7cSMT {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #qRVbBcznhV8kgfXJsFblTMZ3qE7moylE {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #x0D8STt7tEcLZp3Mbthi8XSNRq5Ohbm4 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #TbFqFLzgey2KS3xir9zUoF0HlRk4Fifc {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #uNRViLGD8AeI2SgkWPiqSgo9btIXiWlD {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #upvk2SMhdqhKqweDeQlmpfLgwF65bXy7 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #C8nBvDzZb9wezslOlFFQVdGR8xQq4hDi {  }
 }@media only screen and (max-width: 763px) { #bZR65iXFwo9quwglUDBxO9T1komiH6TF { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm4RzFzbhm89IMM21pPnguDUdOKTciuv { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv2CtDBTQrOJsCyMI8XwR63uWrQirdLi { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOIJhlCxN9pFRvVoMLZBmOo5Uqe8eWM { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGko4CInEqZnXdfywciqT4b2momeJTe { width:17.0625rem;height:3.1875rem;top:38.4375rem;left:29.642707824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ5B9G0F2NwhdTNwQh67mCffNiTZQHWF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/869d6c55-5c6a-4ca3-87cf-0eb36fa51b0e/Oprogramiekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.adaptive-delivery-prevent-bg, #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.lazyload, #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8.lazyloading { background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { background-color: transparent; background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { width:20rem;height:2rem;top:1.7763671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTDwBFn9UTGtmVWlxieaqUvOGrCXGcT { width:8.875rem;height:14.624025rem;top:9.125rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rHPfMNTCHUgTpNbHMuCevAx1wnFsr0nB { width:13.4375rem;height:3.4375rem;top:25.80908203125rem;left:3.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P83ARUTaw2pNqIzMAnglK1tt3EsLtdpR { display:block; }
 }@media only screen and (max-width: 763px) { #A7TqUVEUCulS2b3qLpelFUs8FMLNUm1M { width:20rem;height:1.5625rem;top:3.7763671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N { display:block; }#NBT0edNvX59TqpvSDZEBHS7UncTQ5P9N > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNDnIL1kpMfXrNKh3GRTEKb4mn7Z8km { width:20rem;height:4.396975rem;top:1.859375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UQC6816myTmuS5zmTs84HN4uByonTmhV { width:20rem;height:28.34475rem;top:7.560546875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 { display:block; }#kxAuzM4BWBlvD9GJr5pV9No5DaRgk3r1 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSDkMaq1cq4XNgPwSAov5rs6qoEd64AH { width:20rem;height:3rem;top:1.1865234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lex2XAwreWCZWdkTX3BgvwElT8CwVrk2 { width:20rem;height:23.62058125rem;top:5.55908203125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VRwIA2rXaEN1BSFTuuv5teW5T0VTuCPc { width:19.87425rem;height:19.3115rem;top:29.17724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf { display:block; }#oQJWA49tLK6U6cdWuRySx0vDFPDwIZTf > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4SLrIciohnC22ed5ghNVATiy8vtL5vS { width:20rem;height:4.396975rem;top:1.97607421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #luOZHZSTlQCJdZHLpsk7GTOIaEhZVE2Z { width:20rem;height:15.7470625rem;top:6.93896484375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SnVlaXbskxblX8uCWxZdZg1LrIzvd7CC { width:20rem;height:18.4375rem;top:22.623291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT { display:block; }#GFgCTOV5xymLHmkwQRWOnnlAWtQtcTMT > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0uVUkoKSn7LyWSqswXHbPXVxxzweWii { width:20rem;height:4.396975rem;top:1.7490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eSIMD9Reh6iZcuEU57T8RcEacHk1Z5si { width:19.4375rem;height:53.5400125rem;top:7.685546875rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc { display:block; }#NGQQPyWmEDTOCwtuGFgebM1WLTQT5GSc > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KH5kAgUH3sLraT9Va8xe1SeuJUtTh1PN { width:20rem;height:6.5954375rem;top:1.99951171875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a1R0l1tcRNIw87wHnqIR89ecwGo6IgCV { width:16.125rem;height:6.298825rem;top:10.03759765625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHA9gGCIJqM1rfnq4X7OJf81Ud2WHtkx { width:20rem;height:2.0996125rem;top:28.39990234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMhyGCEDkw0ZWxkypDJqT7m5X6ib1cU { width:20rem;height:6.9375rem;top:17.72216796875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr { display:block; }#Wsodf7Az9yAfteBBwSHHAcaqxNdDk2Lr > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyzI1y8bJswJWzVeIXhdozyG6Ba6nCRs { width:17.8125rem;height:3.1494125rem;top:7.766357421875rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MktSC1HJJrxwaUkKTqeTUSVLCxouvFBv { width:12.875rem;height:3.1494125rem;top:18.7900390625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROH1JpO5gZawV7aeMlofMSV8pDklpnZ { width:17.8125rem;height:3.1494125rem;top:29.15283203125rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24XBZCrBkVmBbTTiKWcbDUzcxoLhS9O { width:4.74975625rem;height:4.1870125rem;top:2.51708984375rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXzlNSCUPOy0X9EdfnL5kEAEoU8xsB8 { display:flex;width:4.7495125rem;height:4.7495125rem;top:13.53955078125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #QyOHOXNhyiSBbrXdvnotuCO5ehe1XCep { display:flex;width:4.74975625rem;height:4.74975625rem;top:24.481201171875rem;left:7.62451171875rem; }
 }@media only screen and (max-width: 763px) { #hEsKS95krobRcEPphoB1uIiWC3xFgo7C { display:block; }#hEsKS95krobRcEPphoB1uIiWC3xFgo7C > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE8CzL348a1sUPRuUyOKy4udBAlXKcsx { width:12.5rem;height:3.1494125rem;top:6.81201171875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN2a9g59ecKz3KcWDCozlL6wcOAlAAbJ { width:17.8125rem;height:3.1494125rem;top:18.5185546875rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndyg2N0H6LgBLdVr4oLwlPFIQLwCqHif { width:17.8125rem;height:3.1494125rem;top:30.439453125rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllcFxO9wV68WvVdhBq5gzkt2lGnO7my { width:3.75rem;height:4.6875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln3aCAccewtkZ1oIHNHMMr8BulUdkyhG { width:4.4995125rem;height:5.625rem;top:24.15625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC02s1ak3Q78PLaHBll653InSrwTb1qG { display:flex;width:4.75rem;height:4.75rem;top:13.04345703125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #TRH2T5zwlkAERDSTv67oNDiwcxmp3wHP { width:14.3125rem;height:3.25rem;top:36.0009765625rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIL66sD8wr2psPfCHadCD5JCHuy2oHmO { display:block; }
 }@media only screen and (max-width: 763px) { #Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y { display:block; }#Xc2cEyBooH7gP7tJZ2yS0BNV6a5pH76y > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWqhR1ougkW6pRBgoJBGQcuQcePEOx1z { width:20rem;height:3.1494125rem;top:1.147216796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGa8hFl2Hwcpdu9WwrhZBVACPBCHLvJe { width:12.75rem;height:2.875rem;top:10.71826171875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiHNP2LkQTgKSReEgotbc53RGKeKzaM { display:block; }
 }@media only screen and (max-width: 763px) { #cRtxxgKGudpaEFyELzSNExBqxPmiUsXm { width:17.3125rem;height:6.2988125rem;top:3.67041015625rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9wMDHR68JP2N7af0zQlSHa7qn2f65Rg { width:17.375rem;height:6.2988125rem;top:15.8427734375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTPcLDI2q4JQPDtNROp4VXCXeLU1Fkm { width:12.75rem;height:2.6875rem;top:23.4052734375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4FIuQvMH3WiulGpRTv3RgzTu92BI8M { display:block; }
 }@media only screen and (max-width: 763px) { #duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl { display:block; }#duvzNZnh0T6fDhJxqUaJoXSvGuAgzcIl > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrtME6AphHqK5Jp4viTUS12XzWfZELrE { width:15.5rem;height:6.5954375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bev5TII646sd89STFOuZyTwuCud7hV09 { width:19.6875rem;height:31.49409375rem;top:10.13330078125rem;left:0.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VnqyX5Zm1kW7VbM5E8t0LJGoMEOzZeq7 { width:20rem;height:19.0625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb { display:block; }#psTZcJWWUmV0HpLcQsZvTNDrxUSqfbPb > .row .container { width:20rem;height:265.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOBGTh1uZoFTpmQyJccLfJPVzTG4KZVT { width:11.0625rem;height:4.396975rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rq3cJhCoBuwBAV5yInDwA3sSd15lPuuy { width:20rem;height:4.72411875rem;top:7.29614375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg { width:20rem;height:25.808125rem;top:13.26904375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#USNMiW2wrf9vTzRRuGp0TkVS2zEHy5Rg li:before{  }
 }@media only screen and (max-width: 763px) { #oNGtZMTGpPxwMB7bIiEpWaiBIq2bsTuw { width:20rem;height:1.8374rem;top:98.2265625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd { width:20rem;height:36.5185625rem;top:100.72045898438rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#GWQa7cCXBIMurpgTa8tRQZJfitmXUTqd li:before{  }
 }@media only screen and (max-width: 763px) { #zWbOsqf72osuaw9ysQq2W6dQoiQ9Krim { width:20rem;height:1.57470625rem;top:218.58251953125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 { width:20rem;height:25.183125rem;top:221.35961914062rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Zi1WfOIHTTLg6Akzx76TIuqvXwWGizT3 li:before{  }
 }@media only screen and (max-width: 763px) { #vzlabDoNH2kw0q1Pwpky3794eKed8SEM { width:20rem;height:27.6074375rem;top:39.958251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHsptSDflEvH9BIhaM3owCqGsUPdpeI { width:20rem;height:12.99925rem;top:189.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV { width:20rem;height:34.9560625rem;top:137.81665039062rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#p6DJzJfT3vMvdumvnpDhOD4uwmzqGNcV li:before{  }
 }@media only screen and (max-width: 763px) { #Rb6qxxMGJqz5LLEPTa9Z7TPEpKRbshbr { width:5.5625rem;height:7.1875rem;top:248.0546875rem;left:1.71923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxeFk0Dk8DrxWsDHuDimslclSdQock { width:9.125rem;height:3.3125rem;top:261.03662109375rem;left:9.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAhPdR8K7mzCXtF0Mfyr9UX2TTM59LT7 { width:6.25rem;height:5.1875rem;top:250.1171875rem;left:10.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omIcGyeTtcw3p0ohohrhnW1HiKGtDxl3 { width:6.0625rem;height:7.0625rem;top:257.22412109375rem;left:1.46923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEPwT55MyHtFxo3X77xzoddHbUlJKc4T { width:20rem;height:13.1875rem;top:203.55712890625rem;left:-0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nBOuFhCkf6s3xneywOkdinH2rF9oOG { width:20rem;height:13.154533333333rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2IKlOCpd1WQk50G3fzElQ4uwOh8yTRZ { width:20rem;height:14.617086419753rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98veoBKobWgrrPD1vmG940zKGR2Ehy6 { width:19.9375rem;height:14.4375rem;top:174.18432617188rem;left:0.0244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N { display:block; }#f9FNryWQc9CWSW3IT9yXDVkuZGyhfq1N > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arUCIDA25C5DHxkpfPDZ0Cq4t19oiRb7 { width:14.4375rem;height:4.396975rem;top:1.3125rem;left:2.78125rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o88GobeCCptHGflh6TMmtT9i5oHlmAWA { width:19.75rem;height:11.0229375rem;top:7.00830078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH { display:block; }#LzHTlK2s1SmZKPcZZDu8wcRKBTNErcMH > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuzhF6GDTMOE4lqhzacxbxB6Tfz63fNP { width:9.5625rem;height:9.6875rem;top:0rem;left:10.320205479452rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZQ5Q1fO36e0uoTL6sqEsRuQ9lWITJd { width:9.375rem;height:9rem;top:9.875rem;left:0.26056338028169rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwZDtSVaLgcN18kLxMWzFVmIREiNmqB { width:9.9375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTzUOQhEdDfzB0SLtTCnnITcLzNlOsy { width:10.625rem;height:11.375rem;top:9.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk { display:block; }#M7dqFhPTuVzDggOgd1hO0vgkJJrEt1xk > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh1Ha8gSEwKI0ncxfDGqc99JZZpsQFDR { width:20rem;height:2.25rem;top:0.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSEIurFGJC7VBq0LeJGvI0r80DK11Sz4 { width:18.75rem;height:12.597625rem;top:3.49951171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCmD8x7WCyqMOz2ysgVWZtuvsluspKE { width:20rem;height:2.25rem;top:17.19775390625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX { width:17.875rem;height:30.53225rem;top:20.2744140625rem;left:1.0625rem;font-size:1.125rem;display:block; }#UCHRKkqo0yRLILwS0vuBOWzTxdbQLKfX li:before{  }
 }@media only screen and (max-width: 763px) { #e32EattusTyJkyIgdTnNowi2OVGbVQ6R { width:20rem;height:52.3125rem;top:-0.145263671875rem;left:0rem;background-color:rgba(0,0,0,0.57);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 { display:block; }#fc6q8bXr3hJr7SIHBQoqJnvOUFKIvxW4 > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki8oiQpfTiD16L0U2n7Ja4xFzRXJMWbS { width:20rem;height:2.25rem;top:1.125rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SHD7DESWPPRBg8lBORK3TuPcfkN8ZLiN { width:20rem;height:35rem;top:4.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6PfdWIDOXXaSCaSFDRKUMvBT4F9T3x { width:16.625rem;height:4.49706875rem;top:5.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6F6Z3RWT65aMO5IbCTJWhn6NXGU10HR { width:18.6875rem;height:26.9824125rem;top:11.125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TsN5TOUEB5dUJLcEzMzZf3ez7FthWGXp { width:20rem;height:13.5rem;top:40.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VcKOciUGTOJlTrCzwysoTCmKzryNJ3 { width:20rem;height:1.8374rem;top:55.2255859375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qldAw04Qay0UaV4BpWvKx1lB715fDoJH { width:20rem;height:14.99025rem;top:57.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx { display:block; }#GAMEErcI6hil5WDPBcPs4ehXLT3cZLWx > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moMUb5ZGusEVTGL8VDyEPENS5nItX1Hn { width:19.9375rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qc1AgR22sOIU2bbArJNsFSKxBTemdGXk { width:20rem;height:8.125rem;top:4.561767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1kOFeSG3emDkBs8wKG3WWMl6IpTOTT6 { width:19.1875rem;height:5.99609375rem;top:5.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rux4VdAcgf7wt7wpabAuq4FxcIulRrsb { width:19.9375rem;height:0;top:4.625rem;left:0.061718702316284rem;font-size:1.875rem;line-height:1.2;z-index:15030;color:#f16a21;display:none; }
 }@media only screen and (max-width: 763px) { #sO8TdUHTsZ5zgZ21ETQKTqh0GpUGfZHA { width:20rem;height:12.37425rem;top:14.998779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP { display:block; }#E97sxCVTKuxXbi6oxev9AnKt0yS6TGFP > .row .container { width:20rem;height:79.2373046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X11zuKiMMtU5QTxzOuH7Pi3CXEJOMG1r { width:20rem;height:4.72411875rem;top:50.21728515625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whra2XCQo602Veciyl4tXEyUBEJV0JJV { width:20rem;height:2.7002rem;top:17.139892578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkkTENRlxfAMIh3MR9Jn9UJVLDuw2QMF { width:20rem;height:7.8735625rem;top:6.93359375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bBIQMvgF6r9yzZUhr6Ki7lDhOkeAkemu { width:20rem;height:4.5rem;top:0.687255859375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnmtOyKCqdaOvd4zEZfi9iwPT3V0ggHA { width:20rem;height:9.4482375rem;top:21.40869140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXK6kPWIRmxSfWywTMstKbXoGL6H06Ki { width:20rem;height:1.3501rem;top:27.167968359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT  { width:17.5rem;height:auto;top:56.6748046875rem;left:0rem; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT {display:block;}#kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT { width:17.5rem;height:auto;top:56.6748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #s7MPfl6nT81oeX9Z37M4UnF4fBrw1W1g {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #EDpTg2JEdbveEwCHizmZ30Q95KwfL4B0 { display:block; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #cbGFJlfvqlAMS1Ghw96sdOTSDscDTmM3 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #LivOs63VVaPCILg4tqhbgsr9iNmaqbwc {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #E7CxHUdt33yHAswNP2s5tU3nPhg7cSMT { display:block; }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #qRVbBcznhV8kgfXJsFblTMZ3qE7moylE {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #x0D8STt7tEcLZp3Mbthi8XSNRq5Ohbm4 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #TbFqFLzgey2KS3xir9zUoF0HlRk4Fifc {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #uNRViLGD8AeI2SgkWPiqSgo9btIXiWlD {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #upvk2SMhdqhKqweDeQlmpfLgwF65bXy7 {  }
 }@media only screen and (max-width: 763px) { #kfSpTG8wyRJEMmTMZFFsDT48duyLTtTT #C8nBvDzZb9wezslOlFFQVdGR8xQq4hDi {  }
 }@media only screen and (max-width: 763px) { #bZR65iXFwo9quwglUDBxO9T1komiH6TF { width:20rem;height:2.7002rem;top:46.309814453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm4RzFzbhm89IMM21pPnguDUdOKTciuv { width:12.3108125rem;height:1.3501rem;top:30.2294921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv2CtDBTQrOJsCyMI8XwR63uWrQirdLi { width:13.2483125rem;height:1.3501rem;top:40.679931640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOIJhlCxN9pFRvVoMLZBmOo5Uqe8eWM { width:20rem;height:6.298825rem;top:33.006591796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGko4CInEqZnXdfywciqT4b2momeJTe { width:17.0625rem;height:3.1875rem;top:74.7998046875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ5B9G0F2NwhdTNwQh67mCffNiTZQHWF { display:block; }
 }