.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { 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; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { background-color: transparent; background-image: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .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); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { border-width: 0; border-radius: 0; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:60rem;height:5.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43714375rem;width:14.124625rem;top:0.062144882977009rem;left:23.809482574463rem;overflow:hidden;display:block; }
#Tf6S5gJUkWPyDfanoHFDhHTPt5O9mnvt { 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:17.1875rem;width:17.1875rem;top:3.6240234375rem;left:41.634765625rem;overflow:hidden;display:block; }
#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC.adaptive-delivery-prevent-bg, #OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC.lazyload, #OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC.lazyloading { background-image: none; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container { background-color: transparent; background-image: none; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container > .video-iframe-container { display: none; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row > .video-iframe-container { display: none; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .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); }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container { border-width: 0; border-radius: 0; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#MbPiS2elbH6qTWVKyI8xcCvECMvWQsTd { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5062141418457rem;left:2.679328918457rem;height:4.14355625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXvIWNMhatZqVq1mw9cRaMPz79gIrMvi { box-sizing:content-box;height:12.1875rem;width:43.25rem;position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;top:1.1869673728943rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#FM8w3IVnJrIQ30H0k0I1bnAsRT804b82 { color:#ffffff;display:block;width:41.1843125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.4902342557906rem;left:2.6775550842285rem;height:3.67448125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8EkC1wyiJLs9W9qFBkrbTc7AxRbFk4p { 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:17.1875rem;width:17.1875rem;top:3.6240234375rem;left:41.634765625rem;overflow:hidden;display:none; }
#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt { background-color:rgba(0,0,0,0);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; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { background-color: transparent; background-image: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container > .video-iframe-container { display: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row > .video-iframe-container { display: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .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); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { border-width: 0; border-radius: 0; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { width:60rem;height:50.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xPnnux81MKdO5onA7qpmc3bpWQMrdkVL { color:#2b92d0;display:block;width:25.8123125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.057884216309rem;left:1.3671875rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tFO1m0dXx3U5Ugz7d0FxK0BbMr4cEq8l { color:#ff8200;display:block;width:26.4976875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7654476165771rem;left:1.3671875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ulvOwnAzl0etVLl5Z2i7590ofz7QuQTZ { 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:52.0625rem;width:60rem;display:none; }
#MqNcWqCSz6vqGfaM7kLcTuuEnSL6RZC3 { color:#2b92d0;display:block;width:15.5610625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.125rem;left:2.5rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JdCm4z2ThDKwEM5GHlRmJkef3mEFi5ts { color:#2b92d0;display:block;width:16.7498125rem;position:absolute;font-family:"open sans";font-size:4.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:2.5rem;height:6.17480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pD4xUr0h2JqneCNsXFLa6nCdHQsSVDDx { box-sizing:content-box;height:9.0625rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:25.436790466309rem;left:0.625rem;border-top:0.125rem solid rgba(43,146,208,0.34);border-left:0.125rem solid rgba(43,146,208,0.34);border-right:0.125rem solid rgba(43,146,208,0.34);border-bottom:0.125rem solid rgba(43,146,208,0.34);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#r1phC0pBcR1s8ttyinJs9GTofLKvnscR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:29.5rem;top:2.7654476165771rem;left:30.394956209736rem;overflow:hidden;display:block; }
#ZHQFcGW2Q07boz1a1sc037ybmBfiuF7Z { color:#ff8200;display:block;width:27.874625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2805404663086rem;left:1.3671875rem;height:10.4805rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v8ppm0kfQyFkOpJ2Tqn9MkGm8XzugJhG { 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:2.8125rem;width:2.8125rem;top:26.631748199463rem;left:21.979755401611rem;overflow:hidden;display:block; }
#S2psr7bMyHp3UyghA6IivdvpVkTJzGTK { color:#2b92d0;display:block;width:25.811875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.307292938233rem;left:0.46875rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1TJWMGuEKUcv3X8KLqAfQl7pXWZ9J9e { background-color:#ff8200;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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.1875rem;left:0.625rem;display:block; }
#GCllD8TBSNiQ5V58oqB5hEIaCeXVbIJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxObILF3nqa65ZqkruCAvGkUBfUDK38T { 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.1875rem solid #2b92d0;border-left:0.1875rem solid #2b92d0;border-right:0.1875rem solid #2b92d0;border-bottom:0.1875rem solid #2b92d0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.0625rem;left:1.3671875rem;display:block; }
#q8DpSEI5VP2FQ2aQLhkBxPPQo94SCbfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg { 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:none; }#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg > .row .container { border-width: 0; border-radius: 0; }#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:none; }#JFtEA1kz4N5Wlsf948rXTceV437xbzlS { position:absolute;display:block;z-index:15010;height:22.0598125rem;width:39.4973125rem;top:8.0298938751219rem;left:10.249729156494rem;display:block; }
#IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP { position:absolute;display:block;z-index:15001;background-color:#263e5b;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:60rem;top:0rem;left:0rem;display:block; }#IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP.adaptive-delivery-prevent-bg, #IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP.lazyload, #IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP.lazyloading { background-image: none; }
#W9Ioar2xPwzZiUPbrStuvWTiqLMQxoe8 { background-color:#2b92d0;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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;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:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.622rem;height:6.24864375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.086959600449rem;left:11.688587188721rem;display:block; }
#uxecTEbxvPJrgU4WDF7wweG3A8X3WOhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh { position:relative;display:block; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh { background-color: transparent; background-image: none; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row .container > .video-iframe-container { display: none; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row > .video-iframe-container { display: none; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .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); }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh { border-width: 0; border-radius: 0; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .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; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xchytKF6OfafphDM3K7ruJELGPx2tPpH { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4928393363952rem;left:0rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDSvidvXR0Kn82xhu5Gp6wXeSx5xBu96 { color:#2b92d0;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.061957240104rem;left:11.185596466064rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx { 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; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { background-color: transparent; background-image: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container > .video-iframe-container { display: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row > .video-iframe-container { display: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .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); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { border-width: 0; border-radius: 0; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#IAn5UGRTU1FA1nTsL9wZpKodLTCUVRtk { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.7826128005981rem;left:12.655433654785rem;height:3.4934875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT6CxcF13M25U832IZ2b1eeVMx2MRwEC { color:#212226;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:11.777445793152rem;left:9.9375rem;height:11.8229375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vT6CxcF13M25U832IZ2b1eeVMx2MRwEC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vT6CxcF13M25U832IZ2b1eeVMx2MRwEC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#lnQ9OEuA1yfr5vE7QpT02w2NGc94t47n { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem none #fbbc05;border-left:0rem none #fbbc05;border-right:0rem none #fbbc05;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.125rem rgba(148,148,148,0.35) ;height:58.125rem;width:46.8125rem;top:2.2662754058838rem;left:6.904296875rem;display:block; }
#tzu0AaJKQHBRsXMx3b9JRO3CCJdX0Vyr { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3421239852906rem;left:12.343204498291rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJuJzBFfWbotg7XxKURm3skJB9DPJInT { color:#212226;display:block;width:19.9355625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.795573234558rem;left:14.58984375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upn65ueXRKnDtQ6w6qpnGWecn3HTAkhu { color:#2b92d0;display:block;width:10.999375rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.608074188233rem;left:31.079427719116rem;height:5.443575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { position:absolute;display:block;z-index:15007;height:14.125rem;width:36.5625rem;top:36.5625rem;left:13.654296875rem;display:block; }
#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI.adaptive-delivery-prevent-bg, #bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI.lazyload, #bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI.lazyloading { background-image: none; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container { background-color: transparent; background-image: none; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container > .video-iframe-container { display: none; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row > .video-iframe-container { display: none; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .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); }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container { border-width: 0; border-radius: 0; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#lyAUOCw64P32KF0uUIscWCiUW1VRu3Xn { box-sizing:content-box;height:14.125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;top:1.9369678497314rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Gm9BPNifvDheCI2iI2hrMtC11versTuE { color:#ffffff;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.97265625rem;left:0rem;height:5.94921875rem;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; }
#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);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; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { background-color: transparent; background-image: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container > .video-iframe-container { display: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row > .video-iframe-container { display: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .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); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { border-width: 0; border-radius: 0; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#HpSh7eIMRJS7eMKT53hF3DCa2d4UVTEA { color:#2b92d0;display:block;width:41.9355625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:7.8427734375rem;height:6.6614375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { position:relative;display:block; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { background-color: transparent; background-image: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container > .video-iframe-container { display: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row > .video-iframe-container { display: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .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); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { border-width: 0; border-radius: 0; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .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; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:109.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HlXdKqK8ow125sf4u6adcyliTRGDrdcp { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.738933563233rem;left:4.0416660308838rem;height:21.497375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#HlXdKqK8ow125sf4u6adcyliTRGDrdcp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HlXdKqK8ow125sf4u6adcyliTRGDrdcp li:before{  }
#EEoE03vMo0yf4cdP8JqO0ch7ryr9wBE8 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.96484375rem;left:3.759765625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVebvKqe2aPg7hEhWCFsWHEnW2n7EbIK { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:15.232421875rem;left:3.353515625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aEH3A2BHGT5i6WwyTUqdiNNG0kBJoBLQ { color:#ffffff;display:block;width:19.934875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.85546875rem;left:5.6979160308838rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwCOJwhGzWpCsewbBh1TVsksrtPs1ON5 { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:89.369791984556rem;left:6.884765625rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zr9TnNqwKpGfTD8zfzbZCh93LB3477a2 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:57.413412094116rem;left:5.06640625rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEAMBTzGcsmd5onSGFa3G4VJXNzPEAVy { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:64.356119871137rem;left:5.697265625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgNW4bseCHItL5TuP6l3Izx29oSFFynp { background-color:#293a78;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43685rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:83.663411617281rem;left:8.759765625rem;display:block; }
#gbBI8Dmt78ps4xGzWTNgodwaiZWeMzTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7xW1y2TeC8ROTg7kPhl6UgXocIaOM74 { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.4140625rem;left:3.369140625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#q5tHLyr7fco0FAxSPANyqVRStimbXOug { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:46.327474594116rem;left:5.25390625rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4TWRSnChGeNB8N1GcM2u8P0AqKWwc8W { color:rgba(255,255,255,0.58);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.916666984558rem;left:5.697265625rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGeLfWpAAV1ZIt61pVAEX8eK43GNRxOQ { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:46.934246063233rem;left:10.681640625rem;overflow:hidden;display:block; }
#LETldXhIzKrziu0e9gd5vN7HsG64B80Q { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.399740219116rem;left:5.931640625rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKTZt09MaCSFszo1i2BK8qw7somvu36L { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:78.985677242281rem;left:6.25390625rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwTJTIQ6zPgVldmfRuuJJP9KTwrXHdCo { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81185rem;width:17.561875rem;top:78.217448234556rem;left:6.884765625rem;display:block; }
#b9XA43UXWvulFddMZ3t4e9rHhOe6a9VA { color:#ffffff;display:block;width:19.93425rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:68.254557609556rem;left:5.6979160308838rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pt4nr4UmV9WMxeTKQJboV02K7HhJzdMV { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:71.955078125rem;left:7.041015625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4xdG2IUkHmASPel6pdMInVgaLmWDSGP { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:98.528646469119rem;left:36.425130844116rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ccapd3s8kiXhI7EKOPpzT5gvcRzQPTa6 { background-color:#f25c05;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43685rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:92.792317867281rem;left:38.300130844116rem;display:block; }
#yJn5fZrmpgpkcTGMyTMJNAPSDRJ9TtJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtpHq4H805G1oWHmxToaQSyckvVZFK73 { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81185rem;width:17.561875rem;top:87.100260734556rem;left:35.893228530884rem;display:block; }
#zdFFI1bdHsHWAisFbERFJt5PZ1AkLkVE { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:87.971354484556rem;left:35.893228530884rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQepFLcc4Kyn9nQ4lHu6lXcmbntlqX98 { color:#ffffff;display:block;width:19.9355625rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:81.259765625rem;left:35.238931655884rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DN4R9WbpzqbOiGLScPQrm5ynydASL576 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:23.738932609558rem;left:33.832681655884rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#DN4R9WbpzqbOiGLScPQrm5ynydASL576 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DN4R9WbpzqbOiGLScPQrm5ynydASL576 li:before{  }
#CnZ5r5bRcKE4SHk6nCAdXyXAXlEGeJPb { color:#ffffff;display:block;width:19.93425rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:62.733073234556rem;left:34.707033157349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTp5L9729eAce39dJ3E232avV4r5t3Mw { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:66.828125rem;left:35.237630844116rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXwqFH4ccIyWlVWJe8ICHZvF49aiXabI { color:#ffffff;display:block;width:18.874375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:73.822265625rem;left:35.957681655884rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABFciOg9Fcm2oAuPitFBwVXCHSadWFNM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:55.642578125rem;left:35.552083969116rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvbCgHKsT83W3xE4vP7vzlzcxCdVFEXZ { color:rgba(255,255,255,0.58);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:58.6875rem;left:35.237630844116rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpCCZumKXBkKHW4K0lk0WDu91TmMtMtL { color:#ffffff;display:block;width:19.93425rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:77.240234375rem;left:35.240236282349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIT1VKst0kslkVSxTmNGatduxQNkmVH2 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:20.6181640625rem;left:35.8818359375rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJheRLGmaMvkTDGECM8UiAtfxDTtotDf { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:14.970703125rem;left:39.14453125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zvl0R89z32bH4lGPIGMTrvW0SgFk8JUn { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:18.6669921875rem;left:37.5078125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wcL7fpBl79iFMJlkAGsoo4Jw2VKbfNVq { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.123046875rem;left:32.875rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0433EncpwKM8cl8wyDRT7KhEmSBER3l { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.749375rem;width:8.749375rem;top:55.642578125rem;left:40.000001907349rem;overflow:hidden;display:block; }
#R9sAHXRrm7g6d8f4DEAgLvtum8RyITIr { position:absolute;display:block;z-index:15002;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:94.25rem;width:25rem;top:0rem;left:3.166015625rem;display:block; }
#tbDyDLAhoTIOG7iTwkZIoT3s2QcGxnLs { position:absolute;display:block;z-index:15003;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123.5625rem;width:20.0625rem;top:0rem;left:19.999729156494rem;display:none; }
#MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcfe2913-6ca9-44c5-9ad8-01ba83e17a77/grupowy.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:15.3125rem;top:1.185546875rem;left:8.009765625rem;display:block; }#MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU.adaptive-delivery-prevent-bg, #MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU.lazyload, #MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU.lazyloading { background-image: none; }
#k3PLZH8usm7ToVFgbwJ881zewsC5tFNP { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.9375rem;width:14.5625rem;top:1.154296875rem;left:38.1123046875rem;display:block; }#k3PLZH8usm7ToVFgbwJ881zewsC5tFNP.adaptive-delivery-prevent-bg, #k3PLZH8usm7ToVFgbwJ881zewsC5tFNP.lazyload, #k3PLZH8usm7ToVFgbwJ881zewsC5tFNP.lazyloading { background-image: none; }
#SvkWBtKcxIFz9RuTmGopDHsw6HR3iOFB { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:103.162109375rem;left:35.955080032349rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQc1GmnUk7TzyoNcw5k8UiV1JXzQAAWu { position:absolute;display:block;z-index:14998;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:109.3125rem;width:25rem;top:0rem;left:32.894533157349rem;display:block; }
#oVZTEBS2BLzgSc1LTzpzTXPQ6QxgpCuB { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.81185rem;width:17.561875rem;top:72.147786617281rem;left:6.884765625rem;display:block; }
#XDlyFmVin9Kt7lL10Tbn4vn1l6bbRVFe { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.4375rem;width:17.5625rem;top:81.259765625rem;left:35.892580032349rem;display:none; }
#xnedIxI3zF9ngR0UMvfZk71gv3wzRO1e { position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81195625rem;width:17.56225rem;top:66.9375rem;left:40.875rem;display:none; }
#XqG1qeixxDQTJIZ7RsQRpTWVQTaHDiBM { color:#ffffff;display:block;width:15.12475rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.77690315246581rem;left:1.6247291564941rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PZJ25QWWtCzTLrKUFJTFtaDvPOUToh1E { color:#ffffff;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4491844177244rem;left:1.6247291564941rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Zrtu1f2srTR6JVR6iaAdXaRtDsl3T6TN { color:#ffffff;display:block;width:16.749375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.885416030884rem;left:1.623046875rem;height:9.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TniPAx9bp50px7QzRRz9cb29sxgbLbvw { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.171466827392rem;left:3.7173919677734rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E7SWcK4l8Rqnswa90ERf0xiwwg98EToW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:95.666015625rem;left:22.571615219116rem;overflow:hidden;display:block; }
#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz { position:relative;display:block; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz { background-color: transparent; background-image: none; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row .container > .video-iframe-container { display: none; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row > .video-iframe-container { display: none; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .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); }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz { border-width: 0; border-radius: 0; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .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; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .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:7.25rem;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; }#CiZfDpmSZZI0JzBNsZBJWxOk1gNKzxAS { color:#000000;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5013580322266rem;left:27.362773895264rem;height:1.29964375rem;display:block; }
#KymOXXxLXMgaH6XGus75Bzo41uiqMgiT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.375rem;top:2.5625rem;left:46.875rem;overflow:hidden;display:block; }
#O3bJbCA3AqKlgqVsFDnqpSyCu6AGwPKU { position:absolute;display:block;z-index:15002;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:3rem;width:6.375rem;top:2.125rem;left:53.6875rem;overflow:hidden;display:block; }
#pyr3TcdMVOxC04gFbdXzHtKwwDwJeeN1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.375rem;top:1.25rem;left:39.8125rem;overflow:hidden;display:block; }
#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 { position:relative;display:block; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 { background-color: transparent; background-image: none; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container > .video-iframe-container { display: none; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row > .video-iframe-container { display: none; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .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); }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 { border-width: 0; border-radius: 0; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:60rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:relative;display:block; }#CcvOdX9PHT5an9HAu9ykFUVTB0T6QV5N { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.322265625rem;left:9.748046875rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtQZvGNJyyoEXuJOr9RtBkG8hzTKH6CD { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5266933441162rem;left:21.686849594116rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#saU0FffhmePpgLKyEWsel70Q8ZO6NNK8 { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6354169845581rem;left:9.748046875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x07ZCF8NLlISDATNprahVbVtB1ZvTRrt { position:absolute;display:block;z-index:15001;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.5rem;width:49.625rem;top:0rem;left:5.375rem;display:block; }
#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { border-width: 0; border-radius: 0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { color:#ffffff;display:block;width:25.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:10.252175331116rem;left:0.9285316467285rem;height:25.75rem;overflow:hidden;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
#p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:31.875rem;top:11.123642921447rem;left:28.125003814698rem;overflow:hidden;display:block; }
#bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { color:#ffffff;display:block;width:19.749375rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.623046875rem;left:2.17578125rem;height:8.83725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { position:relative;display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { background-color: transparent; background-image: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { border-width: 0; border-radius: 0; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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:2.5rem;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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { background-color: transparent; background-image: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .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); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { border-width: 0; border-radius: 0; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#wc0WU2NR8ytxZdli4UWVkAorrtVFVmQu { color:#ffffff;display:block;width:57.87475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:0.63586044311525rem;left:1.0622291564941rem;height:6.6484375rem;display:block; }
#CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.6875rem;top:14.122011184693rem;left:44.550815582276rem;overflow:hidden;display:block; }
#X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { 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:9rem;width:9rem;top:8.2475681304931rem;left:46.290493011474rem;overflow:hidden;display:block; }
#VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.25rem;width:41.8125rem;top:12.3125rem;left:1.0625rem;display:block; }
#EGxZNayRiFD2vPwgsWNoe368bn8HZ7Zu { color:#ffffff;display:block;width:37.999375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.96875rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { background-color: transparent; background-image: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .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); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { border-width: 0; border-radius: 0; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { color:#ffffff;display:block;width:57.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.6951084136963rem;left:1.1877708435059rem;height:6.6484375rem;display:block; }
#nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { color:#ffffff;display:block;width:57.87475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:23.633968353271rem;left:2.1252708435059rem;height:9.972625rem;display:block; }
#bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { color:#ffffff;display:block;width:56.8728125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.922826766967rem;left:1.5627708435059rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { 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:9.4375rem;width:13.0625rem;top:14.185600280762rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.125rem;width:39.75rem;top:13.066577911377rem;left:20.125rem;display:block; }
#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);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; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { background-color: transparent; background-image: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container > .video-iframe-container { display: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container { display: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .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); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { border-width: 0; border-radius: 0; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93695625rem;width:4.93695625rem;top:19.375rem;left:4.8125rem;overflow:hidden;display:block; }
#PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { color:#ffffff;display:block;width:12.8103125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.580141067505rem;left:0.87391281127931rem;height:8.3105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { color:#2b92d0;display:block;width:54.31225rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.375rem;left:4.0625rem;height:6.6618125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { position:absolute;display:block;z-index:15005;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.9375rem;width:14.5625rem;top:18.3125rem;left:0rem;display:block; }
#n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { position:absolute;display:block;z-index:15008;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.0625rem;width:14.5625rem;top:18.25rem;left:15.1875rem;display:block; }
#VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:25.75rem;left:16.0625rem;height:9.972625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74973125rem;width:5.74973125rem;top:19rem;left:20.625rem;overflow:hidden;display:block; }
#whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { position:absolute;display:block;z-index:15011;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.9375rem;width:14.5625rem;top:18.25rem;left:30.1875rem;display:block; }
#J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:25.75rem;left:30.625rem;height:8.3105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:19.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { position:absolute;display:block;z-index:15014;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.8125rem;width:14.5625rem;top:18.25rem;left:45.1875rem;display:block; }
#emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25.75rem;left:45.6875rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { position:absolute;display:block;z-index:15008;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5rem;width:14.5625rem;top:41.25rem;left:0rem;display:block; }
#LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:48.75rem;left:0.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { position:absolute;display:block;z-index:15011;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:15rem;display:block; }
#GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:48.749176025391rem;left:15.874729156494rem;height:8.3105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { position:absolute;display:block;z-index:15014;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:30.1875rem;display:block; }
#xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:31.0625rem;height:9.972625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { 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:4.875rem;width:4.875rem;top:19.374457597733rem;left:50.030712127686rem;overflow:hidden;display:block; }
#L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.06223125rem;width:4.06223125rem;top:42.802176475525rem;left:35.468479156494rem;overflow:hidden;display:block; }
#NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:42.875rem;left:5rem;overflow:hidden;display:block; }
#qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { position:absolute;display:block;z-index:15014;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:45.25rem;display:block; }
#VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:46.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12445625rem;width:5.12445625rem;top:42.802176475525rem;left:19.936958312988rem;overflow:hidden;display:block; }
#SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:42.802176475525rem;left:50.862775031494rem;overflow:hidden;display:block; }
#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { 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; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { background-color: transparent; background-image: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .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); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { border-width: 0; border-radius: 0; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { background-color:#ff8200;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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7I4cUOwmuEHlEI4rJUeRfuirIIEfCTL { 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.1875rem solid #2b92d0;border-left:0.1875rem solid #2b92d0;border-right:0.1875rem solid #2b92d0;border-bottom:0.1875rem solid #2b92d0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.08335375rem;height:3.95767875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.1875rem;left:20.666015625rem;display:block; }
#OfqUzEMdNwgbTtqmypgz7Hgw0aDtXT5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190216064453rem;left:8.1872291564944rem;height:6.6618125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:65rem;width:59.9375rem;top:2rem;left:0rem;display:block; }
#MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:14.25rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.adaptive-delivery-prevent-bg, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyload, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyloading { background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { border-width: 0; border-radius: 0; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:block; }#WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:1.8122291564941rem;display:block; }
#xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { color:#2b92d0;display:block;width:10.372375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15018;line-height:1.9;letter-spacing:0;top:4.8743388652801rem;left:42.686849594116rem;height:3.443575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { color:#212226;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:9.9993391036988rem;left:41.906251907349rem;height:9.972675rem;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; }
#DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:21.124729156494rem;display:block; }
#RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15019;line-height:1.9;letter-spacing:0;top:4.875rem;left:22.8125rem;height:3.443575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:10rem;left:22.8125rem;height:8.3105625rem;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; }
#vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:40.687503814698rem;display:block; }
#G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { color:#2b92d0;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4166564941406rem;left:3.125rem;height:2.35611875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQn7MynEkrq9waPD2iAnzsT8P0JostIv { color:#212226;display:block;width:13.811875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:9.9980373382569rem;left:3.125rem;height:8.3105625rem;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; }
#MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:40.624729156494rem;display:block; }
#zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.311958312988rem;left:21.124729156494rem;display:block; }
#xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { color:#2b92d0;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15028;line-height:1.9;letter-spacing:0;top:27.9375rem;left:22.6875rem;height:3.443575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:33.312230110169rem;left:22.812229156494rem;height:9.972625rem;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; }
#oThQUiMkO6waRclHthfvzUwgFRqL524b { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15031;line-height:1.9;letter-spacing:0;top:28.0625rem;left:42.1875rem;height:3.443575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { color:#212226;display:block;width:13.81225rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:33.3125rem;left:42rem;height:4.986325rem;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; }
#M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:1.8122291564941rem;display:block; }
#vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:34.685055732727rem;left:3.2184791564941rem;height:8.3105625rem;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; }
#SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { color:#2b92d0;display:block;width:12.061125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.3125rem;left:3.125rem;height:2.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99975rem;width:7.99975rem;top:25.375rem;left:50.625rem;overflow:hidden;display:block; }
#u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.124375rem;width:8.124375rem;top:2.5318908691406rem;left:50.416666030884rem;overflow:hidden;display:block; }
#cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { position:absolute;display:block;z-index:15041;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:9.25rem;width:9.25rem;top:1.9693908691406rem;left:11.091796875rem;overflow:hidden;display:block; }
#dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:8.37475rem;top:26.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#k4MVWb64ExvNWEp77giwhKA82z7vhNeT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:8.625rem;top:3.3750002384186rem;left:31.463314056396rem;overflow:hidden;display:block; }
#qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:9.9994375rem;top:27.5rem;left:9.625rem;overflow:hidden;display:block; }
#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { position:relative;display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { background-color: transparent; background-image: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { border-width: 0; border-radius: 0; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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:19rem;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; }#vq26Wb9AJT81EFdWceOwowFSvraUxEsH { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.125rem;left:0rem;height:2.818575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:5.63736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { background-color: transparent; background-image: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .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); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { border-width: 0; border-radius: 0; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:24.6244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1847600936889rem;left:34.684238433838rem;height:18.8964875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { color:#ffffff;display:block;width:24.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.117663860321rem;left:34.682613372802rem;height:13.29685rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { 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:32.74975rem;width:32.74975rem;top:2.0980834960938E-5rem;left:0rem;overflow:hidden;display:block; }
#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b92d0, #006490);background-image: -moz-linear-gradient(180deg, #2b92d0, #006490);background-image: -ms-linear-gradient(180deg, #2b92d0, #006490);background-image: -o-linear-gradient(180deg, #2b92d0, #006490);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );";background-image: linear-gradient(180deg, #2b92d0, #006490);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; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { background-color: transparent; background-image: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .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); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { border-width: 0; border-radius: 0; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:0.95217418670656rem;left:0rem;height:14.959rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWdV7mdfTppcluzG99tJkC161pohvtAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008abf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { 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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { 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:11.25rem;width:20rem;display:none; }
#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { border-width: 0; border-radius: 0; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:6.6618125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { 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; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { background-color: transparent; background-image: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .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); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { border-width: 0; border-radius: 0; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;position:relative;display:block; }#u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { color:#2b92d0;display:block;width:35.9375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1875061988831rem;left:0rem;height:11.47461875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { color:#212226;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.898437976837rem;left:0rem;height:19.9453rem;text-align:justify;text-align-last:initial;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; }
#VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { color:#212226;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:34.3125rem;left:0rem;height:19.9453rem;text-align:justify;text-align-last:initial;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; }
#WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.5rem;width:20.93725rem;top:1.825252532959rem;left:38.527988433838rem;overflow:hidden;display:block; }
#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { border-width: 0; border-radius: 0; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1682052612305rem;left:5.4375rem;height:3.33073125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { border-width: 0; border-radius: 0; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:none; }#JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:45.6875rem;top:1.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:45.9375rem;top:26.125rem;left:2.0625rem;overflow:hidden;display:block; }
#hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:46.0625rem;top:13.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);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; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { border-width: 0; border-radius: 0; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#yqEpbf90vN1riVedN6b4AEnmwZC87GaX { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOxAq8zEc83T1qBd45uqVIoKughnsypx { position:relative;display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { background-color: transparent; background-image: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .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); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { border-width: 0; border-radius: 0; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .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; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:72.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { color:#212226;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.311965942382rem;left:1.3747291564941rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { color:#212226;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.874740600586rem;left:21.249458312988rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.573099251836rem;left:21.249458312988rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.874729271978rem;left:40.864406585693rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.050817605108rem;left:40.780437469483rem;height:8.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:6.5rem;font-style:normal;display:block; }
#Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.123895760626rem;left:1.2480964660644rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:44.700800057501rem;left:1.1755409240723rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.184898376465rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lld8xNy91ZXqIhUkCvTbrUntGyotGByf { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:63.651044845581rem;left:21.5625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.185550689698rem;left:1.248046875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:63.651695251462rem;left:1.248046875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nWbvPBEVO8aFEoz0n9OiSxOBr1LHZ3x9 { background-color:#2b92d0;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.28125rem;left:42.3125rem;display:block; }
#H6JO1hf8zDFx1hWXCoQ2fCnzJIPDdfaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTRkZoplX095ax658TACcRz8CTLA8lLd { box-sizing:content-box;color:#2b92d0;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:block; }
#GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.184247970581rem;left:41.562501907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrXPXEHh51CioeElyHDIqezOs3uytOg1 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.6503944397rem;left:41.562501907349rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.123699188233rem;left:21.249349594116rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khG9nha15e82shdfZdngNC8zGDqLHbCO { color:#212226;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:46.362632751465rem;left:21.09375rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.123049736023rem;left:40.863931655884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:46.361982345581rem;left:40.863931655884rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { box-sizing:content-box;color:#ff8200;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:none; }
#rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.435870647431rem;left:21.249458312988rem;overflow:hidden;display:block; }
#aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:15.863316651434rem;left:40.864406585693rem;overflow:hidden;display:block; }
#PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:36.343189354986rem;left:1.3736419677734rem;overflow:hidden;display:block; }
#RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.285160064698rem;left:21.249349594116rem;overflow:hidden;display:block; }
#is998ZQCwOXvpCDxqdt3BioTug42NaOc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.284507751465rem;left:40.863931655884rem;overflow:hidden;display:block; }
#xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.936851501465rem;left:1.373046875rem;overflow:hidden;display:block; }
#izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373699188233rem;left:21.249349594116rem;overflow:hidden;display:block; }
#VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373049497604rem;left:40.863931655884rem;overflow:hidden;display:block; }
#TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.498586177826rem;left:0.9375rem;overflow:hidden;display:block; }
#h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { color:#212226;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1rem;height:1.7871125rem;display:block; }
#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyloading { background-image: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { position:relative;display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { background-color: transparent; background-image: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .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); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { border-width: 0; border-radius: 0; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .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; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:87.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.74973487854rem;left:0.71739196777344rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { color:#212226;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:1.1861419677734rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pF2QokuE4h38GlZirSTDMZaxpgRUncCK { color:#212226;display:block;width:19.1869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.5rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.114410400391rem;left:20.499458312988rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.748920440674rem;left:40.780437469483rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uat6yTVuokHmfqn429dRWfIvdkmcwIcP { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:40.780437469483rem;height:8.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:9.75rem;font-style:normal;display:block; }
#e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.625rem;left:1.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:47.375rem;left:1.1875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.875001907349rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:21.5625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.875rem;left:1.1875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { color:#212226;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:1.185546875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { color:#212226;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.6875rem;height:1.7871125rem;display:block; }
#FaGUX051su1uErbAIo72uicUCmiZVU0e { background-color:#ff8200;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.28125rem;left:42.3125rem;display:block; }
#wZgxDGkQa2g6gD4tE93woM0cnDXxss91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.874990463257rem;left:41.562501907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.44921875rem;left:41.562501907349rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.679677486419rem;left:21.5625rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:48.249339103699rem;left:21.09375rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:76.437479972837rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:80.7916469574rem;left:21.5625rem;height:1.6621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fteX5L8R8w2qqzxEiyO55bxHCURgg57B { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:16.279897689819rem;left:20.499458312988rem;overflow:hidden;display:block; }
#cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.998918533325rem;left:40.780437469483rem;overflow:hidden;display:block; }
#dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:37.875055313111rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:54.333986282349rem;left:21.5625rem;overflow:hidden;display:block; }
#W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.498687744141rem;left:40.779947280884rem;overflow:hidden;display:block; }
#tqaMNTNFplweCICM5kOLELXGdkQcNhIt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.499460220337rem;left:1.5611419677734rem;overflow:hidden;display:block; }
#DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.979156494141rem;left:21.1875rem;overflow:hidden;display:block; }
#cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3744375rem;width:7.3744375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3114128112793rem;left:26.311958312988rem; }
#RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:80.792055130006rem;left:1.1861419677734rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:76.4375rem;left:1.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:80.790995597837rem;left:40.779947280884rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:76.436828613281rem;left:40.779947280884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC8DIOftTuV423vB8TWTaINCAGJbSltg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248677730563rem;left:21.5625rem;overflow:hidden;display:block; }
#tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:70.434717178344rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248026847837rem;left:40.779947280884rem;overflow:hidden;display:block; }
#Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.957614898682rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.624989986419rem;left:40.779947280884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { color:#212226;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:47.374990463257rem;left:41.093751907349rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.979156494141rem;left:41.093751907349rem;overflow:hidden;display:block; }
#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { position:relative;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { background-color: transparent; background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .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); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { border-width: 0; border-radius: 0; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .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; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.adaptive-delivery-prevent-bg, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.lazyload, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.lazyloading { background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { position:relative;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { background-color: transparent; background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { border-width: 0; border-radius: 0; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .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; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.adaptive-delivery-prevent-bg, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.lazyload, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.lazyloading { background-image: none; }#OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.25rem;width:13.9375rem;top:10.5rem;left:9.6875rem;overflow:hidden;display:block; }
#HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.25rem;width:9.375rem;top:1.8125rem;left:2.0625rem;overflow:hidden;display:block; }
#GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:27.875rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5625rem;left:27.75rem;height:7.718125rem;display:block; }
#mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.875rem;width:34.1875rem;top:2.375rem;left:25.25rem;display:block; }
#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { border-width: 0; border-radius: 0; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:3.33089375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);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; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { background-color: transparent; background-image: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container > .video-iframe-container { display: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container { display: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .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); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { border-width: 0; border-radius: 0; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.3125rem;width:58.8125rem;display:none; }
#HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { 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:10.7494375rem;width:41.8744375rem;top:2.1864500045776rem;left:0rem;overflow:hidden;display:block; }
#G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { 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:12.9978125rem;width:43.06225rem;top:14.811676025391rem;left:16.937770843506rem;overflow:hidden;display:block; }
#IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.68725rem;width:44.74975rem;top:29.551668167114rem;left:0rem;overflow:hidden;display:block; }
#hBLTRKshrcyC73hAn7fE4A53JxLekQXr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.87475rem;width:39.49975rem;top:44.060905456543rem;left:20.500270843506rem;overflow:hidden;display:block; }
#pChswL8kvdwpJA2dbGdWKqohKf982RUP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:43.5rem;top:58.998918533325rem;left:0rem;overflow:hidden;display:block; }
#k7qwITpb5BC1av295Dqc7EGa4925zRh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);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; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { background-color: transparent; background-image: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .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); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { border-width: 0; border-radius: 0; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { color:#212226;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.875rem;height:6.17448125rem;display:block; }
#SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { position:absolute;display:block;z-index:15001;height:12.6244375rem;width:22.5rem;top:3.2112312316894rem;left:32.999187469483rem;display:block; }
#S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { color:#212226;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { position:relative;display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { background-color: transparent; background-image: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { border-width: 0; border-radius: 0; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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:4.6875rem;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; }#HQrhIfSZ9QJXB8nZmAQkereophArioel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { background-color: transparent; background-image: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container > .video-iframe-container { display: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row > .video-iframe-container { display: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .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); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { border-width: 0; border-radius: 0; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#dHNm6AahDUZ9y0x5M8tOgmT5C1XqirAF { color:#2b92d0;display:block;width:34.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3244571685791rem;left:12.499729156494rem;height:6.6614375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gn0dABOk3meyv5qffMTu8POZV2eRlyGX { 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; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container { background-color: transparent; background-image: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container > .video-iframe-container { display: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row > .video-iframe-container { display: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .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); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container { border-width: 0; border-radius: 0; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container { font-size:0.875rem;font-family:arial;height:100.8125rem;width:60rem;position:relative;display:block; }#S49J4pDB7lPbKswICkhL7NbK7bmGsmdd { position:absolute;display:block;z-index:14998;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.875rem;width:51.0625rem;top:2.875rem;left:5.625rem;display:block; }
#uiUQ3oZocpa312TKhEPFA8szciw9OLmD { color:#212226;display:block;width:17.311125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.875rem;left:19.812229156494rem;height:2.84375rem;font-style:normal;display:block; }
#oi2Sox7PAd3E4RPempbmtHuZWZJke6i6 { color:#212226;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.9546203613281rem;left:19.551357269287rem;height:3.0872375rem;font-style:normal;display:block; }
#FzI5LrDP69DzzqWCfoW9pBiX0Cb7JRhH { position:absolute;display:block;z-index:15055;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:9.75rem;width:17.4994375rem;top:21.436958312988rem;left:1.2497291564941rem;overflow:hidden;display:block; }
#w8TWQmJ0AWrhsFQTae4iSsbdagsCxFFW { position:absolute;display:block;z-index:14999;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.87475rem;width:51.0619375rem;top:21.4375rem;left:5.625rem;display:block; }
#tL0MWhiz7ybrVi4Axclb8HLSSFDpRJS7 { color:#212226;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.624166488648rem;left:19.592121124267rem;height:2.84375rem;font-style:normal;display:block; }
#Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W { color:#212226;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:27.837229251862rem;left:19.550544738769rem;height:3.3997375rem;font-style:normal;overflow:hidden;display:block; }#Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#lx0TeS2hoWOWHXscfZJc0vTWabgVBQUX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:16.6875rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#y02J5x9LeNHwTCBtHxmKBQMvnD5kFhRE { position:absolute;display:block;z-index:15005;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.87475rem;width:51.0619375rem;top:40.4375rem;left:5.625rem;display:block; }
#PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF { color:#212226;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:46.420110702514rem;left:19.747009277344rem;height:5.2558625rem;font-style:normal;overflow:hidden;display:block; }#PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#U759qDBRpsmMSlT5y6mxFoOQlZr0tsLB { color:#212226;display:block;width:23.4994375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:42.312231063843rem;left:19.812229156494rem;height:2.84375rem;font-style:normal;display:block; }
#ApMDP5memPyANe3E9pzILQKz9a9uoTJ3 { position:absolute;display:block;z-index:15011;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.87475rem;width:51.0619375rem;top:59.1875rem;left:5.625rem;display:block; }
#MDdO6s2QoIh02eoQH7xtecf1eaWha6AC { color:#212226;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:66.316308975219rem;left:19.747009277344rem;height:3.3997375rem;font-style:normal;overflow:hidden;display:block; }#MDdO6s2QoIh02eoQH7xtecf1eaWha6AC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MDdO6s2QoIh02eoQH7xtecf1eaWha6AC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#ROqLWkdrJVUFn1Vtgo3UAdpd0CT8f3xr { color:#212226;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:60.687231063843rem;left:19.812229156494rem;height:2.84375rem;font-style:normal;display:block; }
#zCwnwdUXETE5JdzEFkruAG4HzuVZo1tB { position:absolute;display:block;z-index:15039;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:15.375rem;width:15.375rem;top:58.6875rem;left:0rem;overflow:hidden;display:block; }
#psQ4yPS9m9kgTI7HFDvqsguXFmrBTFoI { position:absolute;display:block;z-index:15017;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.87475rem;width:51.0619375rem;top:77.9375rem;left:5.625rem;display:block; }
#N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT { color:#282726;display:block;width:21.4369375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:85.710330963137rem;left:19.812229156494rem;height:;font-style:normal;overflow:hidden;display:block; }#N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#e0SVd5Jr5TTpP05ECMflXo1TeAKo0cq4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.873625rem;width:12.811125rem;top:87.25rem;left:1.25rem;overflow:hidden;display:block; }
#hepW3imFkM6CHpOACJTzDXVlHPZEhCzD { color:#212226;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:80.124567031862rem;left:19.592121124267rem;height:2.84375rem;font-style:normal;display:block; }
#FDHePRKk8yqLKpGTUZ3hB2e5nIHQnUgD { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:15.75rem;top:78.4375rem;left:0rem;overflow:hidden;display:block; }
#ttC0cNpetia5GEKZUiq73OQLcUo5yoXq { position:absolute;display:block;z-index:15039;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:9.1875rem;width:9.1875rem;top:43.779621124267rem;left:2.499454498291rem;overflow:hidden;display:block; }
#R9SoGU0KzwTASNaaFPqbrInTUCiLBpLd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.74975rem;width:15.8119375rem;top:30.75rem;left:0rem;overflow:hidden;display:block; }
#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/811e29f8-3015-42b2-af94-b4830cf99f4c/mocindyw.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.adaptive-delivery-prevent-bg, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyload, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyloading { background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { background-color: transparent; background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .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); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { border-width: 0; border-radius: 0; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC { 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; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container { background-color: transparent; background-image: none; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container > .video-iframe-container { display: none; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row > .video-iframe-container { display: none; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .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); }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container { border-width: 0; border-radius: 0; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#flyhPUffa1IQTHZ0K77Rh8m2lTfbgqgW { background-color:#ff8200;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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#fZlXS6epnQAfvyq3RORUvrkliWmGe3LC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXDGBhlM4y8ICu6efbLK9oKE9FwrTtyn { 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.1875rem solid #2b92d0;border-left:0.1875rem solid #2b92d0;border-right:0.1875rem solid #2b92d0;border-bottom:0.1875rem solid #2b92d0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.08335375rem;height:3.95767875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.1875rem;left:20.666015625rem;display:block; }
#ZAAVfaE4RVNGylS5flfPAikSJTzVR9RF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { border-width: 0; border-radius: 0; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#pElW376CBOal9iWTBVvlC4o070b9GQnl { color:#2b92d0;display:block;width:34.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3244571685791rem;left:12.499729156494rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { background-color: transparent; background-image: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container > .video-iframe-container { display: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row > .video-iframe-container { display: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .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); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { border-width: 0; border-radius: 0; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { font-size:0.875rem;font-family:arial;height:77.5rem;width:60rem;position:relative;display:block; }#vvgSPlJPtNPFcLgKd2pgfs13KTU0yWRi { color:#212226;display:block;width:45.4980625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125002861023rem;left:3.0625rem;height:3.0872375rem;display:block; }
#wN7GgBy2uGtgSbVIkiEwpAtvJkiXwDQh { color:#212226;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.220706939698rem;left:3.0625rem;height:4.63085625rem;display:block; }
#vOwcUHi3SztJfpTLuyVyvaOBFQryshxi { color:#212226;display:block;width:52.624375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.623049736023rem;left:3.0625rem;height:4.63085625rem;display:block; }
#y7A27O6k2JihpTZBSFIhzELE1AHy1bUd { color:#212226;display:block;width:52.4980625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:40.044273376465rem;left:3.0625rem;height:3.0872375rem;display:block; }
#UNzHztgaODgKSFXoZUgzJ28Kfm7uxxec { color:#212226;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:55.750002861023rem;left:3.0625rem;height:6.17448125rem;display:block; }
#HMM9LTvmgyiQ0voB3ItnmN5mlXfqwGiD { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:65.0625038147rem;left:3.0625rem;height:4.63085625rem;display:block; }
#z8Huam7QTOtmUDaSPXtCiCFkdkCWderx { color:#212226;display:block;width:53.936875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:46.436201095581rem;left:3.03125rem;height:7.71809375rem;display:block; }
#EsWzwabrxK0Q9IrWd9t1I1Vd55nHpPvI { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:71.1875038147rem;left:3.0625rem;height:4.63085625rem;display:block; }
#giPVBxicHyxG7t5HDiJlE1i1GxErE2NP { color:#212226;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6660184860231rem;left:2.9375rem;height:12.34895rem;display:block; }
#suSUd5RtMUxK58toFXNPonaHZganBI7O { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2851591110229rem;left:3.0625rem;height:3.0872375rem;display:block; }
#P18JXazP48snGcPxOFPfATlRB8lNayUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { background-color: transparent; background-image: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .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); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { border-width: 0; border-radius: 0; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33089375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { 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; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { background-color: transparent; background-image: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .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); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { border-width: 0; border-radius: 0; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:60rem;position:relative;display:block; }#Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.5rem;left:45.6875rem;display:block; }
#Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.4375rem;left:30.6875rem;display:block; }
#ZemG7eovL8kugE79RhAINzuiqKpgPf1g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18rem;width:27rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.492032051086rem;left:32.654346466064rem;height:7.14844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { color:#263e5b;display:block;width:11.3739375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.279147148133rem;left:47.155437469483rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:6.0625rem;left:0rem;display:block; }
#sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.4375rem;width:14.8125rem;top:6.125rem;left:15rem;display:block; }
#sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.6875rem;width:25.0625rem;top:4.5625rem;left:31.375rem;overflow:hidden;display:block; }
#STQSthFWFtlfbsS4uml3TBGT04SFy9AH { position:absolute;display:block;z-index:15001;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.3125rem;left:34.6875rem;display:block; }
#xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.375rem;left:49.6875rem;display:block; }
#neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.25rem;left:19.6875rem;overflow:hidden;display:block; }
#DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.75rem;left:51.0625rem;overflow:hidden;display:block; }
#Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { color:#ff9100;display:block;width:12.68725rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8991851806637rem;left:0.81114196777344rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { color:#869bb5;display:block;width:14.6869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.873371124267rem;left:15.052173614502rem;height:5.36133125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { position:absolute;display:block;z-index:15001;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.9375rem;left:4rem;display:block; }
#pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3rem;left:19rem;display:block; }
#sbPzG96a991DpVgPLUdUxiuq30iIOPer { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.25rem;left:5.25rem;overflow:hidden;display:block; }
#rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.125rem;width:27.25rem;top:53rem;left:32.125rem;overflow:hidden;display:block; }
#XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:49rem;left:4rem;display:block; }
#uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { position:absolute;display:block;z-index:15001;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.125rem;width:14.3125rem;top:52.936958312988rem;left:0rem;display:block; }
#LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { color:#263e5b;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:56.147285461426rem;left:0.90489196777344rem;height:10.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.9375rem;width:14.3125rem;top:52.9375rem;left:15.9375rem;display:block; }
#kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68723125rem;width:3.68723125rem;top:50.280166625976rem;left:21.613044738769rem;overflow:hidden;display:block; }
#lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.24945625rem;width:6.24945625rem;top:48.999458312988rem;left:20.331523895264rem;display:block; }
#TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { color:#ffffff;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:56.10319519043rem;left:16.843208312988rem;height:10.722675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:50.25rem;left:5.3125rem;overflow:hidden;display:block; }
#PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33073125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { border-width: 0; border-radius: 0; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.2394201755524rem;left:9.6872291564944rem;height:6.6618125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { background-color: transparent; background-image: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .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); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { border-width: 0; border-radius: 0; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1244039535523rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.728516221046rem;left:0rem;height:5.0364625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { background-color:#ff8823;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:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.25rem;height:4.74945625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.030977249146rem;left:10.875rem;display:block; }
#NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { background-color: transparent; background-image: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { border-width: 0; border-radius: 0; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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:13.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:block; }#lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { 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:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#okku2ysSG1B7zCO8q4sTuTCJib14RiTE { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { background-color: transparent; background-image: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .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); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { border-width: 0; border-radius: 0; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { color:#ffffff;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29948125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { display:block; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { top:0rem;left:17.684482574463rem;width:14.0625rem;height:4.4176276527253rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6S5gJUkWPyDfanoHFDhHTPt5O9mnvt { top:3.5625rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC { display:block; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbPiS2elbH6qTWVKyI8xcCvECMvWQsTd { width:31.625rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXvIWNMhatZqVq1mw9cRaMPz79gIrMvi { top:1.125rem;left:0rem;width:43.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8w3IVnJrIQ30H0k0I1bnAsRT804b82 { width:41.125rem;height:5.5rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8EkC1wyiJLs9W9qFBkrbTc7AxRbFk4p { top:3.5625rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRewhHWe3cwqemX4UT27Rvds9F3VaGyt { display:block; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPnnux81MKdO5onA7qpmc3bpWQMrdkVL { width:25.75rem;height:3.375rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFO1m0dXx3U5Ugz7d0FxK0BbMr4cEq8l { width:26.4375rem;height:1.6875rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvOwnAzl0etVLl5Z2i7590ofz7QuQTZ { width:47.75rem;height:41.433072916667rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqNcWqCSz6vqGfaM7kLcTuuEnSL6RZC3 { width:15.5rem;height:2.25rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCm4z2ThDKwEM5GHlRmJkef3mEFi5ts { width:16.6875rem;height:6.125rem;top:28rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4xUr0h2JqneCNsXFLa6nCdHQsSVDDx { top:25.375rem;left:0rem;width:25.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1phC0pBcR1s8ttyinJs9GTofLKvnscR { top:2.75rem;left:14.9375rem;width:29.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQFcGW2Q07boz1a1sc037ybmBfiuF7Z { width:27.8125rem;height:10.4375rem;top:5.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ppm0kfQyFkOpJ2Tqn9MkGm8XzugJhG { top:26.625rem;left:15.854755401611rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2psr7bMyHp3UyghA6IivdvpVkTJzGTK { width:25.75rem;height:1.4375rem;top:36.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TJWMGuEKUcv3X8KLqAfQl7pXWZ9J9e { width:23.375rem;height:4.4375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCllD8TBSNiQ5V58oqB5hEIaCeXVbIJs { display:block; }
 }@media only screen and (max-width: 763px) { #pxObILF3nqa65ZqkruCAvGkUBfUDK38T { width:19.3125rem;height:3.1875rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8DpSEI5VP2FQ2aQLhkBxPPQo94SCbfR { display:block; }
 }@media only screen and (max-width: 763px) { #F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg { display:block; }#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFtEA1kz4N5Wlsf948rXTceV437xbzlS { top:8rem;left:4.1247291564941rem;width:39.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP { top:0rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Ioar2xPwzZiUPbrStuvWTiqLMQxoe8 { width:36.5625rem;height:6.1875rem;top:41.0625rem;left:5.5635871887207rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxecTEbxvPJrgU4WDF7wweG3A8X3WOhk { display:block; }
 }@media only screen and (max-width: 763px) { #PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh { display:block; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xchytKF6OfafphDM3K7ruJELGPx2tPpH { width:47.75rem;height:6.8125rem;top:3.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDSvidvXR0Kn82xhu5Gp6wXeSx5xBu96 { width:34.5rem;height:3.375rem;top:12rem;left:5.0605964660644rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx { display:block; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAn5UGRTU1FA1nTsL9wZpKodLTCUVRtk { width:35.25rem;height:3.4375rem;top:3.75rem;left:6.530433654785rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT6CxcF13M25U832IZ2b1eeVMx2MRwEC { width:40.125rem;height:13.1875rem;top:11.75rem;left:3.8125rem;font-size:0.9375rem;display:block; }#vT6CxcF13M25U832IZ2b1eeVMx2MRwEC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #lnQ9OEuA1yfr5vE7QpT02w2NGc94t47n { width:46.8125rem;height:58.125rem;top:2.25rem;left:0.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzu0AaJKQHBRsXMx3b9JRO3CCJdX0Vyr { width:35.25rem;height:1.5rem;top:8.3125rem;left:6.218204498291rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJuJzBFfWbotg7XxKURm3skJB9DPJInT { width:19.875rem;height:2.1875rem;top:30.75rem;left:8.46484375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upn65ueXRKnDtQ6w6qpnGWecn3HTAkhu { width:10.9375rem;height:5.4375rem;top:28.5625rem;left:24.954427719116rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { top:36.5625rem;left:7.529296875rem;width:36.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI { display:block; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyAUOCw64P32KF0uUIscWCiUW1VRu3Xn { top:1.875rem;left:0rem;width:47.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm9BPNifvDheCI2iI2hrMtC11versTuE { width:47.75rem;height:5.9375rem;top:4.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo { display:block; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSh7eIMRJS7eMKT53hF3DCa2d4UVTEA { width:41.875rem;height:6.625rem;top:3.3125rem;left:1.7177734375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { display:block; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlXdKqK8ow125sf4u6adcyliTRGDrdcp { width:23.25rem;height:;top:23.6875rem;left:0rem;font-size:1.1875rem;display:block; }#HlXdKqK8ow125sf4u6adcyliTRGDrdcp li:before{  }
 }@media only screen and (max-width: 763px) { #EEoE03vMo0yf4cdP8JqO0ch7ryr9wBE8 { width:23.8125rem;height:2.0625rem;top:12.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVebvKqe2aPg7hEhWCFsWHEnW2n7EbIK { top:15.1875rem;left:0rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEH3A2BHGT5i6WwyTUqdiNNG0kBJoBLQ { width:19.875rem;height:1.75rem;top:53.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCOJwhGzWpCsewbBh1TVsksrtPs1ON5 { top:89.3125rem;left:0rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9TnNqwKpGfTD8zfzbZCh93LB3477a2 { width:19.9375rem;height:5.3125rem;top:57.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEAMBTzGcsmd5onSGFa3G4VJXNzPEAVy { top:64.3125rem;left:0rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNW4bseCHItL5TuP6l3Izx29oSFFynp { width:13.75rem;height:3.375rem;top:83.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbBI8Dmt78ps4xGzWTNgodwaiZWeMzTX { display:block; }
 }@media only screen and (max-width: 763px) { #X7xW1y2TeC8ROTg7kPhl6UgXocIaOM74 { top:18.375rem;left:0rem;width:24.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tHLyr7fco0FAxSPANyqVRStimbXOug { top:46.3125rem;left:0rem;width:19.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TWRSnChGeNB8N1GcM2u8P0AqKWwc8W { width:19.9375rem;height:3.0625rem;top:48.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeLfWpAAV1ZIt61pVAEX8eK43GNRxOQ { top:46.875rem;left:7.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETldXhIzKrziu0e9gd5vN7HsG64B80Q { top:20.375rem;left:0rem;width:20.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTZt09MaCSFszo1i2BK8qw7somvu36L { top:78.9375rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwTJTIQ6zPgVldmfRuuJJP9KTwrXHdCo { top:78.1875rem;left:0rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9XA43UXWvulFddMZ3t4e9rHhOe6a9VA { width:19.875rem;height:1.75rem;top:68.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4nr4UmV9WMxeTKQJboV02K7HhJzdMV { width:17.25rem;height:4.1875rem;top:71.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xdG2IUkHmASPel6pdMInVgaLmWDSGP { top:98.5rem;left:14.25rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccapd3s8kiXhI7EKOPpzT5gvcRzQPTa6 { width:13.75rem;height:3.375rem;top:92.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJn5fZrmpgpkcTGMyTMJNAPSDRJ9TtJA { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHq4H805G1oWHmxToaQSyckvVZFK73 { top:87.0625rem;left:14.25rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFFI1bdHsHWAisFbERFJt5PZ1AkLkVE { top:87.9375rem;left:14.25rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQepFLcc4Kyn9nQ4lHu6lXcmbntlqX98 { width:19.875rem;height:4.1875rem;top:81.25rem;left:11.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4R9WbpzqbOiGLScPQrm5ynydASL576 { width:23.125rem;height:;top:23.6875rem;left:8.625rem;font-size:1.1875rem;display:block; }#DN4R9WbpzqbOiGLScPQrm5ynydASL576 li:before{  }
 }@media only screen and (max-width: 763px) { #CnZ5r5bRcKE4SHk6nCAdXyXAXlEGeJPb { width:19.875rem;height:1.75rem;top:62.6875rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTp5L9729eAce39dJ3E232avV4r5t3Mw { width:19.9375rem;height:5.3125rem;top:66.8125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXwqFH4ccIyWlVWJe8ICHZvF49aiXabI { top:73.8125rem;left:12.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABFciOg9Fcm2oAuPitFBwVXCHSadWFNM { top:55.625rem;left:13.25rem;width:19.375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvbCgHKsT83W3xE4vP7vzlzcxCdVFEXZ { width:19.9375rem;height:3.0625rem;top:58.6875rem;left:11.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpCCZumKXBkKHW4K0lk0WDu91TmMtMtL { width:19.875rem;height:1.75rem;top:77.1875rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT1VKst0kslkVSxTmNGatduxQNkmVH2 { top:20.5625rem;left:12.4375rem;width:19.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJheRLGmaMvkTDGECM8UiAtfxDTtotDf { top:14.9375rem;left:19.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvl0R89z32bH4lGPIGMTrvW0SgFk8JUn { top:18.625rem;left:15.9375rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcL7fpBl79iFMJlkAGsoo4Jw2VKbfNVq { width:24.75rem;height:2.25rem;top:12.0625rem;left:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0433EncpwKM8cl8wyDRT7KhEmSBER3l { top:55.625rem;left:31.75rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9sAHXRrm7g6d8f4DEAgLvtum8RyITIr { top:0rem;left:0rem;width:25rem;height:94.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbDyDLAhoTIOG7iTwkZIoT3s2QcGxnLs { top:0rem;left:0rem;width:20.0625rem;height:123.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU { width:15.3125rem;height:10.5rem;top:1.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PLZH8usm7ToVFgbwJ881zewsC5tFNP { width:14.5625rem;height:9.9375rem;top:1.125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkWBtKcxIFz9RuTmGopDHsw6HR3iOFB { width:17.4375rem;height:3.5625rem;top:103.125rem;left:14.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQc1GmnUk7TzyoNcw5k8UiV1JXzQAAWu { top:0rem;left:6.75rem;width:25rem;height:109.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVZTEBS2BLzgSc1LTzpzTXPQ6QxgpCuB { top:72.125rem;left:0rem;width:17.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlyFmVin9Kt7lL10Tbn4vn1l6bbRVFe { top:81.25rem;left:14.1875rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnedIxI3zF9ngR0UMvfZk71gv3wzRO1e { top:66.9375rem;left:30.125rem;width:17.5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqG1qeixxDQTJIZ7RsQRpTWVQTaHDiBM { width:15.0625rem;height:4.5rem;top:0.75rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZJ25QWWtCzTLrKUFJTFtaDvPOUToh1E { width:17.6875rem;height:7.125rem;top:6.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrtu1f2srTR6JVR6iaAdXaRtDsl3T6TN { width:16.6875rem;height:9.0625rem;top:15.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TniPAx9bp50px7QzRRz9cb29sxgbLbvw { width:10.1875rem;height:4.5625rem;top:28.125rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7SWcK4l8Rqnswa90ERf0xiwwg98EToW { top:95.625rem;left:16.384115219116rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz { display:block; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiZfDpmSZZI0JzBNsZBJWxOk1gNKzxAS { top:3.5rem;left:21.237773895264rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KymOXXxLXMgaH6XGus75Bzo41uiqMgiT { top:2.5625rem;left:40.75rem;width:6.3125rem;height:2.1660638733368rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bJbCA3AqKlgqVsFDnqpSyCu6AGwPKU { top:2.125rem;left:41.375rem;width:6.3125rem;height:2.9709668879367rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyr3TcdMVOxC04gFbdXzHtKwwDwJeeN1 { top:1.25rem;left:33.6875rem;width:6.3125rem;height:4.7656599002814rem;display:block; }
 }@media only screen and (max-width: 763px) { #PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 { display:block; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcvOdX9PHT5an9HAu9ykFUVTB0T6QV5N { width:43.6875rem;height:4.5625rem;top:13.3125rem;left:3.623046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtQZvGNJyyoEXuJOr9RtBkG8hzTKH6CD { width:21.5625rem;height:4.5rem;top:1.5rem;left:15.561849594116rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #saU0FffhmePpgLKyEWsel70Q8ZO6NNK8 { width:43.6875rem;height:3.5625rem;top:7.625rem;left:3.623046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07ZCF8NLlISDATNprahVbVtB1ZvTRrt { top:0rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { top:10.25rem;left:0rem;width:25.875rem;height:;font-size:1.0625rem;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { top:11.0625rem;left:15.875rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { top:0.5625rem;left:0rem;width:19.6875rem;height:8.8125rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc0WU2NR8ytxZdli4UWVkAorrtVFVmQu { top:0.625rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { top:14.0625rem;left:37.0625rem;width:10.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { top:8.1875rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { top:12.3125rem;left:0rem;width:41.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGxZNayRiFD2vPwgsWNoe368bn8HZ7Zu { top:15.3125rem;left:0rem;width:37.9375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { top:2.6875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { top:23.625rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { top:15.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { top:14.125rem;left:0rem;width:13.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { top:13.0625rem;left:5.9375rem;width:39.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { display:block; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { width:4.875rem;height:4.875rem;top:19.375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { width:12.75rem;height:8.25rem;top:26.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { width:47.75rem;height:6.625rem;top:5.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { top:18.3125rem;left:0rem;width:14.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { top:18.25rem;left:9.375rem;width:14.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { width:12.75rem;height:9.9375rem;top:25.6875rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { width:5.6875rem;height:5.6875rem;top:19rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { top:18.25rem;left:21.3125rem;width:14.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { width:13.125rem;height:9.9375rem;top:25.6875rem;left:22.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { width:4.875rem;height:4.875rem;top:19.4375rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { top:18.25rem;left:33.1875rem;width:14.5625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { width:13.125rem;height:3.3125rem;top:25.6875rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { top:41.25rem;left:0rem;width:14.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { width:12.75rem;height:;top:48.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { top:41.25rem;left:9.375rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { width:13.125rem;height:9.9375rem;top:48.6875rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { top:41.25rem;left:21.3125rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { width:12.75rem;height:11.625rem;top:48.6875rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { width:4.875rem;height:4.875rem;top:19.3125rem;left:39.311962127686rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { width:4rem;height:4rem;top:42.75rem;left:27.812229156494rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { width:4.875rem;height:4.875rem;top:42.875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { top:41.25rem;left:33.25rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { width:12.75rem;height:;top:48.6875rem;left:35rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { width:5.0625rem;height:5.0625rem;top:42.75rem;left:15.343208312988rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { width:3.5rem;height:3.5rem;top:42.75rem;left:40.144025031494rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #X7I4cUOwmuEHlEI4rJUeRfuirIIEfCTL { width:23.0625rem;height:3.9375rem;top:12.1875rem;left:14.541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqUzEMdNwgbTtqmypgz7Hgw0aDtXT5y { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { top:2rem;left:0rem;width:47.625rem;height:65rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { top:0.375rem;left:0rem;width:14.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { top:3.375rem;left:0rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.3125rem;height:3.4375rem;top:4.8125rem;left:36.561849594116rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:15.375rem;height:11.625rem;top:9.9375rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { top:3.375rem;left:14.999729156494rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3125rem;height:3.4375rem;top:4.875rem;left:16.687229156494rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:14.3125rem;height:8.25rem;top:9.9375rem;left:16.687229156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { top:3.375rem;left:29.9375rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.5rem;height:2.3125rem;top:5.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:13.75rem;height:9.9375rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { top:26.0625rem;left:29.9375rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { top:26.25rem;left:14.999729156494rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3125rem;height:3.4375rem;top:27.9375rem;left:16.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3125rem;height:11.625rem;top:33.25rem;left:16.687229156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3125rem;height:3.4375rem;top:28.0625rem;left:35.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.75rem;height:6.625rem;top:33.3125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { top:26.0625rem;left:0rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:15rem;height:11.625rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:12rem;height:5.375rem;top:28.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { top:25.375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { top:2.5rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { top:1.9375rem;left:4.966796875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { top:26.3125rem;left:24.4375rem;width:8.3125rem;height:7.1327101182125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { top:3.375rem;left:25.338314056396rem;width:8.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { top:27.5rem;left:3.5rem;width:9.9375rem;height:7.1421937703931rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:47.75rem;height:2.8125rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:47.75rem;height:5.625rem;top:3.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:24.5625rem;height:21rem;top:2.125rem;left:23.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:24.5625rem;height:14.9375rem;top:22.0625rem;left:23.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { top:0rem;left:0rem;width:32.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:47.75rem;height:14.9375rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { display:block; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { display:none; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:35.875rem;height:11.4375rem;top:1.125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:35.8125rem;height:19.9375rem;top:11.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:47.75rem;height:21.5625rem;top:34.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:20.875rem;height:31.40634515039rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { display:block; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:47.75rem;height:3.3125rem;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:block; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { top:1.6875rem;left:0rem;width:45.625rem;height:9.4240794409269rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { top:26.125rem;left:0rem;width:45.9375rem;height:11.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { top:13.6875rem;left:0rem;width:46rem;height:10.42314476605rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOxAq8zEc83T1qBd45uqVIoKughnsypx { display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { width:18.5625rem;height:3.5625rem;top:21.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { width:16.625rem;height:3.3125rem;top:26.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { width:17.5625rem;height:7.125rem;top:21.8125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { width:16.875rem;height:4.9375rem;top:30.5625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { width:16.875rem;height:1.75rem;top:21.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { width:18.375rem;height:9.9375rem;top:25rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { width:18.125rem;height:6.5rem;top:5.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { width:16.875rem;height:1.75rem;top:42.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { width:16.875rem;height:1.625rem;top:44.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { width:16.875rem;height:3.5625rem;top:59.125rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lld8xNy91ZXqIhUkCvTbrUntGyotGByf { width:16.875rem;height:3.3125rem;top:63.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { width:16.875rem;height:3.5625rem;top:59.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { width:16.875rem;height:1.625rem;top:63.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWbvPBEVO8aFEoz0n9OiSxOBr1LHZ3x9 { width:15.375rem;height:3.4375rem;top:5.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6JO1hf8zDFx1hWXCoQ2fCnzJIPDdfaq { display:block; }
 }@media only screen and (max-width: 763px) { #kTRkZoplX095ax658TACcRz8CTLA8lLd { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { width:16.875rem;height:1.75rem;top:59.125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXPXEHh51CioeElyHDIqezOs3uytOg1 { width:16.875rem;height:3.3125rem;top:63.625rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { width:16.875rem;height:3.6875rem;top:42.0625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khG9nha15e82shdfZdngNC8zGDqLHbCO { width:18.3125rem;height:4.9375rem;top:46.3125rem;left:13.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { width:16.875rem;height:1.75rem;top:42.0625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { width:16.875rem;height:1.625rem;top:46.3125rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { top:14.375rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { top:15.8125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { top:36.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { top:53.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is998ZQCwOXvpCDxqdt3BioTug42NaOc { top:53.25rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { top:53.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { top:36.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { top:36.3125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { top:14.4375rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { top:1.3125rem;left:0rem;width:12.9375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { width:18.5625rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { width:14.625rem;height:3.3125rem;top:26.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2QokuE4h38GlZirSTDMZaxpgRUncCK { width:19.125rem;height:5.3125rem;top:23.75rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { width:16.875rem;height:4.9375rem;top:31.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { width:16.875rem;height:1.75rem;top:23.6875rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uat6yTVuokHmfqn429dRWfIvdkmcwIcP { width:18.375rem;height:9.9375rem;top:26.875rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { width:18.0625rem;height:9.75rem;top:5.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { width:16.875rem;height:1.75rem;top:43.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { width:16.875rem;height:1.625rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { width:16.875rem;height:3.5625rem;top:59.875rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { width:16.875rem;height:3.3125rem;top:65.25rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { width:16.875rem;height:3.5625rem;top:59.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { width:16.125rem;height:1.625rem;top:65.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { top:2.0625rem;left:0rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGUX051su1uErbAIo72uicUCmiZVU0e { width:15.375rem;height:3.4375rem;top:5.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgxDGkQa2g6gD4tE93woM0cnDXxss91 { display:block; }
 }@media only screen and (max-width: 763px) { #sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { width:16.875rem;height:1.75rem;top:59.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { width:16.875rem;height:3.3125rem;top:63.4375rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { width:16.875rem;height:3.6875rem;top:43.625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { width:18.5625rem;height:4.9375rem;top:48.1875rem;left:13.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { width:16.875rem;height:3.5625rem;top:76.375rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { width:16.875rem;height:3.3125rem;top:80.75rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteX5L8R8w2qqzxEiyO55bxHCURgg57B { top:16.25rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { top:16.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { top:37.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { top:54.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { top:53.4375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaMNTNFplweCICM5kOLELXGdkQcNhIt { top:53.4375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { top:38.9375rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { top:3.25rem;left:20.124458312988rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { width:15rem;height:3.3125rem;top:80.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { width:16.875rem;height:3.5625rem;top:76.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { width:15rem;height:4.9375rem;top:80.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { width:16.875rem;height:1.75rem;top:76.375rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC8DIOftTuV423vB8TWTaINCAGJbSltg { top:71.1875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { top:70.375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { top:71.1875rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { top:17.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { width:16.875rem;height:1.75rem;top:43.5625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { width:17.8125rem;height:1.625rem;top:47.3125rem;left:29.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { top:38.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WguVkDT84cZstUsTigyBSvbA1HxJkqtG { display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { top:10.5rem;left:3.5625rem;width:13.875rem;height:9.208331838505rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { top:1.8125rem;left:0rem;width:9.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { width:29.25rem;height:3.6875rem;top:3.4375rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { top:8.5625rem;left:18.125rem;width:29.625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { top:2.375rem;left:13.5625rem;width:34.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { display:block; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { width:47.75rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { top:2.125rem;left:0rem;width:41.8125rem;height:10.733537745283rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { top:14.75rem;left:4.75rem;width:43rem;height:12.979023100279rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { top:29.5rem;left:0rem;width:44.6875rem;height:12.66960115699rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBLTRKshrcyC73hAn7fE4A53JxLekQXr { top:44rem;left:8.3125rem;width:39.4375rem;height:12.854459917468rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChswL8kvdwpJA2dbGdWKqohKf982RUP { top:58.9375rem;left:0rem;width:43.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { top:8.6875rem;left:0rem;width:23.8125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { top:3.1875rem;left:23.875rem;width:22.5rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { top:5.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQrhIfSZ9QJXB8nZmAQkereophArioel { display:block; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHNm6AahDUZ9y0x5M8tOgmT5C1XqirAF { width:34.9375rem;height:;top:3.3125rem;left:6.3743495941163rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn0dABOk3meyv5qffMTu8POZV2eRlyGX { display:block; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S49J4pDB7lPbKswICkhL7NbK7bmGsmdd { top:2.875rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUQ3oZocpa312TKhEPFA8szciw9OLmD { top:4.875rem;left:13.687229156494rem;width:17.25rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi2Sox7PAd3E4RPempbmtHuZWZJke6i6 { top:9.9375rem;left:13.426357269287rem;width:22.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzI5LrDP69DzzqWCfoW9pBiX0Cb7JRhH { top:21.375rem;left:0rem;width:17.4375rem;height:9.7154908550631rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TWQmJ0AWrhsFQTae4iSsbdagsCxFFW { top:21.4375rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL0MWhiz7ybrVi4Axclb8HLSSFDpRJS7 { top:23.5625rem;left:13.467121124267rem;width:17.6875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W { top:27.8125rem;left:13.425544738769rem;width:27.1875rem;height:3.375rem;font-size:1.1875rem;display:block; }#Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #lx0TeS2hoWOWHXscfZJc0vTWabgVBQUX { top:6.8125rem;left:0rem;width:16.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02J5x9LeNHwTCBtHxmKBQMvnD5kFhRE { top:40.4375rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF { top:46.375rem;left:13.622009277344rem;width:17.4375rem;height:5.25rem;font-size:1.1875rem;display:block; }#PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #U759qDBRpsmMSlT5y6mxFoOQlZr0tsLB { top:42.25rem;left:13.687229156494rem;width:23.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApMDP5memPyANe3E9pzILQKz9a9uoTJ3 { top:59.1875rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDdO6s2QoIh02eoQH7xtecf1eaWha6AC { top:66.3125rem;left:13.622009277344rem;width:17.4375rem;height:3.375rem;font-size:1.1875rem;display:block; }#MDdO6s2QoIh02eoQH7xtecf1eaWha6AC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #ROqLWkdrJVUFn1Vtgo3UAdpd0CT8f3xr { top:60.625rem;left:13.687229156494rem;width:17.6875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCwnwdUXETE5JdzEFkruAG4HzuVZo1tB { top:58.6875rem;left:0rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQ4yPS9m9kgTI7HFDvqsguXFmrBTFoI { top:77.9375rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT { top:85.6875rem;left:13.686849594116rem;width:21.375rem;height:;font-size:1.1875rem;display:block; }#N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #e0SVd5Jr5TTpP05ECMflXo1TeAKo0cq4 { top:87.25rem;left:0rem;width:12.75rem;height:8.8310382260387rem;display:block; }
 }@media only screen and (max-width: 763px) { #hepW3imFkM6CHpOACJTzDXVlHPZEhCzD { top:80.0625rem;left:13.467121124267rem;width:17.6875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDHePRKk8yqLKpGTUZ3hB2e5nIHQnUgD { top:78.4375rem;left:0rem;width:15.75rem;height:8.8744375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttC0cNpetia5GEKZUiq73OQLcUo5yoXq { top:43.75rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SoGU0KzwTASNaaFPqbrInTUCiLBpLd { top:30.75rem;left:0rem;width:15.75rem;height:8.7154760446025rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC { display:block; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flyhPUffa1IQTHZ0K77Rh8m2lTfbgqgW { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlXS6epnQAfvyq3RORUvrkliWmGe3LC { display:block; }
 }@media only screen and (max-width: 763px) { #cXDGBhlM4y8ICu6efbLK9oKE9FwrTtyn { width:23.0625rem;height:3.9375rem;top:12.1875rem;left:14.541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAVfaE4RVNGylS5flfPAikSJTzVR9RF { display:block; }
 }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:34.9375rem;height:;top:3.3125rem;left:6.3747291564944rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI1FFctmWxpwtRUSlVtt4x50MgKg6332 { display:block; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvgSPlJPtNPFcLgKd2pgfs13KTU0yWRi { top:21.125rem;left:0rem;width:45.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7GgBy2uGtgSbVIkiEwpAtvJkiXwDQh { top:26.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOwcUHi3SztJfpTLuyVyvaOBFQryshxi { top:33.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7A27O6k2JihpTZBSFIhzELE1AHy1bUd { top:40rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzHztgaODgKSFXoZUgzJ28Kfm7uxxec { top:55.75rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMM9LTvmgyiQ0voB3ItnmN5mlXfqwGiD { top:65.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Huam7QTOtmUDaSPXtCiCFkdkCWderx { top:46.375rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsWzwabrxK0Q9IrWd9t1I1Vd55nHpPvI { top:71.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giPVBxicHyxG7t5HDiJlE1i1GxErE2NP { top:6.625rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSUd5RtMUxK58toFXNPonaHZganBI7O { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { display:block; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { display:block; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZemG7eovL8kugE79RhAINzuiqKpgPf1g { top:25.6875rem;left:0rem;width:27rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { top:32.4375rem;left:26.529346466064rem;width:11.625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { top:34.25rem;left:36.4375rem;width:11.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { top:4.5625rem;left:22.25rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQSthFWFtlfbsS4uml3TBGT04SFy9AH { width:6.1875rem;height:6.1875rem;top:25.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { width:6.1875rem;height:6.1875rem;top:25.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { top:4.25rem;left:13.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { top:26.75rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { top:9.875rem;left:0rem;width:12.625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { top:10.8125rem;left:8.9271736145019rem;width:14.625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { width:6.1875rem;height:6.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { width:6.1875rem;height:6.1875rem;top:3rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPzG96a991DpVgPLUdUxiuq30iIOPer { top:4.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { top:26.6875rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { top:53rem;left:20.0625rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { width:6.1875rem;height:6.1875rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { top:56.125rem;left:0rem;width:12.4375rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { top:50.25rem;left:15.488044738769rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { width:6.1875rem;height:6.1875rem;top:48.9375rem;left:14.206523895264rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { top:56.0625rem;left:10.718099594116rem;width:12.4375rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { top:50.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:40.5625rem;height:6.625rem;top:2.1875rem;left:3.5622291564941rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:47.75rem;height:6.8125rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:47.75rem;height:5rem;top:16.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:38.25rem;height:4.6875rem;top:12rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { background-color:rgba(0,0,0,0);background-image:none;display:block; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { background-color: transparent; background-image: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .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); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { width:12.0625rem;height:3.75rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6S5gJUkWPyDfanoHFDhHTPt5O9mnvt { width:17.1875rem;height:17.1875rem;top:5.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC { display:block; }#OOvRT2MJ2u5lr47WqeAxDUpwwli8NoSC > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbPiS2elbH6qTWVKyI8xcCvECMvWQsTd { width:16.875rem;height:2.4375rem;top:2.07421875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #sXvIWNMhatZqVq1mw9cRaMPz79gIrMvi { width:20rem;height:10.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8w3IVnJrIQ30H0k0I1bnAsRT804b82 { width:18.6875rem;height:5.59895625rem;top:5.0319013595581rem;left:0.65625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8EkC1wyiJLs9W9qFBkrbTc7AxRbFk4p { width:9.5625rem;height:9.5625rem;top:9.5322265625rem;left:5.21875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #zRewhHWe3cwqemX4UT27Rvds9F3VaGyt { background-color:rgba(0,0,0,0);background-image:none;display:block; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { background-color: transparent; background-image: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container > .video-iframe-container { display: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row > .video-iframe-container { display: none; }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .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); }#zRewhHWe3cwqemX4UT27Rvds9F3VaGyt > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPnnux81MKdO5onA7qpmc3bpWQMrdkVL { width:15.5625rem;height:5.25rem;top:31.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tFO1m0dXx3U5Ugz7d0FxK0BbMr4cEq8l { width:17.5625rem;height:1.375rem;top:22.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ulvOwnAzl0etVLl5Z2i7590ofz7QuQTZ { top:27.2490234375rem;left:0rem;width:20rem;height:17.375rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MqNcWqCSz6vqGfaM7kLcTuuEnSL6RZC3 { width:11.75rem;height:1.625rem;top:39.1875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JdCm4z2ThDKwEM5GHlRmJkef3mEFi5ts { width:14.0625rem;height:4.95605625rem;top:40.8125rem;left:0.75rem;font-size:3.8125rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #pD4xUr0h2JqneCNsXFLa6nCdHQsSVDDx { width:19.75rem;height:8.375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1phC0pBcR1s8ttyinJs9GTofLKvnscR { width:20rem;height:19.152542372881rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQFcGW2Q07boz1a1sc037ybmBfiuF7Z { width:20rem;height:6.1875rem;top:24.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v8ppm0kfQyFkOpJ2Tqn9MkGm8XzugJhG { width:2.3125rem;height:2.3125rem;top:39.09375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2psr7bMyHp3UyghA6IivdvpVkTJzGTK { width:20rem;height:3.1497375rem;top:48rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e1TJWMGuEKUcv3X8KLqAfQl7pXWZ9J9e { width:19rem;height:4.375rem;top:52.711589813233rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCllD8TBSNiQ5V58oqB5hEIaCeXVbIJs { display:block; }
 }@media only screen and (max-width: 763px) { #pxObILF3nqa65ZqkruCAvGkUBfUDK38T { width:15.41666625rem;height:2.41666625rem;top:58.711589813233rem;left:2.2910157442093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8DpSEI5VP2FQ2aQLhkBxPPQo94SCbfR { display:block; }
 }@media only screen and (max-width: 763px) { #F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg { display:none; }#F5LmxbLcsTyy0azSCKndQ6RzI7zHaQrg > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JFtEA1kz4N5Wlsf948rXTceV437xbzlS { width:17.625rem;height:15.875rem;top:3.0097627639771rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7CNQXJLzxdF5uVHbbFDhCqi8tUA8LP { width:20rem;height:28.4375rem;top:0.51497459411621rem;left:-0.099609375rem;background-color:#263e5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W9Ioar2xPwzZiUPbrStuvWTiqLMQxoe8 { width:19rem;height:6.1875rem;top:20.889324188233rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxecTEbxvPJrgU4WDF7wweG3A8X3WOhk { display:block; }
 }@media only screen and (max-width: 763px) { #PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh { display:block; }#PVvA53yidIPw00vWDSmZXP2WlJ0wkSsh > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xchytKF6OfafphDM3K7ruJELGPx2tPpH { width:20rem;height:7.3125rem;top:0.92970848083494rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDSvidvXR0Kn82xhu5Gp6wXeSx5xBu96 { width:20rem;height:1.8684875rem;top:9.7499589920044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx { background-color:#ffffff;background-image:none;display:block; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { background-color: transparent; background-image: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container > .video-iframe-container { display: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row > .video-iframe-container { display: none; }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .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); }#IGTN1zyNuU8q1iRtIf15yiFmksNFnOSx > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAn5UGRTU1FA1nTsL9wZpKodLTCUVRtk { width:20rem;height:2.6001rem;top:3.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT6CxcF13M25U832IZ2b1eeVMx2MRwEC { width:18.5rem;height:21.625rem;top:8.748046875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#vT6CxcF13M25U832IZ2b1eeVMx2MRwEC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #lnQ9OEuA1yfr5vE7QpT02w2NGc94t47n { width:18.9375rem;height:65.6875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzu0AaJKQHBRsXMx3b9JRO3CCJdX0Vyr { width:20rem;height:1.625rem;top:6.0625200271606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJuJzBFfWbotg7XxKURm3skJB9DPJInT { width:19.9375rem;height:2.1933625rem;top:32.559244155884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upn65ueXRKnDtQ6w6qpnGWecn3HTAkhu { width:19.9375rem;height:3.25rem;top:36.193360328674rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { width:18rem;height:14.125rem;top:42.125002861023rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI { display:block; }#bfKRKBtXwSquM7SZsKRUk1fTCaFC8rAI > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyAUOCw64P32KF0uUIscWCiUW1VRu3Xn { width:20rem;height:13.4375rem;top:0.93033790588381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm9BPNifvDheCI2iI2hrMtC11versTuE { width:18.3125rem;height:11.809875rem;top:2.0950522422791rem;left:0.84375rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { background-color: transparent; background-image: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container > .video-iframe-container { display: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row > .video-iframe-container { display: none; }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .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); }#bU9Q8DuCBpSsCn5gThJHgWV1rGwVlkPo > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSh7eIMRJS7eMKT53hF3DCa2d4UVTEA { width:20rem;height:7.5546875rem;top:0.66276168823244rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { display:block; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { background-color: transparent; background-image: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container > .video-iframe-container { display: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row > .video-iframe-container { display: none; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .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); }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG { border-width: 0; border-radius: 0; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .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; }#PydMMRRzvxTPKvyJb0LGRI1toRDoVTnG > .row .container { width:20rem;height:227.8125rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlXdKqK8ow125sf4u6adcyliTRGDrdcp { width:18.75rem;height:25.296875rem;top:23.927085876465rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#HlXdKqK8ow125sf4u6adcyliTRGDrdcp li:before{  }
 }@media only screen and (max-width: 763px) { #EEoE03vMo0yf4cdP8JqO0ch7ryr9wBE8 { width:19.9980625rem;height:1.8684875rem;top:14.562500953674rem;left:0.0013020634651184rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVebvKqe2aPg7hEhWCFsWHEnW2n7EbIK { width:12.4980625rem;height:1.29948125rem;top:17.037110328674rem;left:3.7506510019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEH3A2BHGT5i6WwyTUqdiNNG0kBJoBLQ { width:19.936875rem;height:1.7871125rem;top:57.011070251465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCOJwhGzWpCsewbBh1TVsksrtPs1ON5 { width:17.5625rem;height:2.11198125rem;top:89.623046875rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9TnNqwKpGfTD8zfzbZCh93LB3477a2 { width:19.936875rem;height:5.3613375rem;top:60.000651359558rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEAMBTzGcsmd5onSGFa3G4VJXNzPEAVy { width:17.5625rem;height:1.4622375rem;top:67.250651359556rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNW4bseCHItL5TuP6l3Izx29oSFFynp { width:13.8125rem;height:3.4375rem;top:84.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbBI8Dmt78ps4xGzWTNgodwaiZWeMzTX { display:block; }
 }@media only screen and (max-width: 763px) { #X7xW1y2TeC8ROTg7kPhl6UgXocIaOM74 { width:12.4980625rem;height:1.29948125rem;top:19.298176765442rem;left:3.7506510019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tHLyr7fco0FAxSPANyqVRStimbXOug { width:17.5rem;height:1.8684875rem;top:50.102207183838rem;left:1.2500001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TWRSnChGeNB8N1GcM2u8P0AqKWwc8W { width:19.9375rem;height:2.5996125rem;top:53.264976501465rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeLfWpAAV1ZIt61pVAEX8eK43GNRxOQ { width:8.75rem;height:8.75rem;top:50.727867126465rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETldXhIzKrziu0e9gd5vN7HsG64B80Q { width:15.5rem;height:1.625rem;top:21.375000953674rem;left:2.2500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTZt09MaCSFszo1i2BK8qw7somvu36L { width:17.5rem;height:2.2747375rem;top:79.75rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwTJTIQ6zPgVldmfRuuJJP9KTwrXHdCo { width:17.5rem;height:3.75rem;top:79rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9XA43UXWvulFddMZ3t4e9rHhOe6a9VA { width:19.875rem;height:1.7871125rem;top:70.875651359556rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4nr4UmV9WMxeTKQJboV02K7HhJzdMV { width:19.875rem;height:2.92448125rem;top:74.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xdG2IUkHmASPel6pdMInVgaLmWDSGP { width:17.4980625rem;height:2.11198125rem;top:217.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccapd3s8kiXhI7EKOPpzT5gvcRzQPTa6 { width:13.749375rem;height:3.375rem;top:212.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJn5fZrmpgpkcTGMyTMJNAPSDRJ9TtJA { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHq4H805G1oWHmxToaQSyckvVZFK73 { width:17.499375rem;height:3.75rem;top:207.06184959412rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFFI1bdHsHWAisFbERFJt5PZ1AkLkVE { width:17.499375rem;height:2.2747375rem;top:207.798828125rem;left:1.2500001192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQepFLcc4Kyn9nQ4lHu6lXcmbntlqX98 { width:19.875rem;height:2.92448125rem;top:203.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4R9WbpzqbOiGLScPQrm5ynydASL576 { width:19.4375rem;height:33.8333125rem;top:142.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#DN4R9WbpzqbOiGLScPQrm5ynydASL576 li:before{  }
 }@media only screen and (max-width: 763px) { #CnZ5r5bRcKE4SHk6nCAdXyXAXlEGeJPb { width:19.875rem;height:1.7871125rem;top:186.33528661728rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTp5L9729eAce39dJ3E232avV4r5t3Mw { width:19.875rem;height:5.3613375rem;top:190.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXwqFH4ccIyWlVWJe8ICHZvF49aiXabI { width:18.8125rem;height:1.4622375rem;top:196.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABFciOg9Fcm2oAuPitFBwVXCHSadWFNM { width:17.5rem;height:1.8684875rem;top:177.625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvbCgHKsT83W3xE4vP7vzlzcxCdVFEXZ { width:19.875rem;height:2.5996125rem;top:181.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpCCZumKXBkKHW4K0lk0WDu91TmMtMtL { width:19.875rem;height:1.7871125rem;top:199.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT1VKst0kslkVSxTmNGatduxQNkmVH2 { width:16.875rem;height:1.625rem;top:140rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJheRLGmaMvkTDGECM8UiAtfxDTtotDf { width:12.4375rem;height:1.29948125rem;top:135.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvl0R89z32bH4lGPIGMTrvW0SgFk8JUn { width:12.4375rem;height:1.29948125rem;top:138.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcL7fpBl79iFMJlkAGsoo4Jw2VKbfNVq { width:19.9375rem;height:1.8684875rem;top:132.81119799614rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0433EncpwKM8cl8wyDRT7KhEmSBER3l { width:8.6875rem;height:8.6875rem;top:178.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9sAHXRrm7g6d8f4DEAgLvtum8RyITIr { width:20rem;height:107rem;top:12.187503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbDyDLAhoTIOG7iTwkZIoT3s2QcGxnLs { width:20rem;height:112.75rem;top:114.810546875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MnQnsEkxcbf5MTDUDkMJuwFONVhSp8qU { width:20rem;height:14rem;top:1.4305114746094E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PLZH8usm7ToVFgbwJ881zewsC5tFNP { width:20rem;height:14rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkWBtKcxIFz9RuTmGopDHsw6HR3iOFB { width:17.4375rem;height:3.57421875rem;top:221.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HQc1GmnUk7TzyoNcw5k8UiV1JXzQAAWu { width:20rem;height:109.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVZTEBS2BLzgSc1LTzpzTXPQ6QxgpCuB { width:17.499375rem;height:3.81185rem;top:73.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlyFmVin9Kt7lL10Tbn4vn1l6bbRVFe { width:17.625rem;height:4.24935rem;top:60.399091720581rem;left:1.1875rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #xnedIxI3zF9ngR0UMvfZk71gv3wzRO1e { width:17.4994375rem;height:3.75rem;top:355.86034011841rem;left:1.2489130496979rem;z-index:15029;background-color:rgba(169,151,2,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XqG1qeixxDQTJIZ7RsQRpTWVQTaHDiBM { width:10.75rem;height:2.5996125rem;top:93.502604484556rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PZJ25QWWtCzTLrKUFJTFtaDvPOUToh1E { width:17.6875rem;height:7.1484375rem;top:98.220703125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Zrtu1f2srTR6JVR6iaAdXaRtDsl3T6TN { width:16.6875rem;height:9.0989375rem;top:106.99153661728rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TniPAx9bp50px7QzRRz9cb29sxgbLbvw { width:10.1875rem;height:2.5996125rem;top:93.502604484556rem;left:7.60416662693rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #E7SWcK4l8Rqnswa90ERf0xiwwg98EToW { width:12.625rem;height:12.625rem;top:335.609375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz { display:block; }#B4RpIbIODv6ozumW7lP5sVcUKeGb2NBz > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiZfDpmSZZI0JzBNsZBJWxOk1gNKzxAS { width:12.5rem;height:1.29964375rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KymOXXxLXMgaH6XGus75Bzo41uiqMgiT { width:7.75rem;height:2.625rem;top:3.298828125rem;left:5.4361978769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bJbCA3AqKlgqVsFDnqpSyCu6AGwPKU { width:5.4362rem;height:2.5rem;top:3.361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyr3TcdMVOxC04gFbdXzHtKwwDwJeeN1 { width:6.375rem;height:4.8125rem;top:2.205078125rem;left:13.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 { display:none; }#PblyOu8xIiOU3Q7WwJ02mNLU90rGyTT9 > .row .container { width:20rem;height:86.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CcvOdX9PHT5an9HAu9ykFUVTB0T6QV5N { width:16.6875rem;height:9.0989375rem;top:60.054647445679rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #RtQZvGNJyyoEXuJOr9RtBkG8hzTKH6CD { width:20rem;height:2.5996125rem;top:45.429609298706rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #saU0FffhmePpgLKyEWsel70Q8ZO6NNK8 { width:17.6875rem;height:7.1484375rem;top:50.221318721771rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #x07ZCF8NLlISDATNprahVbVtB1ZvTRrt { width:20rem;height:36.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:20rem;height:50.561828613281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { width:20rem;height:29.765625rem;top:4rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { width:17.9375rem;height:17.9375rem;top:32.624350070953rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { width:19.6875rem;height:2.79948125rem;top:0.56184911727905rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc0WU2NR8ytxZdli4UWVkAorrtVFVmQu { width:20rem;height:16.35675rem;top:1.1868443489075rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { width:10.6875rem;height:10.625rem;top:17.666011810302rem;left:9.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { width:9rem;height:9rem;top:19.394534111023rem;left:0.35416662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { width:20rem;height:9.8125rem;top:28.311850547791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGxZNayRiFD2vPwgsWNoe368bn8HZ7Zu { width:20rem;height:6.8229375rem;top:30.186198234558rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { width:20rem;height:17.84375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { width:20rem;height:25.278625rem;top:32.130198955536rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { width:20rem;height:4.54948125rem;top:23.832682609558rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { width:13.0625rem;height:9.4375rem;top:16.220697402954rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { width:20rem;height:8.125rem;top:22.046876430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { display:block; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { width:4.875rem;height:4.875rem;top:16.6230625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { width:12rem;height:7.874375rem;top:23.404297828674rem;left:4.0000001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { width:14.5625rem;height:19.375rem;top:15.498046875rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { width:14.5rem;height:14rem;top:78.037760734556rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { width:12.75rem;height:9.44925rem;top:43.309897422791rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { width:4.875rem;height:4.875rem;top:36.998047828674rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { width:14.5625rem;height:19.875rem;top:94.810552597044rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { width:13.125rem;height:9.972625rem;top:63.996726989744rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { width:4.875rem;height:4.875rem;top:58.560539245606rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { width:14.5625rem;height:16.1875rem;top:160.78972434997rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { width:13.125rem;height:3.1497375rem;top:85.060549736025rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { width:14.5625rem;height:20.25rem;top:36.123050689698rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { width:12.75rem;height:11.0240625rem;top:101.71747398376rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { width:14.5rem;height:18.6875rem;top:57.623049736023rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { width:11.375rem;height:11.0240625rem;top:123.18424797058rem;left:4.3125001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { width:14.5rem;height:18.375rem;top:116.97656822204rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { width:12.75rem;height:9.44925rem;top:145.30988883972rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { width:4.875rem;height:4.875rem;top:79.059906005863rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { width:4.875rem;height:4.875rem;top:138.03843688965rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { width:4.875rem;height:4.875rem;top:96.362623214719rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { width:14.5rem;height:21.5625rem;top:137.1230506897rem;left:2.7500001192093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { width:12.75rem;height:6.2995rem;top:167.68555736542rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { width:4.875rem;height:4.875rem;top:117.78971672058rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { width:3.5rem;height:3.5rem;top:162.47592163086rem;left:8.2500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #X7I4cUOwmuEHlEI4rJUeRfuirIIEfCTL { width:14.97916625rem;height:3.10416625rem;top:6.1250009536743rem;left:2.3750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqUzEMdNwgbTtqmypgz7Hgw0aDtXT5y { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:15.6875rem;height:10.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { width:19.9375rem;height:6.4375rem;top:1.8880205154419rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { width:8.9375rem;height:7.9375rem;top:2.48046875rem;left:11.062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { width:17.8125rem;height:21.375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.375rem;height:3.4000625rem;top:47.166669368744rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:16.0625rem;height:11.472675rem;top:50.565757751465rem;left:1.9687501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { width:17.8125rem;height:19.875rem;top:24.636729240417rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3125rem;height:3.4000625rem;top:26.000000953674rem;left:2.1881510019303rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:13.9375rem;height:9.5605625rem;top:31.417317628861rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { width:17.8125rem;height:20.125rem;top:46.000007629394rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.3125rem;height:3.4000625rem;top:3.0911369323731rem;left:2.1881510019303rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:14.8125rem;height:9.5605625rem;top:8.2584638595581rem;left:2.5937501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { width:17.8125rem;height:15.625rem;top:114.37759399414rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { width:17.8125rem;height:20.625rem;top:92.249992370606rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3125rem;height:3.4000625rem;top:93.049491882325rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3125rem;height:11.472625rem;top:97.32421875rem;left:2.8437501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3125rem;height:3.4000625rem;top:115.87568664551rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.75rem;height:5.736325rem;top:120.69076156616rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { width:17.8125rem;height:23.1875rem;top:67.593757629394rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:15rem;height:13.38475rem;top:75.310558319094rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:12rem;height:6.800125rem;top:67.593752861025rem;left:2.3444010019303rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { width:5.1875rem;height:5.1875rem;top:114.98303794861rem;left:12.56315100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { width:6.25rem;height:6.25rem;top:45.740876197815rem;left:12.66666662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { width:6.9375rem;height:6.9375rem;top:1.3209743499756rem;left:13.062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { width:4.5rem;height:3.875rem;top:93.688151359556rem;left:12.56315100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { width:7.1875rem;height:6.375rem;top:24.636699676514rem;left:12.75570831263rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { width:9.9375rem;height:7.1419375rem;top:67.593752861025rem;left:8.97916662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:20rem;height:2.2747375rem;top:8.5175790786744rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:20rem;height:6.64975rem;top:0.619140625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.4;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18.4375rem;height:16.253925rem;top:1.3286941051483rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:20rem;height:18.0599125rem;top:36.706380844116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { width:20rem;height:20rem;top:17.581401824951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:20rem;height:39.73176875rem;top:0.69142532348631rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a89d250e-9ea8-47bb-9d56-66c774ddc5a3/gralodow.jpg");background-position: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;display:none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB.adaptive-delivery-prevent-bg, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyload, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyloading { background-image: none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { 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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { top:5.4806346893311rem;left:19.270829439163rem;width:20rem;height:11.25rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucfCx6g5/pexels_pavel_danilyuk_8423410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:19.999125rem;height:6.29883125rem;top:0.74818897247312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:19.999125rem;height:31.22660625rem;top:7.3734148740769rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:19.9986875rem;height:50.55729375rem;top:67.916667938231rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:17.0611875rem;height:25.6236875rem;top:39.744792938233rem;left:1.4694010019302rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#263e5b;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:none; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { width:20rem;height:4.26301875rem;top:0.60066747665405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { width:20rem;height:5.169925rem;top:5.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { width:20rem;height:4.63020625rem;top:13.033854484558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #pOxAq8zEc83T1qBd45uqVIoKughnsypx { display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { background-color: transparent; background-image: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .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); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { border-width: 0; border-radius: 0; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { width:20rem;height:103.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { width:15.1875rem;height:3.0872375rem;top:11.912760734558rem;left:4.8125001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { width:15.125rem;height:3.1497375rem;top:16.412760734558rem;left:4.8750001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { width:15.3125rem;height:6.17448125rem;top:21.922526359558rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { width:15.25rem;height:4.7246125rem;top:29.160787582398rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { width:15.25rem;height:1.54361875rem;top:35.467449188233rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { width:15.1875rem;height:12.5989375rem;top:38.009766578674rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { width:16.75rem;height:5.19921875rem;top:4.7740875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { width:15.3125rem;height:1.54361875rem;top:52.546226501465rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { width:15.375rem;height:1.57486875rem;top:54.988935470581rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { width:14.5625rem;height:3.0872375rem;top:82.789065361025rem;left:5.1250001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lld8xNy91ZXqIhUkCvTbrUntGyotGByf { width:15.1855625rem;height:2.97395625rem;top:86.583353996275rem;left:4.8138023614883rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { width:14.9375rem;height:3.0872375rem;top:75.119794368744rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { width:14.9375rem;height:1.48698125rem;top:78.914065361025rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWbvPBEVO8aFEoz0n9OiSxOBr1LHZ3x9 { width:15.3730625rem;height:3.4375rem;top:99.0273475647rem;left:2.3131510019303rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #H6JO1hf8zDFx1hWXCoQ2fCnzJIPDdfaq { display:block; }
 }@media only screen and (max-width: 763px) { #kTRkZoplX095ax658TACcRz8CTLA8lLd { width:3.875rem;height:3.875rem;top:0.94010415673256rem;left:14.60416662693rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { width:15.0625rem;height:1.4622375rem;top:91.608729362487rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXPXEHh51CioeElyHDIqezOs3uytOg1 { width:14.6875rem;height:2.79948125rem;top:93.695968627931rem;left:5.3125001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { width:15.5rem;height:1.4622375rem;top:60.369794368744rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khG9nha15e82shdfZdngNC8zGDqLHbCO { width:15.25rem;height:4.19921875rem;top:62.393232345581rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { width:15.375rem;height:1.4622375rem;top:68.494812011719rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { width:15.125rem;height:1.3997375rem;top:70.888026237487rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { width:3.1875rem;height:3.1875rem;top:0.79298877716062rem;left:15.22916662693rem;font-size:2.1875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { width:4.5rem;height:4.5rem;top:21.172526359558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { width:4.5rem;height:4.5rem;top:34.779989242554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { width:4.5rem;height:4.5rem;top:52.021485328674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { width:4.5rem;height:4.5rem;top:82.083377838137rem;left:0.16666662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #is998ZQCwOXvpCDxqdt3BioTug42NaOc { width:4.5rem;height:4.5rem;top:90.733730316162rem;left:0.47916662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { width:4.5rem;height:4.5rem;top:74.4140663147rem;left:0.16666662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { width:4.5rem;height:4.5rem;top:59.807294368744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { width:4.5rem;height:4.5rem;top:67.7454662323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { width:4.5rem;height:4.5rem;top:11.913381099701rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { width:20rem;height:2.2747375rem;top:1.7395429611206rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;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; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyloading { background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { background-color: transparent; background-image: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .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); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { border-width: 0; border-radius: 0; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { width:20rem;height:126.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { width:15.1875rem;height:1.54361875rem;top:12.513021469116rem;left:4.8125001192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { width:15.125rem;height:3.1497375rem;top:15.138021469116rem;left:4.8750001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2QokuE4h38GlZirSTDMZaxpgRUncCK { width:15.3125rem;height:6.17448125rem;top:21.122437477112rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { width:15.25rem;height:4.7246125rem;top:27.859334945679rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { width:15.5rem;height:1.54361875rem;top:34.682312011719rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uat6yTVuokHmfqn429dRWfIvdkmcwIcP { width:15.5rem;height:11.0240625rem;top:37.162780761719rem;left:4.2812501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { width:18.9375rem;height:5.19921875rem;top:4.7740875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { width:15.3125rem;height:1.54361875rem;top:51.090497970581rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { width:15.375rem;height:1.57486875rem;top:53.468753814698rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { width:14.75rem;height:3.0872375rem;top:82.805341243744rem;left:4.9791666269303rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { width:15.1855625rem;height:2.97395625rem;top:86.532554626462rem;left:4.8125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { width:15rem;height:3.0872375rem;top:75.701823234556rem;left:5.0000001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { width:14.9375rem;height:1.48698125rem;top:79.49609375rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { width:12.5rem;height:2.2747375rem;top:1.25rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FaGUX051su1uErbAIo72uicUCmiZVU0e { width:15.3730625rem;height:3.4375rem;top:121.86975383759rem;left:2.2819010019303rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wZgxDGkQa2g6gD4tE93woM0cnDXxss91 { display:block; }
 }@media only screen and (max-width: 763px) { #sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { width:15.25rem;height:1.4622375rem;top:91.636721611025rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { width:15.25rem;height:2.79948125rem;top:94.223310470581rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { width:14.6875rem;height:1.4622375rem;top:58.879558563233rem;left:4.8125001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { width:14.75rem;height:5.59895625rem;top:61.278648376465rem;left:5.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { width:15.625rem;height:2.92448125rem;top:108.04496765137rem;left:4.2500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { width:15.625rem;height:1.3997375rem;top:111.7578125rem;left:4.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteX5L8R8w2qqzxEiyO55bxHCURgg57B { width:4.5rem;height:4.5rem;top:20.289063453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { width:4.5rem;height:4.5rem;top:33.994792938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { width:4.5rem;height:4.5rem;top:50.501302719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { width:4.5rem;height:4.5rem;top:82.805341243744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { width:4.5rem;height:4.5rem;top:91.636721611025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaMNTNFplweCICM5kOLELXGdkQcNhIt { width:4.5rem;height:4.5rem;top:74.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { width:4.5rem;height:4.5rem;top:58.255210876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { display:flex;width:4.125rem;height:4.125rem;top:0.69010400772094rem;left:14.04166662693rem;font-size:5.1875rem; }
 }@media only screen and (max-width: 763px) { #RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { width:15rem;height:2.97395625rem;top:101.92708873749rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { width:15.5625rem;height:1.54361875rem;top:99.527999877931rem;left:4.4375001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { width:15rem;height:2.97395625rem;top:117.64713859558rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { width:15.5rem;height:1.54361875rem;top:115.04166984558rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC8DIOftTuV423vB8TWTaINCAGJbSltg { width:4.5rem;height:4.5rem;top:107.25838470459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { width:4.5rem;height:4.5rem;top:99.527349472044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { width:4.5rem;height:4.5rem;top:115.04166984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { width:4.5rem;height:4.5rem;top:12.512370109558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { width:14.625rem;height:1.4622375rem;top:69.085329055787rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { width:14.75rem;height:1.3997375rem;top:71.602214813231rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { width:4.5rem;height:4.5rem;top:68.460247039794rem;left:0.22916662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.adaptive-delivery-prevent-bg, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.lazyload, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.lazyloading { background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { background-color: transparent; background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .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); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { border-width: 0; border-radius: 0; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WguVkDT84cZstUsTigyBSvbA1HxJkqtG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG.adaptive-delivery-prevent-bg, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG.lazyload, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG.lazyloading { background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { background-color: transparent; background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .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); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { border-width: 0; border-radius: 0; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { width:13.9375rem;height:9.25rem;top:28.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { width:6.25rem;height:9.5625rem;top:22.625rem;left:12.875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { width:16.3125rem;height:6.5rem;top:2.09375rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { width:19.4375rem;height:11.046875rem;top:12.354166030884rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { width:17rem;height:10.3125rem;top:0.65629100799563rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { display:block; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { top:1.7129306793213rem;left:0rem;width:20rem;height:5.1875rem;z-index:15005;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { width:20rem;height:5.1337875rem;top:44.084799289703rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { width:20rem;height:6.0371125rem;top:9rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { width:20rem;height:5.669925rem;top:16.812459945679rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #hBLTRKshrcyC73hAn7fE4A53JxLekQXr { width:20rem;height:6.125rem;top:24.337241172791rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #pChswL8kvdwpJA2dbGdWKqohKf982RUP { width:20rem;height:4.875rem;top:32.502646446228rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { width:20rem;height:7.31119375rem;top:0.8125rem;left:0rem;font-size:1.125rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { width:20rem;height:9.9375rem;top:10.597657203674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { width:20rem;height:0;top:25.160157442093rem;left:0rem;font-size:1.375rem;color:#212226;display:none; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQrhIfSZ9QJXB8nZmAQkereophArioel { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { background-color: transparent; background-image: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container > .video-iframe-container { display: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row > .video-iframe-container { display: none; }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .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); }#HQrhIfSZ9QJXB8nZmAQkereophArioel > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHNm6AahDUZ9y0x5M8tOgmT5C1XqirAF { width:18.25rem;height:7.3125rem;top:0.62500047683719rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #gn0dABOk3meyv5qffMTu8POZV2eRlyGX { display:block; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX { background-color: transparent; background-image: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container > .video-iframe-container { display: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row > .video-iframe-container { display: none; }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .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); }#gn0dABOk3meyv5qffMTu8POZV2eRlyGX > .row .container { width:20rem;height:122.375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S49J4pDB7lPbKswICkhL7NbK7bmGsmdd { width:20rem;height:15.875rem;top:10.311777591706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUQ3oZocpa312TKhEPFA8szciw9OLmD { width:18.686375rem;height:1.94986875rem;top:14.798177242279rem;left:0.65538203716275rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oi2Sox7PAd3E4RPempbmtHuZWZJke6i6 { width:18.2494375rem;height:4.875rem;top:17.978877544403rem;left:0.87384271621706rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FzI5LrDP69DzzqWCfoW9pBiX0Cb7JRhH { width:16.375rem;height:9.0625rem;top:26.873698234558rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TWQmJ0AWrhsFQTae4iSsbdagsCxFFW { width:19.99925rem;height:17.7495625rem;top:32.050782084465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL0MWhiz7ybrVi4Axclb8HLSSFDpRJS7 { width:17.687375rem;height:1.94986875rem;top:37.112993240356rem;left:1.1545139551162rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W { width:18.3745625rem;height:6.8125rem;top:39.720053672791rem;left:0.81018531322481rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#Q0E8P8e8OxtOFWJ8cTAIps9KD1o7210W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #lx0TeS2hoWOWHXscfZJc0vTWabgVBQUX { width:19.25rem;height:10.75rem;top:1.8717451095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02J5x9LeNHwTCBtHxmKBQMvnD5kFhRE { width:19.99925rem;height:18.43675rem;top:57.175929069519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF { width:17.436375rem;height:5.5rem;top:65.426074028012rem;left:0.65465867519381rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#PlsfJbSRpOCeTF6hrKIxaEeX80Wzn6QF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #U759qDBRpsmMSlT5y6mxFoOQlZr0tsLB { width:17.687375rem;height:1.94986875rem;top:62.176507949829rem;left:1.1545139551162rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ApMDP5memPyANe3E9pzILQKz9a9uoTJ3 { width:19.99925rem;height:15.812375rem;top:83.740602493287rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDdO6s2QoIh02eoQH7xtecf1eaWha6AC { width:17.436375rem;height:3.5625rem;top:90.552169799806rem;left:1.2803820371627rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#MDdO6s2QoIh02eoQH7xtecf1eaWha6AC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #ROqLWkdrJVUFn1Vtgo3UAdpd0CT8f3xr { width:17.687375rem;height:1.94986875rem;top:87.762447357175rem;left:1.1545139551162rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zCwnwdUXETE5JdzEFkruAG4HzuVZo1tB { width:12.375rem;height:12.375rem;top:76.5585975647rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQ4yPS9m9kgTI7HFDvqsguXFmrBTFoI { width:20rem;height:15.0625rem;top:105.97915649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT { width:18.312375rem;height:5.1875rem;top:113.67839241028rem;left:0.84201395511625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#N4ePM1tGtvJao07XbbW2fhOdfuF7VcxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #e0SVd5Jr5TTpP05ECMflXo1TeAKo0cq4 { width:9.9375rem;height:6.875rem;top:102.80114197731rem;left:9.9490827413331rem;display:block; }
 }@media only screen and (max-width: 763px) { #hepW3imFkM6CHpOACJTzDXVlHPZEhCzD { width:17.687375rem;height:1.94986875rem;top:110.60547971726rem;left:1.1545139551162rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDHePRKk8yqLKpGTUZ3hB2e5nIHQnUgD { width:11.56175rem;height:6.4995625rem;top:102.80165672303rem;left:0.49551510810852rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttC0cNpetia5GEKZUiq73OQLcUo5yoXq { width:9.25rem;height:9.25rem;top:52.175930023193rem;left:5.3725405931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SoGU0KzwTASNaaFPqbrInTUCiLBpLd { width:15.75rem;height:8.7155rem;top:29.040977478028rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC { display:block; }#t12H3wUurVLQTvzEOZ1U5F6FWrRTqQQC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flyhPUffa1IQTHZ0K77Rh8m2lTfbgqgW { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlXS6epnQAfvyq3RORUvrkliWmGe3LC { display:block; }
 }@media only screen and (max-width: 763px) { #cXDGBhlM4y8ICu6efbLK9oKE9FwrTtyn { width:14.97916625rem;height:3.10416625rem;top:6.1250009536743rem;left:2.3750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAVfaE4RVNGylS5flfPAikSJTzVR9RF { display:block; }
 }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#263e5b;display:block; }
 }@media only screen and (max-width: 763px) { #MI1FFctmWxpwtRUSlVtt4x50MgKg6332 { background-color:#ffffff;background-image:none;display:block; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { background-color: transparent; background-image: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container > .video-iframe-container { display: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row > .video-iframe-container { display: none; }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .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); }#MI1FFctmWxpwtRUSlVtt4x50MgKg6332 > .row .container { width:20rem;height:119rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvgSPlJPtNPFcLgKd2pgfs13KTU0yWRi { width:20rem;height:5.5234375rem;top:27.985027313233rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wN7GgBy2uGtgSbVIkiEwpAtvJkiXwDQh { width:20rem;height:12.4277rem;top:34.977213859558rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vOwcUHi3SztJfpTLuyVyvaOBFQryshxi { width:20rem;height:9.6660125rem;top:48.92578125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7A27O6k2JihpTZBSFIhzELE1AHy1bUd { width:20rem;height:6.90429375rem;top:61.205078601837rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UNzHztgaODgKSFXoZUgzJ28Kfm7uxxec { width:20rem;height:12.4277375rem;top:85.410807609556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMM9LTvmgyiQ0voB3ItnmN5mlXfqwGiD { width:20rem;height:6.9043rem;top:98.981120109556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8Huam7QTOtmUDaSPXtCiCFkdkCWderx { width:20rem;height:13.8086125rem;top:70.129557609556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsWzwabrxK0Q9IrWd9t1I1Vd55nHpPvI { width:20rem;height:9.66603125rem;top:107.44791793823rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #giPVBxicHyxG7t5HDiJlE1i1GxErE2NP { width:20rem;height:19.3320375rem;top:7.048828125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suSUd5RtMUxK58toFXNPonaHZganBI7O { width:20rem;height:4.14258125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { display:block; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { background-color: transparent; background-image: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .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); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { border-width: 0; border-radius: 0; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .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; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { width:20rem;height:127.4375rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { width:19.99975rem;height:14.4375rem;top:99.5rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { width:19.99975rem;height:12.0619375rem;top:74.4375rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZemG7eovL8kugE79RhAINzuiqKpgPf1g { width:19.99975rem;height:13.3116875rem;top:49.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { width:13.311625rem;height:4.63085625rem;top:67.875rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { width:12.6864375rem;height:3.0872375rem;top:80.375rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { width:0.12429rem;height:0.12429rem;top:118.5rem;left:5.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { width:15.374625rem;height:0.2494675rem;top:122.125rem;left:1.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { width:19.99975rem;height:13.3116875rem;top:12.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #STQSthFWFtlfbsS4uml3TBGT04SFy9AH { width:6.25rem;height:6.25rem;top:61rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { width:6.25rem;height:6.25rem;top:73.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { width:3.68685rem;height:3.68685rem;top:36.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { width:3.5625rem;height:3.5625rem;top:74.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { width:14.5623125rem;height:4.63085625rem;top:30.8125rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { width:15.6875rem;height:4.63085625rem;top:42.25rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { width:6.24945625rem;height:6.24945625rem;top:23.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { width:6.25rem;height:6.25rem;top:35.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPzG96a991DpVgPLUdUxiuq30iIOPer { width:3.6875rem;height:3.6875rem;top:24.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { width:3.5625rem;height:3.5625rem;top:62.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { width:19.6875rem;height:13.1241875rem;top:86.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { width:6.25rem;height:6.25rem;top:97.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { width:0.125rem;height:0.125rem;top:122.62162017823rem;left:0rem;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { width:19.99975rem;height:6.174475rem;top:104.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { width:19.99975rem;height:13.81225rem;top:112.8125rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { width:3.6875rem;height:3.6875rem;top:113.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { width:6.25rem;height:6.25rem;top:111.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { width:17.56225rem;height:6.17448125rem;top:119.1875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { width:3.68696875rem;height:3.68696875rem;top:98.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { width:20rem;height:11.6875rem;top:62.75rem;left:0rem;z-index:14994;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { width:20rem;height:12.375rem;top:37rem;left:0rem;z-index:14995;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { width:20rem;height:11.75rem;top:25.3125rem;left:0rem;z-index:14996;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { width:20rem;height:9.0625rem;top:1.49658203125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { width:19.99975rem;height:5.19921875rem;top:3.4279043674469rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:20rem;height:12.50975rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:20rem;height:7.5546875rem;top:17.838541984558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:20rem;height:3.9375rem;top:15.151000976562rem;left:-0.18684899806976rem;font-size:1.25rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { width:6.811625rem;height:7.999125rem;top:1.1865959167481rem;left:6.5932977199556rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { width:19.999125rem;height:6.497375rem;top:9.8723793029788rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { width:19.999125rem;height:2.59928125rem;top:0.62228393554688rem;left:0rem;font-size:1rem;display:block; }
 }