.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container { background-color: transparent; background-image: none; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container > .video-iframe-container { display: none; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row > .video-iframe-container { display: none; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .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); }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container { border-width: 0; border-radius: 0; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#bgDRnkUXcBxkhsBulDC1k3mzN0b3dPPU { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.78125rem;left:44.5rem;display:block; }
#eXc4I72gKuu5lai7Mti43qkdzct3PSZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrZFOucUVDEEk8nTvx8PEtOWQEs6Ts1e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#q9TyzABh9AUNKJDNThgCrTe8QU3iqxa8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.78125rem;left:34.5rem;display:block; }
#WRZEgTZWRD08P00pwcbJ5dx2WcSveZK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGTgpohKHMHIHxElMSdhMHszuf4vkSAS { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.78125rem;left:24.71875rem;display:block; }
#Wi4CkvN5m3tZ90lTnSznIr4NfDbD8H02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdSDnvKbKWu7f9g46l4rkmchAKHIkdti { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.78125rem;left:14.75rem;display:block; }
#xxXhODr53CLm93bM9lh5arJpFIntVne0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS { position:relative;display:none; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS { border-width: 0; border-radius: 0; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .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; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#h2BGlZr6IsfBHuAcMJITKhpWAILZcXaR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lIq04u9WC4PBXuLwkQyrpcFrFTuIAt0g { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xpTOnXMDyvuaM54MJiHSp9GJxbxHTp2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9loVQL5alXQ3gQExiZLBoSdZ2Oo1Ts3 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ltpwhyiTscGLH7zfI8RsPUwi8qqPNsKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIyiLt8bkHxTybSq07RGu7I7ATFa5DM1 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZqZTZRDK7kPlKKGAAcdatxEhPPsqX9G3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XB6KbwhTogsoU6sTLr0fzSArWbt6yPl8 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wqA8kmvxCfXupXRRC6nW5062WfX0RafD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW { background-color:#0095cc;background-image:url("https://images.assets-landingi.com/uc/d8e99dd7-e861-47ba-9e51-16662d09c674/tlo_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.adaptive-delivery-prevent-bg, #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.lazyload, #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.lazyloading { background-image: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { background-color: transparent; background-image: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container > .video-iframe-container { display: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container { display: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .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); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { border-width: 0; border-radius: 0; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:60rem;overflow:visible;position:relative;display:block; }#O2V0bcTceev6IfUvpNP8KbAbZGRFfKai { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"hk grotesk";font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem rgba(63,18,0,0.34);top:33.375rem;left:11.8125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvAzuWENE9HKBGBr9fB5U2TlXQTduItc { box-sizing:content-box;height:5rem;width:34.125rem;position:absolute;display:block;z-index:15000;background-color:#f9b231;background-image:none;top:33.5rem;left:12.9375rem;box-shadow: 0rem 0rem 0.1875rem rgba(3,14,21,0.41) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E5eMqefHysFOZ4IKNu2a2uSMXfJvep1F { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(5,21,30,0.92);top:43.768751144409rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XZMnHQNTKlmpCcdeJp9szpwCuTy0xwZR { box-sizing:content-box;height:5.125rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:#f15f25;background-image:none;top:38.4375rem;left:12rem;box-shadow: 0rem 0rem 0.1875rem rgba(3,14,21,0.41) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bDOzzgl0J4l4SGrtUtq2dLpvG3pqKoQy { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"hk grotesk";font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem rgba(4,23,33,0.63);top:38.375rem;left:11.8125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSOwnxMU9nAJCXKFnaHvUVIFafzTLm0L { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #edf8ff;top:28.125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cpTW6cWS6OSefOP9WAlQKX17pVOSpytW { z-index:15004;top:66.5625rem;left:15.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #052d46, #146496);background-image: -moz-linear-gradient(45deg, #052d46, #146496);background-image: -ms-linear-gradient(45deg, #052d46, #146496);background-image: -o-linear-gradient(45deg, #052d46, #146496);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#052d46', endColorstr='#146496' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#052d46', endColorstr='#146496' );";background-image: linear-gradient(45deg, #052d46, #146496);background-size:auto !important;border-top:0.125rem solid #79ccff;border-left:0.125rem solid #79ccff;border-right:0.125rem solid #79ccff;border-bottom:0.125rem solid #79ccff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.3125rem #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sGxbX8Uk0voQX4HcARWzGMLurwKOU3Pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8pcea3VuybT7AJf1VS17gCbIzTJT8AA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:46.5rem;left:28.4375rem; }
#Wl6Rc8pF6pD5wphC9V6Fu1fQ9xh0qsfD { position:absolute;display:block;z-index:14999;background-color:#146496;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;height:23.25rem;width:52.1875rem;top:49.5625rem;left:3.9375rem;display:block; }
#aTo4nmxm2B8lPpXGT1H8sg3IEWGZeeiT { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.8125rem rgba(255,255,255,0.33);top:50.875rem;left:5.21875rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7KMLWz3PTbWUJIgAplG6ei4P1ROvCcB { position:absolute;display:block;z-index:15014;height:9.375rem;width:22.5625rem;top:56.5rem;left:18.71875rem;display:block; }
#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container { background-color: transparent; background-image: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container > .video-iframe-container { display: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row > .video-iframe-container { display: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .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); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container { border-width: 0; border-radius: 0; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#AIsomKUgKFlaK9QaxXUVya37KXWXw42W { color:#052d46;display:block;width:33.5rem;position:absolute;font-family:"hk grotesk";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:13.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXtMFQ3RT8EyTJHyneJ7XvhsRmCPaTaM { color:#f15f25;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6e7sunJNFIhzelc0r9WDLDsfoLyM9V9 { 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:29.625rem;width:33.3125rem;top:9.59375rem;left:13.34375rem;overflow:hidden;display:block; }
#iGz2nLghD8KBvgDz71FdN4ly87Kd7l8q { color:#f15f32;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.7289071083069rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BFurWAwSGiPe3xIdo9vS8BnJqXzU79d1 { box-sizing:content-box;height:5rem;width:34.125rem;position:absolute;display:block;z-index:15000;background-color:#f9b231;background-image:none;top:33.5rem;left:12.9375rem;box-shadow: 0rem 0rem 0.1875rem rgba(3,14,21,0.41) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#bAo4BddhcJN9S7Iwz8q7tI7vwiP27CvT { box-sizing:content-box;height:5rem;width:34.125rem;position:absolute;display:block;z-index:15000;background-color:#f9b231;background-image:none;top:33.5rem;left:12.9375rem;box-shadow: 0rem 0rem 0.1875rem rgba(3,14,21,0.41) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container { background-color: transparent; background-image: none; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container > .video-iframe-container { display: none; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row > .video-iframe-container { display: none; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .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); }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container { border-width: 0; border-radius: 0; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#TAkgNcosPOTPCV5zl8mE3Fuw6TC7s8aV { color:#146496;display:block;width:48.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffffff;top:0.25rem;left:5.71875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xp4MnnXfovJtX2FA8s9THU6uXETtyTmT { color:#052d46;display:block;width:48.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #ffffff;top:5.6046886444092rem;left:5.71875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TlKxSqaS15R8zBqk3gCqJf49FTCSl7pG { color:#052d46;display:block;width:46.6875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.1669921875rem;left:6.65625rem;height:16.7929625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l25e7oMyOfvVtiUAMZud37P9Tac7AOEm { z-index:15006;top:33.125rem;left:15.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -moz-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -ms-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -o-linear-gradient(216deg, #ff8401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );";background-image: linear-gradient(216deg, #ff8401, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nMSEDp8lUZTV8fy7akUpyQg7R4Gmg6du { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #35a1dc);background-image: -moz-linear-gradient(180deg, #ffffff, #35a1dc);background-image: -ms-linear-gradient(180deg, #ffffff, #35a1dc);background-image: -o-linear-gradient(180deg, #ffffff, #35a1dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a1dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a1dc' );";background-image: linear-gradient(180deg, #ffffff, #35a1dc);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; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container { background-color: transparent; background-image: none; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container > .video-iframe-container { display: none; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row > .video-iframe-container { display: none; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .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); }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container { border-width: 0; border-radius: 0; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container { font-size:0.875rem;font-family:arial;height:79.625rem;width:60rem;position:relative;display:block; }#U69QruXW8tVn2XZoTm1SAb2eervBJOzW { color:#146496;display:block;width:48.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.8125rem #ffffff;top:6.7421875rem;left:5.71875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4h5i1LW5NobG823MCpfgLHpMe66UNxT { color:#052d46;display:block;width:46.8125rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:16.5rem;left:6.59375rem;height:13.9941375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfGa3ZahlrX9qp69xi2z6s9PgPREOicQ { position:absolute;display:block;z-index:14998;background-color:#146496;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;height:31.3125rem;width:60rem;top:38rem;left:0rem;display:block; }
#oQRb07U9TKAEBM2MtS86nhHi4e3cWQIh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 3.125rem rgba(0,0,0,0.24) ;height:29.1875rem;width:52.5rem;top:39.0625rem;left:3.75rem;display:block; }
#t6oV1pmh5ek9TNxoWQEEFmdo2yshLNdG { color:#052d46;display:block;width:46.8125rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.1796875rem;left:6.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kn8roMQDSLi1pLfvFcndTQLXlZzQGKr7 { color:#052d46;display:block;width:48.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #ffffff;top:5.6046886444092rem;left:5.71875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Gvoq12TqcWsCnK6tqtVzNe6TnpvB4fw2 { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#PQ8TuX4ZwNzKtxidfiSX3Vu2ScMTLTOa { z-index:15005;top:72.5625rem;left:9.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -moz-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -ms-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -o-linear-gradient(216deg, #ff8401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );";background-image: linear-gradient(216deg, #ff8401, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.0625rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mhNTEBpPQdbTkVrX8286x64kGyLrkGog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ra4hoqLXQKlipVu9WqM4nM9WxnuK0O70 { color:#052d46;display:block;width:46.8125rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.1796875rem;left:6.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#35a1dc;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; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { background-color: transparent; background-image: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container > .video-iframe-container { display: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row > .video-iframe-container { display: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .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); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { border-width: 0; border-radius: 0; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { font-size:0.875rem;font-family:arial;height:134.5rem;width:60rem;position:relative;display:block; }#gHIBF8cMUKm5IkfG4SEIVTaHMMVfCGia { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.8125rem rgba(255,255,255,0.5);top:6.05859375rem;left:5.71875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vd0H6olkkW5rQzivNs3l7evGH3eNJhTl { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.8125rem rgba(255,255,255,0.33);top:69.5625rem;left:3.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bd36i4b18iZiGVKLmvvU93AwWpvpmNDz { color:#edf8ff;display:block;width:47.25rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:76.0625rem;left:6.375rem;height:12.594725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGvNalOFLTUA2Nr5ulSmt0rzsmtMOt8L { z-index:15003;top:132.125rem;left:12.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff4a00, #f9b231);background-image: -moz-linear-gradient(45deg, #ff4a00, #f9b231);background-image: -ms-linear-gradient(45deg, #ff4a00, #f9b231);background-image: -o-linear-gradient(45deg, #ff4a00, #f9b231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#f9b231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#f9b231' );";background-image: linear-gradient(45deg, #ff4a00, #f9b231);background-size:auto !important;border-top:0.125rem solid #ffba33;border-left:0.125rem solid #ffba33;border-right:0.125rem solid #ffba33;border-bottom:0.125rem solid #ffba33;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.3125rem #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#noSsNc1wA4Gtyvy4iT7z5wbNdaThSsUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEOPTfB3WmeN0Ke4pRGaDblJZ1eZhIsh { 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:29.875rem;width:59.5625rem;top:105.9375rem;left:0.4375rem;overflow:hidden;display:block; }
#VAOFiZypGdPE12tVlqOKgzqrAEOmHfa0 { position:absolute;display:block;z-index:15004;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.875rem;width:6.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#VmNv19TWDTZt0llBmTHwJH7SdTxdnHsb { color:#052d46;display:block;width:15.5rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPpRvg0QshOebJy70T40F5VP4uKdMnRl { color:#f15f32;display:block;width:16.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.3125rem;left:2rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WanuT5NV0xbZhS0y8LCOuriyKsIvG6xt { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.6875rem;width:19.1875rem;top:15.3125rem;left:0rem;display:block; }
#tKukUey9DuiestyD3Bs7xWTqrxmbZ0PG { color:#052d46;display:block;width:15.4375rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.3125rem;left:22.28125rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDlhwkKBg3HWoh4roCMIoQq4FqW3dXse { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.6875rem;width:19.1875rem;top:15.3125rem;left:20.4375rem;display:block; }
#bboOzGD5zW7zrvv1sbqV2tyqpybKyDJ0 { color:#f15f32;display:block;width:16.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:18.3125rem;left:22.28125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M69ThsFsnDJbaO0TAu29s5aNWt7uO4GB { color:#052d46;display:block;width:15.4375rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3125rem;left:42.6875rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKgJUm7DBuim6ygTNrUodUFEK8k6xX87 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.6875rem;width:19.1875rem;top:15.3125rem;left:40.8125rem;display:block; }
#b6kH1RmK1ukZTRazr0wku9r4XmpBr9Ql { color:#f15f32;display:block;width:16.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:18.3125rem;left:42.6875rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRFsOKCMDhxeNvoBZgHmvbzTOrrvZ6yb { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.25rem;width:19.1875rem;top:38.3125rem;left:30.6875rem;display:block; }
#uWNTWZLGkTw0Ayzl01GLyTRQev5ydc8u { color:#052d46;display:block;width:16.0625rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:46.935546875rem;left:32.5625rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OT57usEf90hhRSPRtEDtFUM7K1t0bKdT { color:#052d46;display:block;width:15.4375rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.935546875rem;left:12.0625rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmFzmSUauuApGLwGtPe9sVA9Mwo4nbaQ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.1875rem;width:19.1875rem;top:38.3125rem;left:10.1875rem;display:block; }
#CkrVTutlfPR7LTpNFEo53yrGLEXzIWzm { color:#f15f32;display:block;width:16.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:41.4375rem;left:12.0625rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLSP7D44kPfH4PCwsiX3cOm3cxu7wgOu { color:#f15f32;display:block;width:16.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:41.4375rem;left:32.5625rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmRM3CR1iclD8DPJesoWXqTZNC4apTvn { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.25rem;left:7.875rem; }
#AUs8AilOflDusQg40dB6vIQvTllmvw7W { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.25rem;left:28.125rem; }
#p97IyZUcGtuE8E6cDLhmzVtsFn0stQgL { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.25rem;left:48.53125rem; }
#nwXWVfOBogombwtBzTVaW88hPazIIt9e { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37.375rem;left:17.90625rem; }
#RRWvDwKdKM9mAVJXp16gdLBWyWKi7lfw { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:37.375rem;left:38.40625rem; }
#fXteTIKcEr4DVtT7QllqOEVkPX8STyBl { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:63.5rem;left:26.5625rem;overflow:hidden;display:block; }
#xy8xrCK9JfmFCSoUyaf5Hk4r30I8TSHg { z-index:15004;top:95.75rem;left:8.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -moz-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -ms-linear-gradient(216deg, #ff8401, #ff4a00);background-image: -o-linear-gradient(216deg, #ff8401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );";background-image: linear-gradient(216deg, #ff8401, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.4375rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yTpidx0TssxJaFBtyZThubvS9ut7wGSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3da2d8;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; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { background-color: transparent; background-image: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container > .video-iframe-container { display: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row > .video-iframe-container { display: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .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); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { border-width: 0; border-radius: 0; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;position:relative;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:#146496;background-image:none;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;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:60rem;height:75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#toQg65LyS4dAKSNltWZkcGrL22GTPcWm { position:absolute;display:block;z-index:15001;background-color:#39a0d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;height:55.75rem;width:51.75rem;top:12.875rem;left:4.125rem;display:block; }
#KczNcby3NSM58SX27VOFXqe7lHTQHof9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIBK975RX2ekOTXx5vB3e9k7rTdTXOFW { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.7500019073488rem;left:8.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WW4MbMBrQPAtqd9DKFE06X6l22ZBE1VO { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#CPGzHRObmpVHIMkFi6TcgpUfz0apzf8B { position:absolute;display:block;z-index:15020;height:45.5625rem;width:48.9375rem;top:15.5rem;left:5.90625rem;display:block; }
#xfBWKvrmGJSNoqXORO58F0Z9O0TnPTRw { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;height:53.375rem;width:50.1875rem;top:14.03125rem;left:4.8465025906736rem;display:block; }
#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm { position:relative;display:block; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm { background-color: transparent; background-image: none; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row .container > .video-iframe-container { display: none; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row > .video-iframe-container { display: none; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .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); }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm { border-width: 0; border-radius: 0; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .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; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:143.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XgRe6rTx28oia2mbg6nOmJ9ienmFfbyF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#uvSSXT2NVKxKvzWRVGQeh8rWti1EQET6 { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:14.875rem;left:1.5625rem;height:5.99609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTpurx5iXzToaWwvVUJeQDmOpvUy2ri4 { color:#146496;display:block;width:56.5rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:13.125rem;left:1.5625rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eaZvPLwkcodhn2QWe2qyREX758GpUWDc { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:27.875rem;left:1.75rem;height:7.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4wXTmWvscuDCpE9Wy7KSMnUe3n3vWtS { color:#146496;display:block;width:56.5rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:26.125rem;left:1.75rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3laH4LskLmrzTv6yK2UoTEG6129Jo9i { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:41.25rem;left:1.4375rem;height:10.79296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zs4ZVaAXCK84QP4kfMug2OL3d1TG6QPT { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:39.5rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVBWpZPetoUtEb85m9nLyBlL3QW92NZh { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:59.0625rem;left:1.4375rem;height:14.390625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crZ1BSHf8MHwM4zMdBb9eshVHKF5sU3b { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:57.3125rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9dWwkr4TT9RPHwxCvynPGfpKnStQ7iA { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:79.75rem;left:1.625rem;height:10.79296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V4FksIq9sRn3tFauo0RVZR1E2T54BNRG { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:77.375rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhReqf0r3TcGf6ZCSK5Q0CyRxW6HXky6 { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:96.1875rem;left:1.6875rem;height:11.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohOgDHGQ19p1WeRi92S3VUW49bPHhcUR { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:93.9375rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4JVUCuTT1gs271Ubaze9kUmsKkGkc6B { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:115.9375rem;left:1.5625rem;height:7.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cep3WerpGGvx0oMzZtyz8LCPm3RunPmi { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:113.9375rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUvK7MTUP3JyTyIgMGphmxHbkV3TvLTD { color:#146496;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEip2dV1itvJhBAQ4PdP0TdqurA1KxJT { color:#052d46;display:block;width:54.1875rem;position:absolute;font-family:"hk grotesk";font-size:1rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:131.5rem;left:1.5625rem;height:7.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wzmJr8Fnwc21TUfZeeTBQTWN1TNPoeqQ { color:#146496;display:block;width:57.125rem;position:absolute;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:129.125rem;left:1.4375rem;height:1.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f15f25;background-image:url("https://images.assets-landingi.com/uc/e5ffe499-e36d-485d-8113-3eed3ea2a786/240215_XKiDS_ukasz_LinkedIn_penyrozmiar3b.crop_1912x739_8,188.preview.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.adaptive-delivery-prevent-bg, #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.lazyload, #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.lazyloading { background-image: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { background-color: transparent; background-image: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container > .video-iframe-container { display: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container { display: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .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); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { border-width: 0; border-radius: 0; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#STTOUheIK5aNTZbxHTHv33CwNJHHi9Bu { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.125rem rgba(0,0,0,0.38);top:24.5625rem;left:12.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2zTBV4nR9s5kZFebZgg4LlpRsIHXyJD { 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:30.25rem;width:60rem;top:50.687499046326rem;left:0rem;overflow:hidden;display:none; }
#dPyS69hDr5lnVCgdysam3fHRbLfysbUc { box-sizing:content-box;height:4.75rem;width:25.625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #f9b231, #f15f25);background-image: -moz-linear-gradient(270deg, #f9b231, #f15f25);background-image: -ms-linear-gradient(270deg, #f9b231, #f15f25);background-image: -o-linear-gradient(270deg, #f9b231, #f15f25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b231', endColorstr='#f15f25' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b231', endColorstr='#f15f25' );";background-image: linear-gradient(270deg, #f9b231, #f15f25);background-size:auto !important;top:23.8125rem;left:17.1875rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;display:block; }
#SCk5ZyIgCOGkTgN9TpUoSBklGcUQOo4e { position:absolute;display:block;z-index:15012;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:19.625rem;width:19.625rem;top:0rem;left:20.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD { display:block; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgDRnkUXcBxkhsBulDC1k3mzN0b3dPPU { width:15.5rem;height:2.0625rem;top:1.75rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXc4I72gKuu5lai7Mti43qkdzct3PSZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #zrZFOucUVDEEk8nTvx8PEtOWQEs6Ts1e { top:0rem;left:0rem;width:7.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TyzABh9AUNKJDNThgCrTe8QU3iqxa8 { width:8.9375rem;height:2.0625rem;top:1.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRZEgTZWRD08P00pwcbJ5dx2WcSveZK2 { display:block; }
 }@media only screen and (max-width: 763px) { #mGTgpohKHMHIHxElMSdhMHszuf4vkSAS { width:8.9375rem;height:2.0625rem;top:1.75rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi4CkvN5m3tZ90lTnSznIr4NfDbD8H02 { display:block; }
 }@media only screen and (max-width: 763px) { #AdSDnvKbKWu7f9g46l4rkmchAKHIkdti { width:8.9375rem;height:2.0625rem;top:1.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxXhODr53CLm93bM9lh5arJpFIntVne0 { display:block; }
 }@media only screen and (max-width: 763px) { #gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS { display:none; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2BGlZr6IsfBHuAcMJITKhpWAILZcXaR { display:none; }
 }@media only screen and (max-width: 763px) { #lIq04u9WC4PBXuLwkQyrpcFrFTuIAt0g { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xpTOnXMDyvuaM54MJiHSp9GJxbxHTp2G { display:block; }
 }@media only screen and (max-width: 763px) { #Q9loVQL5alXQ3gQExiZLBoSdZ2Oo1Ts3 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ltpwhyiTscGLH7zfI8RsPUwi8qqPNsKn { display:block; }
 }@media only screen and (max-width: 763px) { #XIyiLt8bkHxTybSq07RGu7I7ATFa5DM1 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZqZTZRDK7kPlKKGAAcdatxEhPPsqX9G3 { display:block; }
 }@media only screen and (max-width: 763px) { #XB6KbwhTogsoU6sTLr0fzSArWbt6yPl8 { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqA8kmvxCfXupXRRC6nW5062WfX0RafD { display:block; }
 }@media only screen and (max-width: 763px) { #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW { display:block; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2V0bcTceev6IfUvpNP8KbAbZGRFfKai { width:36.4375rem;height:5.25rem;top:33.375rem;left:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvAzuWENE9HKBGBr9fB5U2TlXQTduItc { top:33.5rem;left:6.8125rem;width:34.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5eMqefHysFOZ4IKNu2a2uSMXfJvep1F { top:17rem;left:0rem;width:14rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZMnHQNTKlmpCcdeJp9szpwCuTy0xwZR { top:38.4375rem;left:5.875rem;width:36rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOzzgl0J4l4SGrtUtq2dLpvG3pqKoQy { width:36.4375rem;height:5.25rem;top:38.375rem;left:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOwnxMU9nAJCXKFnaHvUVIFafzTLm0L { width:47.75rem;height:4.875rem;top:28.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpTW6cWS6OSefOP9WAlQKX17pVOSpytW { top:66.5625rem;left:9.25rem;width:29.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGxbX8Uk0voQX4HcARWzGMLurwKOU3Pc { display:block; }
 }@media only screen and (max-width: 763px) { #W8pcea3VuybT7AJf1VS17gCbIzTJT8AA { top:46.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6Rc8pF6pD5wphC9V6Fu1fQ9xh0qsfD { width:47.75rem;height:23.25rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTo4nmxm2B8lPpXGT1H8sg3IEWGZeeiT { top:50.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7KMLWz3PTbWUJIgAplG6ei4P1ROvCcB { top:56.5rem;left:12.59375rem;width:22.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T { display:block; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIsomKUgKFlaK9QaxXUVya37KXWXw42W { top:3.3125rem;left:7.125rem;width:33.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtMFQ3RT8EyTJHyneJ7XvhsRmCPaTaM { top:6rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6e7sunJNFIhzelc0r9WDLDsfoLyM9V9 { top:9.5625rem;left:7.21875rem;width:33.3125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGz2nLghD8KBvgDz71FdN4ly87Kd7l8q { top:4.4375rem;left:0rem;width:20rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFurWAwSGiPe3xIdo9vS8BnJqXzU79d1 { top:33.5rem;left:6.8125rem;width:34.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAo4BddhcJN9S7Iwz8q7tI7vwiP27CvT { top:33.5rem;left:6.8125rem;width:34.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a { display:block; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAkgNcosPOTPCV5zl8mE3Fuw6TC7s8aV { top:0.25rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4MnnXfovJtX2FA8s9THU6uXETtyTmT { top:1.25rem;left:0rem;width:17.9375rem;height:6rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlKxSqaS15R8zBqk3gCqJf49FTCSl7pG { top:9.125rem;left:0.53125rem;width:46.6875rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l25e7oMyOfvVtiUAMZud37P9Tac7AOEm { top:33.125rem;left:9.25rem;width:29.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMSEDp8lUZTV8fy7akUpyQg7R4Gmg6du { display:block; }
 }@media only screen and (max-width: 763px) { #FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl { display:block; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U69QruXW8tVn2XZoTm1SAb2eervBJOzW { top:6.6875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4h5i1LW5NobG823MCpfgLHpMe66UNxT { top:16.5rem;left:0.46875rem;width:46.8125rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGa3ZahlrX9qp69xi2z6s9PgPREOicQ { width:47.75rem;height:31.3125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQRb07U9TKAEBM2MtS86nhHi4e3cWQIh { width:47.75rem;height:26.546726190476rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6oV1pmh5ek9TNxoWQEEFmdo2yshLNdG { top:13.5rem;left:0rem;width:18.8125rem;height:20.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kn8roMQDSLi1pLfvFcndTQLXlZzQGKr7 { top:1.25rem;left:0rem;width:17.9375rem;height:6rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gvoq12TqcWsCnK6tqtVzNe6TnpvB4fw2 { top:0rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8TuX4ZwNzKtxidfiSX3Vu2ScMTLTOa { top:72.5625rem;left:3.84375rem;width:40.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNTEBpPQdbTkVrX8286x64kGyLrkGog { display:block; }
 }@media only screen and (max-width: 763px) { #Ra4hoqLXQKlipVu9WqM4nM9WxnuK0O70 { top:30.9375rem;left:0rem;width:18.8125rem;height:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXliKeob9yPGrpqSi40ohFGXTbkFqQsl { display:block; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHIBF8cMUKm5IkfG4SEIVTaHMMVfCGia { top:6rem;left:0rem;width:47.75rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd0H6olkkW5rQzivNs3l7evGH3eNJhTl { top:69.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd36i4b18iZiGVKLmvvU93AwWpvpmNDz { top:76.0625rem;left:0.25rem;width:47.25rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvNalOFLTUA2Nr5ulSmt0rzsmtMOt8L { top:132.125rem;left:5.9375rem;width:39.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noSsNc1wA4Gtyvy4iT7z5wbNdaThSsUH { display:block; }
 }@media only screen and (max-width: 763px) { #OEOPTfB3WmeN0Ke4pRGaDblJZ1eZhIsh { top:105.9375rem;left:0rem;width:47.75rem;height:23.950157397691rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOFiZypGdPE12tVlqOKgzqrAEOmHfa0 { top:0rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNv19TWDTZt0llBmTHwJH7SdTxdnHsb { top:22.3125rem;left:0rem;width:15.5rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPpRvg0QshOebJy70T40F5VP4uKdMnRl { top:18.3125rem;left:0rem;width:16.8125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanuT5NV0xbZhS0y8LCOuriyKsIvG6xt { width:19.1875rem;height:21.6875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKukUey9DuiestyD3Bs7xWTqrxmbZ0PG { top:22.3125rem;left:16.15625rem;width:15.4375rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlhwkKBg3HWoh4roCMIoQq4FqW3dXse { width:19.1875rem;height:21.6875rem;top:15.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboOzGD5zW7zrvv1sbqV2tyqpybKyDJ0 { top:18.3125rem;left:16.15625rem;width:16.8125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69ThsFsnDJbaO0TAu29s5aNWt7uO4GB { top:22.3125rem;left:32.3125rem;width:15.4375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgJUm7DBuim6ygTNrUodUFEK8k6xX87 { width:19.1875rem;height:21.6875rem;top:15.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6kH1RmK1ukZTRazr0wku9r4XmpBr9Ql { top:18.3125rem;left:30.9375rem;width:16.8125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRFsOKCMDhxeNvoBZgHmvbzTOrrvZ6yb { width:19.1875rem;height:22.25rem;top:38.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWNTWZLGkTw0Ayzl01GLyTRQev5ydc8u { top:46.875rem;left:26.4375rem;width:16.0625rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT57usEf90hhRSPRtEDtFUM7K1t0bKdT { top:46.875rem;left:5.9375rem;width:15.4375rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFzmSUauuApGLwGtPe9sVA9Mwo4nbaQ { width:19.1875rem;height:22.1875rem;top:38.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrVTutlfPR7LTpNFEo53yrGLEXzIWzm { top:41.4375rem;left:5.9375rem;width:16.8125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLSP7D44kPfH4PCwsiX3cOm3cxu7wgOu { top:41.4375rem;left:26.4375rem;width:16.8125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRM3CR1iclD8DPJesoWXqTZNC4apTvn { top:14.25rem;left:1.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUs8AilOflDusQg40dB6vIQvTllmvw7W { top:14.25rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97IyZUcGtuE8E6cDLhmzVtsFn0stQgL { top:14.25rem;left:42.40625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwXWVfOBogombwtBzTVaW88hPazIIt9e { top:37.375rem;left:11.78125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWvDwKdKM9mAVJXp16gdLBWyWKi7lfw { top:37.375rem;left:32.28125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXteTIKcEr4DVtT7QllqOEVkPX8STyBl { top:63.5rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy8xrCK9JfmFCSoUyaf5Hk4r30I8TSHg { top:95.75rem;left:2.65625rem;width:42.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpidx0TssxJaFBtyZThubvS9ut7wGSS { display:block; }
 }@media only screen and (max-width: 763px) { #M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf { display:block; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:47.75rem;height:55.75rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KczNcby3NSM58SX27VOFXqe7lHTQHof9 { width:47.75rem;height:3.25rem;top:6rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIBK975RX2ekOTXx5vB3e9k7rTdTXOFW { top:9.75rem;left:2.6875rem;width:42.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW4MbMBrQPAtqd9DKFE06X6l22ZBE1VO { top:0rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGzHRObmpVHIMkFi6TcgpUfz0apzf8B { top:15.5rem;left:0rem;width:47.75rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfBWKvrmGJSNoqXORO58F0Z9O0TnPTRw { width:47.75rem;height:53.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm { display:block; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgRe6rTx28oia2mbg6nOmJ9ienmFfbyF { top:0rem;left:20.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSSXT2NVKxKvzWRVGQeh8rWti1EQET6 { top:14.875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpurx5iXzToaWwvVUJeQDmOpvUy2ri4 { top:13.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaZvPLwkcodhn2QWe2qyREX758GpUWDc { top:27.875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4wXTmWvscuDCpE9Wy7KSMnUe3n3vWtS { top:26.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3laH4LskLmrzTv6yK2UoTEG6129Jo9i { top:41.25rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs4ZVaAXCK84QP4kfMug2OL3d1TG6QPT { top:39.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBWpZPetoUtEb85m9nLyBlL3QW92NZh { top:59.0625rem;left:0rem;width:47.75rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crZ1BSHf8MHwM4zMdBb9eshVHKF5sU3b { top:57.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9dWwkr4TT9RPHwxCvynPGfpKnStQ7iA { top:79.75rem;left:0rem;width:47.75rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4FksIq9sRn3tFauo0RVZR1E2T54BNRG { top:77.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhReqf0r3TcGf6ZCSK5Q0CyRxW6HXky6 { top:96.1875rem;left:0rem;width:47.75rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOgDHGQ19p1WeRi92S3VUW49bPHhcUR { top:93.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4JVUCuTT1gs271Ubaze9kUmsKkGkc6B { top:115.9375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cep3WerpGGvx0oMzZtyz8LCPm3RunPmi { top:113.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUvK7MTUP3JyTyIgMGphmxHbkV3TvLTD { width:47.75rem;height:3.25rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEip2dV1itvJhBAQ4PdP0TdqurA1KxJT { top:131.5rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmJr8Fnwc21TUfZeeTBQTWN1TNPoeqQ { top:129.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 { display:block; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTOUheIK5aNTZbxHTHv33CwNJHHi9Bu { width:34.25rem;height:3.25rem;top:24.5625rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2zTBV4nR9s5kZFebZgg4LlpRsIHXyJD { top:50.625rem;left:0rem;width:47.75rem;height:24.073958333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPyS69hDr5lnVCgdysam3fHRbLfysbUc { top:23.8125rem;left:11.0625rem;width:25.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCk5ZyIgCOGkTgN9TpUoSBklGcUQOo4e { top:0rem;left:14.0625rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#DT1dms2vkXMh5LnCsgk2kxroqeCZEtnD > .row .container { width:20rem;height:21.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bgDRnkUXcBxkhsBulDC1k3mzN0b3dPPU { width:7.625rem;height:2.4375rem;top:17.375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXc4I72gKuu5lai7Mti43qkdzct3PSZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #zrZFOucUVDEEk8nTvx8PEtOWQEs6Ts1e { width:6.375rem;height:4.9375rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TyzABh9AUNKJDNThgCrTe8QU3iqxa8 { width:8.9375rem;height:2.0625rem;top:14.0625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRZEgTZWRD08P00pwcbJ5dx2WcSveZK2 { display:block; }
 }@media only screen and (max-width: 763px) { #mGTgpohKHMHIHxElMSdhMHszuf4vkSAS { width:8.9375rem;height:2.0625rem;top:10.75rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi4CkvN5m3tZ90lTnSznIr4NfDbD8H02 { display:block; }
 }@media only screen and (max-width: 763px) { #AdSDnvKbKWu7f9g46l4rkmchAKHIkdti { width:8.9375rem;height:2.0625rem;top:7.4375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxXhODr53CLm93bM9lh5arJpFIntVne0 { display:block; }
 }@media only screen and (max-width: 763px) { #gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container { background-color: transparent; background-image: none; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container > .video-iframe-container { display: none; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row > .video-iframe-container { display: none; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .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); }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container { border-width: 0; border-radius: 0; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gFP7KPxQRldgOXhBURIZCOfvPP0fdfPS > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2BGlZr6IsfBHuAcMJITKhpWAILZcXaR { display:flex;top:0.703125rem;left:17.4375rem;width:2.5625rem;height:2.5625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #lIq04u9WC4PBXuLwkQyrpcFrFTuIAt0g { top:4.875rem;left:2.0625rem;z-index:15002;width:15.9375rem;height:2.75rem;color:#0e0e0e;font-family:"hk grotesk";font-weight:400;font-style:normal;border-top:0.0625rem solid #040404;border-left:0.0625rem solid #040404;border-right:0.0625rem solid #040404;border-bottom:0.0625rem solid #040404;box-shadow: none;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTOnXMDyvuaM54MJiHSp9GJxbxHTp2G { display:block; }
 }@media only screen and (max-width: 763px) { #Q9loVQL5alXQ3gQExiZLBoSdZ2Oo1Ts3 { top:8.6875rem;left:2rem;z-index:15003;width:16rem;height:2.75rem;color:#0e0e0e;font-family:"hk grotesk";font-weight:400;font-style:normal;border-top:0.0625rem solid #040404;border-left:0.0625rem solid #040404;border-right:0.0625rem solid #040404;border-bottom:0.0625rem solid #040404;box-shadow: none;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpwhyiTscGLH7zfI8RsPUwi8qqPNsKn { display:block; }
 }@media only screen and (max-width: 763px) { #XIyiLt8bkHxTybSq07RGu7I7ATFa5DM1 { top:12.75rem;left:2rem;z-index:15004;width:16rem;height:2.75rem;color:#0e0e0e;font-family:"hk grotesk";font-weight:400;font-style:normal;border-top:0.0625rem solid #040404;border-left:0.0625rem solid #040404;border-right:0.0625rem solid #040404;border-bottom:0.0625rem solid #040404;box-shadow: none;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZTZRDK7kPlKKGAAcdatxEhPPsqX9G3 { display:block; }
 }@media only screen and (max-width: 763px) { #XB6KbwhTogsoU6sTLr0fzSArWbt6yPl8 { top:16.8125rem;left:1.9375rem;z-index:15006;width:16.1875rem;height:2.75rem;color:#ffffff;font-family:"hk grotesk";font-weight:700;font-style:normal;border-top:0.0625rem solid #040404;border-left:0.0625rem solid #040404;border-right:0.0625rem solid #040404;border-bottom:0.0625rem solid #040404;box-shadow: none;line-height:.4;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wqA8kmvxCfXupXRRC6nW5062WfX0RafD { display:block; }
 }@media only screen and (max-width: 763px) { #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW { background-color:#39a0d8;background-image:url("https://images.assets-landingi.com/uc/d8e99dd7-e861-47ba-9e51-16662d09c674/tlo_5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.adaptive-delivery-prevent-bg, #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.lazyload, #CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW.lazyloading { background-image: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { background-color: transparent; background-image: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container > .video-iframe-container { display: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container { display: none; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .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); }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { border-width: 0; border-radius: 0; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAtVIz9irWOdF5EoWDkkdlgVxXTlpSfW > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2V0bcTceev6IfUvpNP8KbAbZGRFfKai { width:20rem;height:2.4375rem;top:8.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvAzuWENE9HKBGBr9fB5U2TlXQTduItc { width:15.9375rem;height:2.625rem;top:11.84375rem;left:2.03125rem;background-color:#f9b231;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E5eMqefHysFOZ4IKNu2a2uSMXfJvep1F { width:18.125rem;height:0;top:23.0625rem;left:0.9375rem;font-size:1rem;z-index:15007;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XZMnHQNTKlmpCcdeJp9szpwCuTy0xwZR { width:17.25rem;height:2.625rem;top:8.03125rem;left:1.375rem;background-color:#f15f32;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bDOzzgl0J4l4SGrtUtq2dLpvG3pqKoQy { width:20rem;height:2.4375rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOwnxMU9nAJCXKFnaHvUVIFafzTLm0L { width:20rem;height:2.03125rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpTW6cWS6OSefOP9WAlQKX17pVOSpytW { top:34.84375rem;left:2.15625rem;width:15.6875rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGxbX8Uk0voQX4HcARWzGMLurwKOU3Pc { display:block; }
 }@media only screen and (max-width: 763px) { #W8pcea3VuybT7AJf1VS17gCbIzTJT8AA { display:flex;width:2.0625rem;height:2.0625rem;top:16.59375rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #Wl6Rc8pF6pD5wphC9V6Fu1fQ9xh0qsfD { width:19.6875rem;height:19.5rem;top:19.65625rem;left:0.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aTo4nmxm2B8lPpXGT1H8sg3IEWGZeeiT { width:20rem;height:4.5rem;top:20.96875rem;left:0rem;font-size:1.25rem;z-index:14998;line-height:1.2;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.8125rem rgba(255,255,255,0.51);display:block; }
 }@media only screen and (max-width: 763px) { #f7KMLWz3PTbWUJIgAplG6ei4P1ROvCcB { width:16.8125rem;height:8.3125rem;top:26.03125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T { display:block; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T { background-color: transparent; background-image: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container > .video-iframe-container { display: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row > .video-iframe-container { display: none; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .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); }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T { border-width: 0; border-radius: 0; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container { width:20rem;height:10.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f589e011-0da0-4bf8-ad98-3fee07fc5aa7/family.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container.adaptive-delivery-prevent-bg, #NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container.lazyload, #NVMzWVkQZRDJP6ZTOgorddTE6C1M8p5T > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #AIsomKUgKFlaK9QaxXUVya37KXWXw42W { width:20rem;height:1.29980625rem;top:4.693359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #sXtMFQ3RT8EyTJHyneJ7XvhsRmCPaTaM { width:20rem;height:0;top:17.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P6e7sunJNFIhzelc0r9WDLDsfoLyM9V9 { width:15.75rem;height:14rem;top:8.9140625rem;left:2.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGz2nLghD8KBvgDz71FdN4ly87Kd7l8q { width:20rem;height:1.3496125rem;top:6.697265625rem;left:0rem;font-size:1.125rem;z-index:15003;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.3125rem #ffffff;color:rgba(255,255,255,0.97);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFurWAwSGiPe3xIdo9vS8BnJqXzU79d1 { width:17.8125rem;height:2rem;top:6.373046875rem;left:1.09375rem;background-color:#f95a31;background-image:none;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bAo4BddhcJN9S7Iwz8q7tI7vwiP27CvT { width:15.4375rem;height:1.5rem;top:4.59375rem;left:2.28125rem;background-color:#f9b231;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a { display:block; }#q8xu8TDesA9P3iZ6kyDWT2ugR3fshU6a > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAkgNcosPOTPCV5zl8mE3Fuw6TC7s8aV { width:20rem;height:auto;top:0.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xp4MnnXfovJtX2FA8s9THU6uXETtyTmT { width:17.9375rem;height:6.046875rem;top:1.25rem;left:1rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;line-height:1.1;color:#146496;display:block; }
 }@media only screen and (max-width: 763px) { #TlKxSqaS15R8zBqk3gCqJf49FTCSl7pG { width:19.125rem;height:30.615275rem;top:9.1484375rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l25e7oMyOfvVtiUAMZud37P9Tac7AOEm { top:41.388671875rem;left:0.875rem;width:18.25rem;height:3.375rem;font-size:0.6875rem;line-height:1.2;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #ff8401, #ff4a00);background-image: -moz-linear-gradient(264deg, #ff8401, #ff4a00);background-image: -ms-linear-gradient(264deg, #ff8401, #ff4a00);background-image: -o-linear-gradient(264deg, #ff8401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8401', endColorstr='#ff4a00' );";background-image: linear-gradient(264deg, #ff8401, #ff4a00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nMSEDp8lUZTV8fy7akUpyQg7R4Gmg6du { display:block; }
 }@media only screen and (max-width: 763px) { #FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl { display:block; }#FREWxGDaD4FVXnPmmNKWe7RylXdTvvfl > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U69QruXW8tVn2XZoTm1SAb2eervBJOzW { width:20rem;height:auto;top:6.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s4h5i1LW5NobG823MCpfgLHpMe66UNxT { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #wfGa3ZahlrX9qp69xi2z6s9PgPREOicQ { width:20rem;height:31.3125rem;top:38rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #oQRb07U9TKAEBM2MtS86nhHi4e3cWQIh { height:11.1181875rem;width:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6oV1pmh5ek9TNxoWQEEFmdo2yshLNdG { width:18.8125rem;height:20.8183625rem;top:13.546875rem;left:0.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kn8roMQDSLi1pLfvFcndTQLXlZzQGKr7 { width:17.9375rem;height:6.046875rem;top:1.25rem;left:1rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;line-height:1.1;color:#146496;display:block; }
 }@media only screen and (max-width: 763px) { #Gvoq12TqcWsCnK6tqtVzNe6TnpvB4fw2 { width:5rem;height:5rem;top:8.546875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8TuX4ZwNzKtxidfiSX3Vu2ScMTLTOa { top:35.3779296875rem;left:0rem;width:20rem;height:6.8125rem;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhNTEBpPQdbTkVrX8286x64kGyLrkGog { display:block; }
 }@media only screen and (max-width: 763px) { #Ra4hoqLXQKlipVu9WqM4nM9WxnuK0O70 { width:18.8125rem;height:4.8984375rem;top:35.9931640625rem;left:0.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QXliKeob9yPGrpqSi40ohFGXTbkFqQsl { background-color:#3da2d8;background-image:url("https://images.assets-landingi.com/uc/00030bcf-8fbd-4c08-ad67-c8f028078e74/frb.crop_1917x968_3,0.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl.adaptive-delivery-prevent-bg, #QXliKeob9yPGrpqSi40ohFGXTbkFqQsl.lazyload, #QXliKeob9yPGrpqSi40ohFGXTbkFqQsl.lazyloading { background-image: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { background-color: transparent; background-image: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container > .video-iframe-container { display: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row > .video-iframe-container { display: none; }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .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); }#QXliKeob9yPGrpqSi40ohFGXTbkFqQsl > .row .container { width:20rem;height:144.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHIBF8cMUKm5IkfG4SEIVTaHMMVfCGia { width:20rem;height:4.94824375rem;top:1.25rem;left:0rem;font-size:1.375rem;z-index:14998;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vd0H6olkkW5rQzivNs3l7evGH3eNJhTl { width:18.875rem;height:3.298825rem;top:94.1630859375rem;left:0.5625rem;font-size:1.375rem;z-index:14998;line-height:1.2;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.8125rem rgba(255,255,255,0.51);display:block; }
 }@media only screen and (max-width: 763px) { #bd36i4b18iZiGVKLmvvU93AwWpvpmNDz { width:19.625rem;height:22.73434375rem;top:103.2109375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sGvNalOFLTUA2Nr5ulSmt0rzsmtMOt8L { top:129.25rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noSsNc1wA4Gtyvy4iT7z5wbNdaThSsUH { display:block; }
 }@media only screen and (max-width: 763px) { #OEOPTfB3WmeN0Ke4pRGaDblJZ1eZhIsh { width:20rem;height:10.0314795383rem;top:105.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAOFiZypGdPE12tVlqOKgzqrAEOmHfa0 { width:5rem;height:5rem;top:5.79785rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNv19TWDTZt0llBmTHwJH7SdTxdnHsb { width:17.8125rem;height:7.348625rem;top:18.546875rem;left:1.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vPpRvg0QshOebJy70T40F5VP4uKdMnRl { width:18.8125rem;height:2.69921875rem;top:15.04785rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WanuT5NV0xbZhS0y8LCOuriyKsIvG6xt { width:20rem;height:14.75rem;top:12.046875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tKukUey9DuiestyD3Bs7xWTqrxmbZ0PG { width:17.875rem;height:6.2988125rem;top:34.45703125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QDlhwkKBg3HWoh4roCMIoQq4FqW3dXse { width:20rem;height:14.5625rem;top:28.6962875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bboOzGD5zW7zrvv1sbqV2tyqpybKyDJ0 { width:17.875rem;height:1.3496125rem;top:31.7578125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M69ThsFsnDJbaO0TAu29s5aNWt7uO4GB { width:17.6875rem;height:6.2988125rem;top:50.625rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HKgJUm7DBuim6ygTNrUodUFEK8k6xX87 { width:20rem;height:13.5rem;top:45.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #b6kH1RmK1ukZTRazr0wku9r4XmpBr9Ql { width:16.375rem;height:1.57421875rem;top:48.375rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oRFsOKCMDhxeNvoBZgHmvbzTOrrvZ6yb { width:20rem;height:14.875rem;top:77.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uWNTWZLGkTw0Ayzl01GLyTRQev5ydc8u { width:17.875rem;height:6.2988125rem;top:84.9375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OT57usEf90hhRSPRtEDtFUM7K1t0bKdT { width:17.5rem;height:6.2988125rem;top:67.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bmFzmSUauuApGLwGtPe9sVA9Mwo4nbaQ { width:20rem;height:14.625rem;top:61rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CkrVTutlfPR7LTpNFEo53yrGLEXzIWzm { width:17.1875rem;height:2.69921875rem;top:64.1875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qLSP7D44kPfH4PCwsiX3cOm3cxu7wgOu { width:17.875rem;height:2.69921875rem;top:81rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OmRM3CR1iclD8DPJesoWXqTZNC4apTvn { display:flex;width:3.125rem;height:3.125rem;top:11.984375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #AUs8AilOflDusQg40dB6vIQvTllmvw7W { display:flex;width:3.125rem;height:3.125rem;top:28.6953125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #p97IyZUcGtuE8E6cDLhmzVtsFn0stQgL { display:flex;width:3.125rem;height:3.125rem;top:45.25rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #nwXWVfOBogombwtBzTVaW88hPazIIt9e { display:flex;width:3.125rem;height:3.125rem;top:61rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RRWvDwKdKM9mAVJXp16gdLBWyWKi7lfw { display:flex;width:3.125rem;height:3.125rem;top:77.375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #fXteTIKcEr4DVtT7QllqOEVkPX8STyBl { width:5rem;height:5rem;top:97.4609375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy8xrCK9JfmFCSoUyaf5Hk4r30I8TSHg { top:123.4375rem;left:0rem;width:20rem;height:8.625rem;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTpidx0TssxJaFBtyZThubvS9ut7wGSS { display:block; }
 }@media only screen and (max-width: 763px) { #M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf { background-color:#3da2d8;background-image:url("https://images.assets-landingi.com/uc/8af17c36-35a1-4df1-9b8d-21ef4ca98878/XtremeKiDS_Elementgraficzny21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf.adaptive-delivery-prevent-bg, #M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf.lazyload, #M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf.lazyloading { background-image: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { background-color: transparent; background-image: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container > .video-iframe-container { display: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row > .video-iframe-container { display: none; }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .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); }#M8XTdh1wLd4aWVTGsoMLFtTHHfZvUuwf > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:#146496;background-image:none;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:20rem;height:81.125rem;top:10.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KczNcby3NSM58SX27VOFXqe7lHTQHof9 { width:18.4375rem;height:1.6494125rem;top:1.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;text-shadow:0rem 0rem 0.75rem rgba(255,255,255,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #cIBK975RX2ekOTXx5vB3e9k7rTdTXOFW { width:19.25rem;height:1.0556625rem;top:3.953125rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW4MbMBrQPAtqd9DKFE06X6l22ZBE1VO { width:5rem;height:5rem;top:5.0078125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGzHRObmpVHIMkFi6TcgpUfz0apzf8B { width:19.25rem;height:76.125rem;top:13.0234375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfBWKvrmGJSNoqXORO58F0Z9O0TnPTRw { width:20rem;height:81.75rem;top:11.5546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm { display:block; }#FhwwiQ8SmfhWOr89tThxUPScFk8cuWMm > .row .container { width:20rem;height:230.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgRe6rTx28oia2mbg6nOmJ9ienmFfbyF { width:5rem;height:5rem;top:4.29980625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSSXT2NVKxKvzWRVGQeh8rWti1EQET6 { width:19rem;height:14.69724375rem;top:13.6357421875rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fTpurx5iXzToaWwvVUJeQDmOpvUy2ri4 { width:18.9375rem;height:2.3984375rem;top:10.54980625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eaZvPLwkcodhn2QWe2qyREX758GpUWDc { width:18.9375rem;height:15.74705625rem;top:36.625rem;left:0.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m4wXTmWvscuDCpE9Wy7KSMnUe3n3vWtS { width:18.1875rem;height:3.59765625rem;top:32.0712890625rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r3laH4LskLmrzTv6yK2UoTEG6129Jo9i { width:18.9375rem;height:22.045925rem;top:60rem;left:0.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zs4ZVaAXCK84QP4kfMug2OL3d1TG6QPT { width:18.9375rem;height:3.59765625rem;top:55.3125rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVBWpZPetoUtEb85m9nLyBlL3QW92NZh { width:18.875rem;height:27.294925rem;top:88.75rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #crZ1BSHf8MHwM4zMdBb9eshVHKF5sU3b { width:18.9375rem;height:2.3984375rem;top:85.25rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E9dWwkr4TT9RPHwxCvynPGfpKnStQ7iA { width:18.6875rem;height:20.9961rem;top:123.9375rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V4FksIq9sRn3tFauo0RVZR1E2T54BNRG { width:18.875rem;height:3.59765625rem;top:119.6875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vhReqf0r3TcGf6ZCSK5Q0CyRxW6HXky6 { width:18.0625rem;height:28.3447375rem;top:151.25rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohOgDHGQ19p1WeRi92S3VUW49bPHhcUR { width:18.875rem;height:2.3984375rem;top:147.75rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m4JVUCuTT1gs271Ubaze9kUmsKkGkc6B { width:18.8125rem;height:19.32421875rem;top:185.6875rem;left:0.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cep3WerpGGvx0oMzZtyz8LCPm3RunPmi { width:18.875rem;height:2.548825rem;top:182.375rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hUvK7MTUP3JyTyIgMGphmxHbkV3TvLTD { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xEip2dV1itvJhBAQ4PdP0TdqurA1KxJT { width:18.0625rem;height:16.79686875rem;top:210.3125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wzmJr8Fnwc21TUfZeeTBQTWN1TNPoeqQ { width:18.875rem;height:2.3984375rem;top:207.1875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5ffe499-e36d-485d-8113-3eed3ea2a786/240215_XKiDS_ukasz_LinkedIn_penyrozmiar3b.crop_1912x739_8,188.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.adaptive-delivery-prevent-bg, #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.lazyload, #uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5.lazyloading { background-image: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { background-color: transparent; background-image: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container > .video-iframe-container { display: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container { display: none; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .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); }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { border-width: 0; border-radius: 0; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuPVX0b3Wr0uPbXCTdNebTf9fGaRRlN5 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTOUheIK5aNTZbxHTHv33CwNJHHi9Bu { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #d2zTBV4nR9s5kZFebZgg4LlpRsIHXyJD { width:20rem;height:10.0625rem;top:0.12421798706055rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dPyS69hDr5lnVCgdysam3fHRbLfysbUc { width:15.625rem;height:2.6875rem;top:4.44921875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCk5ZyIgCOGkTgN9TpUoSBklGcUQOo4e { width:19.625rem;height:19.625rem;top:0rem;left:0.1875rem;display:none; }
 }