.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:243,219,227;--color-primary-1:214,136,163;--color-primary-2:172,16,71;--color-primary-3:86,8,36;--color-primary-4:26,2,11;--color-secondary-0:255,238,211;--color-secondary-1:255,204,124;--color-secondary-2:255,170,37;--color-secondary-3:219,188,17;--color-secondary-4:51,34,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:42,42,42;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #030786, #570086);background-image: -moz-linear-gradient(238deg, #030786, #570086);background-image: -ms-linear-gradient(238deg, #030786, #570086);background-image: -o-linear-gradient(238deg, #030786, #570086);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030786', endColorstr='#570086' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030786', endColorstr='#570086' );";background-image: linear-gradient(238deg, #030786, #570086);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:none; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.0625rem;left:0rem;height:7.698875rem;display:block; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.1875rem;width:27.5625rem;top:1.0625rem;left:32.4375rem;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:30.3125rem;top:23.6416015625rem;left:24.75rem;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.4995rem;width:6.4995rem;top:3.9375rem;left:27.1875rem;display:block; }#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.adaptive-delivery-prevent-bg, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyload, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:35.875rem;left:24.75rem;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:23.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.641407012939rem;left:0rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2087ec-2fae-4689-866c-366c7fbc6c12/bghomee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.880859375rem;left:55.9375rem;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#SsTtmaA3MS0FLoW4LsO16EUTpkuigF11 { 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:3.0625rem;width:10.1875rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#kGAs6drSDrQhvvk6GLvKyTIxAr3LBMoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:13.5rem;left:0rem;height:6.7371875rem;display:block; }
#wF3BQOUTiWJvtA5akQg8sofLcN806iT9 { color:#801dd1;display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:17.375rem;left:0rem;height:7.4246875rem;display:block; }
#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #000131, #6c1fab);background-image: -moz-linear-gradient(251deg, #000131, #6c1fab);background-image: -ms-linear-gradient(251deg, #000131, #6c1fab);background-image: -o-linear-gradient(251deg, #000131, #6c1fab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#6c1fab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#6c1fab' );";background-image: linear-gradient(251deg, #000131, #6c1fab);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 > .row .container { border-width: 0; border-radius: 0; }#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:none; }#sJ4eDcPuUlx32ebdK0FvAfXFVrOGXHtS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:normal;z-index:15027;line-height:1.1;letter-spacing:0;top:12.375rem;left:2.25rem;height:7.698875rem;display:block; }
#vPsZ6euIhQBW8fovMyhxeC5TLQLDQ7td { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.27) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:23.125rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:26.9375rem;left:2.25rem;display:block; }
#rnygkUpKhtlRTBZXQ5JpBB598FKhQSTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOdSUmlofCr5QbRaBo9EqbsLEqiCZalc { position:absolute;display:block;z-index:15023;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:3.0625rem;width:10.1875rem;top:7.25rem;left:2.25rem;overflow:hidden;display:block; }
#HF38uvp18n7XSums8RW9BPr292TkPeaK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.0625rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:16.8125rem;left:2.25rem;height:6.7371875rem;display:block; }
#CIfhlNFuT90DTOnSnHX7ronnUgBpmIUp { color:#801dd1;display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.5);top:20.6875rem;left:2.25rem;height:7.4246875rem;display:block; }
#sUTR7lE73t6ZZuki1oyhGLs67CQMQ5aX { position:absolute;display:block;z-index:15031;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:34.875rem;width:17.25rem;top:2.4062490463257rem;left:32.750000953674rem;overflow:hidden;display:block; }
#yHvJrzuEhT9FZLF477wpCMm6tqq7dR7G { position:absolute;display:block;z-index:15031;height:28.4375rem;width:15.5rem;top:5.9062523841858rem;left:33.625000953674rem;display:block; }
#GLBF212c3gv6PuyMCp4uupMfCNvntIse { position:absolute;display:block;z-index:15022;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.625rem 0.5625rem 0.1875rem rgba(0,0,0,0.27) ;height:33.375rem;width:15.5625rem;top:2.9538354873658rem;left:33.625000953674rem;display:block; }
#sHiDgb6oFFHe9wxmICUW72xHGKWiCqdf { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.27) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:23.125rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:31.375000476837rem;left:2.25rem;display:block; }
#vUccEAe5SAGc5kmGrMGdKa48QefutJVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBSJOfGhr3X8Pf6MFKqDTW30MNI1QEiv { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.600143432618rem;left:51.24929523468rem;height:2.59943125rem;display:block; }
#IFc9dTZvcqGoNAwA2TKI70w5AKsxkQIB { position:absolute;display:block;z-index:15033;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:5.8125rem;top:26.9375rem;left:51.03054523468rem;overflow:hidden;display:block; }
#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(251deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(251deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(251deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(251deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !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; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { background-color: transparent; background-image: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container > .video-iframe-container { display: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row > .video-iframe-container { display: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .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); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { border-width: 0; border-radius: 0; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#CMZ6C8LeWh0hZh9ni7ZvzR5isE191noH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15027;line-height:1.1;letter-spacing:0;top:6.064453125rem;left:1.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#VgDaxqRTrezazyugnEDLIUwbELVUpLeO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.27) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:18.752345085144rem;left:1.5625rem;display:block; }
#HBKz0PW2FDqiwUQvtMNKm4CKfCZTJKOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZH7hLet18ehATGaUikyLdZ5Uek9uSy3 { position:absolute;display:block;z-index:15023;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.75rem;width:16.25rem;top:0.7802734375rem;left:21.875rem;overflow:hidden;display:block; }
#AnIdtzEmZ5EHQB4nLkJFTDRQNNplbec5 { color:rgba(var(--color-secondary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.5);top:9.1640625rem;left:1.53125rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#wSlUwNnqoznNE3FznltshbWSyRBh7MTF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.27) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.752345085144rem;left:14.362501144409rem;display:block; }
#cbqtsHQTUI6TbyCaCvqgB7h7iMVWbzGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWpsriL6vpUrs8UELEex8G5Sld94ksa9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.375rem;top:6.0648441314697rem;left:28.437501907349rem;display:block; }
#TJTebWeoxCO0V8yEi6FQF7Te5IWa7A1n { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:14.125rem;left:1.625rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 { position:relative;display:block; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 { background-color: transparent; background-image: none; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container > .video-iframe-container { display: none; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row > .video-iframe-container { display: none; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .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); }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 { border-width: 0; border-radius: 0; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:5.75rem;text-align:center;text-align-last:center;display:block; }
#qWDbTbFtUsffBC6EgBaxThQnoO7E73tM { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:7.75rem;left:28.59375rem; }
#TDTnWkt4PhITqZUFXGWNTnRsNPh2CK73 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:6.3125rem;left:27.15625rem;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28b7913a-67ef-4bcf-ae62-26b51b322c88/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:18.25rem;left:2.3125rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.875rem;left:20.875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#sPqio42pTbSacmmJmPNxEzxIntlwpzfo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:2;letter-spacing:0;top:21.25rem;left:22.3125rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }#sPqio42pTbSacmmJmPNxEzxIntlwpzfo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPqio42pTbSacmmJmPNxEzxIntlwpzfo li:before{  }
#M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.875rem;left:43.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:21.25rem;left:42.3125rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV li:before{  }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:26.5rem;width:17.625rem;top:13.1875rem;left:1.3125rem;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.375rem 0.9375rem rgba(0,0,0,0.27) ;height:26.5rem;width:17.625rem;top:13.125rem;left:21.0625rem;display:block; }
#nZM4fDsOTbc901X6v5s287m2JGEZVvbq { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 1rem rgba(0,0,0,0.27) ;height:26.5625rem;width:17.625rem;top:13.0625rem;left:41.0625rem;display:block; }
#Q3ICydDyftkeqvTm0dFMv6RDMSSw0dLi { color:rgba(var(--color-tertiary-0),0.21);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:11.6875rem;text-align:center;text-align-last:center;display:block; }
#kGN8BqDeQH7pxCECTOdIKySZEqeR5rJS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.206250190735rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#r7oMPXDzkCxzO5cum512oUpee2q5lGsn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:2;letter-spacing:0;top:21.25rem;left:2.3125rem;height:16.375rem;text-align:left;text-align-last:left;display:block; }#r7oMPXDzkCxzO5cum512oUpee2q5lGsn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7oMPXDzkCxzO5cum512oUpee2q5lGsn li:before{  }
#ihzmTfKwZqbBHANyZy2pnXE4DqA0zqbh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:18.25rem;left:22.1875rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#AfuMcIPBwECczQa1tH7ONvpaZamhgco0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.25rem;left:42.3125rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#LrZ9LW37VySsAc4ofkt3iGR30UQxTfup { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.6875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t { position:relative;display:block; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t { background-color: transparent; background-image: none; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container > .video-iframe-container { display: none; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row > .video-iframe-container { display: none; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .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); }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t { border-width: 0; border-radius: 0; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UmbOKMWNCIE84e0TNmt9Oqqsf0gTO5sS { color:rgba(var(--color-primary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.093753099441rem;left:12.8125rem;height:0;text-align:center;text-align-last:center;display:block; }
#AJn2qUylm5fxW6VSZEfbrmTLCVuI4daV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8750030994413rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#VpxgkzaDDMT6y2rezTfSGdLptE0LKMaC { color:rgba(var(--color-tertiary-4),0.06);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.6875rem;text-align:center;text-align-last:center;display:block; }
#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container { background-color: transparent; background-image: none; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container > .video-iframe-container { display: none; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row > .video-iframe-container { display: none; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .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); }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container { border-width: 0; border-radius: 0; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#vDWDx5dBowU802slt86sHQbB8xPaL1Dt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:16.125rem;top:3.9054689407349rem;left:33.655469894409rem;overflow:hidden;display:block; }
#pWcS8q2VTEVokhN4SZcPySLcpbHTOaOS { position:absolute;display:block;z-index:15003;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.0625rem;width:17.4375rem;top:4.4992189407349rem;left:8.3125rem;overflow:hidden;display:block; }
#DXudR2s6ORNzR2fnJHNK7WmWbHHAo2b0 { position:absolute;display:block;z-index:15006;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:18.75rem;top:14.2685546875rem;left:32.3427734375rem;overflow:hidden;display:block; }
#u4uTIF99RkHmW79uVkBw0Gcl2ceR3FqO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:25rem;top:13.5185546875rem;left:4.53125rem;overflow:hidden;display:block; }
#BxTpBoLnIlD1aJM6wGGISkxrG77EpUTB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HdOcqQB0uwRGL1hOIHVZ1VKLfUKT6Fwl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.534375190735rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NLLTPUfuXSGDy5pyGZy3y8ZThuQzwKmn { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.0966796875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gUhHL1oCiEgSrmwtFNAbGVJ9mC9kMtGK { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:21.1875rem;top:26.0966796875rem;left:19.40625rem;overflow:hidden;display:block; }
#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b9faf9c-09e3-4f99-b70b-ff3d4501548d/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6.adaptive-delivery-prevent-bg, #qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6.lazyload, #qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6.lazyloading { background-image: none; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container { background-color: transparent; background-image: none; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container > .video-iframe-container { display: none; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row > .video-iframe-container { display: none; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .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); }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container { border-width: 0; border-radius: 0; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#rElMDPBFeMSpsxspluhecQGEsZeVMprE { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:11.25rem;width:47.4375rem;top:2.09375rem;left:5.8125rem;display:block; }
#eTmaDoINpBwQFPRsDCwx7UfaXhSaAysL { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.3125rem;left:6.21875rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTOOfx04brmGJGE5bOAMil9GuT03GrnI { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:8.71484375rem;left:10.1875rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b9faf9c-09e3-4f99-b70b-ff3d4501548d/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q.adaptive-delivery-prevent-bg, #zg8ysgFFVVXByz2NK70iUO62Nu5NR64q.lazyload, #zg8ysgFFVVXByz2NK70iUO62Nu5NR64q.lazyloading { background-image: none; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container { background-color: transparent; background-image: none; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container > .video-iframe-container { display: none; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row > .video-iframe-container { display: none; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .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); }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container { border-width: 0; border-radius: 0; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#BzO5uagU6cp9Oqkb1LwmO84F13y3XVbD { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:19.0625rem;width:19.5rem;top:1.2294921875rem;left:5.84375rem;display:block; }
#Sr8XuaVyHngECM7C7UZGO2aw7vf2elxX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7.6875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#WeeLNh8VlfEv0K7fTaKCTfc0f82AXHuq { position:absolute;display:block;z-index:15028;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:2.5625rem;width:2.5625rem;top:2.25rem;left:13.75rem;overflow:hidden;display:block; }
#iFnmxidTh3k9D5de8hz3qmaHUBHIciuO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.5615234375rem;left:36.123046875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#CrHLEkLdHhaHVVLqUyMTuQBrayMO9Vbf { position:absolute;display:block;z-index:15034;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:2.5625rem;width:2.5625rem;top:2.25rem;left:42.2177734375rem;overflow:hidden;display:block; }
#fbA7VoLJSTvlnOSq94pml3L1PyatqmfB { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:19rem;width:19.5rem;top:1.2294921875rem;left:33.7490234375rem;display:block; }
#TaMTuUHkeIGeXl9iBMhEdgaur0SGNitv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.08203125rem;left:7.6875rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#APFlNSDMMeN3USwGNPpEvGJWJhF71eoe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:8.08203125rem;left:35.8095703125rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:13.54296875rem;left:7.6875rem;height:5.3125rem;display:block; }#vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD li:before{  }
#uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:13.54296875rem;left:35.1533203125rem;height:5.3125rem;display:block; }#uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS li:before{  }
#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b9faf9c-09e3-4f99-b70b-ff3d4501548d/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc.adaptive-delivery-prevent-bg, #DkLc6XTLRhfOsruTZX5aFzTikOdafzzc.lazyload, #DkLc6XTLRhfOsruTZX5aFzTikOdafzzc.lazyloading { background-image: none; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container { background-color: transparent; background-image: none; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container > .video-iframe-container { display: none; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row > .video-iframe-container { display: none; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .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); }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container { border-width: 0; border-radius: 0; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#F6W005TZrm3QiNTXSSh4QkUAkqmXiGuO { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:11.25rem;width:47.4375rem;top:2.09375rem;left:5.8125rem;display:block; }
#H0T3fhpQOuMrbGGf9yyC0XIZ7lODZEvt { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.3125rem;left:6.21875rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dfMaDtxCIrFNBlucwxXzOxiaMe8tKZnK { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:6.52734375rem;left:8.84375rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container { background-color: transparent; background-image: none; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container > .video-iframe-container { display: none; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row > .video-iframe-container { display: none; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .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); }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container { border-width: 0; border-radius: 0; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#hWEh06rZaCHFnEfi15gWtBZlJNG7uDy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.8750009536744rem;left:0.049219131469726rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#C5ASfbnW8ImeQtev9RA1Pdm7IF1SHOWc { color:rgba(var(--color-tertiary-4),0.06);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.6875rem;text-align:center;text-align-last:center;display:block; }
#kyEIIwQdNz1TFkLfQ2IASlMwitqrH7fp { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:27.1875rem;display:block; }
#DneioFTTiZcwSlHeRzVV3lnP3Pa6glZs { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.5rem;left:28.625rem; }
#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28b7913a-67ef-4bcf-ae62-26b51b322c88/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy.adaptive-delivery-prevent-bg, #TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy.lazyload, #TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy.lazyloading { background-image: none; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container { background-color: transparent; background-image: none; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container > .video-iframe-container { display: none; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row > .video-iframe-container { display: none; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .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); }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container { border-width: 0; border-radius: 0; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#dJ6IvtWuSQqbMOTIgxw0EEbDnLfBX6Li { position:absolute;display:block;z-index:15028;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.5625rem;width:16.5rem;top:12.1875rem;left:1.75rem;overflow:hidden;display:block; }
#v7P3VTiky2Q9VxM0q2vWOC3aMU786Tkd { position:absolute;display:block;z-index:15029;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.1875rem;width:16.625rem;top:11.875rem;left:21.687501907349rem;overflow:hidden;display:block; }
#LzFgvAGB6H25uDg6loFOeWicoxktHSrL { position:absolute;display:block;z-index:15030;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.1875rem;width:9.5rem;top:10.375rem;left:45.250001907349rem;overflow:hidden;display:block; }
#HA2wo5RVBW7tpwqzRoq47ZIU5p1ZX3yJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.375rem 1.1875rem rgba(0,0,0,0.27) ;height:16.4375rem;width:17.625rem;top:7.4375rem;left:1.375rem;display:block; }
#nKTw89lT2sg8hr6lUToTEfqf7m6RADXs { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.375rem 0.9375rem rgba(0,0,0,0.27) ;height:16.5625rem;width:17.625rem;top:7.4375rem;left:21.187498092651rem;display:block; }
#cgdZkF6J67c5cWUM9cEkNCHVd7Or84np { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 1rem rgba(0,0,0,0.27) ;height:16.5625rem;width:17.625rem;top:7.4375rem;left:41.187498092651rem;display:block; }
#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ > .row .container { border-width: 0; border-radius: 0; }#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:none; }#NsUl5AtRGCu5dPRVA8DueL94Jng6KQtp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;display:block; }
#iOXFiezpxUsklUKLOlO6JzezHJ8rP0Ot { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.411457061767rem;left:13.0625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#rV2f91mq60Og8dJ0SbnebNDqKUkk7mhe { color:rgba(var(--color-tertiary-4),0.06);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.700125rem;text-align:center;text-align-last:center;display:block; }
#cTTaqHvlcFlklM92UrlabCrzPUiGwGor { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:27.15625rem;display:block; }
#x7zhbcXZIAQlq9MsuevkT5Uo1sc5Veow { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.5rem;left:28.59375rem; }
#Fx21bXDIRrmipM5Z0qw1XSJHv79n4y5H { color:rgba(var(--color-primary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.555204391479rem;left:13.0625rem;height:0;text-align:center;text-align-last:center;display:block; }
#aBeQI7lZxw3hTAdpEtdSaawKSTVw3EcG { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.375rem 0.1875rem rgba(0,0,0,0.27) ;box-sizing:border-box;color:rgba(0,0,0,0.27);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:23.125rem;height:3.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13.434837341309rem;left:73.125rem;display:block; }
#Qq2F5cTlZ994l9g3ik90InVU73iZ8fT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F166ndJUsn9oAv7C50wremgpP9nh8voS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28b7913a-67ef-4bcf-ae62-26b51b322c88/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F166ndJUsn9oAv7C50wremgpP9nh8voS.adaptive-delivery-prevent-bg, #F166ndJUsn9oAv7C50wremgpP9nh8voS.lazyload, #F166ndJUsn9oAv7C50wremgpP9nh8voS.lazyloading { background-image: none; }#F166ndJUsn9oAv7C50wremgpP9nh8voS > .row .container { border-width: 0; border-radius: 0; }#F166ndJUsn9oAv7C50wremgpP9nh8voS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F166ndJUsn9oAv7C50wremgpP9nh8voS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F166ndJUsn9oAv7C50wremgpP9nh8voS > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:none; }#LSTkl1qd2UJQAgBdTprEopTgUJ7Sc8rU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.3125rem;left:2.25rem;height:9.801125rem;text-align:center;text-align-last:center;display:block; }
#VfQtyLIl8hrUD61MwAm3yoTTart8gDCu { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.625rem;height:;text-align:center;text-align-last:center;display:block; }
#ZFObOuDafSIp3eIvb1RGPoMzzb5BQGtO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.625rem;left:24.75rem;height:5.0355125rem;text-align:center;text-align-last:center;display:block; }
#LzGKErJPWsDWHgehUWSHisTl2zVD7WF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:13.3125rem;left:22.313542366028rem;height:7.350875rem;text-align:center;text-align-last:center;display:block; }
#fcg5AanTD8ZoZWZzQdoCQWz6bf5QNRsd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.625rem;left:43.3125rem;height:5.0355125rem;text-align:center;text-align-last:center;display:block; }
#CvVIi4T7bXMuPlpHRGT05bLdboCe1TSU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:13.375rem;left:42.25rem;height:8.576rem;text-align:center;text-align-last:center;display:block; }
#dhIetoANgv3x5MqBkrEoTCX6RuMLWO3t { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:20rem;width:17.625rem;top:5.5625rem;left:1.3125rem;display:block; }
#X1BO3FRs2n1kFI7hoFPqPRtJfJt1NB2Z { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:20.125rem;width:17.625rem;top:5.5rem;left:21.125rem;display:block; }
#zV9gKdy1OpDowhIyLGHLKxaTrfnkk2z9 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:20.1875rem;width:17.625rem;top:5.5rem;left:41.125rem;display:block; }
#xNE5kNnQNhQcuPwS5EAWlpFf4I2yV3KO { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.9375rem;left:3.375rem;display:block; }
#UwhzehyNLTngEeKR4VsqnIl77TTNBB24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdBTqDvc1ebU0MyFAKpyQLs8bs5lUyW7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.9375rem;left:23.375rem;display:block; }
#iM93donulSvWmzclTUCMTiqllp7gcxmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dr83wTnnGyyngNLAzcL9EvxFxuGK6SXP { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24rem;left:43.375rem;display:block; }
#uk7GT4GmdJQwZROqQOC93rxMhTeX7mGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLeS2o7xbgsoGRAopihqNyGqQii5pqH7 { color:rgba(var(--color-tertiary-4),0.06);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:29.562487602234rem;left:0rem;height:11.69925rem;text-align:center;text-align-last:center;display:block; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#VFOQmiSJl5SwR4V2hbd854Qs61qAsPc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5804567337038rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#bUqyFEqJGx2X2TQMLCnN2iyfrygxCbnh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.699206352234rem;left:12.8125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container { background-color: transparent; background-image: none; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container > .video-iframe-container { display: none; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row > .video-iframe-container { display: none; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .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); }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container { border-width: 0; border-radius: 0; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#c2Cgdwl4sceB9qMimlGTyZpEekxR8IMS { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8e4ed5d0-b171-4228-bfdf-72b0b73e41c1/Marcin_Chlebowski_mini.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:3.0625rem;display:block; }#RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR.adaptive-delivery-prevent-bg, #RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR.lazyload, #RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR.lazyloading { background-image: none; }
#eq3SyBdTFN6oVPv29r3RhL2LuWDgtEPu { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:16.4375rem;height:5.5rem;display:block; }
#qbXqV1SzgBR0irLupetwKdGSz28avK4M { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.75rem;font-style:normal;display:block; }
#yibug68AiIViNnCTSnEXWQ0MeJNb2v8a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#gcqQnvGkf2ZymgXq5uTQTrvrJotWhKtr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.4375rem;height:1.5rem;font-style:normal;display:block; }
#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { background-color: transparent; background-image: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .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); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { border-width: 0; border-radius: 0; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.9375rem;width:57.0625rem;top:0rem;left:0rem;display:block; }
#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6fc9b447-f1ee-43cb-9d08-80bb0dd5988a/Damian_Wierzyski_mini.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:44.8125rem;display:block; }#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.adaptive-delivery-prevent-bg, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyload, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyloading { background-image: none; }
#Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.625rem;height:5.5rem;text-align:right;text-align-last:right;display:block; }
#g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:38rem;display:block; }
#QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { background-color: transparent; background-image: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .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); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { border-width: 0; border-radius: 0; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#LluPXhNQiV4e2lhLmx53BDrinQEieNIN { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6dcdb665-d0d5-4687-95a1-6dfe213cffa8/Radek_liwicki_mini.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:1.1875rem;display:block; }#LluPXhNQiV4e2lhLmx53BDrinQEieNIN.adaptive-delivery-prevent-bg, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyload, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyloading { background-image: none; }
#sfND6yoQar3PanS7t149xxRqgZEsNf00 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:16.4375rem;height:5.5rem;display:block; }
#tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.75rem;font-style:normal;display:block; }
#nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#T4zZils76Dpq1ox6OZdexkyukmaiNT7E { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.4375rem;height:1.5rem;font-style:normal;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(238deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(238deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(238deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(238deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !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; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.875rem;left:6.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:32.375rem;width:27.125rem;top:2.125rem;left:28.875rem;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-form-header {  }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5625rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:4.375rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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 #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5rem;color:#094a7f;font-family:oswald;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.27) ; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-moz-placeholder { color:#000131;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-moz-placeholder { color:#000131;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-ms-input-placeholder { color:#000131;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-webkit-input-placeholder { color:#000131;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000131;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:first-of-type{padding-top:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:last-of-type{padding-bottom:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3125rem;left:31.625rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem;display:block;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3125rem;left:31.625rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mbO7RE99lRcIJSvKkZMwN0p4RpFT1llz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HdPUFi1qpNLBrFDQGbSGhoLyd2fnWXGi { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cMuMVCU8q8OeePADZHLJzJorQo8TFEis { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qcntEUyvc49SkPKQrhT9Rc7anxTdMLUe { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DKf5FTLxVUFcZc1bxZMrEmNen817eOtH { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DyUWxhCTJU9yrggmfOgQ8JmlCRQBafla { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #BWqTvCHALSyOPSMbK3C7ydLudB7QF48O { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #dWwv7w4uSuq5yrSr1ySSkR5bTUHXTFF8 { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qF19tQztZ2nJnTXcqHJWt1NzVhzZhB28 { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #iIs18AUWp420VhJPAEX2qNGu1FmqbToX { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #N67LHnNIdcPQaH0QcqZtQSxvfbAn7Zfq { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ex5aazC8wwsezkUdTalkiCvhLgOyT9wp { position:relative; }
#ywam27ePie82TTenwJMBhcZTH0woRMDX { position:relative;display:block;z-index:100000;display:block; }
#nSiAL9rZS8dkpi0qyuJTPlFgWcq2xGuI { position:relative;display:block;z-index:100000;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv { position:relative; }
#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:17rem;top:15.625rem;left:13.1875rem;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:31.125rem;left:26.0625rem;display:block; }#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.adaptive-delivery-prevent-bg, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyload, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyloading { background-image: none; }
#OB0prapfVI8AKpbWHEyVT6rSnxnaSRxN { color:rgba(var(--color-tertiary-4),0.15);display:block;width:27.5625rem;position:absolute;font-family:oswald;font-size:4.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4929685592651rem;left:0rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#FtxKrQBmfCzTdd8CcGu0ycnmNE8XozHF { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:5.470703125rem;left:3.1123046875rem;height:6.25rem;text-align:right;text-align-last:right;display:block; }
#r28fuZlktBhetvmIgxq7RfEMITMh9GBZ { color:rgba(var(--color-tertiary-0),0.96);display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.999219894409rem;left:1.875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#KdGesztNcpP2xLsqV3aDd9AGPzZtVoLX { 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:2.25rem;width:9.75rem;top:3.875rem;left:32.9375rem;overflow:hidden;display:block; }
#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { background-color: transparent; background-image: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container > .video-iframe-container { display: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row > .video-iframe-container { display: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .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); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { border-width: 0; border-radius: 0; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#rJsCdrm5QG86pyfBLLNJMAWSQ2GtqgJq { 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:3.0625rem;width:10.1875rem;top:0rem;left:5.4140625rem;overflow:hidden;display:block; }
#dVC7yekx5mTiRgdpKhCoM5XyOdpQiKf1 { position:absolute;display:block;z-index:15023;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:3.5rem;width:3.5rem;top:0rem;left:43.82954788208rem;overflow:hidden;display:block; }
#A4S5QsPEIpWMpvXynDmJRDL8LyTLGxKh { position:absolute;display:block;z-index:15024;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:3.625rem;width:3.625rem;top:0rem;left:40.20454788208rem;overflow:hidden;display:block; }
#AePXDGBxayo9vAN2UrivmHLi9O4MU6Bu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.2244319915771rem;left:21.028409004211rem;height:1.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:9.0625rem;left:0rem;width:28.6875rem;height:3.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:1.0625rem;left:20.1875rem;width:27.5625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:23.625rem;left:17.4375rem;width:30.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:3.9375rem;left:21.0625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:35.875rem;left:18.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:23.125rem;height:3.75rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:30.875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTtmaA3MS0FLoW4LsO16EUTpkuigF11 { top:3.9375rem;left:0rem;width:10.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGAs6drSDrQhvvk6GLvKyTIxAr3LBMoQ { top:13.5rem;left:0rem;width:28.6875rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF3BQOUTiWJvtA5akQg8sofLcN806iT9 { top:17.375rem;left:0rem;width:28.6875rem;height:3.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 { display:block; }#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJ4eDcPuUlx32ebdK0FvAfXFVrOGXHtS { top:12.375rem;left:0rem;width:28.6875rem;height:3.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPsZ6euIhQBW8fovMyhxeC5TLQLDQ7td { width:23.125rem;height:3.75rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnygkUpKhtlRTBZXQ5JpBB598FKhQSTZ { display:block; }
 }@media only screen and (max-width: 763px) { #iOdSUmlofCr5QbRaBo9EqbsLEqiCZalc { top:7.25rem;left:0rem;width:10.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF38uvp18n7XSums8RW9BPr292TkPeaK { top:16.8125rem;left:0rem;width:28.6875rem;height:3.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfhlNFuT90DTOnSnHX7ronnUgBpmIUp { top:20.6875rem;left:0rem;width:28.6875rem;height:3.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTR7lE73t6ZZuki1oyhGLs67CQMQ5aX { top:2.375rem;left:26.625000953674rem;width:17.25rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvJrzuEhT9FZLF477wpCMm6tqq7dR7G { top:5.875rem;left:27.500000953674rem;width:15.5rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBF212c3gv6PuyMCp4uupMfCNvntIse { top:2.9375rem;left:27.500000953674rem;width:15.5625rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiDgb6oFFHe9wxmICUW72xHGKWiCqdf { width:23.125rem;height:3.75rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUccEAe5SAGc5kmGrMGdKa48QefutJVH { display:block; }
 }@media only screen and (max-width: 763px) { #FBSJOfGhr3X8Pf6MFKqDTW30MNI1QEiv { top:32.5625rem;left:41.0625rem;width:5.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFc9dTZvcqGoNAwA2TKI70w5AKsxkQIB { top:26.9375rem;left:41.9375rem;width:5.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G { display:block; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMZ6C8LeWh0hZh9ni7ZvzR5isE191noH { top:6.0625rem;left:0rem;width:25.25rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgDaxqRTrezazyugnEDLIUwbELVUpLeO { width:10.5rem;height:3.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKz0PW2FDqiwUQvtMNKm4CKfCZTJKOv { display:block; }
 }@media only screen and (max-width: 763px) { #MZH7hLet18ehATGaUikyLdZ5Uek9uSy3 { top:0.75rem;left:15.75rem;width:16.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIdtzEmZ5EHQB4nLkJFTDRQNNplbec5 { top:9.125rem;left:0rem;width:25.4375rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSlUwNnqoznNE3FznltshbWSyRBh7MTF { width:11.875rem;height:3.75rem;top:18.75rem;left:8.2375011444094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqtsHQTUI6TbyCaCvqgB7h7iMVWbzGm { display:block; }
 }@media only screen and (max-width: 763px) { #BWpsriL6vpUrs8UELEex8G5Sld94ksa9 { top:6.0625rem;left:18.375rem;width:29.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTebWeoxCO0V8yEi6FQF7Te5IWa7A1n { top:14.125rem;left:0rem;width:25.25rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 { display:block; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:2.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWDbTbFtUsffBC6EgBaxThQnoO7E73tM { width:2.8125rem;height:2.8125rem;top:7.75rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTnWkt4PhITqZUFXGWNTnRsNPh2CK73 { top:6.3125rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:18.25rem;left:0.25rem;width:15.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { top:14.875rem;left:13.5rem;width:18.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { top:21.25rem;left:16.125rem;width:15.3125rem;height:14.625rem;font-size:0.875rem;display:block; }#sPqio42pTbSacmmJmPNxEzxIntlwpzfo li:before{  }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { top:14.875rem;left:33.3125rem;width:12.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { top:21.25rem;left:32rem;width:15.3125rem;height:14.625rem;font-size:0.875rem;display:block; }#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV li:before{  }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:13.1875rem;left:0rem;width:17.625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:13.125rem;left:14.125rem;width:17.625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { top:13.0625rem;left:30rem;width:17.625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ICydDyftkeqvTm0dFMv6RDMSSw0dLi { top:0.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGN8BqDeQH7pxCECTOdIKySZEqeR5rJS { top:9.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7oMPXDzkCxzO5cum512oUpee2q5lGsn { top:21.25rem;left:0.25rem;width:15.375rem;height:16.375rem;font-size:0.875rem;display:block; }#r7oMPXDzkCxzO5cum512oUpee2q5lGsn li:before{  }
 }@media only screen and (max-width: 763px) { #ihzmTfKwZqbBHANyZy2pnXE4DqA0zqbh { top:18.25rem;left:16rem;width:15.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfuMcIPBwECczQa1tH7ONvpaZamhgco0 { top:18.25rem;left:32rem;width:15.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZ9LW37VySsAc4ofkt3iGR30UQxTfup { top:14.875rem;left:0rem;width:16.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t { display:block; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmbOKMWNCIE84e0TNmt9Oqqsf0gTO5sS { top:11.0625rem;left:6.6875rem;width:33.875rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJn2qUylm5fxW6VSZEfbrmTLCVuI4daV { top:7.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpxgkzaDDMT6y2rezTfSGdLptE0LKMaC { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU { display:block; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDWDx5dBowU802slt86sHQbB8xPaL1Dt { width:16.125rem;height:5.25rem;top:3.875rem;left:27.530469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWcS8q2VTEVokhN4SZcPySLcpbHTOaOS { width:17.4375rem;height:4.0625rem;top:4.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXudR2s6ORNzR2fnJHNK7WmWbHHAo2b0 { width:18.75rem;height:5.625rem;top:14.25rem;left:26.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uTIF99RkHmW79uVkBw0Gcl2ceR3FqO { top:13.5rem;left:0rem;width:25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxTpBoLnIlD1aJM6wGGISkxrG77EpUTB { top:1rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOcqQB0uwRGL1hOIHVZ1VKLfUKT6Fwl { top:10.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLTPUfuXSGDy5pyGZy3y8ZThuQzwKmn { top:22.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUhHL1oCiEgSrmwtFNAbGVJ9mC9kMtGK { top:26.0625rem;left:13.28125rem;width:21.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 { display:block; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElMDPBFeMSpsxspluhecQGEsZeVMprE { top:2.0625rem;left:0rem;width:47.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTmaDoINpBwQFPRsDCwx7UfaXhSaAysL { top:3.3125rem;left:0.09375rem;width:46.9375rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOOfx04brmGJGE5bOAMil9GuT03GrnI { top:8.6875rem;left:4.0625rem;width:39.625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8ysgFFVVXByz2NK70iUO62Nu5NR64q { display:block; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzO5uagU6cp9Oqkb1LwmO84F13y3XVbD { top:1.1875rem;left:2.78125rem;width:19.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8XuaVyHngECM7C7UZGO2aw7vf2elxX { top:5.5625rem;left:4.625rem;width:14.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeeLNh8VlfEv0K7fTaKCTfc0f82AXHuq { top:2.25rem;left:10.6875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFnmxidTh3k9D5de8hz3qmaHUBHIciuO { top:5.5rem;left:26.935546875rem;width:14.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrHLEkLdHhaHVVLqUyMTuQBrayMO9Vbf { top:2.25rem;left:33.0302734375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbA7VoLJSTvlnOSq94pml3L1PyatqmfB { top:1.1875rem;left:24.5615234375rem;width:19.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMTuUHkeIGeXl9iBMhEdgaur0SGNitv { top:8.0625rem;left:4.625rem;width:17.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFlNSDMMeN3USwGNPpEvGJWJhF71eoe { top:8.0625rem;left:26.6220703125rem;width:15.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD { top:13.5rem;left:4.625rem;width:16.6875rem;height:5.4375rem;font-size:0.875rem;display:block; }#vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD li:before{  }
 }@media only screen and (max-width: 763px) { #uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS { top:13.5rem;left:25.9658203125rem;width:16.6875rem;height:;font-size:0.875rem;display:block; }#uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS li:before{  }
 }@media only screen and (max-width: 763px) { #DkLc6XTLRhfOsruTZX5aFzTikOdafzzc { display:block; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6W005TZrm3QiNTXSSh4QkUAkqmXiGuO { top:2.0625rem;left:0rem;width:47.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0T3fhpQOuMrbGGf9yyC0XIZ7lODZEvt { top:3.3125rem;left:0.09375rem;width:46.9375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMaDtxCIrFNBlucwxXzOxiaMe8tKZnK { top:6.5rem;left:2.71875rem;width:42.3125rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF { display:block; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWEh06rZaCHFnEfi15gWtBZlJNG7uDy1 { top:9.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ASfbnW8ImeQtev9RA1Pdm7IF1SHOWc { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyEIIwQdNz1TFkLfQ2IASlMwitqrH7fp { top:15.0625rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DneioFTTiZcwSlHeRzVV3lnP3Pa6glZs { width:2.8125rem;height:2.8125rem;top:16.5rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy { display:block; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ6IvtWuSQqbMOTIgxw0EEbDnLfBX6Li { top:12.1875rem;left:0rem;width:16.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7P3VTiky2Q9VxM0q2vWOC3aMU786Tkd { top:11.875rem;left:15.125rem;width:16.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzFgvAGB6H25uDg6loFOeWicoxktHSrL { top:10.375rem;left:34.937501907349rem;width:9.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2wo5RVBW7tpwqzRoq47ZIU5p1ZX3yJ { top:7.4375rem;left:0rem;width:17.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTw89lT2sg8hr6lUToTEfqf7m6RADXs { top:7.4375rem;left:14.125rem;width:17.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdZkF6J67c5cWUM9cEkNCHVd7Or84np { top:7.4375rem;left:30rem;width:17.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ { display:block; }#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsUl5AtRGCu5dPRVA8DueL94Jng6KQtp { top:5.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXFiezpxUsklUKLOlO6JzezHJ8rP0Ot { top:10.375rem;left:6.9375rem;width:33.875rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV2f91mq60Og8dJ0SbnebNDqKUkk7mhe { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTaqHvlcFlklM92UrlabCrzPUiGwGor { top:15.0625rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7zhbcXZIAQlq9MsuevkT5Uo1sc5Veow { width:2.8125rem;height:2.8125rem;top:16.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx21bXDIRrmipM5Z0qw1XSJHv79n4y5H { top:13.5rem;left:6.9375rem;width:33.875rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBeQI7lZxw3hTAdpEtdSaawKSTVw3EcG { width:23.125rem;height:3.75rem;top:14rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2F5cTlZ994l9g3ik90InVU73iZ8fT3 { display:block; }
 }@media only screen and (max-width: 763px) { #F166ndJUsn9oAv7C50wremgpP9nh8voS { display:block; }#F166ndJUsn9oAv7C50wremgpP9nh8voS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSTkl1qd2UJQAgBdTprEopTgUJ7Sc8rU { top:13.3125rem;left:0.1875rem;width:15.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQtyLIl8hrUD61MwAm3yoTTart8gDCu { top:7.625rem;left:0.5625rem;width:15rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFObOuDafSIp3eIvb1RGPoMzzb5BQGtO { top:7.625rem;left:18.5625rem;width:11.9375rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGKErJPWsDWHgehUWSHisTl2zVD7WF4 { top:13.3125rem;left:16.126042366028rem;width:15.3125rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcg5AanTD8ZoZWZzQdoCQWz6bf5QNRsd { top:7.625rem;left:33rem;width:13.25rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvVIi4T7bXMuPlpHRGT05bLdboCe1TSU { top:13.375rem;left:31.9375rem;width:15.3125rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIetoANgv3x5MqBkrEoTCX6RuMLWO3t { top:5.5625rem;left:0rem;width:17.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1BO3FRs2n1kFI7hoFPqPRtJfJt1NB2Z { top:5.5rem;left:14.125rem;width:17.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9gKdy1OpDowhIyLGHLKxaTrfnkk2z9 { top:5.5rem;left:30rem;width:17.625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNE5kNnQNhQcuPwS5EAWlpFf4I2yV3KO { width:13.125rem;height:3.0625rem;top:23.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwhzehyNLTngEeKR4VsqnIl77TTNBB24 { display:block; }
 }@media only screen and (max-width: 763px) { #BdBTqDvc1ebU0MyFAKpyQLs8bs5lUyW7 { width:13.125rem;height:3.0625rem;top:23.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM93donulSvWmzclTUCMTiqllp7gcxmf { display:block; }
 }@media only screen and (max-width: 763px) { #dr83wTnnGyyngNLAzcL9EvxFxuGK6SXP { width:13.125rem;height:3.0625rem;top:24rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7GT4GmdJQwZROqQOC93rxMhTeX7mGk { display:block; }
 }@media only screen and (max-width: 763px) { #TLeS2o7xbgsoGRAopihqNyGqQii5pqH7 { top:29.5rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOQmiSJl5SwR4V2hbd854Qs61qAsPc8 { top:8.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUqyFEqJGx2X2TQMLCnN2iyfrygxCbnh { top:11.6875rem;left:6.6875rem;width:33.875rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E { display:block; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2Cgdwl4sceB9qMimlGTyZpEekxR8IMS { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3SyBdTFN6oVPv29r3RhL2LuWDgtEPu { top:6.5rem;left:0rem;width:41.5rem;height:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbXqV1SzgBR0irLupetwKdGSz28avK4M { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yibug68AiIViNnCTSnEXWQ0MeJNb2v8a { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqQnvGkf2ZymgXq5uTQTrvrJotWhKtr { top:3.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { top:0rem;left:34.5rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { top:6.8125rem;left:0rem;width:38.8125rem;height:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { top:15.8125rem;left:22.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { top:3.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { top:0rem;left:0rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { top:6.5rem;left:0rem;width:41.5rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { top:3.625rem;left:0rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:3.875rem;left:0.6875rem;width:13.875rem;height:;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:2.125rem;left:20.5rem;width:27.125rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:19.3125rem;height:auto;top:5.3125rem;left:25.5rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:19.3125rem;height:auto;top:5.3125rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mbO7RE99lRcIJSvKkZMwN0p4RpFT1llz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HdPUFi1qpNLBrFDQGbSGhoLyd2fnWXGi {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cMuMVCU8q8OeePADZHLJzJorQo8TFEis {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qcntEUyvc49SkPKQrhT9Rc7anxTdMLUe {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DKf5FTLxVUFcZc1bxZMrEmNen817eOtH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DyUWxhCTJU9yrggmfOgQ8JmlCRQBafla {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #BWqTvCHALSyOPSMbK3C7ydLudB7QF48O {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #dWwv7w4uSuq5yrSr1ySSkR5bTUHXTFF8 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qF19tQztZ2nJnTXcqHJWt1NzVhzZhB28 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #iIs18AUWp420VhJPAEX2qNGu1FmqbToX {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #N67LHnNIdcPQaH0QcqZtQSxvfbAn7Zfq {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ex5aazC8wwsezkUdTalkiCvhLgOyT9wp {  }
 }@media only screen and (max-width: 763px) { #ywam27ePie82TTenwJMBhcZTH0woRMDX { display:block; }
 }@media only screen and (max-width: 763px) { #nSiAL9rZS8dkpi0qyuJTPlFgWcq2xGuI { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { top:15.625rem;left:7.0625rem;width:17rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { top:31.125rem;left:19.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0prapfVI8AKpbWHEyVT6rSnxnaSRxN { top:1.4375rem;left:0rem;width:27.5625rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxKrQBmfCzTdd8CcGu0ycnmNE8XozHF { top:5.4375rem;left:0rem;width:24.375rem;height:6.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28fuZlktBhetvmIgxq7RfEMITMh9GBZ { top:12.9375rem;left:0rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGesztNcpP2xLsqV3aDd9AGPzZtVoLX { top:3.875rem;left:26.8125rem;width:9.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe { display:block; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJsCdrm5QG86pyfBLLNJMAWSQ2GtqgJq { top:0rem;left:0rem;width:10.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVC7yekx5mTiRgdpKhCoM5XyOdpQiKf1 { top:0rem;left:37.70454788208rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4S5QsPEIpWMpvXynDmJRDL8LyTLGxKh { top:0rem;left:34.07954788208rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AePXDGBxayo9vAN2UrivmHLi9O4MU6Bu { top:1.1875rem;left:14.903409004211rem;width:15.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #801dd1);background-image: -moz-linear-gradient(180deg, #000131, #801dd1);background-image: -ms-linear-gradient(180deg, #000131, #801dd1);background-image: -o-linear-gradient(180deg, #000131, #801dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#801dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#801dd1' );";background-image: linear-gradient(180deg, #000131, #801dd1);background-size:auto !important;display:none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:18.3125rem;height:2.75rem;top:5.1875rem;left:1.6875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:16.0625rem;height:16rem;top:17.9375rem;left:3.9367896914482rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:20rem;height:13.5625rem;top:75.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:6.4375rem;height:6.4375rem;top:49.722659375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:2.4375rem;height:2.4375rem;top:87.3935578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:16.9375rem;height:3.1875rem;top:14.75rem;left:1.6874999403954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:4.0625rem;height:4.0625rem;top:91.0810578125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsTtmaA3MS0FLoW4LsO16EUTpkuigF11 { width:6.5625rem;height:1.9375rem;top:1.1875rem;left:11.857954680919rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGAs6drSDrQhvvk6GLvKyTIxAr3LBMoQ { width:17.125rem;height:2.40625rem;top:8.5rem;left:1.6875rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF3BQOUTiWJvtA5akQg8sofLcN806iT9 { width:16.75rem;height:2.68110625rem;top:10.9375rem;left:1.625rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #801dd1);background-image: -moz-linear-gradient(180deg, #000131, #801dd1);background-image: -ms-linear-gradient(180deg, #000131, #801dd1);background-image: -o-linear-gradient(180deg, #000131, #801dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#801dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#801dd1' );";background-image: linear-gradient(180deg, #000131, #801dd1);background-size:auto !important;display:none; }#y960HG1fCQkrwgrW3pd6uUC08FAIzcJ7 > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sJ4eDcPuUlx32ebdK0FvAfXFVrOGXHtS { width:18.3125rem;height:2.75rem;top:5.1875rem;left:1.6875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPsZ6euIhQBW8fovMyhxeC5TLQLDQ7td { width:16.9375rem;height:3.1875rem;top:15.375rem;left:1.5312499403954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnygkUpKhtlRTBZXQ5JpBB598FKhQSTZ { display:block; }
 }@media only screen and (max-width: 763px) { #iOdSUmlofCr5QbRaBo9EqbsLEqiCZalc { width:6.5625rem;height:1.9375rem;top:1.1875rem;left:11.857954680919rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF38uvp18n7XSums8RW9BPr292TkPeaK { width:17.125rem;height:2.40625rem;top:8.5rem;left:1.6875rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIfhlNFuT90DTOnSnHX7ronnUgBpmIUp { width:16.75rem;height:2.68110625rem;top:10.9375rem;left:1.625rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUTR7lE73t6ZZuki1oyhGLs67CQMQ5aX { width:17.25rem;height:34.875rem;top:20.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvJrzuEhT9FZLF477wpCMm6tqq7dR7G { width:15.5rem;height:28.4375rem;top:23.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBF212c3gv6PuyMCp4uupMfCNvntIse { width:15.5625rem;height:33.375rem;top:20.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiDgb6oFFHe9wxmICUW72xHGKWiCqdf { width:19rem;height:3.75rem;top:56.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUccEAe5SAGc5kmGrMGdKa48QefutJVH { display:block; }
 }@media only screen and (max-width: 763px) { #FBSJOfGhr3X8Pf6MFKqDTW30MNI1QEiv { width:5.375rem;height:0;top:68.125rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IFc9dTZvcqGoNAwA2TKI70w5AKsxkQIB { width:5.8125rem;height:5.625rem;top:61.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #ac1047);background-image: -moz-linear-gradient(180deg, #000000, #ac1047);background-image: -ms-linear-gradient(180deg, #000000, #ac1047);background-image: -o-linear-gradient(180deg, #000000, #ac1047);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );";background-image: linear-gradient(180deg, #000000, #ac1047);background-size:auto !important;display:block; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { background-color: transparent; background-image: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container > .video-iframe-container { display: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row > .video-iframe-container { display: none; }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .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); }#GGdhNQMHMcTMrhQoTfB0r0PodIJvup9G > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMZ6C8LeWh0hZh9ni7ZvzR5isE191noH { width:18.3125rem;height:1.5625rem;top:5.25rem;left:0.84375005960463rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgDaxqRTrezazyugnEDLIUwbELVUpLeO { width:16.9375rem;height:3.1875rem;top:32.375rem;left:1.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKz0PW2FDqiwUQvtMNKm4CKfCZTJKOv { display:block; }
 }@media only screen and (max-width: 763px) { #MZH7hLet18ehATGaUikyLdZ5Uek9uSy3 { width:11.125rem;height:3.125rem;top:1rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIdtzEmZ5EHQB4nLkJFTDRQNNplbec5 { width:16.75rem;height:3.625rem;top:8.21875rem;left:1.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSlUwNnqoznNE3FznltshbWSyRBh7MTF { width:16.8125rem;height:3.25rem;top:37.125rem;left:1.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqtsHQTUI6TbyCaCvqgB7h7iMVWbzGm { display:block; }
 }@media only screen and (max-width: 763px) { #BWpsriL6vpUrs8UELEex8G5Sld94ksa9 { height:11.21975rem;width:20rem;top:19.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTebWeoxCO0V8yEi6FQF7Te5IWa7A1n { width:20rem;height:3.75rem;top:12.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 { display:block; }#JinsGqMDntMI4wT44HN5RGo0TIxm1LR1 > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:4.875rem;top:0.9609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWDbTbFtUsffBC6EgBaxThQnoO7E73tM { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDTnWkt4PhITqZUFXGWNTnRsNPh2CK73 { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:15.3125rem;height:1.1875rem;top:11.250000476837rem;left:2.3437500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { width:14.875rem;height:2.5rem;top:32.75rem;left:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { width:15.3125rem;height:14.625rem;top:37.6875rem;left:2.375rem;font-size:0.875rem;display:block; }#sPqio42pTbSacmmJmPNxEzxIntlwpzfo li:before{  }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { width:13rem;height:2.5rem;top:54.3125rem;left:3.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { width:15.3125rem;height:14.625rem;top:60.5625rem;left:2.375rem;font-size:0.875rem;display:block; }#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV li:before{  }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:24.3125rem;top:6.6695251464844rem;left:1.0929687619209rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:17.625rem;height:21.0625rem;top:31.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { width:17.625rem;height:23rem;top:53.625rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ICydDyftkeqvTm0dFMv6RDMSSw0dLi { width:20rem;height:2.5625rem;top:73.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGN8BqDeQH7pxCECTOdIKySZEqeR5rJS { width:17.3125rem;height:2.75rem;top:1.9999918937683rem;left:1.3437500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7oMPXDzkCxzO5cum512oUpee2q5lGsn { width:15.375rem;height:16.375rem;top:13.075778007508rem;left:2.3125000596046rem;font-size:0.875rem;display:block; }#r7oMPXDzkCxzO5cum512oUpee2q5lGsn li:before{  }
 }@media only screen and (max-width: 763px) { #ihzmTfKwZqbBHANyZy2pnXE4DqA0zqbh { width:15.375rem;height:1.1875rem;top:35.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfuMcIPBwECczQa1tH7ONvpaZamhgco0 { width:15.375rem;height:1.1875rem;top:57.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZ9LW37VySsAc4ofkt3iGR30UQxTfup { width:16.625rem;height:2.5rem;top:7.7500019073488rem;left:1.6875000596046rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t { display:block; }#cQBxzWDRaE7LfXacu3fwcRFHSbTVzm1t > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmbOKMWNCIE84e0TNmt9Oqqsf0gTO5sS { width:15.9375rem;height:0;top:3.53125rem;left:2.0312500596046rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJn2qUylm5fxW6VSZEfbrmTLCVuI4daV { width:20rem;height:1.4375rem;top:1.73046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpxgkzaDDMT6y2rezTfSGdLptE0LKMaC { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU { display:block; }#a1SCDq4h2TBfDmJeStTmFzk7gfhuTTeU > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDWDx5dBowU802slt86sHQbB8xPaL1Dt { width:11.875rem;height:3.6875rem;top:2.2734346389771rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWcS8q2VTEVokhN4SZcPySLcpbHTOaOS { width:12.5rem;height:2.5rem;top:7.8125rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXudR2s6ORNzR2fnJHNK7WmWbHHAo2b0 { width:12.5rem;height:3.4375rem;top:13.593750953674rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uTIF99RkHmW79uVkBw0Gcl2ceR3FqO { width:20rem;height:4.875rem;top:18.187500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxTpBoLnIlD1aJM6wGGISkxrG77EpUTB { width:20rem;height:0.9375rem;top:0rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdOcqQB0uwRGL1hOIHVZ1VKLfUKT6Fwl { width:20rem;height:0.9375rem;top:11.550000190735rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLLTPUfuXSGDy5pyGZy3y8ZThuQzwKmn { width:20rem;height:0.9375rem;top:24.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUhHL1oCiEgSrmwtFNAbGVJ9mC9kMtGK { width:12.0625rem;height:2.4375rem;top:28rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 { display:block; }#qAfFn9lFu6CvKpkTXCUdTumTkM6QuzM6 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElMDPBFeMSpsxspluhecQGEsZeVMprE { width:17.5625rem;height:14.3125rem;top:1.25rem;left:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTmaDoINpBwQFPRsDCwx7UfaXhSaAysL { width:14.3125rem;height:3.75rem;top:2.28125rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOOfx04brmGJGE5bOAMil9GuT03GrnI { width:16rem;height:6rem;top:7.87109375rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg8ysgFFVVXByz2NK70iUO62Nu5NR64q { display:block; }#zg8ysgFFVVXByz2NK70iUO62Nu5NR64q > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzO5uagU6cp9Oqkb1LwmO84F13y3XVbD { width:17.625rem;height:19.4375rem;top:1.1865234375rem;left:1.1865234375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8XuaVyHngECM7C7UZGO2aw7vf2elxX { width:10.375rem;height:1.625rem;top:5.875rem;left:4.6875001788139rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeeLNh8VlfEv0K7fTaKCTfc0f82AXHuq { width:2.5625rem;height:2.5625rem;top:2.5625042915344rem;left:8.5937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFnmxidTh3k9D5de8hz3qmaHUBHIciuO { width:12.8125rem;height:1.625rem;top:26.25rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrHLEkLdHhaHVVLqUyMTuQBrayMO9Vbf { width:2.5625rem;height:2.5625rem;top:22.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbA7VoLJSTvlnOSq94pml3L1PyatqmfB { width:17.6875rem;height:21.3125rem;top:22.0625rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMTuUHkeIGeXl9iBMhEdgaur0SGNitv { width:15.375rem;height:5.9375rem;top:7.8427734375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFlNSDMMeN3USwGNPpEvGJWJhF71eoe { width:15.375rem;height:4.75rem;top:29.25rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD { width:15.1875rem;height:5.3125rem;top:14.234375rem;left:2.40625rem;font-size:0.875rem;display:block; }#vlvTtnlT4RWN5O8wlrAGDwGFtT3ZfacD li:before{  }
 }@media only screen and (max-width: 763px) { #uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS { width:15.4375rem;height:6.25rem;top:35.6875rem;left:2.28125rem;font-size:0.875rem;display:block; }#uVwHalsmwBA4CPFQDSEI41fZKhoIJmTS li:before{  }
 }@media only screen and (max-width: 763px) { #DkLc6XTLRhfOsruTZX5aFzTikOdafzzc { display:block; }#DkLc6XTLRhfOsruTZX5aFzTikOdafzzc > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6W005TZrm3QiNTXSSh4QkUAkqmXiGuO { width:17.5625rem;height:15.5625rem;top:1.25rem;left:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0T3fhpQOuMrbGGf9yyC0XIZ7lODZEvt { width:14.3125rem;height:2.5rem;top:2.28125rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMaDtxCIrFNBlucwxXzOxiaMe8tKZnK { width:16rem;height:9rem;top:5.74609375rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF { display:block; }#nC4gF8OTcTVaOFfZGrzqWTaobqtNdBoF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWEh06rZaCHFnEfi15gWtBZlJNG7uDy1 { width:20rem;height:3.25rem;top:5.0156192779541rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5ASfbnW8ImeQtev9RA1Pdm7IF1SHOWc { width:20rem;height:4.0625rem;top:0.501953125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyEIIwQdNz1TFkLfQ2IASlMwitqrH7fp { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DneioFTTiZcwSlHeRzVV3lnP3Pa6glZs { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy { display:block; }#TGDQvIgmWfsHfmr0rm5aZCvznE4bQGXy > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ6IvtWuSQqbMOTIgxw0EEbDnLfBX6Li { width:16.4375rem;height:4.5625rem;top:5.125rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7P3VTiky2Q9VxM0q2vWOC3aMU786Tkd { width:16.125rem;height:5.0625rem;top:20.6875rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzFgvAGB6H25uDg6loFOeWicoxktHSrL { width:9.6875rem;height:8.25rem;top:35.967968940735rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2wo5RVBW7tpwqzRoq47ZIU5p1ZX3yJ { width:17.625rem;height:14.125rem;top:1.25rem;left:1.1875000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTw89lT2sg8hr6lUToTEfqf7m6RADXs { width:17.625rem;height:13.8125rem;top:17.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdZkF6J67c5cWUM9cEkNCHVd7Or84np { width:17.625rem;height:14.9375rem;top:32.625rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ { display:none; }#VOBnrGqI0NXopKRJmsChP8eKaEBq4QrZ > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NsUl5AtRGCu5dPRVA8DueL94Jng6KQtp { width:20rem;height:3.25rem;top:2.640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOXFiezpxUsklUKLOlO6JzezHJ8rP0Ot { width:15.9375rem;height:0;top:6.818359375rem;left:2.03125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rV2f91mq60Og8dJ0SbnebNDqKUkk7mhe { width:20rem;height:4.0625rem;top:1.5rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTTaqHvlcFlklM92UrlabCrzPUiGwGor { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7zhbcXZIAQlq9MsuevkT5Uo1sc5Veow { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fx21bXDIRrmipM5Z0qw1XSJHv79n4y5H { width:20rem;height:0;top:9.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBeQI7lZxw3hTAdpEtdSaawKSTVw3EcG { width:16.9375rem;height:3.1875rem;top:12.4375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2F5cTlZ994l9g3ik90InVU73iZ8fT3 { display:block; }
 }@media only screen and (max-width: 763px) { #F166ndJUsn9oAv7C50wremgpP9nh8voS { display:none; }#F166ndJUsn9oAv7C50wremgpP9nh8voS > .row .container { width:20rem;height:62.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSTkl1qd2UJQAgBdTprEopTgUJ7Sc8rU { width:15.3125rem;height:9.7954375rem;top:7.8117899894712rem;left:2.3437499403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQtyLIl8hrUD61MwAm3yoTTart8gDCu { width:10.375rem;height:3.25rem;top:3.1249809265137rem;left:4.8125001788139rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFObOuDafSIp3eIvb1RGPoMzzb5BQGtO { width:10.375rem;height:3.25rem;top:23.4375rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGKErJPWsDWHgehUWSHisTl2zVD7WF4 { width:15.3125rem;height:8.571rem;top:28.0625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcg5AanTD8ZoZWZzQdoCQWz6bf5QNRsd { width:12.9375rem;height:1.625rem;top:44rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvVIi4T7bXMuPlpHRGT05bLdboCe1TSU { width:15.3125rem;height:8.571rem;top:47.4375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIetoANgv3x5MqBkrEoTCX6RuMLWO3t { width:17.625rem;height:17.375rem;top:1.25rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1BO3FRs2n1kFI7hoFPqPRtJfJt1NB2Z { width:17.625rem;height:16.0625rem;top:22.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9gKdy1OpDowhIyLGHLKxaTrfnkk2z9 { width:17.625rem;height:16.3125rem;top:42.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNE5kNnQNhQcuPwS5EAWlpFf4I2yV3KO { width:13.125rem;height:3.0625rem;top:17.605839729309rem;left:3.4375001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwhzehyNLTngEeKR4VsqnIl77TTNBB24 { display:block; }
 }@media only screen and (max-width: 763px) { #BdBTqDvc1ebU0MyFAKpyQLs8bs5lUyW7 { width:13.125rem;height:3.0625rem;top:37.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM93donulSvWmzclTUCMTiqllp7gcxmf { display:block; }
 }@media only screen and (max-width: 763px) { #dr83wTnnGyyngNLAzcL9EvxFxuGK6SXP { width:13.125rem;height:3.0625rem;top:57.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7GT4GmdJQwZROqQOC93rxMhTeX7mGk { display:block; }
 }@media only screen and (max-width: 763px) { #TLeS2o7xbgsoGRAopihqNyGqQii5pqH7 { width:20rem;height:4.0625rem;top:1.4218854904175rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOQmiSJl5SwR4V2hbd854Qs61qAsPc8 { width:20rem;height:1.625rem;top:1.1164340972901rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUqyFEqJGx2X2TQMLCnN2iyfrygxCbnh { width:15.9375rem;height:0.8125rem;top:2.7414064407349rem;left:2.0312500596046rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E { display:block; }#dDfZ0HooVAcHAS8Ni8VhfBo2fPdv297E > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2Cgdwl4sceB9qMimlGTyZpEekxR8IMS { width:14.3125rem;height:13.625rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeKxR2PEPqfT9V0JMT3AKpPJ5vtACsR { width:5.25rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3SyBdTFN6oVPv29r3RhL2LuWDgtEPu { width:12.8125rem;height:7rem;top:4.6875rem;left:6.2491121888161rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbXqV1SzgBR0irLupetwKdGSz28avK4M { width:9.5rem;height:1.1875rem;top:0.875rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yibug68AiIViNnCTSnEXWQ0MeJNb2v8a { width:9.375rem;height:0.1873225rem;top:12.342864990234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqQnvGkf2ZymgXq5uTQTrvrJotWhKtr { width:13.4375rem;height:1.125rem;top:2.74951171875rem;left:6.1869669556617rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { width:14.8125rem;height:13.125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #ac1047);background-image: -moz-linear-gradient(180deg, #000000, #ac1047);background-image: -ms-linear-gradient(180deg, #000000, #ac1047);background-image: -o-linear-gradient(180deg, #000000, #ac1047);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );";background-image: linear-gradient(180deg, #000000, #ac1047);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { width:5.25rem;height:7.875rem;top:2.0980834960938E-5rem;left:14.749290168286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { width:13.0625rem;height:6.125rem;top:4.84375rem;left:0.87500005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { width:10.125rem;height:1.1875rem;top:1.18701171875rem;left:3.7496448159218rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { width:9.375rem;height:0.1875rem;top:11.593627929688rem;left:10.624111711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { width:13.25rem;height:1.125rem;top:3.1178970336914rem;left:0.78125005960463rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { width:14.3125rem;height:13.625rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { width:5.25rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { width:13.3125rem;height:5.625rem;top:4.6875009536743rem;left:6.2492901682854rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { width:9.5rem;height:1.1875rem;top:0.875rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { width:9.375rem;height:0.1875rem;top:12.093078613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { width:9.875rem;height:1.125rem;top:2.75rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #ac1047);background-image: -moz-linear-gradient(180deg, #000000, #ac1047);background-image: -ms-linear-gradient(180deg, #000000, #ac1047);background-image: -o-linear-gradient(180deg, #000000, #ac1047);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac1047' );";background-image: linear-gradient(180deg, #000000, #ac1047);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:3.6875rem;height:0;top:2.3125rem;left:0.87500005960463rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:19.875rem;height:31.9375rem;top:9.71875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffaa25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:17.5rem;height:auto;top:12rem;left:0rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:17.5rem;height:auto;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mbO7RE99lRcIJSvKkZMwN0p4RpFT1llz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HdPUFi1qpNLBrFDQGbSGhoLyd2fnWXGi {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cMuMVCU8q8OeePADZHLJzJorQo8TFEis {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qcntEUyvc49SkPKQrhT9Rc7anxTdMLUe {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DKf5FTLxVUFcZc1bxZMrEmNen817eOtH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DyUWxhCTJU9yrggmfOgQ8JmlCRQBafla {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #BWqTvCHALSyOPSMbK3C7ydLudB7QF48O {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #dWwv7w4uSuq5yrSr1ySSkR5bTUHXTFF8 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #qF19tQztZ2nJnTXcqHJWt1NzVhzZhB28 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #iIs18AUWp420VhJPAEX2qNGu1FmqbToX {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #N67LHnNIdcPQaH0QcqZtQSxvfbAn7Zfq {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ex5aazC8wwsezkUdTalkiCvhLgOyT9wp {  }
 }@media only screen and (max-width: 763px) { #ywam27ePie82TTenwJMBhcZTH0woRMDX { display:block; }
 }@media only screen and (max-width: 763px) { #nSiAL9rZS8dkpi0qyuJTPlFgWcq2xGuI { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { width:14.6875rem;height:11.6875rem;top:27.840926110744rem;left:5.3117896914482rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b65a5d47-38f5-4045-b818-bac788d4ce93/14.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { width:5.5625rem;height:5.5625rem;top:86.5996125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OB0prapfVI8AKpbWHEyVT6rSnxnaSRxN { width:9.75rem;height:0;top:1.65625rem;left:0rem;font-size:3.125rem;color:rgba(174,169,171,0.39);z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #FtxKrQBmfCzTdd8CcGu0ycnmNE8XozHF { width:20rem;height:4.375rem;top:1.9984378814698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r28fuZlktBhetvmIgxq7RfEMITMh9GBZ { width:20rem;height:1.25rem;top:7.3624877929688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGesztNcpP2xLsqV3aDd9AGPzZtVoLX { width:9.75rem;height:2.25rem;top:10.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe { background-color:#000000;background-image:none;display:block; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { background-color: transparent; background-image: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container > .video-iframe-container { display: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row > .video-iframe-container { display: none; }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .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); }#ifnscSuMrnJfFky7Npw3J5bnwxIPlCIe > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJsCdrm5QG86pyfBLLNJMAWSQ2GtqgJq { width:10.1875rem;height:3.0625rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVC7yekx5mTiRgdpKhCoM5XyOdpQiKf1 { width:3.5rem;height:3.5rem;top:7.7492904663088rem;left:10.465909659863rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4S5QsPEIpWMpvXynDmJRDL8LyTLGxKh { width:3.625rem;height:3.625rem;top:7.6867904663088rem;left:6.8409091830256rem;display:block; }
 }@media only screen and (max-width: 763px) { #AePXDGBxayo9vAN2UrivmHLi9O4MU6Bu { width:15.875rem;height:1.25rem;top:5.1860809326172rem;left:2.0624999403954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }