.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { background-color: transparent; background-image: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container > .video-iframe-container { display: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container { display: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .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); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { border-width: 0; border-radius: 0; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#kTQ5RBT52R7pWxVEldEv9fRi9kTmpWFf { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.375rem;left:61.3125rem;display:block; }
#hOzq7mgpKqWRvLxFxwRwieNLixzGtiXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lKrLzIN7pXUe3vFsvhrQtwTxcI79TGDn { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.375rem;left:69.375rem;display:block; }
#WAwTxeBnosUDnpFcc2mFgVPbaNAXaWNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LFTkWthKVAyxCZ2GUqHvoypWIumM3CfP { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.375rem;left:56.1875rem;display:block; }
#Wtm5lOl1RPmp8nIPrpC9VbyK7gEAHRC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dFSiHbHSKAyfDZc2fJOCdfUd1Z279Ud9 { position:absolute;display:block;z-index:100002;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.625rem;width:18.75rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#TPJGIdMOPROHEKByTIPfZrqsGGhqOBwV { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.0625rem;left:58.625rem;display:block; }
#yVJpJTEFmChbhLMybguR7n1cagQcQ7x7 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#KVym66EEz7xyxsBT0F8nORsADBCkmQzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qpwvu0vizdE4rafD9HMcT6o4STi0eTVZ { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#loUDmCdwxBGbiTGO0SnCNPEbRFf3DyLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G5LnEv6uxywr2xm6E88hHGrQJReqWRDS { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#gkS7wEBNTaul4hGTsBRnk1foeOOx8Tw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SDiHn5re9vrNLTz4GmrBN2Qhy8vWktxv { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:27.3125rem;height:1.13736875rem;font-style:normal;display:block; }
#lzqEdN5KbOl5xrp2VS9my98yPPVvnO6N { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.5625rem;height:1.13736875rem;font-style:normal;display:block; }
#AtvATQSaRZthKsnt7dFvAtiSOXTZLlFi { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.5rem;left:25.625rem;display:block; }
#yuXQCoqR0wu0ez8DkqQDpsEKdBOQ50fD { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.5rem;left:39rem;display:block; }
#Q6JQZlDHQiSfQQG8eurum3476ZKrt1A3 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ycPeSnHK/hero2.png");background-position: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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:10.39975rem;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; }
#qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { color:#000000;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:24.5625rem;left:0rem;height:13.5rem;display:block; }
#s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:43.9375rem;left:0rem;display:block; }
#z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:35.1875rem;top:16.125rem;left:39.659974093264rem;overflow:hidden;display:block; }
#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { 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; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { background-color: transparent; background-image: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container > .video-iframe-container { display: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container { display: none; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .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); }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { border-width: 0; border-radius: 0; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#G1LMdU88LrxpXXKQcUyrb8sm8NlqOmUR { position:absolute;display:block;z-index:100000;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.375rem;width:4.1875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { position:absolute;display:block;z-index:100001;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:1.5rem;width:7.6875rem;top:4.25rem;left:33.25rem;overflow:hidden;display:block; }
#QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { position:absolute;display:block;z-index:100002;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:1rem;width:7.375rem;top:4.5rem;left:58.8125rem;overflow:hidden;display:block; }
#THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { position:absolute;display:block;z-index:100003;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.0625rem;width:5rem;top:3.71875rem;left:43.25rem;overflow:hidden;display:block; }
#bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { position:absolute;display:block;z-index:100002;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:1.6875rem;width:5.4375rem;top:4.125rem;left:50.875rem;overflow:hidden;display:block; }
#v1JVB7Ky3tVyPLib3ceUXrxb7bIV6RGr { position:absolute;display:block;z-index:100004;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.3125rem;width:6.625rem;top:2.5625rem;left:8rem;overflow:hidden;display:block; }
#hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:13.625rem;top:4.5625rem;left:17.125rem;overflow:hidden;display:block; }
#wBOePxJktORIs6nKRQacdwlrWFNAPIle { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.625rem;top:3rem;left:67.375rem;overflow:hidden;display:block; }
#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { 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; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { background-color: transparent; background-image: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container > .video-iframe-container { display: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container { display: none; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .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); }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { border-width: 0; border-radius: 0; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { position:absolute;display:block;z-index:100000;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.375rem;width:8.0625rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { position:absolute;display:block;z-index:100001;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:10.5rem;top:2.6875rem;left:28.8125rem;overflow:hidden;display:block; }
#TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { position:absolute;display:block;z-index:100002;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.4375rem;top:2.6875rem;left:60rem;overflow:hidden;display:block; }
#Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { position:absolute;display:block;z-index:100003;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.4375rem;width:6rem;top:1.96875rem;left:41.625rem;overflow:hidden;display:block; }
#VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { position:absolute;display:block;z-index:100002;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:1.25rem;width:8.375rem;top:3.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#r7lkXzihoh8FhkHypWGTQaIbChZyI5in { position:absolute;display:block;z-index:100004;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.3125rem;width:6.5rem;top:2.03125rem;left:10.5625rem;overflow:hidden;display:block; }
#EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { position:absolute;display:block;z-index:100003;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.375rem;width:8.5rem;top:2rem;left:18.75rem;overflow:hidden;display:block; }
#V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:1.375rem;left:68.375rem;overflow:hidden;display:block; }
#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e19mbGxX/people.png");background-position: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; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.adaptive-delivery-prevent-bg, #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.lazyload, #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.lazyloading { background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:75rem;position:relative;display:block; }#CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:17rem;height:3.8997375rem;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; }
#uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:8.375rem;left:32.8125rem;display:block; }
#QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:11.8125rem;left:9.9375rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:20.5rem;left:9.9375rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#u4dZ640E4iHz0GgVvJyalb77DE86KxJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfa34;background-image:url("https://images.assets-landingi.com/ZFDBo8eu/section2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM.adaptive-delivery-prevent-bg, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyload, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyloading { background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { background-color: transparent; background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .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); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { border-width: 0; border-radius: 0; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:block; }#maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:16.96875rem;height:3.8997375rem;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; }
#BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:8rem;left:32.8125rem;display:block; }
#CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:13.65625rem;left:18.78125rem;height:22.5rem;text-align:left;text-align-last:left;display:block; }
#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { background-color: transparent; background-image: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container > .video-iframe-container { display: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container { display: none; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .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); }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { border-width: 0; border-radius: 0; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { font-size:0.875rem;font-family:arial;height:86.875rem;width:75rem;position:relative;display:block; }#CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:17.40625rem;height:3.8997375rem;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; }
#AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { position:absolute;display:block;z-index:100002;background-color:#fcfa34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:8.5625rem;left:33.25rem;display:block; }
#Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:17.59375rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:block; }
#DSx3nH1hT3JQFe0bJk2wGc5PzdOGUZR4 { position:absolute;display:block;z-index:100005;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:24.1873125rem;width:27.561875rem;top:15.310331106186rem;left:44.105907440186rem;overflow:hidden;display:block; }
#qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:51.25rem;left:37.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#itzBBNdxsgzkLFk2IDx0KLKklBtwZdg0 { position:absolute;display:block;z-index:100006;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.375rem;width:24.5625rem;top:47.6875rem;left:6.3125rem;overflow:hidden;display:block; }
#RmryI4QkibdwVullfybxrBDJxmA8BHTT { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:65.9375rem;left:7.78125rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nDzSkl3T/Mask_Group_5.png");background-position: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; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.adaptive-delivery-prevent-bg, #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.lazyload, #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.lazyloading { background-image: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { background-color: transparent; background-image: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container > .video-iframe-container { display: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row > .video-iframe-container { display: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .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); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { border-width: 0; border-radius: 0; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#Wi8UTxF2vpIMJ2KWlEAd4HRlo5KNGTc8 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:17.03125rem;height:7.7995rem;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; }
#nTT7rTvwVAcX4JG1z3CpXn49GlUBFmHO { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:15.1875rem;left:32.875rem;display:block; }
#ksqgVCA68y1IBmwMdhSrxgTdFQiU3E1v { color:#000000;display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:16.25rem;left:13.375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#WbcsgBy5SXeGn4TxyOzC4kWbVyfrIVTs { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:25.4375rem;left:0.0625rem;height:1.6875rem;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; }
#qf9CVpdtbtrkk6mCNDkEQbwzI8w33Hfh { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:30.125rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#ReHmpsFJiQsxLtue4Z9HFN3eW5TufpTM { position:absolute;display:block;z-index:100012;height:11.25rem;width:28.625rem;top:42.5625rem;left:0rem;display:block; }
#dRdsWUZ3wlyzrUC6ukEgmz6SyWUMcvFg { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:25.4375rem;left:37.5rem;height:3.375rem;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; }
#O0fGWFLUViph0mTFpnXENvp5pWVicud4 { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:30.125rem;left:37.5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#WColQvOVMiSVGcFHf8v6E48xk0Snm3gT { position:absolute;display:block;z-index:100013;height:11.25rem;width:28.625rem;top:42.5625rem;left:37.5rem;display:block; }
#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { background-color: transparent; background-image: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container > .video-iframe-container { display: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container { display: none; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .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); }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { border-width: 0; border-radius: 0; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.96875rem;height:3.8997375rem;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; }
#BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:9.125rem;left:32.8125rem;display:block; }
#ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:9.90625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.5rem;height:15.46875rem;text-align:left;text-align-last:left;display:block; }
#OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { position:absolute;display:block;z-index:100005;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:21.375rem;width:35.5rem;top:23.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#IapTCceommh6ktv1wTUnubG84obHxNeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { background-color: transparent; background-image: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container > .video-iframe-container { display: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container { display: none; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .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); }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { border-width: 0; border-radius: 0; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:1.4375rem;left:10.65625rem;height:1.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { position:absolute;display:block;z-index:100011;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.125rem;width:2.625rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:18.75rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:12.9375rem;left:18.75rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#prQARpo3sIk6XieLbfT6akM9COHAItng { position:absolute;display:block;z-index:100012;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.125rem;width:4.6875rem;top:6.8125rem;left:18.75rem;overflow:hidden;display:block; }
#IvLsnKgouJcghdTepO41pPIV8lSpvXux { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:10.9375rem;left:37.5rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XctwnHvLl7fyyQogvmA73DipCrsSknQf { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:12.9375rem;left:37.5rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { position:absolute;display:block;z-index:100013;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.125rem;width:2.8125rem;top:6.8125rem;left:37.5rem;overflow:hidden;display:block; }
#bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:56.25rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GadAbiSsu6kBxO2vzJegqn4kGMugCTet { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:12.9375rem;left:56.25rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { position:absolute;display:block;z-index:100014;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.125rem;width:2.6875rem;top:6.8125rem;left:56.25rem;overflow:hidden;display:block; }
#zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:34.5rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:36.5625rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { position:absolute;display:block;z-index:100012;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.125rem;width:2.1875rem;top:30.375rem;left:0rem;overflow:hidden;display:block; }
#kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:34.5rem;left:18.75rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:36.5625rem;left:18.75rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { position:absolute;display:block;z-index:100013;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.125rem;width:2.1875rem;top:30.375rem;left:18.75rem;overflow:hidden;display:block; }
#rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:34.5rem;left:37.5rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:36.5625rem;left:37.5rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { position:absolute;display:block;z-index:100014;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.125rem;width:2.125rem;top:30.375rem;left:37.5rem;overflow:hidden;display:block; }
#egFBAwDKXit5UEc23KDSinsp3KOzHeXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { background-color: transparent; background-image: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container > .video-iframe-container { display: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container { display: none; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .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); }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { border-width: 0; border-radius: 0; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:16.96875rem;height:3.8997375rem;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; }
#mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:7.6875rem;left:32.8125rem;display:block; }
#k6W4F8sX1w605iPLBFnTB8ih011f6omZ { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:10.3125rem;left:9.90625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:30.625rem;left:2.65625rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:32.90625rem;left:2.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#mFANVl34QTntWMIbMdEkndotM91T8LTK { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:17.5rem;left:2.5625rem;overflow:hidden;display:block; }
#Obyk46rgeR238MW3BIE5hxoRNy1Azobp { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:30.625rem;left:27.65625rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:32.90625rem;left:27.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#nOVP11vphBJmItotZvAbmDxLTHnKuARA { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.75rem;top:17.5rem;left:27.5625rem;overflow:hidden;display:block; }
#uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:30.625rem;left:52.65625rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFPbnTSCXPHs3J0I76weEtiy879dRHlk { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:32.90625rem;left:51.875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.75rem;top:17.5rem;left:52.625rem;overflow:hidden;display:block; }
#TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:52.125rem;left:2.9375rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HATS8132UtAEiMkD9Nva3ZUniQFAW16A { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:54.25rem;left:2.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.75rem;top:38.9375rem;left:2.875rem;overflow:hidden;display:block; }
#a4J8WTkTxJT17sJnP77kumfxd47nqT2T { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:52.125rem;left:27.9375rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { color:#000000;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:54.25rem;left:27.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.75rem;top:39rem;left:27.9375rem;overflow:hidden;display:block; }
#XmMozWncIXW2n6vLliumlnqHk7bl5wTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { background-color: transparent; background-image: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container > .video-iframe-container { display: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container { display: none; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .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); }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { border-width: 0; border-radius: 0; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;position:relative;display:block; }#Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:21.0625rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:23.0625rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { position:absolute;display:block;z-index:100011;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.125rem;width:3.125rem;top:16.9375rem;left:0rem;overflow:hidden;display:block; }
#DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:21.0625rem;left:18.75rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:18.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { position:absolute;display:block;z-index:100012;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.125rem;width:2.4375rem;top:16.9375rem;left:18.75rem;overflow:hidden;display:block; }
#wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:21.0625rem;left:37.5rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:23.0625rem;left:37.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { position:absolute;display:block;z-index:100013;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.125rem;width:3.1875rem;top:16.9375rem;left:37.5rem;overflow:hidden;display:block; }
#cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:21.0625rem;left:56.25rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:23.0625rem;left:56.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { position:absolute;display:block;z-index:100014;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:1.9375rem;width:4.1875rem;top:17.5625rem;left:56.25rem;overflow:hidden;display:block; }
#tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:35.125rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:37.1875rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#veksiAM061ry5tG0P1aEATaslx79QRZ3 { position:absolute;display:block;z-index:100012;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:3.75rem;top:31rem;left:0rem;overflow:hidden;display:block; }
#BQpRUpffTPTALdiitko9KiW9Q6GdBItn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:35.125rem;left:18.75rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:37.1875rem;left:18.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { position:absolute;display:block;z-index:100013;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.125rem;width:2.625rem;top:31rem;left:18.75rem;overflow:hidden;display:block; }
#JigLf9pM3Zh75TTNlzlpBUwttDSJaHCx { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:35.125rem;left:37.5rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fK432R50ywGSK5lvi6vDhiOmd9DulXIp { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:37.1875rem;left:37.5rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoUcyWdW2fC6CwyUg3284yhX4tFMfdlf { position:absolute;display:block;z-index:100014;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.125rem;width:1.75rem;top:31rem;left:37.5rem;overflow:hidden;display:block; }
#XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.96875rem;height:3.8997375rem;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; }
#yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:6.875rem;left:32.8125rem;display:block; }
#EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:10.5rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:46.75rem;left:0rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fdff;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; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container { background-color: transparent; background-image: none; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container > .video-iframe-container { display: none; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row > .video-iframe-container { display: none; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .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); }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container { border-width: 0; border-radius: 0; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#kDtxzGnWllXOtc1gJn6KzKNDKi2PwuFQ { color:#000000;display:block;width:29.8123125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:2.924475rem;font-style:normal;display:block; }
#MckI4n9oKwqmiKBZClTLIf75LtApMes9 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:22.0625rem;left:0rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZPUT4tO1TnAnMkGv1f0WqgTNkwWOZHG { color:#000000;display:block;width:29.8123125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:6.82425rem;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; }
#NN3v5OSlRLJ02CTaTHh4DJdbrqQIRPaH { position:absolute;display:block;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:9.375rem;top:15.75rem;left:0rem;display:block; }
#QvqVPbP3oGheRN4OBflc5DicPbmvmBdW { position:absolute;display:block;z-index:100000;background-color:#fcfa34;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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:28.499375rem;width:24.249125rem;top:4.9375rem;left:44.0625rem;display:block; }
#o8dZhwxrVOurcBvJw2059PlVkSx4w74Q { position:absolute;display:block;z-index:100013;height:23.5625rem;width:19.4375rem;top:7.6796875rem;left:46.4677734375rem;display:block; }
#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wMiagwsm/footer.png");background-position: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; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.adaptive-delivery-prevent-bg, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyload, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyloading { background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { background-color: transparent; background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .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); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { border-width: 0; border-radius: 0; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:46.5625rem;height:2.2747375rem;text-align:right;text-align-last:right;display:block; }
#C2TgTIntcE9eLN1hDzsALHslNT7heSwg { position:absolute;display:block;z-index:100001;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.4375rem;width:15.625rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA { display:block; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTQ5RBT52R7pWxVEldEv9fRi9kTmpWFf { width:8.125rem;height:1.6875rem;top:1.375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOzq7mgpKqWRvLxFxwRwieNLixzGtiXM { display:block; }
 }@media only screen and (max-width: 763px) { #lKrLzIN7pXUe3vFsvhrQtwTxcI79TGDn { width:5.625rem;height:1.6875rem;top:1.375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwTxeBnosUDnpFcc2mFgVPbaNAXaWNE { display:block; }
 }@media only screen and (max-width: 763px) { #LFTkWthKVAyxCZ2GUqHvoypWIumM3CfP { width:5.125rem;height:1.6875rem;top:1.375rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtm5lOl1RPmp8nIPrpC9VbyK7gEAHRC9 { display:block; }
 }@media only screen and (max-width: 763px) { #dFSiHbHSKAyfDZc2fJOCdfUd1Z279Ud9 { top:0.9375rem;left:0rem;width:18.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJGIdMOPROHEKByTIPfZrqsGGhqOBwV { top:3.0625rem;left:45rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVJpJTEFmChbhLMybguR7n1cagQcQ7x7 { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVym66EEz7xyxsBT0F8nORsADBCkmQzM { display:block; }
 }@media only screen and (max-width: 763px) { #qpwvu0vizdE4rafD9HMcT6o4STi0eTVZ { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #loUDmCdwxBGbiTGO0SnCNPEbRFf3DyLx { display:block; }
 }@media only screen and (max-width: 763px) { #G5LnEv6uxywr2xm6E88hHGrQJReqWRDS { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkS7wEBNTaul4hGTsBRnk1foeOOx8Tw0 { display:block; }
 }@media only screen and (max-width: 763px) { #SDiHn5re9vrNLTz4GmrBN2Qhy8vWktxv { top:1.6875rem;left:13.6875rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzqEdN5KbOl5xrp2VS9my98yPPVvnO6N { top:1.6875rem;left:26.9375rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvATQSaRZthKsnt7dFvAtiSOXTZLlFi { top:1.5rem;left:12rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXQCoqR0wu0ez8DkqQDpsEKdBOQ50fD { top:1.5rem;left:25.375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6JQZlDHQiSfQQG8eurum3476ZKrt1A3 { display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { top:11.8125rem;left:0rem;width:29.8125rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { top:24.5625rem;left:0rem;width:32.375rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { width:13.125rem;height:3.4375rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block; }
 }@media only screen and (max-width: 763px) { #Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { top:16.125rem;left:10.6875rem;width:35.1875rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { display:block; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1LMdU88LrxpXXKQcUyrb8sm8NlqOmUR { top:2.5625rem;left:0rem;width:4.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { top:4.25rem;left:16.1875rem;width:7.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { top:4.5rem;left:35.8125rem;width:7.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { top:3.6875rem;left:26.21875rem;width:5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { top:4.125rem;left:30.375rem;width:5.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1JVB7Ky3tVyPLib3ceUXrxb7bIV6RGr { top:2.5625rem;left:4.59375rem;width:6.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { top:4.5625rem;left:0rem;width:13.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOePxJktORIs6nKRQacdwlrWFNAPIle { top:3rem;left:40.125rem;width:7.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { display:block; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { top:2.5rem;left:0rem;width:8.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { top:2.6875rem;left:13.375rem;width:10.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { top:2.6875rem;left:36.15625rem;width:6.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { top:1.9375rem;left:24.59375rem;width:6rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { top:3.5625rem;left:27.4375rem;width:8.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lkXzihoh8FhkHypWGTQaIbChZyI5in { top:2rem;left:5.4375rem;width:6.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { top:2rem;left:11.9375rem;width:8.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { top:1.375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { display:block; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { top:3.3125rem;left:3.375rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { top:8.375rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { top:11.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { top:20.5rem;left:0rem;width:47.75rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4dZ640E4iHz0GgVvJyalb77DE86KxJM { display:block; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { top:3.4375rem;left:3.34375rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { top:8rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { top:13.625rem;left:0rem;width:47.75rem;height:24.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { display:block; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { top:3.8125rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { top:8.5625rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { top:17.5625rem;left:0rem;width:40.125rem;height:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSx3nH1hT3JQFe0bJk2wGc5PzdOGUZR4 { top:15.25rem;left:20.1875rem;width:27.5rem;height:24.133013220254rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { top:51.25rem;left:10.25rem;width:37.5rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itzBBNdxsgzkLFk2IDx0KLKklBtwZdg0 { top:47.6875rem;left:0rem;width:24.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmryI4QkibdwVullfybxrBDJxmA8BHTT { top:65.9375rem;left:0rem;width:47.75rem;height:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw { display:block; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wi8UTxF2vpIMJ2KWlEAd4HRlo5KNGTc8 { top:5.9375rem;left:0rem;width:41.0625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT7rTvwVAcX4JG1z3CpXn49GlUBFmHO { top:15.1875rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksqgVCA68y1IBmwMdhSrxgTdFQiU3E1v { top:16.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcsgBy5SXeGn4TxyOzC4kWbVyfrIVTs { top:25.4375rem;left:0rem;width:31.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9CVpdtbtrkk6mCNDkEQbwzI8w33Hfh { top:30.125rem;left:0rem;width:31.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReHmpsFJiQsxLtue4Z9HFN3eW5TufpTM { top:42.5625rem;left:0rem;width:28.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdsWUZ3wlyzrUC6ukEgmz6SyWUMcvFg { top:25.4375rem;left:16.5625rem;width:31.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fGWFLUViph0mTFpnXENvp5pWVicud4 { top:30.125rem;left:16.5625rem;width:31.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WColQvOVMiSVGcFHf8v6E48xk0Snm3gT { top:42.5625rem;left:19.125rem;width:28.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { display:block; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { top:4.5rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { top:9.125rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { top:12.3125rem;left:0rem;width:47.75rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { top:23.1875rem;left:10.3125rem;width:37.4375rem;height:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { top:23.1875rem;left:0rem;width:35.5rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapTCceommh6ktv1wTUnubG84obHxNeT { display:block; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { top:1.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { top:10.9375rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { top:12.9375rem;left:0rem;width:16rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { top:6.8125rem;left:0rem;width:2.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { top:10.9375rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { top:12.9375rem;left:6.6875rem;width:17.1875rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQARpo3sIk6XieLbfT6akM9COHAItng { top:6.8125rem;left:11.9375rem;width:4.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLsnKgouJcghdTepO41pPIV8lSpvXux { top:10.9375rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctwnHvLl7fyyQogvmA73DipCrsSknQf { top:12.9375rem;left:18.625rem;width:17.1875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { top:6.8125rem;left:23.875rem;width:2.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { top:10.9375rem;left:34.25rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GadAbiSsu6kBxO2vzJegqn4kGMugCTet { top:12.9375rem;left:30.5625rem;width:17.1875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { top:6.8125rem;left:35.8125rem;width:2.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { top:34.5rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { top:36.5625rem;left:0rem;width:16rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { top:30.375rem;left:0rem;width:2.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { top:34.5rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { top:36.5625rem;left:7.875rem;width:16rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { top:30.375rem;left:11.9375rem;width:2.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { top:34.5rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { top:36.5625rem;left:19.8125rem;width:16rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { top:30.375rem;left:23.875rem;width:2.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFBAwDKXit5UEc23KDSinsp3KOzHeXw { display:block; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { top:2.8125rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { top:7.6875rem;left:19.125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6W4F8sX1w605iPLBFnTB8ih011f6omZ { top:10.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { top:30.625rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { top:32.875rem;left:0rem;width:20.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFANVl34QTntWMIbMdEkndotM91T8LTK { top:17.5rem;left:0rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obyk46rgeR238MW3BIE5hxoRNy1Azobp { top:30.625rem;left:12.0625rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { top:32.875rem;left:11.5rem;width:20.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVP11vphBJmItotZvAbmDxLTHnKuARA { top:17.5rem;left:11.875rem;width:19.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { top:30.625rem;left:27.9375rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPbnTSCXPHs3J0I76weEtiy879dRHlk { top:32.875rem;left:26.375rem;width:21.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { top:17.5rem;left:27.875rem;width:19.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { top:52.125rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATS8132UtAEiMkD9Nva3ZUniQFAW16A { top:54.25rem;left:0rem;width:20.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { top:38.9375rem;left:0rem;width:19.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4J8WTkTxJT17sJnP77kumfxd47nqT2T { top:52.125rem;left:12.0625rem;width:19.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { top:54.25rem;left:11.5rem;width:20.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { top:39rem;left:12rem;width:19.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMozWncIXW2n6vLliumlnqHk7bl5wTB { display:block; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { top:21.0625rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { top:23.0625rem;left:0rem;width:16rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { top:16.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { top:21.0625rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { top:23.0625rem;left:6.6875rem;width:17.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { top:16.9375rem;left:11.9375rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { top:21.0625rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { top:23.0625rem;left:18.625rem;width:17.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { top:16.9375rem;left:23.875rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { top:21.0625rem;left:34.25rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { top:23.0625rem;left:30.5625rem;width:17.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { top:17.5625rem;left:35.8125rem;width:4.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { top:35.125rem;left:0rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { top:37.1875rem;left:0rem;width:16rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veksiAM061ry5tG0P1aEATaslx79QRZ3 { top:31rem;left:0rem;width:3.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpRUpffTPTALdiitko9KiW9Q6GdBItn { top:35.125rem;left:10.375rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { top:37.1875rem;left:7.875rem;width:16rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { top:31rem;left:11.9375rem;width:2.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JigLf9pM3Zh75TTNlzlpBUwttDSJaHCx { top:35.125rem;left:22.3125rem;width:13.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK432R50ywGSK5lvi6vDhiOmd9DulXIp { top:37.1875rem;left:19.8125rem;width:16rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUcyWdW2fC6CwyUg3284yhX4tFMfdlf { top:31rem;left:23.875rem;width:1.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { top:2.25rem;left:0rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { top:6.875rem;left:14.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { top:10.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { top:46.75rem;left:0rem;width:47.75rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH { display:block; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDtxzGnWllXOtc1gJn6KzKNDKi2PwuFQ { top:18rem;left:0rem;width:29.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MckI4n9oKwqmiKBZClTLIf75LtApMes9 { top:22rem;left:0rem;width:18.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZPUT4tO1TnAnMkGv1f0WqgTNkwWOZHG { top:8.1875rem;left:0rem;width:29.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN3v5OSlRLJ02CTaTHh4DJdbrqQIRPaH { top:15.75rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvqVPbP3oGheRN4OBflc5DicPbmvmBdW { top:4.9375rem;left:23.5625rem;width:24.1875rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8dZhwxrVOurcBvJw2059PlVkSx4w74Q { top:7.625rem;left:26.0302734375rem;width:19.4375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { display:block; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { top:10.4375rem;left:19.3125rem;width:28.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2TgTIntcE9eLN1hDzsALHslNT7heSwg { top:8.1875rem;left:0rem;width:15.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA { position:relative;z-index:auto;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; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { background-color: transparent; background-image: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container > .video-iframe-container { display: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container { display: none; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .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); }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { border-width: 0; border-radius: 0; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTlRCwTdD3lwWd2MrwpSzKXctr02h1pA > .row .container { width:20rem;height:20.061859130859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTQ5RBT52R7pWxVEldEv9fRi9kTmpWFf { width:6.875rem;height:2.5rem;top:8.4375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOzq7mgpKqWRvLxFxwRwieNLixzGtiXM { display:block; }
 }@media only screen and (max-width: 763px) { #lKrLzIN7pXUe3vFsvhrQtwTxcI79TGDn { width:4.8125rem;height:2.5rem;top:8.4375rem;left:13.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwTxeBnosUDnpFcc2mFgVPbaNAXaWNE { display:block; }
 }@media only screen and (max-width: 763px) { #LFTkWthKVAyxCZ2GUqHvoypWIumM3CfP { width:5.9375rem;height:1.75rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wtm5lOl1RPmp8nIPrpC9VbyK7gEAHRC9 { display:block; }
 }@media only screen and (max-width: 763px) { #dFSiHbHSKAyfDZc2fJOCdfUd1Z279Ud9 { width:17.5rem;height:2.4375rem;top:0.8125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPJGIdMOPROHEKByTIPfZrqsGGhqOBwV { width:0.625rem;height:0.625rem;top:3.0625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVJpJTEFmChbhLMybguR7n1cagQcQ7x7 { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #KVym66EEz7xyxsBT0F8nORsADBCkmQzM { display:block; }
 }@media only screen and (max-width: 763px) { #qpwvu0vizdE4rafD9HMcT6o4STi0eTVZ { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #loUDmCdwxBGbiTGO0SnCNPEbRFf3DyLx { display:block; }
 }@media only screen and (max-width: 763px) { #G5LnEv6uxywr2xm6E88hHGrQJReqWRDS { width:6.25rem;height:2.5rem;top:8.4375rem;left:13.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #gkS7wEBNTaul4hGTsBRnk1foeOOx8Tw0 { display:block; }
 }@media only screen and (max-width: 763px) { #SDiHn5re9vrNLTz4GmrBN2Qhy8vWktxv { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzqEdN5KbOl5xrp2VS9my98yPPVvnO6N { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtvATQSaRZthKsnt7dFvAtiSOXTZLlFi { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXQCoqR0wu0ez8DkqQDpsEKdBOQ50fD { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6JQZlDHQiSfQQG8eurum3476ZKrt1A3 { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:100008;background-color:#000000;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ycPeSnHK/hero2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqklkd51DyiKKXFr3dy0MBar2iXFHAtD { width:20rem;height:5.1974875rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWIbdHvdkpSphPzZFNLBQXlmIl5G6Kh { width:20rem;height:24.010375rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s40SRMhU2oCB19ZmoifyAAu6bgLX3TFW { width:13.125rem;height:3.4375rem;top:34.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zE4MhTyzHa2UTDECqTPPdhHmk1thNX { display:block; }
 }@media only screen and (max-width: 763px) { #Gnvd2TGzkQ8OcaDqVGACkRUBG8nTplAy { width:20rem;height:19.6074375rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD { display:block; }#d4qI6L8Fc3cMLvX6weT2D0qavziQ8SOD > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1LMdU88LrxpXXKQcUyrb8sm8NlqOmUR { width:4.1875rem;height:4.375rem;top:2.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNHhlGOBqkzngJvfDPKo4kiGJcZ4wJ8r { width:7.6875rem;height:1.5rem;top:7.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QErSu6gzTIiE9ICpyqmp70ByGD37rGSl { width:7.375rem;height:1rem;top:12.21875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyJzoX3iwRzfvoT5fRQe89GkhLXvn7T { width:5rem;height:2.0625rem;top:7.59375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxSKQHAi3uPmxOvnOnvmDz9PtD9qlW2 { width:5.4375rem;height:1.6875rem;top:11.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1JVB7Ky3tVyPLib3ceUXrxb7bIV6RGr { width:6.625rem;height:4.3125rem;top:2.21875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKw88zsnS29e3XMpnoTqUQGGni6ztuOd { width:9.375rem;height:0.4375rem;top:16.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOePxJktORIs6nKRQacdwlrWFNAPIle { width:7.625rem;height:3.625rem;top:14.34375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo { display:block; }#wFb4tAK0x7Dmcwv5rP5BxuXrmMOdiTqo > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKX1HqccROy5AnSCvH2OeRZOZwTDN44n { width:6.3125rem;height:2.625rem;top:1.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MkaGwPHJHW1yK8y4uVN2hBU2HFMX8o { width:8.0625rem;height:2.3125rem;top:6.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHcBylXrBPcFMPhp4saa9SHbbsy7SFZ { width:6.1875rem;height:2.875rem;top:10.21875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovnfz1TAGBS3qVNdgTTyT3Un5rcSWe7g { width:5.5625rem;height:4.125rem;top:5.65625rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSQVJOxmtL0isu5dHRIrz4JeQxdfWwU8 { width:8.375rem;height:1.25rem;top:11.03125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lkXzihoh8FhkHypWGTQaIbChZyI5in { width:6.5rem;height:4.3125rem;top:0.96875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsICn4bC3sfMeFf8UMXTmTv4thyxVkfS { width:7.75rem;height:4.125rem;top:14.875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q4R1vZUfCVI7VBkzdxfQLRiTbAzpdC { width:5.625rem;height:5.625rem;top:14.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lmVepNmo/mobile_1.jpg");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; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.adaptive-delivery-prevent-bg, #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.lazyload, #G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw.lazyloading { background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { background-color: transparent; background-image: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { display: none; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .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); }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { border-width: 0; border-radius: 0; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QLn9hJeLcnHbfsrAoC6meUgqR4hlIw > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiHcpecc4G7mf3yADAp3EvPTskPJQHNM { width:20rem;height:5.19748125rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHEooCFgusxEFLTNDpDCvCqyPHR64DJT { width:9.375rem;height:0.125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpTNHvgVw9lde8J7Lo4Qen6g4aS5JMP { width:20rem;height:14.0625rem;top:11.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGOnKpPA8wy5BrZMZhto9tBhffBwDPp8 { width:20rem;height:23.90625rem;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4dZ640E4iHz0GgVvJyalb77DE86KxJM { background-color:#fcfa34;background-image:url("https://images.assets-landingi.com/XvD7Yuu1/mobile_2.jpg");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; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM.adaptive-delivery-prevent-bg, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyload, #u4dZ640E4iHz0GgVvJyalb77DE86KxJM.lazyloading { background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { background-color: transparent; background-image: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { display: none; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .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); }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { border-width: 0; border-radius: 0; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4dZ640E4iHz0GgVvJyalb77DE86KxJM > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maHHVVFdHJvGCv3EOTORACB8kPfFrbCK { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BEPfXT9ZvCFG4bxM3JgOXpnZFTVVEnGT { width:9.375rem;height:0.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIenxX82Klla0C9aqJ5b4K4s0ki3HiIg { width:20rem;height:57.65625rem;top:9.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk55X2MaxO3kwSTTTVo7qasKy6U84hTU { display:block; }#gk55X2MaxO3kwSTTTVo7qasKy6U84hTU > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZxWVJ3BrIWrXDITuHfOI70Qf6U38cWQ { width:20rem;height:5.19748125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZtgTy9X550TSe1Xvf6v4I6xEKskWWo0 { width:9.375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1ioTiXGXui7ggtRxTZTvop8tFoTRFk { width:20rem;height:43.59375rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSx3nH1hT3JQFe0bJk2wGc5PzdOGUZR4 { width:20rem;height:17.5rem;top:55.374351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUcfw3T5zoBdLSUT1UlElS2y8Ah986p { width:20rem;height:14.0625rem;top:75.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itzBBNdxsgzkLFk2IDx0KLKklBtwZdg0 { width:19.875rem;height:10rem;top:90.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmryI4QkibdwVullfybxrBDJxmA8BHTT { width:20rem;height:36.5625rem;top:104.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nDzSkl3T/Mask_Group_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.adaptive-delivery-prevent-bg, #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.lazyload, #wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw.lazyloading { background-image: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { background-color: transparent; background-image: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container > .video-iframe-container { display: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row > .video-iframe-container { display: none; }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .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); }#wUiyr4UW2pPyXlQRIMmvVRLOdqThamHw > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wi8UTxF2vpIMJ2KWlEAd4HRlo5KNGTc8 { width:20rem;height:7.79625rem;top:12.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTT7rTvwVAcX4JG1z3CpXn49GlUBFmHO { width:9.375rem;height:0.125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksqgVCA68y1IBmwMdhSrxgTdFQiU3E1v { width:20rem;height:8.4375rem;top:22.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WbcsgBy5SXeGn4TxyOzC4kWbVyfrIVTs { width:20rem;height:3.375rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9CVpdtbtrkk6mCNDkEQbwzI8w33Hfh { width:20rem;height:16.5071875rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReHmpsFJiQsxLtue4Z9HFN3eW5TufpTM { width:20rem;height:11.25rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdsWUZ3wlyzrUC6ukEgmz6SyWUMcvFg { width:20rem;height:5.0625rem;top:71.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fGWFLUViph0mTFpnXENvp5pWVicud4 { width:20rem;height:13.505875rem;top:78rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WColQvOVMiSVGcFHf8v6E48xk0Snm3gT { width:20rem;height:11.25rem;top:92.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 { display:block; }#VTDkf0BOnlHSzlRJLZp9Zc29WX3D2rA6 > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCL5VgdcMxUZEBOWoPe0GCMqXnuqwcC9 { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNSAohH44SEZNfMamLx9o9vuh7CMTgb1 { width:9.375rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPJiLw5NECEuJAn5Ik4BuM0rnAuXnFy { width:20rem;height:16.875rem;top:9rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPs59MaxNsxffwz8Ks5A9flpJ9wiPT46 { width:20rem;height:29.53125rem;top:43.1669921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPAKTkw1SeTOt0av17dZdWsGQZcdraI { width:20rem;height:12.042rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapTCceommh6ktv1wTUnubG84obHxNeT { display:block; }#IapTCceommh6ktv1wTUnubG84obHxNeT > .row .container { width:20rem;height:141.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8wLpDhn76UnfpU0pHVD57NGFSWUmHP { width:20rem;height:4.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JRN8JfGeHSx4aaytLqEv7lzKgst4JooS { width:13.5rem;height:1.50065rem;top:10.6875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcOUkfPxOiBmd13l5MHEHVddvT1GCzWb { width:16rem;height:7.871125rem;top:12.6875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6hazZrwHQxwPPfRZtxPpvyceAXZaBD { width:2.625rem;height:3.125rem;top:6.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKGNOukfNNlBFtrsB5wB6MxQqtkl5Hk { width:13.5rem;height:1.50065rem;top:43.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2i0o59o49bty1ZKq3M9rdmp6Os2RTxD { width:17.1875rem;height:13.1185rem;top:46.375rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #prQARpo3sIk6XieLbfT6akM9COHAItng { width:4.6875rem;height:3.125rem;top:39.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLsnKgouJcghdTepO41pPIV8lSpvXux { width:13.5rem;height:1.50065rem;top:93.1875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XctwnHvLl7fyyQogvmA73DipCrsSknQf { width:17.1875rem;height:10.4948125rem;top:95.5625rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWtXLrJfDodJn5vpicQPtTS8BzQSMDsF { width:2.8125rem;height:3.125rem;top:89.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS18QOinf9kOZxM6WySo3yOVp6bEVcSs { width:13.5rem;height:1.50065rem;top:130.5625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GadAbiSsu6kBxO2vzJegqn4kGMugCTet { width:17.1875rem;height:6.55925rem;top:132.875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqwWp9BtXk83cW8RCIms3ySRe51D8mo { width:2.6875rem;height:3.125rem;top:126.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxdM2W7kDJKgeQJT0wT3S9P2JH7s8KbT { width:13.5rem;height:1.50065rem;top:28.0625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlsiUpV2i4hf5ceTWdfuP890Ok8wUbMf { width:16rem;height:6.55925rem;top:30.625rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R8XLw6NAAUlBAQ7WCETgtQQ1WGwS7TMy { width:2.1875rem;height:3.125rem;top:24.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqyZhT8lKfGCZBGChMBTPqTAVbgDG86 { width:13.5rem;height:1.50065rem;top:66.1875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTyoJDnJwkuNlHhRF2Hf4rkX0UtGPf09 { width:16rem;height:18.365875rem;top:68.6875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewVZpHAdA7QJ4RheQ79XWzkzNp9hHPRE { width:2.1875rem;height:3.125rem;top:61.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0QrAne8OR5EZTU3qZFlwKdcUR3mNaI { width:13.5rem;height:1.50065rem;top:111.9375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeNhyQX2TUH8eNxf4aTiavw1yFzMkbwC { width:16rem;height:10.4948125rem;top:114.25rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R442ylDq2lZgLZ1sNbaOpkmfJWL4ZX2H { width:2.125rem;height:3.125rem;top:108.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFBAwDKXit5UEc23KDSinsp3KOzHeXw { display:block; }#egFBAwDKXit5UEc23KDSinsp3KOzHeXw > .row .container { width:20rem;height:126.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgvUlmOymZ57DoPlAAeI8KKtVR0xhTq { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCiRvzcLDVQNKP3l6yDog1C9vvnIqxo1 { width:9.375rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6W4F8sX1w605iPLBFnTB8ih011f6omZ { width:20rem;height:7.03125rem;top:8.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwv65JFqIQ6QK6yMQNPCV0dNLqZy9Th { width:19.6875rem;height:1.50065rem;top:30.25rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pz9tTSTT5buIokJNrME5Arv7Wd94bL6C { width:20rem;height:2.6237rem;top:33rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFANVl34QTntWMIbMdEkndotM91T8LTK { width:19.875rem;height:13.1875rem;top:16.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obyk46rgeR238MW3BIE5hxoRNy1Azobp { width:20rem;height:1.50065rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4mfBs7U2EwisGOyiGOuaT6zyTbsdCV { width:20rem;height:2.6237rem;top:54.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVP11vphBJmItotZvAbmDxLTHnKuARA { width:19.75rem;height:13.1875rem;top:37.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFgI0GvxbkyOVQb44CdDXxBNDn3qlBb { width:19.6875rem;height:1.50065rem;top:72.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPbnTSCXPHs3J0I76weEtiy879dRHlk { width:20rem;height:3.93555rem;top:75.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDCmZQ4ltllNKleKiInhI92wNvh9QMl { width:19.75rem;height:13.125rem;top:58.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUKQIDbt5EMq2NMflr6C9hChFbZgD9ln { width:20rem;height:1.50065rem;top:95.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATS8132UtAEiMkD9Nva3ZUniQFAW16A { width:20rem;height:3.93555rem;top:98rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiiDIM07kRaiJZ9qumTePMAmd2IxE62q { width:19.75rem;height:13.1875rem;top:81.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4J8WTkTxJT17sJnP77kumfxd47nqT2T { width:20rem;height:1.50065rem;top:117.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7rtnwSdrqHir8uTkSZJQeKQ24TRopB { width:20rem;height:3.93555rem;top:120.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFE4AXEaLytRBsRakJWk8ccr4tqJqzit { width:19.75rem;height:13.125rem;top:103.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMozWncIXW2n6vLliumlnqHk7bl5wTB { display:block; }#XmMozWncIXW2n6vLliumlnqHk7bl5wTB > .row .container { width:20rem;height:163.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3Wag6TpEfip5RFsELHNCE5PIElea9T { width:13.5rem;height:1.50065rem;top:21.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWTH5dfycgHfgB9sFW3G5DZ31kAHKAD { width:16rem;height:2.6237rem;top:24.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLZJDiGGeOP610TgaovuvOMsIHmK6kN { width:3.125rem;height:3.125rem;top:17.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXp9MRPJvLfSeZrJDnwPTbegJTOLQKq4 { width:13.5rem;height:1.50065rem;top:33.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FMIH4mvt33WGm7vrgeTOC7oJtuP8JX { width:17.1875rem;height:2.6237rem;top:36.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMa6sC1d942ZTHADxALpkRIlAPzcbfu { width:2.4375rem;height:3.125rem;top:29.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAO168eCNhJ1yV6dlSkubOCCNh3P0w9 { width:13.5rem;height:1.50065rem;top:45.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ORTgkxfIn4drivi3DGwNP30y1HaA56 { width:17.1875rem;height:1.3125rem;top:48.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQg9Q5rSTU46mzFOkquI7B2cHPfZgwc { width:3.1875rem;height:3.125rem;top:41.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhDJVn05z4q4rTUcE498HGwOlKtHy3z { width:13.5rem;height:1.50065rem;top:56.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPbdqKGn6ASZytRiQ9HGTmrd5LkTgHB { width:17.1875rem;height:3.93555rem;top:58.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7Eam8rwvQBNzwPS04lfeQl7rmUT6W3 { width:4.1875rem;height:1.9375rem;top:53.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm96aoD1OqZ0SqDJbIWwF5oauF7LyoKd { width:13.5rem;height:1.50065rem;top:68.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Xx9tX22GKmDxLCw2LtLwqpZceHe6ho { width:16rem;height:5.24739375rem;top:71.5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veksiAM061ry5tG0P1aEATaslx79QRZ3 { width:3.75rem;height:2.8125rem;top:65.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpRUpffTPTALdiitko9KiW9Q6GdBItn { width:13.5rem;height:1.50065rem;top:83.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxB80vkKXHJM1pGlu0BzqeHSh2HH7ih { width:16rem;height:3.93555rem;top:85.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFX9GcpHvxaoEKnqIIbyCZy5Tn6UBE5 { width:2.625rem;height:3.125rem;top:79rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JigLf9pM3Zh75TTNlzlpBUwttDSJaHCx { width:13.5rem;height:1.50065rem;top:96.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK432R50ywGSK5lvi6vDhiOmd9DulXIp { width:16rem;height:3.93555rem;top:98.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUcyWdW2fC6CwyUg3284yhX4tFMfdlf { width:1.75rem;height:3.125rem;top:92.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ifo4BXTT78ztH2kZ2V3B6TnXnoHJ2 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yPfOQv0xaKF85ODEUVaEgRXGfvT6FpVP { width:9.375rem;height:0.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTtLMGU2188wcaBoTTi6AZ8M7fxJm9O { width:20rem;height:7.03125rem;top:8.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5G6eZp4B4uVThTHS2Byz3PO8EB9Gh5D { width:20rem;height:29.53125rem;top:106.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH { display:block; }#TWToiCOfkKVzt4IJh2AHdyLTJ0DaycSH > .row .container { width:20rem;height:75.999572753906rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDtxzGnWllXOtc1gJn6KzKNDKi2PwuFQ { width:20rem;height:2.92535rem;top:11.51975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MckI4n9oKwqmiKBZClTLIf75LtApMes9 { width:18.2498125rem;height:3.20095625rem;top:15.621745586395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZPUT4tO1TnAnMkGv1f0WqgTNkwWOZHG { width:17.061625rem;height:7.79625rem;top:1.3747825622559rem;left:1.4680989384651rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NN3v5OSlRLJ02CTaTHh4DJdbrqQIRPaH { width:9.375rem;height:0.0625rem;top:10.20725rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvqVPbP3oGheRN4OBflc5DicPbmvmBdW { width:20rem;height:28.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8dZhwxrVOurcBvJw2059PlVkSx4w74Q { width:19.4375rem;height:23.5625rem;top:51.187072753906rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 { background-color:transparent;background-image:url("https://images.assets-landingi.com/wMiagwsm/footer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.adaptive-delivery-prevent-bg, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyload, #o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63.lazyloading { background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { background-color: transparent; background-image: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row > .video-iframe-container { display: none; }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .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); }#o2wSbrfJ3ZCByVlKZGSPomLLOnL7NZ63 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaFUzevQToAmR4Sd1Doa8piDw6IeWNff { width:20rem;height:2.92318125rem;top:7.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2TgTIntcE9eLN1hDzsALHslNT7heSwg { width:10.8125rem;height:2.3125rem;top:2.5rem;left:4.59375rem;display:block; }
 }