.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:#d1cbc2;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); }#lu0BVylax8E95QzSrewDHCFBsA9knH96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container { background-color: transparent; background-image: none; }#lu0BVylax8E95QzSrewDHCFBsA9knH96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container > .video-iframe-container { display: none; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row > .video-iframe-container { display: none; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .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); }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container { border-width: 0; border-radius: 0; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL.adaptive-delivery-prevent-bg, #s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL.lazyload, #s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL.lazyloading { background-image: none; }
#OebtThRl8cQJeyP7ySaQhRxGxQXMWxP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJ3QrwgzUOrQfXmTu0sGdsZhuR34E5v3 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#x4anVBLPQPBlNgClTiTTxy17XaJVF1Sl { color:#fff4e6;display:block;width:35.3125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 { 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; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container { background-color: transparent; background-image: none; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container > .video-iframe-container { display: none; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row > .video-iframe-container { display: none; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .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); }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container { border-width: 0; border-radius: 0; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO { 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;z-index:auto;display:block; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container { background-color: transparent; background-image: none; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container > .video-iframe-container { display: none; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row > .video-iframe-container { display: none; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .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); }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container { border-width: 0; border-radius: 0; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP.adaptive-delivery-prevent-bg, #NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP.lazyload, #NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP.lazyloading { background-image: none; }
#XEqcxkpaMTqRItc2GXFbUC71pKPB5uxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBXod15xeVGlODsoKPTxMWcw8Fq4HLRl { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#M5WL8x4B4WOyyhK47LuLOtxSW75mHPme { color:#fff4e6;display:block;width:49.25rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df86ac55-47d7-4e1e-9017-183203dc9491/bgnoman.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:47rem;width:75rem;overflow:visible;position:relative;display:block; }#MWWhyzlyRSOoHKoyBZce9LKTDA7Pqh5i { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:24.375rem;left:15.9375rem;height:6.173825rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TLOvnNerJN2s38g6NEZcgKWoXa5PDdyi { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:roboto;font-size:4.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:13.5rem;left:0rem;height:9.5rem;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; }
#pa4zlSUzRKE1TIsNtbEQWDm0tWyiLc4B { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.14);background-image:none;top:31.5rem;left:29.5625rem;display:block; }
#Z4mAuzbMDyDu9yxae5Qrx7iCsRdOck80 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.14);background-image:none;top:12.625rem;left:0rem;display:block; }
#bLHiTqBMt85cHi6ERLOgTHWUgIDKMF5C { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.6875rem;top:1.6875rem;left:31.65625rem;overflow:hidden;display:block; }
#zP6WLgQlZKhldG1RE3VkokKGTegc3FOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:38.9375rem;left:36.1875rem; }
#zP6WLgQlZKhldG1RE3VkokKGTegc3FOb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#wdA4GJLbceD58zwloqzTqP3R7LK7K8pL { position:absolute;display:block;z-index:14999;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:43.6875rem;width:22.0625rem;top:3.09375rem;left:49.96875rem;overflow:hidden;display:block; }
#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/963b0f19-ec56-4627-a2cc-b919806bd872/bg3.webp");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; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR.adaptive-delivery-prevent-bg, #rMvPgr0gCTyQkGH3D1OoOwELz389IBhR.lazyload, #rMvPgr0gCTyQkGH3D1OoOwELz389IBhR.lazyloading { background-image: none; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container { background-color: transparent; background-image: none; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container > .video-iframe-container { display: none; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row > .video-iframe-container { display: none; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .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); }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container { border-width: 0; border-radius: 0; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#nWJ9G5MNN1cu7iMuIa0ZP4E9XEQvgIN0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:27.8125rem;width:27.8125rem;top:6.125rem;left:9.5rem;overflow:hidden;display:block; }
#iS1e6VsE6ZAHHzPtPD92d1gJDNEaUS0m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:23.125rem;top:5.1875rem;left:2.875rem;overflow:hidden;display:block; }
#FGqqSrKT3C8nsKn77UB0n1DwJlZTnLIO { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(209,203,194,0.28);background-image:none;top:7rem;left:10.28125rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#e9RLvCP6OOek5f4VSMrAvat50C1dkJCa { color:#514f4e;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.75rem;left:43.0625rem;height:6.1875rem;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; }
#NOkfIEV3b7H33sNccU8gKx1cFQTL14oG { color:#514f4e;display:block;width:31.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.6875rem;left:43.0625rem;height:7.3125rem;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; }
#D2SxOlolVW52vgdrSWZ69XlUlImXGAZO { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.3);background-image:none;top:17.4375rem;left:43.0625rem;display:block; }
#QJrw2mSTV2cNFWi8rr5nPnPwiBTLGrSz { background-color:#b43d3b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.4375rem;left:43.0625rem;display:block; }
#G5XETsegnqSu1EwR1rxazPtpRFp6D0ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZFBi3EGhl9fJpEQU3Sv1MkgKRG01Q0B { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:29.4375rem;left:44rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#cCgX7TmFRNVdHb9aStLGxKXtuP65vWaO { box-sizing:content-box;height:7.875rem;width:7.875rem;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:15007;background-color:#335572;background-image:none;top:8.75rem;left:19.46875rem;display:block; }
#uWIL3Rz4m6sAPQT7HJMi64zgSXRFhJs4 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20.34375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeeZmzEwoeNCETmfQ8q0KFH8wdIi9ayp { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.35000038147rem;left:20.34375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bUQK8UN5s84evizVRWT2RtM9mdw7b73J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.78125rem;left:54.625rem; }
#n6ytQ8PQlXTtuJMvSTInNMgR3LU5kXfS { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;display:block; }
#lt8p0g2sCN1mZn434hz5zE8HaiOrhWAy { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #d1cbc2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #d1cbc2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #d1cbc2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #d1cbc2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1cbc2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1cbc2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #d1cbc2);background-size:auto !important;top:34.3125rem;left:0rem;display:block; }
#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31876b66-2fff-4832-9cbe-ddb40435db85/bg4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1.adaptive-delivery-prevent-bg, #rCM9ECq52tESciAVI5lT9Z08Lrre02C1.lazyload, #rCM9ECq52tESciAVI5lT9Z08Lrre02C1.lazyloading { background-image: none; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container { background-color: transparent; background-image: none; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container > .video-iframe-container { display: none; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row > .video-iframe-container { display: none; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .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); }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container { border-width: 0; border-radius: 0; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#oBZ7ixpTliOLi3gtWTSTOcDfa3HoO764 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:23.8125rem;top:9.4375rem;left:48.5rem;overflow:hidden;display:block; }
#TN2GJnsSorAwOAZ9DUkGq7cTgdqITWta { color:#514f4e;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:3.6875rem;height:3.1875rem;font-style:normal;display:block; }
#H5yLQwiOVlQmJ9CFXvfPxARq7yErPeM9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:27.8125rem;width:27.8125rem;top:12.875rem;left:33.875rem;overflow:hidden;display:block; }
#xszzJhfalZo4Uk5NhqkZcK5OtUyXPQfm { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(209,203,194,0.28);background-image:none;top:13.65625rem;left:34.65625rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#FCzfckEchwgiNHR1naWmknKG9XFkI3Lu { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:9rem;left:0rem;display:block; }
#ysxszUBBMyQ9mvFfpFRK4soAdPFAuaC3 { box-sizing:content-box;height:7.875rem;width:7.875rem;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:#335572;background-image:none;top:0.5rem;left:43.4375rem;display:none; }
#e7MEQ0WdOhVEUKHUyEHVgL5aEXhJtMfH { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3656253814698rem;left:44.3125rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ekThcr7fu3sEvTqf87W66Uba8e5r2TPw { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15012;background-color:#000000;background-image:none;top:10.0625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:none; }
#Ou6MNE1S0CH8KqiTwWoprhsSmTPeO2Zw { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15013;background-color:#226f67;background-image:none;top:12.5625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:none; }
#bDcDe0Fpem7vWXE6f5yvFuNVGk8fvw9G { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15014;background-color:#6f2828;background-image:none;top:15.0625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:none; }
#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH { 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; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container { background-color: transparent; background-image: none; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container > .video-iframe-container { display: none; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row > .video-iframe-container { display: none; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .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); }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container { border-width: 0; border-radius: 0; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#xcDxDcOx1yyRMXS95fBnXSdPVREknl6V { color:#514f4e;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.3125rem;left:6.8125rem;height:4.125rem;font-style:normal;display:block; }
#MHtMc7qX6XDyX82WO0bxDTk2zAdtUH1u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.5625rem;left:3.6875rem; }
#spa8JTePuPadBH8TTnbNWDeCmAa0oaoF { color:#514f4e;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.0625rem;left:6.8125rem;height:4.125rem;font-style:normal;display:block; }
#Iz5Ep57Gky8nuJwP1C2zFTVwFnfPvkPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.3125rem;left:3.6875rem; }
#r5T0WsgvDNukqAm6Bh5GKboJwKluPtmx { color:#514f4e;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17rem;left:6.8125rem;height:4.125rem;font-style:normal;display:block; }
#C8qvsPtmoznPsSiA1khRvHMseQAHxSQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.25rem;left:3.6875rem; }
#MHqltM0Vl2wZNaSutITlBIRh0xCiLE6q { background-color:#b43d3b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.9375rem;left:3.6875rem;display:block; }
#I7cKQ5BKnvJVCdZP2lBHvZtAKbiAsCL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruEMANhAJRmzkTswAsrNsRUTyAdwM3v4 { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#d1cbc2;background-image:none;top:23.9375rem;left:4.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#GGhdKCHr65MelzCm57AbV6SvZRLmuLpt { box-sizing:content-box;height:7.875rem;width:7.875rem;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:#335572;background-image:none;top:0.5rem;left:43.4375rem;display:block; }
#Bpcmc1UJgUQqeeETuTAzR2cXCzP9G1p4 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3656253814698rem;left:44.3125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGaC9GRJTnCWlebtanTbVNxXQ9TflRZf { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15012;background-color:#000000;background-image:none;top:10.0625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#uGuBo6OaBwdkSdvPUCI7WThlx5Ns4L98 { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15013;background-color:#226f67;background-image:none;top:12.5625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#mg2DqsoCpDAouhpaEaEt8TKA5plVHTBT { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15014;background-color:#6f2828;background-image:none;top:15.0625rem;left:46.375rem;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);display:block; }
#Hnwv9pH7BxuSwqH2evhOvh5wigf13UOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.28125rem;left:15.25rem; }
#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6d083d9c-cd7c-48b9-be4c-bf1d552432bf/bg9.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.adaptive-delivery-prevent-bg, #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.lazyload, #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.lazyloading { background-image: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { background-color: transparent; background-image: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container > .video-iframe-container { display: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row > .video-iframe-container { display: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .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); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { border-width: 0; border-radius: 0; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#OpvUseM33izc9oEI03xaKwDwqh8v4bEg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);top:13.125rem;left:0rem;height:3.5rem;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; }
#gJzMIkfbufPS3XeZG2kRlsKrx86ZvA95 { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:18.28750038147rem;left:7.59375rem;height:4.548825rem;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; }
#NFWqiVH06HpGgunVTKReGHQVI3bDrJP0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:25.10000038147rem;left:0rem;height:2.6rem;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; }
#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ { position:relative;display:block; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ { background-color: transparent; background-image: none; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container > .video-iframe-container { display: none; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row > .video-iframe-container { display: none; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .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); }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ { border-width: 0; border-radius: 0; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CgvkxGH517WK0AMc8E0mlEhwVrvOOovN { color:#514f4e;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.59375rem;left:0rem;height:3.1875rem;font-style:normal;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; }
#hZrbRBHn7olK55VTpZ6tLnon4NLALM7n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.8125rem;width:15.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.0625rem;left:11.0625rem; }
#vl1hCLdKKTq2SgKlG4ubKHQH9BB9UiF8 { color:#514f4e;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.9375rem;height:4.6875rem;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;text-align:center;text-align-last:center;display:block; }
#fcwxQ9qCIWhlRPl7bKQxFidJh8S0HyGi { color:#514f4e;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:10.875rem;height:2.1125rem;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;text-align:center;text-align-last:center;display:block; }
#mgI9rtLPs6tfKdqOzwnDyxF5oC6JhnV3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.8125rem;width:15.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.0625rem;left:29.625rem; }
#T3vRudmpDQLaINnnRRTh7KNKZfe9BnLk { color:#514f4e;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:29.4375rem;height:2.1125rem;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;text-align:center;text-align-last:center;display:block; }
#JOTSHfF05q1c3JXyQH0TVrlR5FwatEDq { color:#514f4e;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:12.6875rem;left:31.5rem;height:;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;text-align:center;text-align-last:center;display:block; }
#kfuqaXvk5FarRPFbOerv6n3gQdQKDbl6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.8125rem;width:15.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.0625rem;left:48.125rem; }
#TS0TxMAawOhTiyWBPZwvIthAG7bu3ZQQ { color:#514f4e;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:12.6875rem;left:50rem;height:;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;text-align:center;text-align-last:center;display:block; }
#qPCQp5bUrKC0nUOS4JudQ32bm52LMzIr { color:#514f4e;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:47.9375rem;height:4.225rem;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;text-align:center;text-align-last:center;display:block; }
#yUIPeTTsW6uCrG2r8TB8fMfuXUe8KFLU { color:#514f4e;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:2.1125rem;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;text-align:center;text-align-last:center;display:block; }
#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31876b66-2fff-4832-9cbe-ddb40435db85/bg4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD.adaptive-delivery-prevent-bg, #mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD.lazyload, #mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD.lazyloading { background-image: none; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container { background-color: transparent; background-image: none; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container > .video-iframe-container { display: none; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row > .video-iframe-container { display: none; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .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); }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container { border-width: 0; border-radius: 0; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#WJXEPfIMrzqAhl6aS7xIdtTF6Eyz29Ho { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:37.5rem;width:37.5rem;top:8.1875rem;left:18.75rem;overflow:hidden;display:block; }
#Eonr43c2SbIrZ6fXmrTDaTELVyffM7XJ { box-sizing:content-box;height:36.125rem;width:36.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(209,203,194,0.33);background-image:none;top:8.875rem;left:19.4375rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#d5WOKZ171vht77n6Pxnuelfko9XxPvyn { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:9rem;left:0rem;display:block; }
#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fcf8ce4f-b340-4d23-a00f-00bdba5d31c2/bg11.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1.adaptive-delivery-prevent-bg, #gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1.lazyload, #gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1.lazyloading { background-image: none; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container { background-color: transparent; background-image: none; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container > .video-iframe-container { display: none; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row > .video-iframe-container { display: none; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .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); }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container { border-width: 0; border-radius: 0; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#xIRvAAhwmM1KKr7ow60HqTTcPSghImGV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:11.75rem;top:21.125rem;left:25.5625rem;overflow:hidden;display:block; }
#c5fI7d5iH6R7BsEgpcXihNphTTpBGUgX { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:2.5625rem;left:20.5rem;height:4.3125rem;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;text-align:center;text-align-last:center;display:block; }
#C2DIyav4niPDNpb6Lb7x0ledDkFlae43 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 19.6875rem rgba(0,0,0,0.5);top:7.25rem;left:21.875rem;height:7.3125rem;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;text-align:center;text-align-last:center;display:block; }
#RHpsZKHNKdWmw9TzR71sNHnphDhUeCR6 { background-color:#b43d3b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.1875rem;left:27.6875rem;display:block; }
#PT7Gpkv9mPQDSamGAbNrtnaGz3Jwyv2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RK2a0cpiTL6sRCy6sIJT3cs8h4ozngCK { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:16.1875rem;left:34.875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#I3FFEXAaF1U2dsWOLJ7oVh3lO8EcWTay { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.0625rem;top:21.125rem;left:37.75rem;overflow:hidden;display:block; }
#iJhasNg7T6vSQaiIspu2LSkpFh9ZxTBz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.125rem;top:24.1875rem;left:30.8125rem;overflow:hidden;display:block; }
#KyMd28dJ578fMKk4ZkpaaCJrHkvo40vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.53125rem;left:45.4375rem; }
#VeMTm0zkfbeOdi6BiVNtJ7xtWrUPE4KF { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:37.5rem;width:37.5rem;top:8.1875rem;left:18.75rem;overflow:hidden;display:none; }
#xsPixKgS8p2d67QeNb9JR1bbxAGOaiyg { box-sizing:content-box;height:36.125rem;width:36.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(209,203,194,0.33);background-image:none;top:8.875rem;left:19.4375rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lu0BVylax8E95QzSrewDHCFBsA9knH96 { display:block; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OebtThRl8cQJeyP7ySaQhRxGxQXMWxP3 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ3QrwgzUOrQfXmTu0sGdsZhuR34E5v3 { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4anVBLPQPBlNgClTiTTxy17XaJVF1Sl { top:3.5625rem;left:0rem;width:35.3125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 { display:block; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZat9qt6sarwGZBPTo1umKPc78WHFODO { display:block; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqcxkpaMTqRItc2GXFbUC71pKPB5uxk { display:block; }
 }@media only screen and (max-width: 763px) { #wBXod15xeVGlODsoKPTxMWcw8Fq4HLRl { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WL8x4B4WOyyhK47LuLOtxSW75mHPme { top:3.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;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) { #MWWhyzlyRSOoHKoyBZce9LKTDA7Pqh5i { width:32.5625rem;height:6.125rem;top:24.375rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOvnNerJN2s38g6NEZcgKWoXa5PDdyi { width:31.125rem;height:9.5rem;top:13.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa4zlSUzRKE1TIsNtbEQWDm0tWyiLc4B { width:18.75rem;height:0.0625rem;top:31.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mAuzbMDyDu9yxae5Qrx7iCsRdOck80 { width:18.75rem;height:0.0625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHiTqBMt85cHi6ERLOgTHWUgIDKMF5C { width:11.6875rem;height:11.75rem;top:1.6875rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6WLgQlZKhldG1RE3VkokKGTegc3FOb { width:2.625rem;height:2.625rem;top:38.9375rem;left:22.5625rem;display:block; }
#zP6WLgQlZKhldG1RE3VkokKGTegc3FOb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #wdA4GJLbceD58zwloqzTqP3R7LK7K8pL { width:22.0625rem;height:43.6875rem;top:3.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMvPgr0gCTyQkGH3D1OoOwELz389IBhR { display:block; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWJ9G5MNN1cu7iMuIa0ZP4E9XEQvgIN0 { width:27.8125rem;height:27.8125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS1e6VsE6ZAHHzPtPD92d1gJDNEaUS0m { width:23.125rem;height:33rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGqqSrKT3C8nsKn77UB0n1DwJlZTnLIO { width:26.25rem;height:26.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9RLvCP6OOek5f4VSMrAvat50C1dkJCa { width:27.9375rem;height:6.1875rem;top:8.75rem;left:19.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOkfIEV3b7H33sNccU8gKx1cFQTL14oG { width:31.3125rem;height:7.3125rem;top:19.6875rem;left:16.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2SxOlolVW52vgdrSWZ69XlUlImXGAZO { width:18.75rem;height:0.0625rem;top:17.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJrw2mSTV2cNFWi8rr5nPnPwiBTLGrSz { width:11.0625rem;height:3.75rem;top:29.4375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5XETsegnqSu1EwR1rxazPtpRFp6D0ZO { display:block; }
 }@media only screen and (max-width: 763px) { #TZFBi3EGhl9fJpEQU3Sv1MkgKRG01Q0B { width:12.5rem;height:3.75rem;top:29.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgX7TmFRNVdHb9aStLGxKXtuP65vWaO { width:7.875rem;height:7.875rem;top:8.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIL3Rz4m6sAPQT7HJMi64zgSXRFhJs4 { width:6.125rem;height:;top:11.3125rem;left:6.71875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeeZmzEwoeNCETmfQ8q0KFH8wdIi9ayp { width:6.125rem;height:1.375rem;top:10.3125rem;left:6.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQK8UN5s84evizVRWT2RtM9mdw7b73J { width:1.0625rem;height:1.0625rem;top:30.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ytQ8PQlXTtuJMvSTInNMgR3LU5kXfS { width:47.75rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt8p0g2sCN1mZn434hz5zE8HaiOrhWAy { width:47.75rem;height:5.9375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM9ECq52tESciAVI5lT9Z08Lrre02C1 { display:block; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBZ7ixpTliOLi3gtWTSTOcDfa3HoO764 { width:23.8125rem;height:33rem;top:9.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN2GJnsSorAwOAZ9DUkGq7cTgdqITWta { width:27.9375rem;height:3.1875rem;top:10.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5yLQwiOVlQmJ9CFXvfPxARq7yErPeM9 { width:27.8125rem;height:27.8125rem;top:12.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszzJhfalZo4Uk5NhqkZcK5OtUyXPQfm { width:26.25rem;height:26.25rem;top:13.625rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzfckEchwgiNHR1naWmknKG9XFkI3Lu { width:47.75rem;height:5.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysxszUBBMyQ9mvFfpFRK4soAdPFAuaC3 { width:7.875rem;height:7.875rem;top:0.5rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7MEQ0WdOhVEUKHUyEHVgL5aEXhJtMfH { width:6.125rem;height:4.125rem;top:2.3125rem;left:30.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekThcr7fu3sEvTqf87W66Uba8e5r2TPw { width:1.875rem;height:1.875rem;top:10.0625rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ou6MNE1S0CH8KqiTwWoprhsSmTPeO2Zw { width:1.875rem;height:1.875rem;top:12.5625rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDcDe0Fpem7vWXE6f5yvFuNVGk8fvw9G { width:1.875rem;height:1.875rem;top:15.0625rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH { display:block; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcDxDcOx1yyRMXS95fBnXSdPVREknl6V { width:23.75rem;height:4.125rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHtMc7qX6XDyX82WO0bxDTk2zAdtUH1u { width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spa8JTePuPadBH8TTnbNWDeCmAa0oaoF { width:23.75rem;height:4.125rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5Ep57Gky8nuJwP1C2zFTVwFnfPvkPA { width:2.75rem;height:2.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5T0WsgvDNukqAm6Bh5GKboJwKluPtmx { width:23.75rem;height:4.125rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8qvsPtmoznPsSiA1khRvHMseQAHxSQX { width:2.875rem;height:2.875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHqltM0Vl2wZNaSutITlBIRh0xCiLE6q { width:11.0625rem;height:3.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7cKQ5BKnvJVCdZP2lBHvZtAKbiAsCL0 { display:block; }
 }@media only screen and (max-width: 763px) { #ruEMANhAJRmzkTswAsrNsRUTyAdwM3v4 { width:12.5rem;height:3.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhdKCHr65MelzCm57AbV6SvZRLmuLpt { width:7.875rem;height:7.875rem;top:0.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpcmc1UJgUQqeeETuTAzR2cXCzP9G1p4 { width:6.125rem;height:4.125rem;top:2.3125rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGaC9GRJTnCWlebtanTbVNxXQ9TflRZf { width:1.875rem;height:1.875rem;top:10.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuBo6OaBwdkSdvPUCI7WThlx5Ns4L98 { width:1.875rem;height:1.875rem;top:12.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2DqsoCpDAouhpaEaEt8TKA5plVHTBT { width:1.875rem;height:1.875rem;top:15.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnwv9pH7BxuSwqH2evhOvh5wigf13UOH { width:1.0625rem;height:1.0625rem;top:25.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax { display:block; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpvUseM33izc9oEI03xaKwDwqh8v4bEg { width:47.75rem;height:3.5rem;top:13.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJzMIkfbufPS3XeZG2kRlsKrx86ZvA95 { width:47.75rem;height:;top:18.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWqiVH06HpGgunVTKReGHQVI3bDrJP0 { width:47.75rem;height:2.5625rem;top:25.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ { display:block; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvkxGH517WK0AMc8E0mlEhwVrvOOovN { width:47.75rem;height:3.1875rem;top:3.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZrbRBHn7olK55VTpZ6tLnon4NLALM7n { width:15.8125rem;height:15.8125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1hCLdKKTq2SgKlG4ubKHQH9BB9UiF8 { width:12.125rem;height:;top:12.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcwxQ9qCIWhlRPl7bKQxFidJh8S0HyGi { width:16.1875rem;height:2.0625rem;top:16.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgI9rtLPs6tfKdqOzwnDyxF5oC6JhnV3 { width:15.8125rem;height:15.8125rem;top:8.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vRudmpDQLaINnnRRTh7KNKZfe9BnLk { width:16.1875rem;height:2.0625rem;top:16.6875rem;left:15.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSHfF05q1c3JXyQH0TVrlR5FwatEDq { width:12.125rem;height:;top:12.6875rem;left:17.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuqaXvk5FarRPFbOerv6n3gQdQKDbl6 { width:15.8125rem;height:15.8125rem;top:8.0625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0TxMAawOhTiyWBPZwvIthAG7bu3ZQQ { width:12.125rem;height:;top:12.6875rem;left:35.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPCQp5bUrKC0nUOS4JudQ32bm52LMzIr { width:16.1875rem;height:4.1875rem;top:16.6875rem;left:31.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUIPeTTsW6uCrG2r8TB8fMfuXUe8KFLU { width:47.75rem;height:2.0625rem;top:25.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD { display:block; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJXEPfIMrzqAhl6aS7xIdtTF6Eyz29Ho { width:37.5rem;height:37.5rem;top:8.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eonr43c2SbIrZ6fXmrTDaTELVyffM7XJ { width:36.125rem;height:36.125rem;top:8.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5WOKZ171vht77n6Pxnuelfko9XxPvyn { width:47.75rem;height:5.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 { display:block; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIRvAAhwmM1KKr7ow60HqTTcPSghImGV { width:11.75rem;height:16.75rem;top:21.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5fI7d5iH6R7BsEgpcXihNphTTpBGUgX { width:34.0625rem;height:4.3125rem;top:2.5625rem;left:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DIyav4niPDNpb6Lb7x0ledDkFlae43 { width:31.3125rem;height:7.3125rem;top:7.25rem;left:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHpsZKHNKdWmw9TzR71sNHnphDhUeCR6 { width:17.3125rem;height:3.75rem;top:16.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7Gpkv9mPQDSamGAbNrtnaGz3Jwyv2W { display:block; }
 }@media only screen and (max-width: 763px) { #RK2a0cpiTL6sRCy6sIJT3cs8h4ozngCK { width:12.5rem;height:3.75rem;top:16.1875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3FFEXAaF1U2dsWOLJ7oVh3lO8EcWTay { width:12.0625rem;height:16.75rem;top:21.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJhasNg7T6vSQaiIspu2LSkpFh9ZxTBz { width:12.125rem;height:16.75rem;top:24.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMd28dJ578fMKk4ZkpaaCJrHkvo40vh { width:1.0625rem;height:1.0625rem;top:17.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeMTm0zkfbeOdi6BiVNtJ7xtWrUPE4KF { width:37.5rem;height:37.5rem;top:8.1875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsPixKgS8p2d67QeNb9JR1bbxAGOaiyg { width:36.125rem;height:36.125rem;top:8.875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lu0BVylax8E95QzSrewDHCFBsA9knH96 { position:relative;z-index:auto;display:block; }#lu0BVylax8E95QzSrewDHCFBsA9knH96 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9XpvW0uqoWKo6dBPJVNLmTxUloTLkfL { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OebtThRl8cQJeyP7ySaQhRxGxQXMWxP3 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ3QrwgzUOrQfXmTu0sGdsZhuR34E5v3 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4anVBLPQPBlNgClTiTTxy17XaJVF1Sl { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 { display:block; }#hniFZnUnHNfb4H8DNNh2ddk77gCIPvZ1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZat9qt6sarwGZBPTo1umKPc78WHFODO { position:relative;z-index:auto;display:block; }#CZat9qt6sarwGZBPTo1umKPc78WHFODO > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMOQItuKOeNTCkOUSF0cPGr8O8ki2grP { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqcxkpaMTqRItc2GXFbUC71pKPB5uxk { display:block; }
 }@media only screen and (max-width: 763px) { #wBXod15xeVGlODsoKPTxMWcw8Fq4HLRl { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5WL8x4B4WOyyhK47LuLOtxSW75mHPme { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWWhyzlyRSOoHKoyBZce9LKTDA7Pqh5i { width:20rem;height:3.75rem;top:16.125rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLOvnNerJN2s38g6NEZcgKWoXa5PDdyi { width:20rem;height:5.225rem;top:10.1875rem;left:0rem;font-size:2.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pa4zlSUzRKE1TIsNtbEQWDm0tWyiLc4B { width:12.5rem;height:0.0625rem;top:21.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mAuzbMDyDu9yxae5Qrx7iCsRdOck80 { width:12.5rem;height:0.0625rem;top:9.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHiTqBMt85cHi6ERLOgTHWUgIDKMF5C { width:7.375rem;height:7.4375rem;top:0.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6WLgQlZKhldG1RE3VkokKGTegc3FOb { display:flex;width:2.625rem;height:2.625rem;top:31.1875rem;left:8.6875rem; }
#zP6WLgQlZKhldG1RE3VkokKGTegc3FOb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #wdA4GJLbceD58zwloqzTqP3R7LK7K8pL { width:10.0625rem;height:20rem;top:23.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMvPgr0gCTyQkGH3D1OoOwELz389IBhR { display:block; }#rMvPgr0gCTyQkGH3D1OoOwELz389IBhR > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWJ9G5MNN1cu7iMuIa0ZP4E9XEQvgIN0 { width:17.5rem;height:17.5rem;top:3.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS1e6VsE6ZAHHzPtPD92d1gJDNEaUS0m { width:14.875rem;height:21.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGqqSrKT3C8nsKn77UB0n1DwJlZTnLIO { width:16.25rem;height:16.25rem;top:4.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9RLvCP6OOek5f4VSMrAvat50C1dkJCa { width:20rem;height:5.0625rem;top:24.16562461853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOkfIEV3b7H33sNccU8gKx1cFQTL14oG { width:20rem;height:8.625rem;top:32.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2SxOlolVW52vgdrSWZ69XlUlImXGAZO { width:12.5rem;height:0.0625rem;top:31.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJrw2mSTV2cNFWi8rr5nPnPwiBTLGrSz { width:11.0625rem;height:3.75rem;top:43.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5XETsegnqSu1EwR1rxazPtpRFp6D0ZO { display:block; }
 }@media only screen and (max-width: 763px) { #TZFBi3EGhl9fJpEQU3Sv1MkgKRG01Q0B { width:12.5rem;height:3.75rem;top:43.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgX7TmFRNVdHb9aStLGxKXtuP65vWaO { width:6.375rem;height:6.375rem;top:5.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIL3Rz4m6sAPQT7HJMi64zgSXRFhJs4 { width:6.125rem;height:3.33125rem;top:7.6875rem;left:10.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeeZmzEwoeNCETmfQ8q0KFH8wdIi9ayp { width:6.125rem;height:1.1375rem;top:6.8125rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQK8UN5s84evizVRWT2RtM9mdw7b73J { display:flex;width:1.0625rem;height:1.0625rem;top:45.0625rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #n6ytQ8PQlXTtuJMvSTInNMgR3LU5kXfS { width:20rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt8p0g2sCN1mZn434hz5zE8HaiOrhWAy { width:20rem;height:5.9375rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM9ECq52tESciAVI5lT9Z08Lrre02C1 { display:block; }#rCM9ECq52tESciAVI5lT9Z08Lrre02C1 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBZ7ixpTliOLi3gtWTSTOcDfa3HoO764 { width:12.5625rem;height:17.4375rem;top:6.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN2GJnsSorAwOAZ9DUkGq7cTgdqITWta { width:20rem;height:3rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5yLQwiOVlQmJ9CFXvfPxARq7yErPeM9 { width:17.5rem;height:17.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszzJhfalZo4Uk5NhqkZcK5OtUyXPQfm { width:16.25rem;height:16.25rem;top:7.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzfckEchwgiNHR1naWmknKG9XFkI3Lu { width:20rem;height:5.9375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysxszUBBMyQ9mvFfpFRK4soAdPFAuaC3 { width:6.375rem;height:6.375rem;top:9.0625rem;left:2.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #e7MEQ0WdOhVEUKHUyEHVgL5aEXhJtMfH { width:6.125rem;height:3.4125rem;top:10.543750762939rem;left:3.0625rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ekThcr7fu3sEvTqf87W66Uba8e5r2TPw { width:1.5625rem;height:1.5625rem;top:16.125rem;left:5.28125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ou6MNE1S0CH8KqiTwWoprhsSmTPeO2Zw { width:1.5625rem;height:1.5625rem;top:18.125rem;left:5.28125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bDcDe0Fpem7vWXE6f5yvFuNVGk8fvw9G { width:1.5625rem;height:1.5625rem;top:20.125rem;left:5.28125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH { display:block; }#ENoTsnAyFzXd1LMgfoQk3KwpoTgTbRTH > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcDxDcOx1yyRMXS95fBnXSdPVREknl6V { width:17.8125rem;height:3.375rem;top:3.75rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHtMc7qX6XDyX82WO0bxDTk2zAdtUH1u { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #spa8JTePuPadBH8TTnbNWDeCmAa0oaoF { width:16.3125rem;height:3.375rem;top:11.4375rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5Ep57Gky8nuJwP1C2zFTVwFnfPvkPA { display:flex;width:2.75rem;height:2.75rem;top:8.25rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #r5T0WsgvDNukqAm6Bh5GKboJwKluPtmx { width:18.8125rem;height:3.375rem;top:19.0625rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8qvsPtmoznPsSiA1khRvHMseQAHxSQX { display:flex;width:2.875rem;height:2.875rem;top:15.75rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #MHqltM0Vl2wZNaSutITlBIRh0xCiLE6q { width:11.0625rem;height:3.75rem;top:24.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7cKQ5BKnvJVCdZP2lBHvZtAKbiAsCL0 { display:block; }
 }@media only screen and (max-width: 763px) { #ruEMANhAJRmzkTswAsrNsRUTyAdwM3v4 { width:12.5rem;height:3.75rem;top:24.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhdKCHr65MelzCm57AbV6SvZRLmuLpt { width:6.375rem;height:6.375rem;top:15rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bpcmc1UJgUQqeeETuTAzR2cXCzP9G1p4 { width:6.125rem;height:0;top:16.865623474121rem;left:6.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGaC9GRJTnCWlebtanTbVNxXQ9TflRZf { width:1.875rem;height:1.875rem;top:29.5rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGuBo6OaBwdkSdvPUCI7WThlx5Ns4L98 { width:1.875rem;height:1.875rem;top:32.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #mg2DqsoCpDAouhpaEaEt8TKA5plVHTBT { width:1.875rem;height:1.875rem;top:40.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hnwv9pH7BxuSwqH2evhOvh5wigf13UOH { display:flex;width:1.0625rem;height:1.0625rem;top:26.125rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6d083d9c-cd7c-48b9-be4c-bf1d552432bf/bg9.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.adaptive-delivery-prevent-bg, #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.lazyload, #SmuHRT2nFWvevIGE27lyKbqFg9kSgsax.lazyloading { background-image: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { background-color: transparent; background-image: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container > .video-iframe-container { display: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row > .video-iframe-container { display: none; }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .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); }#SmuHRT2nFWvevIGE27lyKbqFg9kSgsax > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpvUseM33izc9oEI03xaKwDwqh8v4bEg { width:20rem;height:4.8rem;top:6.9375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJzMIkfbufPS3XeZG2kRlsKrx86ZvA95 { width:20rem;height:6.825rem;top:13.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWqiVH06HpGgunVTKReGHQVI3bDrJP0 { width:20rem;height:5.85rem;top:21.4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ { display:block; }#sMAKXOOh5KsNEXb6suu60KQDJxVkoIAZ > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvkxGH517WK0AMc8E0mlEhwVrvOOovN { width:20rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZrbRBHn7olK55VTpZ6tLnon4NLALM7n { display:flex;width:10.8125rem;height:10.8125rem;top:6.1125001907349rem;left:4.59375rem; }
 }@media only screen and (max-width: 763px) { #vl1hCLdKKTq2SgKlG4ubKHQH9BB9UiF8 { width:12.125rem;height:3.9375rem;top:8.7999992370606rem;left:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcwxQ9qCIWhlRPl7bKQxFidJh8S0HyGi { width:16.1875rem;height:2.1125rem;top:12rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgI9rtLPs6tfKdqOzwnDyxF5oC6JhnV3 { display:flex;width:11.5rem;height:11.5rem;top:17.5625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #T3vRudmpDQLaINnnRRTh7KNKZfe9BnLk { width:16.1875rem;height:2.1125rem;top:22.875rem;left:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSHfF05q1c3JXyQH0TVrlR5FwatEDq { width:12.125rem;height:3.9375rem;top:19.4375rem;left:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuqaXvk5FarRPFbOerv6n3gQdQKDbl6 { display:flex;width:10.8125rem;height:10.8125rem;top:28.512500762939rem;left:4.59375rem;font-size:7.5625rem; }
 }@media only screen and (max-width: 763px) { #TS0TxMAawOhTiyWBPZwvIthAG7bu3ZQQ { width:12.125rem;height:3.9375rem;top:30.199999809265rem;left:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPCQp5bUrKC0nUOS4JudQ32bm52LMzIr { width:16.1875rem;height:4.225rem;top:33.53750038147rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUIPeTTsW6uCrG2r8TB8fMfuXUe8KFLU { width:20rem;height:3.85rem;top:41.075000762939rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD { display:block; }#mNvv8JZtZQ5uW81TMaRybVBUWfoqRrlD > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJXEPfIMrzqAhl6aS7xIdtTF6Eyz29Ho { width:20rem;height:20rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eonr43c2SbIrZ6fXmrTDaTELVyffM7XJ { width:18.75rem;height:18.75rem;top:9.0625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5WOKZ171vht77n6Pxnuelfko9XxPvyn { width:20rem;height:5.9375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 { display:block; }#gKvmkKmN8KbRwH0vL3FfMw9lnPmWizt1 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIRvAAhwmM1KKr7ow60HqTTcPSghImGV { width:8.875rem;height:12.6875rem;top:28.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5fI7d5iH6R7BsEgpcXihNphTTpBGUgX { width:20rem;height:2.34375rem;top:5.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DIyav4niPDNpb6Lb7x0ledDkFlae43 { width:17.4375rem;height:7.125rem;top:8.0625rem;left:1.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHpsZKHNKdWmw9TzR71sNHnphDhUeCR6 { width:17.3125rem;height:3.75rem;top:22.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7Gpkv9mPQDSamGAbNrtnaGz3Jwyv2W { display:block; }
 }@media only screen and (max-width: 763px) { #RK2a0cpiTL6sRCy6sIJT3cs8h4ozngCK { width:12.5rem;height:3.75rem;top:22.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3FFEXAaF1U2dsWOLJ7oVh3lO8EcWTay { width:9.6875rem;height:13.5rem;top:31.4375rem;left:10.181390977444rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJhasNg7T6vSQaiIspu2LSkpFh9ZxTBz { width:12.125rem;height:16.75rem;top:35.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyMd28dJ578fMKk4ZkpaaCJrHkvo40vh { display:flex;width:1.0625rem;height:1.0625rem;top:23.5625rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #VeMTm0zkfbeOdi6BiVNtJ7xtWrUPE4KF { width:20rem;height:20rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xsPixKgS8p2d67QeNb9JR1bbxAGOaiyg { width:18.75rem;height:18.75rem;top:0.625rem;left:0.625rem;z-index:15000;display:block; }
 }