.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nGtTXwDX9kX2UbQwaOHQZIzhLSw6Orxg { color:#0c0212;display:block;width:35.5rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15007;line-height:1.55;letter-spacing:0;top:19.4375rem;left:0rem;height:4.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#soLmVS8dZTUuceWVMcFyTyPA6knZ6ywP { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:7.75rem;left:0rem;height:10.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wh0NmzolXmB9TZp3kXtT5GNLtJLQFxus { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.625rem;left:0rem;display:block; }
#nW2up6GTe7CXkioF6T5TFqkbDN7lhVym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o74xqXT6i2xPxdRmfaxU1UIii403XXTs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#SnQJMaqhUoaQ9vtuIEVFy67aJvzO1MVZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:29.125rem;top:0.75rem;left:45.875rem;overflow:hidden;display:block; }
#KbPWgqg10FTCIMPExblAPWFA3tpzJe2B { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0cae8af8-a299-4182-8a31-eb15eb8dccf6/avatar_02_landingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:0rem;display:none; }#KbPWgqg10FTCIMPExblAPWFA3tpzJe2B.adaptive-delivery-prevent-bg, #KbPWgqg10FTCIMPExblAPWFA3tpzJe2B.lazyload, #KbPWgqg10FTCIMPExblAPWFA3tpzJe2B.lazyloading { background-image: none; }
#gQG1qqDQhfzR4V4ewuKhlAPgmQx5rp1o { color:#0c0212;display:block;width:13.125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15008;line-height:1.55;letter-spacing:0;top:15.5625rem;left:5rem;height:1.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#x0zdKUUb1HlxaklX1euqbSwL9bTBXZfE { color:#6c6c6c;display:block;width:12.8125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15007;line-height:1.55;letter-spacing:0;top:17.125rem;left:5rem;height:1.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QvachewSrWcZQW13TMo69KxrZ9fb02kp { z-index:;position:relative;display:block; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp { background-color: transparent; background-image: none; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row .container > .video-iframe-container { display: none; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row > .video-iframe-container { display: none; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .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); }#QvachewSrWcZQW13TMo69KxrZ9fb02kp { border-width: 0; border-radius: 0; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#SgCc4pG7AXAzHhbkv0mrkOdsbVAVStVh { color:#0c0212;display:block;width:12.8125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15007;line-height:1.55;letter-spacing:0;top:17.125rem;left:5rem;height:1.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXrT3TqgK7BO3dP2yVyOUX7ufJd8GQSC { color:#2f7dff;display:block;width:29.875rem;position:absolute;font-family:"be vietnam pro";font-size:2rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:5rem;left:0rem;height:8.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0cae8af8-a299-4182-8a31-eb15eb8dccf6/avatar_02_landingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:0rem;display:block; }#sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F.adaptive-delivery-prevent-bg, #sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F.lazyload, #sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F.lazyloading { background-image: none; }
#xyAT4Ag8sMRTt9xfJQZpZ64Ht9wofNNH { color:#0c0212;display:block;width:13.125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15008;line-height:1.55;letter-spacing:0;top:15.5625rem;left:5rem;height:1.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M76zKGhhwQgqFw3Uz59O4ozLV1bJUhSh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:3.25rem;top:5rem;left:39.0625rem;overflow:hidden;display:block; }
#yBoqWAy3TwKFLTmtVsxAhi4azvIJNILi { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:5.875rem;left:43.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xVf98kLXMPhKKgZkL3TXpLw3dRthEX3G { color:#0c0212;display:block;width:28.6875rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15008;line-height:1.55;letter-spacing:0;top:8.0625rem;left:43.3125rem;height:4.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJVZTnZz8aCIoUTueN1SyJU8IRe9CrZP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.35;letter-spacing:0;top:15.5625rem;left:43.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGFfzS5LDLw8HMWb1JX1nT4C3DnEgcTp { color:#0c0212;display:block;width:28.875rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15010;line-height:1.55;letter-spacing:0;top:17.6875rem;left:43.3125rem;height:4.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KowL47EFf9Me18P1scgFd1d0cSuCOKfk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.35;letter-spacing:0;top:25.4375rem;left:43.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qU9v5ZMO2oFC6XlqqnXVMufiDniF6GuD { color:#0c0212;display:block;width:31.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15012;line-height:1.55;letter-spacing:0;top:27.625rem;left:43.3125rem;height:3.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzpkzOLOW4m4byAzmVBba4gdqWOTp1QT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.35;letter-spacing:0;top:33.625rem;left:43.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTaiRVFIVGq98MAKhkC1MSmucAOJlgJv { color:#0c0212;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15014;line-height:1.55;letter-spacing:0;top:35.8125rem;left:43.3125rem;height:4.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLmqowzJKyT2duaZUQRVARv4oQHfANAA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.35;letter-spacing:0;top:6.125rem;left:39.8125rem;height:1.18125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPTCBKRIZK74TTiKy9kh6fgXrU7LSiEO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.35;letter-spacing:0;top:15.8994140625rem;left:39.8125rem;height:1.18125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFyKpcOxWnkhQuMEskBQ5PIuqqwC7fyS { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.35;letter-spacing:0;top:33.8125rem;left:39.8125rem;height:1.18125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qv8mkcTz8ZM2TS0T5mNcM3wQdOTvwIuV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.35;letter-spacing:0;top:25.625rem;left:39.8125rem;height:1.18125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQ7T3xV7ck13FqSMqCLvUIOsr9aCJ8yh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;display:none; }
#EM1yxEIWdmRibNrue7Os2O6pPXz7ECmV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;display:none; }
#e4BilTtgH22TtL85cndbz9ny1W9RpLHG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;display:none; }
#LqsNIQGeT7ah5iDVk5DGlzAz4CT9wnRn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;display:none; }
#vOLqlOw6TRutb0LdbcFTZq1eEuKymozk { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FVmX7ram3votS3qeSdBKB9Xl18zTFwN4 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vVxTVEg0803T9umwCwKU5M2XurXuFo3K { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container { background-color: transparent; background-image: none; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container > .video-iframe-container { display: none; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row > .video-iframe-container { display: none; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .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); }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container { border-width: 0; border-radius: 0; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#fXuQP2ypyvvaP95taFAEoCqfWwa8Uqg6 { color:#2f7dff;display:block;width:29.875rem;position:absolute;font-family:"be vietnam pro";font-size:2rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:5rem;left:22.5625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1KkgkUGPDf2b9m1imJbTkd4zFbJqn7r { color:#0c0212;display:block;width:28.625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15008;line-height:1.55;letter-spacing:0;top:8.69921875rem;left:23.1875rem;height:1.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ao1DzKrxuAQhdN2DuHIdr3fSpZsuT1KH { background-color:#0c0212;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.2490234375rem;left:28.03125rem;display:block; }
#wMuAdt4wuov4CfXiAKtpyqLg6DMEaPJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eiKt7GlpQKmwzpJFaTshwyyqPbg1SSAt { box-sizing:content-box;height:13.0625rem;width:16.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;top:19.8125rem;left:1.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#nriAO7iWQr4q91CkkxmJtTRh60b5FRON { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.35;letter-spacing:0;top:25.875rem;left:3.375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LU2eiE3ldyGJXBGnGEJ4kCMH3paGDgPx { color:#0c0212;display:block;width:13.625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15012;line-height:1.55;letter-spacing:0;top:28.0625rem;left:3.375rem;height:3.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxSVEhLWx0EK7UmeW49ugzVTJpL8tA7A { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15012;background-color:#2f7dff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.3125rem;left:8.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Dqtyd41zoBzhgwF9OxLXLSF6bLcQtKHn { box-sizing:content-box;height:13.0625rem;width:16.625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;top:19.8125rem;left:20.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CJJ9wqWn7Cp9hHKVdewyKEmQmqUx4EFT { color:#0c0212;display:block;width:13.625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15016;line-height:1.55;letter-spacing:0;top:28rem;left:21.625rem;height:3.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRaWxxCTrcP5lCln8hyVwaCqUrh2P1P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.35;letter-spacing:0;top:25.8125rem;left:21.625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIEL5sUJlzIOeh2VyTXTKzdK7vUQkBLi { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15016;background-color:#2f7dff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.3125rem;left:27.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Dlfk9FQaRzShllo2SbPPHVrQoZ01ePd0 { box-sizing:content-box;height:13.0625rem;width:16.625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;top:19.8125rem;left:38.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CTWwn3UAtm904xSfHQ07VribPQDeZzPi { box-sizing:content-box;height:13.0625rem;width:16.625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #2f7dff;border-left:0.0625rem solid #2f7dff;border-right:0.0625rem solid #2f7dff;border-bottom:0.0625rem solid #2f7dff;top:19.8125rem;left:56.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gOM2Dm8cwzGRUy31HHfG7aXx2kFWzvOT { color:#0c0212;display:block;width:13.625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:27.9375rem;left:40rem;height:3.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1NTcPx7LmENp2P6QX7ZNTln4R4GTMhT { color:#0c0212;display:block;width:13.625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15024;line-height:1.55;letter-spacing:0;top:27.9375rem;left:58.25rem;height:3.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6atpvNzqMTz5IAh5eicqkQDbyAdMp8S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.35;letter-spacing:0;top:25.75rem;left:40rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7ms418WevKcOeUVL6qA8WwJ2oXJ3GbK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.35;letter-spacing:0;top:25.75rem;left:58.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT6qv6GK6PRL0dX9sZh8XVfOee8giBhq { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:#2f7dff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.75rem;left:45.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZPTVJFTOPCVvq8D8oezODVi082TfFZt1 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15024;background-color:#2f7dff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.75rem;left:63.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#xQWga5m2yhUvRFcqAxV24bfxy5d2Ncws { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.35;letter-spacing:0;top:21.96875rem;left:9.375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsxtUKNJQo0waMVRsuhBbT1DA8RltHsh { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.35;letter-spacing:0;top:21.96875rem;left:27.6875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zL8AoDgnIGuIzSq1olRS0oaT8fB17582 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.35;letter-spacing:0;top:22.40625rem;left:45.9375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mo5xCJpHbv8B4tTdx4M29GWOFxfRWT8T { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.35;letter-spacing:0;top:22.34375rem;left:64.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZcvhcT6sEfyn3k8SVsrH1Bqulwi6rmG { background-color:#0c0212;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.2490234375rem;left:28.03125rem;display:none; }
#hvNzDq63pPNG5FpMss9z4t6gJGxpZMRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container { background-color: transparent; background-image: none; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container > .video-iframe-container { display: none; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row > .video-iframe-container { display: none; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .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); }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container { border-width: 0; border-radius: 0; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RZzFg1QUL2FU7M5nUwvZpqpocQuyDSvL { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:16.4375rem;left:0rem;height:10.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZQl9uu9ePT4JARpkdxf8rOvzdQf8KCo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#AdOK11szghCbuOawEVyTNNGx1TiD4W86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iL0bCTuFE9nPzhTdpc8iJyREmwdEv6I4 { color:#0c0212;display:block;width:13.125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15008;line-height:1.55;letter-spacing:0;top:15.5625rem;left:5rem;height:1.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0cae8af8-a299-4182-8a31-eb15eb8dccf6/avatar_02_landingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:0rem;display:none; }#WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT.adaptive-delivery-prevent-bg, #WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT.lazyload, #WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT.lazyloading { background-image: none; }
#NGe6yLsKeA9XkGLTySFCclxIiwTot3kh { color:#6c6c6c;display:block;width:12.8125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15007;line-height:1.55;letter-spacing:0;top:17.125rem;left:5rem;height:1.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l14XvxeRdTHepOxK8SraAN0vIOiBHAGV { position:absolute;display:block;z-index:15001;height:34.4375rem;width:23.9375rem;top:2.34375rem;left:51.0625rem;display:block; }
#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container { background-color: transparent; background-image: none; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container > .video-iframe-container { display: none; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row > .video-iframe-container { display: none; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .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); }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container { border-width: 0; border-radius: 0; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#B0g2tkGPznwaA7UJMILr9HibvEro7grc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#BWMFTp7TR7W37BdS4v0MZ5q91lGkASov { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:1.724609375rem;left:41.25rem;height:1.55rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGtTXwDX9kX2UbQwaOHQZIzhLSw6Orxg { top:19.4375rem;left:0rem;width:35.5rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soLmVS8dZTUuceWVMcFyTyPA6knZ6ywP { top:7.75rem;left:0rem;width:38.5rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0NmzolXmB9TZp3kXtT5GNLtJLQFxus { width:18.9375rem;height:3.5rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW2up6GTe7CXkioF6T5TFqkbDN7lhVym { display:block; }
 }@media only screen and (max-width: 763px) { #o74xqXT6i2xPxdRmfaxU1UIii403XXTs { top:2rem;left:0rem;width:7rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnQJMaqhUoaQ9vtuIEVFy67aJvzO1MVZ { top:0.75rem;left:18.625rem;width:29.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbPWgqg10FTCIMPExblAPWFA3tpzJe2B { top:15.125rem;left:0rem;width:4rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQG1qqDQhfzR4V4ewuKhlAPgmQx5rp1o { top:15.5625rem;left:0rem;width:13.125rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0zdKUUb1HlxaklX1euqbSwL9bTBXZfE { top:17.125rem;left:0rem;width:12.8125rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvachewSrWcZQW13TMo69KxrZ9fb02kp { display:block; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgCc4pG7AXAzHhbkv0mrkOdsbVAVStVh { top:17.125rem;left:0rem;width:12.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXrT3TqgK7BO3dP2yVyOUX7ufJd8GQSC { top:5rem;left:0rem;width:29.875rem;height:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F { top:15.125rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAT4Ag8sMRTt9xfJQZpZ64Ht9wofNNH { top:15.5625rem;left:0rem;width:13.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76zKGhhwQgqFw3Uz59O4ozLV1bJUhSh { top:5rem;left:25.4375rem;width:3.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBoqWAy3TwKFLTmtVsxAhi4azvIJNILi { top:5.875rem;left:21.75rem;width:26rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVf98kLXMPhKKgZkL3TXpLw3dRthEX3G { top:8.0625rem;left:16.5rem;width:28.6875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJVZTnZz8aCIoUTueN1SyJU8IRe9CrZP { top:15.5625rem;left:29.0625rem;width:18.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGFfzS5LDLw8HMWb1JX1nT4C3DnEgcTp { top:17.6875rem;left:18.875rem;width:28.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowL47EFf9Me18P1scgFd1d0cSuCOKfk { top:25.4375rem;left:29.0625rem;width:18.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU9v5ZMO2oFC6XlqqnXVMufiDniF6GuD { top:27.625rem;left:16rem;width:31.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpkzOLOW4m4byAzmVBba4gdqWOTp1QT { top:33.625rem;left:18.6875rem;width:29.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaiRVFIVGq98MAKhkC1MSmucAOJlgJv { top:35.8125rem;left:20.1875rem;width:27.5625rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmqowzJKyT2duaZUQRVARv4oQHfANAA { top:6.125rem;left:26.1875rem;width:1.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTCBKRIZK74TTiKy9kh6fgXrU7LSiEO { top:15.875rem;left:26.1875rem;width:1.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyKpcOxWnkhQuMEskBQ5PIuqqwC7fyS { top:33.8125rem;left:26.1875rem;width:1.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8mkcTz8ZM2TS0T5mNcM3wQdOTvwIuV { top:25.625rem;left:26.1875rem;width:1.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ7T3xV7ck13FqSMqCLvUIOsr9aCJ8yh { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EM1yxEIWdmRibNrue7Os2O6pPXz7ECmV { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4BilTtgH22TtL85cndbz9ny1W9RpLHG { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqsNIQGeT7ah5iDVk5DGlzAz4CT9wnRn { width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOLqlOw6TRutb0LdbcFTZq1eEuKymozk { display:none; }
 }@media only screen and (max-width: 763px) { #FVmX7ram3votS3qeSdBKB9Xl18zTFwN4 { display:none; }
 }@media only screen and (max-width: 763px) { #vVxTVEg0803T9umwCwKU5M2XurXuFo3K { display:none; }
 }@media only screen and (max-width: 763px) { #TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce { display:block; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXuQP2ypyvvaP95taFAEoCqfWwa8Uqg6 { top:5rem;left:8.9375rem;width:29.875rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1KkgkUGPDf2b9m1imJbTkd4zFbJqn7r { top:8.6875rem;left:9.5625rem;width:28.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1DzKrxuAQhdN2DuHIdr3fSpZsuT1KH { width:18.9375rem;height:3.5rem;top:12.1875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuAdt4wuov4CfXiAKtpyqLg6DMEaPJt { display:block; }
 }@media only screen and (max-width: 763px) { #eiKt7GlpQKmwzpJFaTshwyyqPbg1SSAt { top:19.8125rem;left:0rem;width:16.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nriAO7iWQr4q91CkkxmJtTRh60b5FRON { top:25.875rem;left:0rem;width:13.625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU2eiE3ldyGJXBGnGEJ4kCMH3paGDgPx { top:28.0625rem;left:0rem;width:13.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxSVEhLWx0EK7UmeW49ugzVTJpL8tA7A { top:21.3125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqtyd41zoBzhgwF9OxLXLSF6bLcQtKHn { top:19.8125rem;left:6.4375rem;width:16.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJJ9wqWn7Cp9hHKVdewyKEmQmqUx4EFT { top:28rem;left:8rem;width:13.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRaWxxCTrcP5lCln8hyVwaCqUrh2P1P7 { top:25.8125rem;left:8rem;width:13.625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIEL5sUJlzIOeh2VyTXTKzdK7vUQkBLi { top:21.3125rem;left:13.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlfk9FQaRzShllo2SbPPHVrQoZ01ePd0 { top:19.8125rem;left:24.6875rem;width:16.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWwn3UAtm904xSfHQ07VribPQDeZzPi { top:19.8125rem;left:31rem;width:16.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOM2Dm8cwzGRUy31HHfG7aXx2kFWzvOT { top:27.9375rem;left:26.375000953674rem;width:13.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1NTcPx7LmENp2P6QX7ZNTln4R4GTMhT { top:27.9375rem;left:34.125rem;width:13.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6atpvNzqMTz5IAh5eicqkQDbyAdMp8S { top:25.75rem;left:26.375rem;width:13.625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ms418WevKcOeUVL6qA8WwJ2oXJ3GbK { top:25.75rem;left:34.125rem;width:13.625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6qv6GK6PRL0dX9sZh8XVfOee8giBhq { top:21.75rem;left:31.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTVJFTOPCVvq8D8oezODVi082TfFZt1 { top:21.75rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWga5m2yhUvRFcqAxV24bfxy5d2Ncws { top:21.9375rem;left:0rem;width:1.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsxtUKNJQo0waMVRsuhBbT1DA8RltHsh { top:21.9375rem;left:14.0625rem;width:1.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8AoDgnIGuIzSq1olRS0oaT8fB17582 { top:22.375rem;left:32.3125rem;width:1.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5xCJpHbv8B4tTdx4M29GWOFxfRWT8T { top:22.3125rem;left:46rem;width:1.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcvhcT6sEfyn3k8SVsrH1Bqulwi6rmG { width:18.9375rem;height:3.5rem;top:12.1875rem;left:14.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvNzDq63pPNG5FpMss9z4t6gJGxpZMRg { display:block; }
 }@media only screen and (max-width: 763px) { #t5M0VwNfQfn9VPb3nzIB93T54FIqLINi { display:block; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZzFg1QUL2FU7M5nUwvZpqpocQuyDSvL { top:16.4375rem;left:0rem;width:38.5rem;height:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQl9uu9ePT4JARpkdxf8rOvzdQf8KCo { width:18.9375rem;height:3.5rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdOK11szghCbuOawEVyTNNGx1TiD4W86 { display:block; }
 }@media only screen and (max-width: 763px) { #iL0bCTuFE9nPzhTdpc8iJyREmwdEv6I4 { top:15.5625rem;left:0rem;width:13.125rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT { top:15.125rem;left:0rem;width:4rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGe6yLsKeA9XkGLTySFCclxIiwTot3kh { top:17.125rem;left:0rem;width:12.8125rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l14XvxeRdTHepOxK8SraAN0vIOiBHAGV { top:2.3125rem;left:23.8125rem;width:23.9375rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR { display:block; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0g2tkGPznwaA7UJMILr9HibvEro7grc { top:1.5rem;left:0rem;width:6.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWMFTp7TR7W37BdS4v0MZ5q91lGkASov { top:1.6875rem;left:14rem;width:33.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGtTXwDX9kX2UbQwaOHQZIzhLSw6Orxg { width:20rem;height:10.8486125rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soLmVS8dZTUuceWVMcFyTyPA6knZ6ywP { width:20rem;height:11.81153125rem;top:5.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0NmzolXmB9TZp3kXtT5GNLtJLQFxus { width:18.9375rem;height:3.5rem;top:31rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW2up6GTe7CXkioF6T5TFqkbDN7lhVym { display:block; }
 }@media only screen and (max-width: 763px) { #o74xqXT6i2xPxdRmfaxU1UIii403XXTs { width:5.25rem;height:1.5rem;top:1.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnQJMaqhUoaQ9vtuIEVFy67aJvzO1MVZ { width:20rem;height:22.188841201717rem;top:29.1445625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbPWgqg10FTCIMPExblAPWFA3tpzJe2B { width:4rem;height:4rem;top:36.375rem;left:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #gQG1qqDQhfzR4V4ewuKhlAPgmQx5rp1o { width:9rem;height:1.54980625rem;top:36.8125rem;left:6.625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #x0zdKUUb1HlxaklX1euqbSwL9bTBXZfE { width:11.8125rem;height:1.54980625rem;top:38.375rem;left:6.625rem;font-size:1rem;z-index:15010;color:#0c0212;display:block; }
 }@media only screen and (max-width: 763px) { #QvachewSrWcZQW13TMo69KxrZ9fb02kp { display:block; }#QvachewSrWcZQW13TMo69KxrZ9fb02kp > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgCc4pG7AXAzHhbkv0mrkOdsbVAVStVh { width:12.8125rem;height:0;top:35.2939453125rem;left:7.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXrT3TqgK7BO3dP2yVyOUX7ufJd8GQSC { width:20rem;height:11.8115rem;top:3rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sv2nMJlzRfQvzQ2B6al6mFW5TU4Gtt8F { width:4rem;height:4rem;top:28.806640625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyAT4Ag8sMRTt9xfJQZpZ64Ht9wofNNH { width:13.125rem;height:0;top:34.3818359375rem;left:6.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M76zKGhhwQgqFw3Uz59O4ozLV1bJUhSh { width:3.25rem;height:30.9375rem;top:17.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBoqWAy3TwKFLTmtVsxAhi4azvIJNILi { width:15rem;height:3.0371125rem;top:17.6875rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVf98kLXMPhKKgZkL3TXpLw3dRthEX3G { width:15rem;height:7.749rem;top:21.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJVZTnZz8aCIoUTueN1SyJU8IRe9CrZP { width:15rem;height:1.51855625rem;top:30.875rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGFfzS5LDLw8HMWb1JX1nT4C3DnEgcTp { width:15rem;height:9.2988125rem;top:33rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowL47EFf9Me18P1scgFd1d0cSuCOKfk { width:15rem;height:1.51855625rem;top:44.1875rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU9v5ZMO2oFC6XlqqnXVMufiDniF6GuD { width:15rem;height:7.749rem;top:46.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpkzOLOW4m4byAzmVBba4gdqWOTp1QT { width:15rem;height:3.0371125rem;top:55.875rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaiRVFIVGq98MAKhkC1MSmucAOJlgJv { width:14.5625rem;height:7.749rem;top:59.5625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmqowzJKyT2duaZUQRVARv4oQHfANAA { width:1.75rem;height:1.1806625rem;top:17.8125rem;left:0.75rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zPTCBKRIZK74TTiKy9kh6fgXrU7LSiEO { width:1.75rem;height:1.1806625rem;top:31.125rem;left:0.75rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #AFyKpcOxWnkhQuMEskBQ5PIuqqwC7fyS { width:1.75rem;height:1.1806625rem;top:56.125rem;left:0.75rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8mkcTz8ZM2TS0T5mNcM3wQdOTvwIuV { width:1.75rem;height:1.1806625rem;top:44.5rem;left:0.75rem;font-size:0.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #BQ7T3xV7ck13FqSMqCLvUIOsr9aCJ8yh { top:16.6875rem;left:0rem;width:3.25rem;height:3.25rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EM1yxEIWdmRibNrue7Os2O6pPXz7ECmV { top:30rem;left:0rem;width:3.25rem;height:3.25rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e4BilTtgH22TtL85cndbz9ny1W9RpLHG { top:43.3125rem;left:0rem;width:3.25rem;height:3.25rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LqsNIQGeT7ah5iDVk5DGlzAz4CT9wnRn { top:54.9375rem;left:0rem;width:3.25rem;height:3.25rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vOLqlOw6TRutb0LdbcFTZq1eEuKymozk { top:46.25rem;left:1.53125rem;width:0.25rem;height:7.75rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FVmX7ram3votS3qeSdBKB9Xl18zTFwN4 { top:32.7421875rem;left:1.5rem;width:0.25rem;height:9.3125rem;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vVxTVEg0803T9umwCwKU5M2XurXuFo3K { top:19.9375rem;left:1.5rem;width:0.25rem;height:8.8125rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb9ff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #8fb9ff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce { display:block; }#TuobbMS1EAxfOmnaN3RJBz3oxowoI3Ce > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXuQP2ypyvvaP95taFAEoCqfWwa8Uqg6 { width:20rem;height:4.7246125rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1KkgkUGPDf2b9m1imJbTkd4zFbJqn7r { width:20rem;height:3.0996125rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1DzKrxuAQhdN2DuHIdr3fSpZsuT1KH { width:18.9375rem;height:3.5rem;top:13.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuAdt4wuov4CfXiAKtpyqLg6DMEaPJt { display:block; }
 }@media only screen and (max-width: 763px) { #eiKt7GlpQKmwzpJFaTshwyyqPbg1SSAt { width:16.625rem;height:13.0625rem;top:19.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nriAO7iWQr4q91CkkxmJtTRh60b5FRON { width:13.625rem;height:1.6875rem;top:25.5rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU2eiE3ldyGJXBGnGEJ4kCMH3paGDgPx { width:13.625rem;height:3.0996125rem;top:27.6875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxSVEhLWx0EK7UmeW49ugzVTJpL8tA7A { width:3rem;height:3rem;top:20.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqtyd41zoBzhgwF9OxLXLSF6bLcQtKHn { width:16.625rem;height:13.0625rem;top:33.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJJ9wqWn7Cp9hHKVdewyKEmQmqUx4EFT { width:13.625rem;height:3.0996125rem;top:42.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRaWxxCTrcP5lCln8hyVwaCqUrh2P1P7 { width:13.625rem;height:1.6875rem;top:39.9375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIEL5sUJlzIOeh2VyTXTKzdK7vUQkBLi { width:3rem;height:3rem;top:35.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlfk9FQaRzShllo2SbPPHVrQoZ01ePd0 { width:16.625rem;height:13.0625rem;top:48.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWwn3UAtm904xSfHQ07VribPQDeZzPi { width:16.625rem;height:13.0625rem;top:62.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOM2Dm8cwzGRUy31HHfG7aXx2kFWzvOT { width:13.625rem;height:3.0996125rem;top:57rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1NTcPx7LmENp2P6QX7ZNTln4R4GTMhT { width:13.625rem;height:3.0996125rem;top:71.4375rem;left:3.3125rem;font-size:1rem;color:#0c0212;display:block; }
 }@media only screen and (max-width: 763px) { #B6atpvNzqMTz5IAh5eicqkQDbyAdMp8S { width:13.625rem;height:1.6875rem;top:54.8125rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ms418WevKcOeUVL6qA8WwJ2oXJ3GbK { width:13.625rem;height:1.6875rem;top:69.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6qv6GK6PRL0dX9sZh8XVfOee8giBhq { width:3rem;height:3rem;top:50.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTVJFTOPCVvq8D8oezODVi082TfFZt1 { width:3rem;height:3rem;top:64.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWga5m2yhUvRFcqAxV24bfxy5d2Ncws { width:1.75rem;height:1.6875rem;top:21.5rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsxtUKNJQo0waMVRsuhBbT1DA8RltHsh { width:1.75rem;height:1.6875rem;top:35.9375rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8AoDgnIGuIzSq1olRS0oaT8fB17582 { width:1.75rem;height:1.6875rem;top:50.8125rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5xCJpHbv8B4tTdx4M29GWOFxfRWT8T { width:1.75rem;height:1.6875rem;top:65.1875rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcvhcT6sEfyn3k8SVsrH1Bqulwi6rmG { width:18.9375rem;height:3.5rem;top:78.375rem;left:0.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hvNzDq63pPNG5FpMss9z4t6gJGxpZMRg { display:block; }
 }@media only screen and (max-width: 763px) { #t5M0VwNfQfn9VPb3nzIB93T54FIqLINi { display:block; }#t5M0VwNfQfn9VPb3nzIB93T54FIqLINi > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZzFg1QUL2FU7M5nUwvZpqpocQuyDSvL { width:20rem;height:8.097625rem;top:3.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZQl9uu9ePT4JARpkdxf8rOvzdQf8KCo { width:18.9375rem;height:3.5rem;top:19.3125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdOK11szghCbuOawEVyTNNGx1TiD4W86 { display:block; }
 }@media only screen and (max-width: 763px) { #iL0bCTuFE9nPzhTdpc8iJyREmwdEv6I4 { width:9rem;height:1.54980625rem;top:13.25rem;left:6.625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WWseQTAQ3qyuwwggZNBPO5XyTolCSFiT { width:4rem;height:4rem;top:12.8125rem;left:1.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NGe6yLsKeA9XkGLTySFCclxIiwTot3kh { width:11.8125rem;height:1.54980625rem;top:14.8125rem;left:6.625rem;font-size:1rem;z-index:15013;color:#0c0212;display:block; }
 }@media only screen and (max-width: 763px) { #l14XvxeRdTHepOxK8SraAN0vIOiBHAGV { width:20rem;height:24.1875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR { display:block; }#TF50ExhEi6u7MKw6bUPCvfqKJLvTUQAR > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0g2tkGPznwaA7UJMILr9HibvEro7grc { width:5.1875rem;height:1.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWMFTp7TR7W37BdS4v0MZ5q91lGkASov { width:15.4375rem;height:2.7119125rem;top:0.89453125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }