.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,242,239;--color-primary-1:151,217,206;--color-primary-2:81,191,173;--color-primary-3:37,175,152;--color-primary-4:36,174,152;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:156,163,175;--color-secondary-4:21,36,60;--color-tertiary-0:255,255,255;--color-tertiary-1:75,85,99;--color-tertiary-2:56,74,89;--color-tertiary-3:55,65,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { background-color: transparent; background-image: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container > .video-iframe-container { display: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container { display: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .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); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { border-width: 0; border-radius: 0; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { font-size:0.875rem;font-family:"open sans";height:5rem;width:75rem;position:relative;display:block; }#eKNArsk715dESh5VDXV4HT1k8yBo3NoO { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:36.25rem;height:1.29980625rem;color:rgba(var(--color-primary-3),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.9375rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.125rem;left:70rem; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#SsafCgCzMpGcK5U19DILFUCmly2h7VhR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:4rem;height:1rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.75rem;left:68.75rem;display:block; }
#NfrdwtpBFW7aRhGG1sdqBdKSyM4fU1o2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:55rem;display:block; }
#OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#KqWkWShaD5Bl9dk5tZkoxAKopPL5R3LX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:1.25rem;left:3.75rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7be008a-6671-4d93-ab4c-a4b6fc9110fe/abudhabiseascapezdrapaczamichmur1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5325rem;padding-right:0.465625rem;padding-bottom:0.5325rem;padding-left:0.465625rem;display:block;align-items:center;width:2.7925rem;min-width:2.7925rem;height:2.85625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.125625rem;font-weight:400;line-height:45.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.723125rem;height:1.12875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.7975rem;font-weight:400;line-height:18.06px;text-align:center;text-align-last:center;text-transform:none;top:1%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.875rem;height:5.38125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.25rem;left:2.5rem;z-index:15043; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #hGsS707pRLNvcUdEft8rqsNQNkX2iLEt { display:flex;position:relative;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #OOVTvndBtLnA7metIlzsPUlKkbcPcxkN { width:auto; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #m3e18V2VgKZNtWT0vcGM8lCUE0sqcCc6 {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #N1uV5hqQZ9KNyyaWRbkDzCgGhUPazVXU { display:flex;position:relative;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #UrMdFTbyfObHSDlLqbls06pI4JAfo66f {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #xmUknipHIAPlDTXFpcTDIOEiGtcTXD0k {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #DPcHCQhM9rQCFbzrSDwwTZbizJ0w6lSG { display:flex;position:relative;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #GQaRBeoc3kybk2I15gvDlEkfQOaqeOkM {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #wWiDl2obcLz0pOpRsdDW6xgfMQbttnC4 {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #fcdsDXm4QqxgXI63Oo3nJfCq6JnbaPnz { display:flex;position:relative;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #ZqDR1T5RzpTaQpei9JuWNT1eUDyzBhEe {  }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #mKTT8ufn6IOLnhuPNZWP9scLDQ8dsmi6 {  }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-form-header { font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:21.25rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]:-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]::-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]:-ms-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]::-webkit-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container:first-of-type{padding-top:0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container:last-of-type{padding-bottom:0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:47.4990234375rem;top:16.25rem;z-index:15013;position:absolute;font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5rem;line-height:1.4;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:47.4990234375rem;top:16.25rem;z-index:15013;position:absolute;font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 { position:relative;display:block;z-index:15000; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC { position:relative;display:block;z-index:15000; }
#kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.5rem;left:44rem;height:0;text-align:center;text-align-last:center;display:block; }
#JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.5rem;height:5.8496125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nvnJGWFlgIhWQt6V2uxkk4rkorez2u3L { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4755859375rem;left:2.5rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#meIknBVUht2bWXhmpKEfhWTdOTPw70tm { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:2.5rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NKb4u285sh39zaX9LNGn5EcoT5UM510x { color:rgba(var(--color-primary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:2.5rem;height:1.94986875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymoTbWh1kIzf8FRnf5nK4g2Stlo8qa8h { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:8.17578125rem;left:12.5rem;height:1.13671875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LwaN4UQfAviRWI4lSkSSLF1TI1yExco0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.125rem;height:2.1875rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:7.5rem;left:2.5rem;display:block; }
#VHNfcIc7eaA6zAwzaS1NfnMzFTsH7JvH { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#sNQtRcUXZxvMITDG1eDbr8kNOnNJBJll { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:47.5625rem;height:3.41015625rem;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; }
#JFbqFdOFf0QZHkBQW8gxx3sNwAIaRwAB { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.875rem;width:26.1875rem;top:7.625rem;left:46.25rem;display:block; }
#RP0KHo3L8aGfkLdRpa8Fz3nvoSNcZThT { color:#f3f4f6;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.5rem;height:5.84765625rem;display:block; }
#kmke2EPEXeKoJbMfzMuP3Mg5b49M2uov { color:#f3f4f6;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.4622375rem;font-style:normal;display:block; }
#QbG9CzyVvHydytwPs9Bo9Nkhgi13rJb1 { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:9.30078125rem;left:53.75rem;height:1.94986875rem;display:block; }
#LmEinzvd4yQSwFVPBzLGSsCwgC5QgrEF { color:rgba(var(--color-primary-4),1);display:block;width:10.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.91273021698rem;left:60.620115280151rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipyWZXINrl53yiGRv7r5fbn21cyVTtP6 { color:rgba(var(--color-primary-4),1);display:block;width:10.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.841375231743rem;left:62.380681991577rem;height:1.21848125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mmpbEPqkS43Fg93ePz3oThbwByVTP66T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.75rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#DXWphueTg41imnEeZt37zKKLi5d5uMIt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:21.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vggneaJVDP8y3EOmKFKBup9s0POCP2Uu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:14.625rem;left:12.3125rem;overflow:hidden;display:block; }
#bqqk9QJbX2Ish3XFamzWqNWl3wWEw6fk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:14.625rem;left:36rem;overflow:hidden;display:block; }
#hV8IOyc4MGdN9CSksWggVzstWS1liS9T { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:14.625rem;left:59.8125rem;overflow:hidden;display:block; }
#Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { box-sizing:content-box;height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15025;background-color:#f3f4f6;background-image:none;top:12.125rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { box-sizing:content-box;height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#f3f4f6;background-image:none;top:12.125rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JwA8ggShbpf25hHaip26eiI1FU0H4beK { box-sizing:content-box;height:12.625rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#f3f4f6;background-image:none;top:12.125rem;left:50rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.375rem;left:27.46875rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:18.375rem;left:51.25rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:20.8125rem;left:27.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:20.8125rem;left:51.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:32.25rem;top:5.875rem;left:40.129960317461rem;display:block; }
#UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.125rem;left:2.5rem;display:block; }
#LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { color:rgba(var(--color-primary-3),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#ytRTqFyguBgELBQ9x6cfBJMMeTf8lD9P { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.6875rem;height:2.5996125rem;display:block; }
#nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.5rem;height:9.098625rem;display:block; }
#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { background-color: transparent; background-image: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container > .video-iframe-container { display: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container { display: none; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .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); }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { border-width: 0; border-radius: 0; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:block; }#XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15026;background-color:#f3f4f6;background-image:none;top:14.625rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { color:rgba(var(--color-secondary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.875rem;left:3.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OD5zKQoMVPzoy135qLsc9mUprlw05mst { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.17578125rem;left:3.75rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:16.5625rem;left:3.75rem;overflow:hidden;display:block; }
#AkEVca5KixOdSVV820TewZDazyMNONNK { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#f3f4f6;background-image:none;top:14.625rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15028;background-color:#f3f4f6;background-image:none;top:14.625rem;left:50rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.375rem;left:27.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:27.5rem;overflow:hidden;display:block; }
#m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.875rem;left:27.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.875rem;left:51.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.375rem;left:51.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:51.25rem;overflow:hidden;display:block; }
#To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#f3f4f6;background-image:none;top:32.125rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15028;background-color:#f3f4f6;background-image:none;top:32.125rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { box-sizing:content-box;height:16rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#f3f4f6;background-image:none;top:32.125rem;left:50rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:40.875rem;left:51.25rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:34.625rem;left:51.25rem;overflow:hidden;display:block; }
#HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:38.375rem;left:51.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:38.375rem;left:27.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:34.625rem;left:27.5rem;overflow:hidden;display:block; }
#fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:40.875rem;left:27.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:34.625rem;left:3.75rem;overflow:hidden;display:block; }
#cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { color:rgba(var(--color-secondary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.375rem;left:3.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:40.875rem;left:3.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:55.625rem;left:2.5rem;height:1.94986875rem;font-style:normal;display:block; }
#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:58.75rem;left:2.5rem;height:6.19921875rem;font-style:normal;overflow:hidden;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
#ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:51.875rem;left:2.5rem;overflow:hidden;display:block; }
#gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.125rem;left:3.75rem;display:block; }
#bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#zvXJIzs89fy0yUmV0c1dnvo7a8fgPwPt { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:67.875rem;left:2.5rem;display:block; }
#LLm3nTAZT6HMzVPXCMAGgAlrqwlB9nZb { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe { position:relative;display:block; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe { background-color: transparent; background-image: none; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row .container > .video-iframe-container { display: none; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row > .video-iframe-container { display: none; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .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); }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe { border-width: 0; border-radius: 0; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .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; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40rem;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; }#ANtym7Q2rzUGZ69lTb5TaXZD0QTTBHDN { color:rgba(var(--color-secondary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:18.75rem;height:2.4375rem;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; }
#NOJz5FzbiNi65d3epX8z0v4O2mymrWhn { color:rgba(var(--color-tertiary-3),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:18.75rem;height:3.8994125rem;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; }
#D33WqPsihaDfhmiHEAuvRuuOGi2Qa0Tt { box-sizing:content-box;height:12.5rem;width:16.375rem;position:absolute;display:block;z-index:15028;background-color:#f3f4f6;background-image:none;top:15.875rem;left:2.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SLs3qlfwJTBK7NsgmhTNxwiy97htT9TR { box-sizing:content-box;height:12.5rem;width:16.375rem;position:absolute;display:block;z-index:15029;background-color:#f3f4f6;background-image:none;top:15.875rem;left:20.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#N830INoiqXHtzvUbTbNRQO54hsKfDTS2 { box-sizing:content-box;height:12.5rem;width:16.375rem;position:absolute;display:block;z-index:15030;background-color:#f3f4f6;background-image:none;top:15.875rem;left:38.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aVg8uUQHks4TLScQTWN1zzFTkJ68aAg9 { box-sizing:content-box;height:12.5rem;width:16.375rem;position:absolute;display:block;z-index:15031;background-color:#f3f4f6;background-image:none;top:15.875rem;left:56rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#w7Ll0bqsrXEZZ45nD3GNHoKT31ZbaDwq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:9.1875rem;overflow:hidden;display:block; }
#SBzb85OwEpI1u3ISDGTJiIlU3cLQPApf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:27.125rem;overflow:hidden;display:block; }
#gPOMwswst2GlmKDKqpLTCJA8rHR6nowG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:44.9375rem;overflow:hidden;display:block; }
#vNstF8ay9aZJfoMIwVLTVoqtlRyL1Uh2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:17.125rem;left:62.6875rem;overflow:hidden;display:block; }
#MZCaPSMnl7GUCMS6NgcXiccT1OPm9Csn { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.4375rem;left:3.9375rem;height:3.25rem;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; }
#JuvwTzk0QsP5rKukzmuZufNPuZqFyDdb { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:20.681640625rem;left:3.75rem;height:1.13736875rem;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; }
#nMMpEDqz7K21WCwbklFPxmML8BZkylAr { box-sizing:content-box;height:0.0625rem;width:13.75rem;position:absolute;display:block;z-index:15038;background-color:#d3d5d7;background-image:none;top:22.6875rem;left:3.8125rem;display:block; }
#Lb3N11cvB35TVr9AvZ6XClOVXsfxSb8o { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.98828125rem;left:21.8125rem;height:1.13736875rem;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; }
#eywTVMxyrusAI1H5nQ1arDnkeBpoyEhT { box-sizing:content-box;height:0.0625rem;width:13.75rem;position:absolute;display:block;z-index:15039;background-color:#d3d5d7;background-image:none;top:22.6875rem;left:21.75rem;display:block; }
#hLwaTeH4uJKvy6dqwORQs0PJGuDnVoug { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23.4375rem;left:21.875rem;height:3.25rem;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; }
#CAGw6IE5gB2VmgSkWHCmT6e5G8iGALm1 { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.4375rem;left:39.8125rem;height:3.25rem;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; }
#roZI0wy3U5M9q5bgWIhTWMK82pyJZHNf { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.98828125rem;left:39.5625rem;height:1.13736875rem;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; }
#xtrbflmLefyxcS5htyQNB2F5IuRzS427 { box-sizing:content-box;height:0.0625rem;width:13.75rem;position:absolute;display:block;z-index:15040;background-color:#d3d5d7;background-image:none;top:22.6875rem;left:39.5rem;display:block; }
#res5F9wGTCoa3zMD4rz4VeZTRGShQVwJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.4375rem;left:57.5rem;height:3.25rem;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; }
#cL7bzTA3SJO80rwyaWVdpPgtXJaDzExf { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.98828125rem;left:57.3125rem;height:1.13736875rem;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; }
#aB4nFuGDSGruUKRDAJdK3WIMq2brm4Vy { box-sizing:content-box;height:0.0625rem;width:13.75rem;position:absolute;display:block;z-index:15041;background-color:#d3d5d7;background-image:none;top:22.6875rem;left:57.3125rem;display:block; }
#hNUcv2fsQuDoTSCzrq8X9TGOLV1KbpVX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31rem;left:28.75rem;display:block; }
#S1UDfirxTCc1b56O9KTWTXBLTaoy8pfp { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { background-color: transparent; background-image: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container > .video-iframe-container { display: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container { display: none; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .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); }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { border-width: 0; border-radius: 0; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#mZChasz56FotSSdGOR6va5f6FJMpCdao { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:2.5rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { color:rgba(var(--color-tertiary-3),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { box-sizing:content-box;height:24.25rem;width:24.25rem;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:15024;background-color:rgba(var(--color-primary-4),0.1);background-image:none;top:9.5625rem;left:48.1875rem;display:block; }
#nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { color:#1f2a37;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { color:rgba(var(--color-tertiary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:25.5rem;left:2.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:27.9375rem;left:2.5rem;overflow:hidden;display:block; }
#u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:27.9375rem;left:18.75rem;overflow:hidden;display:block; }
#G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { color:#1f2a37;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.125rem;left:4.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#x9wporDdcqhLW7x52fQpktvgENJtzQFN { color:#1f2a37;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:28.125rem;left:20.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:30rem;left:2.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:30rem;left:18.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:33.125rem;top:1.6867941617966rem;left:38.812143564224rem;overflow:hidden;display:block; }
#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { position:relative;display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { background-color: transparent; background-image: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row > .video-iframe-container { display: none; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .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); }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { border-width: 0; border-radius: 0; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .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; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;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; }#daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oD95wEOelFVLG3xKu2w8AJMI69weno4Q { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { color:rgba(var(--color-tertiary-3),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.57470703125rem;left:2.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:2.5rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
#dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.375rem;width:32.25rem;top:4.625rem;left:40.130479452055rem;overflow:hidden;display:block; }
#lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27rem;left:2.5rem;display:block; }
#TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { background-color: transparent; background-image: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .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); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { border-width: 0; border-radius: 0; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:12.375rem;left:2.5rem;display:block; }
#ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:4.875rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:5rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:12.375rem;left:26.25rem;display:block; }
#ws6Qv39KXKQplffXU28CXSWIaatiB2EW { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:28.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.625rem;left:28.75rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { color:rgba(var(--color-secondary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.1875rem;width:22.5rem;top:12.375rem;left:50rem;display:block; }
#chgLasMF0uKmTWztqkwpzfuip5WycbwA { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.375rem;left:21.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:14.625rem;left:52.5rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.77490234375rem;left:52.5rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7be008a-6671-4d93-ab4c-a4b6fc9110fe/abudhabiseascapezdrapaczamichmur1.jpg");background-position:center !important;background-repeat: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; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.adaptive-delivery-prevent-bg, #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.lazyload, #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.lazyloading { background-image: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { background-color: transparent; background-image: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container > .video-iframe-container { display: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container { display: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .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); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { border-width: 0; border-radius: 0; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5325rem;padding-right:0.465625rem;padding-bottom:0.5325rem;padding-left:0.465625rem;display:block;align-items:center;width:2.7925rem;min-width:2.7925rem;height:2.85625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.125625rem;font-weight:400;line-height:45.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.723125rem;height:1.12875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.7975rem;font-weight:400;line-height:18.06px;text-align:center;text-align-last:center;text-transform:none;top:1%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.875rem;height:5.38125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.25rem;left:2.5rem;z-index:15043; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #gECdefrs3U87LnJzKISkgPzBors7w15A { display:flex;position:relative;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #SObpBdNvH2lZOSAhxcTVNFrUmoTT4dK4 { width:auto; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #tgU7J7wLL3RmsBNfZ1CNbKsThJk5WhTs {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #myi0mfk07pl4HwlIH10GADd9aleSX9Tl { display:flex;position:relative;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #mw5zbitrF0axatcmz58dIpyuPe3k3gcc {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #xGwXVwClbxxHE1Nid4UyNNZeQ73CL887 {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #RGVQUaKTGzZwPHPSgJ6Bi3DJCnmsNCBl { display:flex;position:relative;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #UqdhBbyudyTmaenCDowNFBfaATFlCiig {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #nDpM2CThXCdWww84eKLfx7uTKydgRIeb {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #Ln5VShCIQtOnGBx5oIJbGoikFuctVGQy { display:flex;position:relative;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #HGnKASNRXbaghSUJFmv5hpPR2MixBpPs {  }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #QkSFiTLNAtEca2gQGxpKputWiqLTqf0D {  }
#hWdsmc8vaVrcPPr8JwmhbA4kLTRadyvE { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.5rem;left:44rem;height:0;text-align:center;text-align-last:center;display:block; }
#L4VOFWbqWzfTMlzeCSvrDKBUz90RxGMf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.5rem;height:5.8496125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AkQ6yl4oqzwX1cSI3oKU5wOQ3QXQ7W0T { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4755859375rem;left:2.5rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o7rSmx1GzG8u0lbV0aFm9zmwDwCMI2m3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:2.5rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vqgZzN7aFhreZAwzlv84rwa9hnVECwuL { color:rgba(var(--color-primary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:2.5rem;height:1.94986875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z64V6wFVLiWpnH3sI9Di2mxA4qgsPeGx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:8.17578125rem;left:12.5rem;height:1.13671875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VnCvEA2U194MKRco9N6U0plQg3MZ4N2i { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.125rem;height:2.1875rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:7.5rem;left:2.5rem;display:block; }
#Ft6fmfz0KwPn2sZ0DXnMEmfJ9eJNrZft { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#TZGeAZCGnCgwU9ys3RPSMabRPMtbMrZb { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:47.5625rem;height:3.41015625rem;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; }
#wIepoJSQZlIUr3Lx5Wxg8OPiEWch97My { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.875rem;width:26.1875rem;top:7.625rem;left:46.25rem;display:block; }
#ecHywwXNcExpccRxwf0JHzBIaSTuS904 { color:#f3f4f6;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.5rem;height:5.84765625rem;display:block; }
#mWFHRVWvhae1ToIHPw8xiXx2kC04Woqu { color:#f3f4f6;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.4622375rem;font-style:normal;display:block; }
#Ib6TqwGq9zuE3Q2d7uvnKW37q5JTo4Ct { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:9.30078125rem;left:53.75rem;height:1.94986875rem;display:block; }
#THaO0LzH5rIFHJ58moUlCeffhFiq88kg { color:rgba(var(--color-primary-4),1);display:block;width:10.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.841375231743rem;left:62.380681991577rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-form-header { font-size:0.75rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-textarea { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e7eb;border-left:0.0625rem solid #e5e7eb;border-right:0.0625rem solid #e5e7eb;border-bottom:0.0625rem solid #e5e7eb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#111928;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:21.25rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 [class*="-text"]:-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 [class*="-text"]::-moz-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 [class*="-text"]:-ms-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 [class*="-text"]::-webkit-input-placeholder { color:#cecece;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-container:first-of-type{padding-top:0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-container:last-of-type{padding-bottom:0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:47.468750953674rem;top:15.974999547005rem;z-index:15014;position:absolute;font-size:0.75rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5rem;line-height:1.4;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 {display:block;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;left:47.468750953674rem;top:15.974999547005rem;z-index:15014;position:absolute;font-size:0.75rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Mi1txL7r4BtB3nd8ztx2oR8KEvPIrE0f { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #lElNX3086tfROba39I40EC3CzhaDBA30 { position:relative;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cfF1c2FnvkUts2i4usSBlcWnOplxm3Ck { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #SMGTePbql57B083GF2UP6Skikis6dGfA { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Fk8nMnTlSIKlcBLie8aKBne8G5mC76F0 { position:relative;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cilt5HsdObBAN3wmtQnPIWsWf0tdZXBJ { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #TLnOX4CVaKNkAIaNaWTgqXKqTqRrPlUW { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #UJOtTCf2lcnpXKCEyRs4eNPewLCwONJ4 { position:relative;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #l3sCqzbZCffDlctTUNJypCT3ZfgUudkd { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #oaNUG7Dk3RoJChU09ZiTnmqlHEkJOrIQ { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #PtU9FQb6zpmoEvUsMkAEfbmylpc8AZqq { position:relative; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #bU28S3yklIDmV2WhnoE26wEWF7lzNArb { position:relative;display:block;z-index:15000; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #aay5ah0bdrd2GTKHONcSNm8JaiqrVAkX { position:relative;display:block;z-index:15000; }
#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { position:relative;display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { background-color: transparent; background-image: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container > .video-iframe-container { display: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row > .video-iframe-container { display: none; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .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); }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { border-width: 0; border-radius: 0; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .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; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;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; }#JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { color:rgba(var(--color-secondary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.5rem;height:2.4375rem;font-style:normal;display:block; }
#hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:2.5rem;display:block; }
#UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:26.25rem;display:block; }
#mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.5rem;top:15.3125rem;left:50rem;display:block; }
#nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9375rem;left:2.5rem; }
#KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { color:#1f2a37;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.82470703125rem;left:54.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/bc010e40-7bf8-4c9c-b025-4f4b7b0eecc7/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.875rem;left:50rem;display:block; }#Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.adaptive-delivery-prevent-bg, #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.lazyload, #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ.lazyloading { background-image: none; }
#vNfZ2MEAFft26zwotnSPUASwBl15QDiK { color:rgba(var(--color-tertiary-1),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.67578125rem;left:55rem;height:1.13736875rem;font-style:normal;display:block; }
#Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { background-color:#1f2a37;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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.6875rem;left:50rem;display:block; }
#JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoOiolLIqGIcThEEybwepZ202ZUGsVrn { z-index:15003;top:34.0625rem;left:26.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.0625rem;left:26.25rem;height:2.5996125rem;font-style:normal;display:block; }
#Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:50rem;height:3.8994125rem;font-style:normal;display:block; }
#gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2.5rem;height:3.89941875rem;font-style:normal;display:block; }
#s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { z-index:15004;top:34.0625rem;left:50rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { z-index:15004;top:34.0625rem;left:2.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #1f2a37;border-left:0.0625rem solid #1f2a37;border-right:0.0625rem solid #1f2a37;border-bottom:0.0625rem solid #1f2a37;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f2a37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { border-width: 0; border-radius: 0; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5rem;height:4.546875rem;color:#f3f4f6;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:left;text-align-last:left;overflow:hidden;display:block; }
#PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.125rem;top:3rem;left:2.5rem;overflow:hidden;display:block; }
#qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.5rem;height:1.13736875rem;color:rgba(var(--color-secondary-3),1);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:left;text-align-last:left;overflow:hidden;display:block; }
#knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { box-sizing:content-box;height:0.0625rem;width:69.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:15.4375rem;left:2.625rem;display:block; }
#Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.26220703125rem;left:47.5rem;height:1.29980625rem;color:#f3f4f6;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:left;text-align-last:left;overflow:hidden;display:block; }
#lezXe5hh99seTwA7y9hg1iRybVagUECy { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.76220703125rem;left:47.5rem;height:1.29980625rem;color:#f3f4f6;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:left;text-align-last:left;overflow:hidden;display:block; }
#n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.261901855469rem;left:47.499998092651rem;height:1.29980625rem;color:#f3f4f6;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:left;text-align-last:left;overflow:hidden;display:block; }
#sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.26220703125rem;left:65rem;height:1.29980625rem;color:#f3f4f6;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:left;text-align-last:left;overflow:hidden;display:block; }
#ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:7.5rem;left:64.75rem;overflow:hidden;display:block; }
#IiRwm6hFUM379qlptG67Awav2KfLbwce { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:7.5rem;left:71rem;overflow:hidden;display:block; }
#FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:7.5rem;left:67.875rem;overflow:hidden;display:block; }
#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { position:relative;display:none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { border-width: 0; border-radius: 0; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .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; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKNArsk715dESh5VDXV4HT1k8yBo3NoO { width:16.25rem;height:0.975rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { width:3.9375rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { width:1.5rem;height:1.5rem;top:1.125rem;left:46.25rem;display:block; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SsafCgCzMpGcK5U19DILFUCmly2h7VhR { width:4rem;height:1rem;top:2.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfrdwtpBFW7aRhGG1sdqBdKSyM4fU1o2 { display:block; }
 }@media only screen and (max-width: 763px) { #V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block; }
 }@media only screen and (max-width: 763px) { #KqWkWShaD5Bl9dk5tZkoxAKopPL5R3LX { width:13.625rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #hGsS707pRLNvcUdEft8rqsNQNkX2iLEt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #OOVTvndBtLnA7metIlzsPUlKkbcPcxkN {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #m3e18V2VgKZNtWT0vcGM8lCUE0sqcCc6 {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #N1uV5hqQZ9KNyyaWRbkDzCgGhUPazVXU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #UrMdFTbyfObHSDlLqbls06pI4JAfo66f {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #xmUknipHIAPlDTXFpcTDIOEiGtcTXD0k {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #DPcHCQhM9rQCFbzrSDwwTZbizJ0w6lSG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #GQaRBeoc3kybk2I15gvDlEkfQOaqeOkM {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #wWiDl2obcLz0pOpRsdDW6xgfMQbttnC4 {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #fcdsDXm4QqxgXI63Oo3nJfCq6JnbaPnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #ZqDR1T5RzpTaQpei9JuWNT1eUDyzBhEe {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #mKTT8ufn6IOLnhuPNZWP9scLDQ8dsmi6 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC {  }
 }@media only screen and (max-width: 763px) { #kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { width:21.8125rem;height:0;top:12.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { width:35.125rem;height:5.875rem;top:10.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvnJGWFlgIhWQt6V2uxkk4rkorez2u3L { width:35.9375rem;height:1.4375rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meIknBVUht2bWXhmpKEfhWTdOTPw70tm { width:36.1875rem;height:1.4624rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKb4u285sh39zaX9LNGn5EcoT5UM510x { width:34.0625rem;height:1.9375rem;top:30.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoTbWh1kIzf8FRnf5nK4g2Stlo8qa8h { width:14.4375rem;height:1.125rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwaN4UQfAviRWI4lSkSSLF1TI1yExco0 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNfcIc7eaA6zAwzaS1NfnMzFTsH7JvH { display:block; }
 }@media only screen and (max-width: 763px) { #sNQtRcUXZxvMITDG1eDbr8kNOnNJBJll { width:23.5625rem;height:3.375rem;top:12.4375rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFbqFdOFf0QZHkBQW8gxx3sNwAIaRwAB { width:26.1875rem;height:34.875rem;top:7.625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP0KHo3L8aGfkLdRpa8Fz3nvoSNcZThT { width:29.8125rem;height:5.8125rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmke2EPEXeKoJbMfzMuP3Mg5b49M2uov { width:28.5rem;height:1.4375rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbG9CzyVvHydytwPs9Bo9Nkhgi13rJb1 { width:12.5rem;height:1.9375rem;top:9.25rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmEinzvd4yQSwFVPBzLGSsCwgC5QgrEF { width:10.625rem;height:1.1875rem;top:16.875rem;left:37.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyWZXINrl53yiGRv7r5fbn21cyVTtP6 { width:7.5rem;height:0.9375rem;top:48.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:20rem;height:1.9375rem;top:18.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWphueTg41imnEeZt37zKKLi5d5uMIt { width:32.5625rem;height:4.875rem;top:4.625rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vggneaJVDP8y3EOmKFKBup9s0POCP2Uu { width:3rem;height:3.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqk9QJbX2Ish3XFamzWqNWl3wWEw6fk { width:3rem;height:3.0625rem;top:14.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV8IOyc4MGdN9CSksWggVzstWS1liS9T { width:3rem;height:3.0625rem;top:14.625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { width:22.5rem;height:12.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { width:19.75rem;height:1.29980625rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { width:22.5rem;height:12.625rem;top:12.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA8ggShbpf25hHaip26eiI1FU0H4beK { width:22.5rem;height:12.625rem;top:12.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { width:20.0625rem;height:1.9375rem;top:18.3125rem;left:13.843750953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { width:20rem;height:1.9375rem;top:18.3125rem;left:27.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { width:19.6875rem;height:1.25rem;top:20.75rem;left:13.999731063842rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { width:19.75rem;height:1.29980625rem;top:20.8125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { display:block; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { width:32.25rem;height:23.8125rem;top:5.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block; }
 }@media only screen and (max-width: 763px) { #NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { width:33.625rem;height:4.875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytRTqFyguBgELBQ9x6cfBJMMeTf8lD9P { width:28.5625rem;height:2.625rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { width:30.0625rem;height:9.125rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { display:block; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { width:39.8125rem;height:4.875rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { width:22.5rem;height:16rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { width:18.5rem;height:1.5625rem;top:20.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5zKQoMVPzoy135qLsc9mUprlw05mst { width:18.8125rem;height:5.1875rem;top:23.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { width:3rem;height:3.0625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkEVca5KixOdSVV820TewZDazyMNONNK { width:22.5rem;height:16rem;top:14.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { width:22.5rem;height:16rem;top:14.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { width:18.625rem;height:3.875rem;top:23.375rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { width:3rem;height:3.0625rem;top:17.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { width:19.9375rem;height:1.625rem;top:20.875rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { width:19.9375rem;height:1.625rem;top:20.875rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { width:19.6875rem;height:5.1875rem;top:23.3125rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { width:3rem;height:3.0625rem;top:17.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { width:22.5rem;height:16rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { width:22.5rem;height:16rem;top:32.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { width:22.5rem;height:16rem;top:32.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { width:19.6875rem;height:5.1875rem;top:40.8125rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { width:3rem;height:3.0625rem;top:34.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { width:19.9375rem;height:1.625rem;top:38.375rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { width:19.9375rem;height:1.625rem;top:38.375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { width:3rem;height:3.0625rem;top:34.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { width:18.5625rem;height:3.875rem;top:40.8125rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { width:3rem;height:3.0625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { width:18.5625rem;height:1.625rem;top:38.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { width:18.875rem;height:3.875rem;top:40.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { width:37.25rem;height:1.9375rem;top:55.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { width:30.1875rem;height:6.19921875rem;top:58.75rem;left:0rem;font-size:1rem;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
 }@media only screen and (max-width: 763px) { #ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { width:3rem;height:3.0625rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block; }
 }@media only screen and (max-width: 763px) { #zvXJIzs89fy0yUmV0c1dnvo7a8fgPwPt { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLm3nTAZT6HMzVPXCMAGgAlrqwlB9nZb { display:block; }
 }@media only screen and (max-width: 763px) { #SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe { display:block; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANtym7Q2rzUGZ69lTb5TaXZD0QTTBHDN { width:37.25rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOJz5FzbiNi65d3epX8z0v4O2mymrWhn { width:37.25rem;height:3.8994125rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D33WqPsihaDfhmiHEAuvRuuOGi2Qa0Tt { width:16.375rem;height:12.5rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLs3qlfwJTBK7NsgmhTNxwiy97htT9TR { width:16.375rem;height:12.5rem;top:15.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N830INoiqXHtzvUbTbNRQO54hsKfDTS2 { width:16.375rem;height:12.5rem;top:15.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVg8uUQHks4TLScQTWN1zzFTkJ68aAg9 { width:16.375rem;height:12.5rem;top:15.875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Ll0bqsrXEZZ45nD3GNHoKT31ZbaDwq { width:3rem;height:3.0625rem;top:17.125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzb85OwEpI1u3ISDGTJiIlU3cLQPApf { width:3rem;height:3.0625rem;top:17.125rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOMwswst2GlmKDKqpLTCJA8rHR6nowG { width:3rem;height:3.0625rem;top:17.125rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNstF8ay9aZJfoMIwVLTVoqtlRyL1Uh2 { width:3rem;height:3.0625rem;top:17.125rem;left:38.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCaPSMnl7GUCMS6NgcXiccT1OPm9Csn { width:13.5rem;height:3.25rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuvwTzk0QsP5rKukzmuZufNPuZqFyDdb { width:13.875rem;height:1.13720625rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMpEDqz7K21WCwbklFPxmML8BZkylAr { width:13.75rem;height:0.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb3N11cvB35TVr9AvZ6XClOVXsfxSb8o { width:13.875rem;height:1.13720625rem;top:20.9375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eywTVMxyrusAI1H5nQ1arDnkeBpoyEhT { width:13.75rem;height:0.0625rem;top:22.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLwaTeH4uJKvy6dqwORQs0PJGuDnVoug { width:13.5rem;height:3.25rem;top:23.4375rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAGw6IE5gB2VmgSkWHCmT6e5G8iGALm1 { width:13.5rem;height:3.25rem;top:23.4375rem;left:22.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roZI0wy3U5M9q5bgWIhTWMK82pyJZHNf { width:13.875rem;height:1.13720625rem;top:20.9375rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrbflmLefyxcS5htyQNB2F5IuRzS427 { width:13.75rem;height:0.0625rem;top:22.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #res5F9wGTCoa3zMD4rz4VeZTRGShQVwJ { width:13.5rem;height:3.25rem;top:23.4375rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL7bzTA3SJO80rwyaWVdpPgtXJaDzExf { width:13.875rem;height:1.13720625rem;top:20.9375rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB4nFuGDSGruUKRDAJdK3WIMq2brm4Vy { width:13.75rem;height:0.0625rem;top:22.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNUcv2fsQuDoTSCzrq8X9TGOLV1KbpVX { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1UDfirxTCc1b56O9KTWTXBLTaoy8pfp { display:block; }
 }@media only screen and (max-width: 763px) { #ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { display:block; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZChasz56FotSSdGOR6va5f6FJMpCdao { width:30.8125rem;height:6.499rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:33.0625rem;height:2.5996125rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:31.125rem;height:2.4375rem;top:7.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { width:24.1875rem;height:24.1875rem;top:9.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { width:28rem;height:1.5625rem;top:22.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { width:28rem;height:1.25rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { width:1.375rem;height:1.434873593307rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { width:1.375rem;height:1.434873593307rem;top:27.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { width:8.8125rem;height:1.25rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wporDdcqhLW7x52fQpktvgENJtzQFN { width:8.8125rem;height:1.25rem;top:28.125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { width:12.375rem;height:1.25rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { width:17.9375rem;height:1.3125rem;top:30rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { width:33.125rem;height:35.3125rem;top:1.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { width:31.125rem;height:1.25rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD95wEOelFVLG3xKu2w8AJMI69weno4Q { width:31.125rem;height:2.4375rem;top:5.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { width:32.8125rem;height:3.875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA { width:30rem;height:;top:15rem;left:0rem;font-size:1rem;display:block; }#OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
 }@media only screen and (max-width: 763px) { #dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { width:32.25rem;height:22.375rem;top:4.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { width:20.8125rem;height:3rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:22.5rem;height:16.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:17.75rem;height:7rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:17.375rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:22.5rem;height:16.25rem;top:12.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:17.3125rem;height:1.5625rem;top:25.75rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:17.5625rem;height:6.9375rem;top:14.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:44.875rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { width:22.5rem;height:16.1875rem;top:12.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgLasMF0uKmTWztqkwpzfuip5WycbwA { width:34.875rem;height:3.875rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { width:17.5rem;height:8.375rem;top:14.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { width:17.25rem;height:1.5625rem;top:25.75rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw { display:none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #gECdefrs3U87LnJzKISkgPzBors7w15A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #SObpBdNvH2lZOSAhxcTVNFrUmoTT4dK4 {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #tgU7J7wLL3RmsBNfZ1CNbKsThJk5WhTs {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #myi0mfk07pl4HwlIH10GADd9aleSX9Tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #mw5zbitrF0axatcmz58dIpyuPe3k3gcc {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #xGwXVwClbxxHE1Nid4UyNNZeQ73CL887 {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #RGVQUaKTGzZwPHPSgJ6Bi3DJCnmsNCBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #UqdhBbyudyTmaenCDowNFBfaATFlCiig {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #nDpM2CThXCdWww84eKLfx7uTKydgRIeb {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #Ln5VShCIQtOnGBx5oIJbGoikFuctVGQy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #HGnKASNRXbaghSUJFmv5hpPR2MixBpPs {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #QkSFiTLNAtEca2gQGxpKputWiqLTqf0D {  }
 }@media only screen and (max-width: 763px) { #hWdsmc8vaVrcPPr8JwmhbA4kLTRadyvE { width:21.8125rem;height:0;top:12.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VOFWbqWzfTMlzeCSvrDKBUz90RxGMf { width:35.125rem;height:5.875rem;top:10.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQ6yl4oqzwX1cSI3oKU5wOQ3QXQ7W0T { width:35.9375rem;height:1.4375rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7rSmx1GzG8u0lbV0aFm9zmwDwCMI2m3 { width:36.1875rem;height:1.4624rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgZzN7aFhreZAwzlv84rwa9hnVECwuL { width:34.0625rem;height:1.9375rem;top:30.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64V6wFVLiWpnH3sI9Di2mxA4qgsPeGx { width:15.9375rem;height:1.125rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnCvEA2U194MKRco9N6U0plQg3MZ4N2i { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft6fmfz0KwPn2sZ0DXnMEmfJ9eJNrZft { display:block; }
 }@media only screen and (max-width: 763px) { #TZGeAZCGnCgwU9ys3RPSMabRPMtbMrZb { width:23.5625rem;height:3.375rem;top:12.4375rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIepoJSQZlIUr3Lx5Wxg8OPiEWch97My { width:26.1875rem;height:34.875rem;top:7.625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecHywwXNcExpccRxwf0JHzBIaSTuS904 { width:29.8125rem;height:5.8125rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWFHRVWvhae1ToIHPw8xiXx2kC04Woqu { width:28.5rem;height:1.4375rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib6TqwGq9zuE3Q2d7uvnKW37q5JTo4Ct { width:12.5rem;height:1.9375rem;top:9.25rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THaO0LzH5rIFHJ58moUlCeffhFiq88kg { width:10.625rem;height:1.1875rem;top:16.8125rem;left:37.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-button { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0  { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 {display:block;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Mi1txL7r4BtB3nd8ztx2oR8KEvPIrE0f {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #lElNX3086tfROba39I40EC3CzhaDBA30 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cfF1c2FnvkUts2i4usSBlcWnOplxm3Ck {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #SMGTePbql57B083GF2UP6Skikis6dGfA {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Fk8nMnTlSIKlcBLie8aKBne8G5mC76F0 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cilt5HsdObBAN3wmtQnPIWsWf0tdZXBJ {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #TLnOX4CVaKNkAIaNaWTgqXKqTqRrPlUW {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #UJOtTCf2lcnpXKCEyRs4eNPewLCwONJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #l3sCqzbZCffDlctTUNJypCT3ZfgUudkd {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #oaNUG7Dk3RoJChU09ZiTnmqlHEkJOrIQ {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #PtU9FQb6zpmoEvUsMkAEfbmylpc8AZqq {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #bU28S3yklIDmV2WhnoE26wEWF7lzNArb {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #aay5ah0bdrd2GTKHONcSNm8JaiqrVAkX {  }
 }@media only screen and (max-width: 763px) { #nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { width:36.3125rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { width:22.5rem;height:12.3125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { width:22.5rem;height:12.3125rem;top:15.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { width:22.5rem;height:12.3125rem;top:15.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { width:5.375rem;height:5.375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { width:16.5625rem;height:1.25rem;top:4.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { width:3.5625rem;height:3.5625rem;top:4.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfZ2MEAFft26zwotnSPUASwBl15QDiK { width:15.25rem;height:1.125rem;top:6.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { width:22.5625rem;height:3rem;top:9.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block; }
 }@media only screen and (max-width: 763px) { #HoOiolLIqGIcThEEybwepZ202ZUGsVrn { top:34.0625rem;left:15.875rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block; }
 }@media only screen and (max-width: 763px) { #KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { width:22.375rem;height:2.5625rem;top:29.0625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { width:22.375rem;height:3.875rem;top:29.0625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { width:22.4375rem;height:3.875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { top:34.0625rem;left:25.25rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block; }
 }@media only screen and (max-width: 763px) { #e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { top:34.0625rem;left:0rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:10.625rem;height:11.3720625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { width:5.125rem;height:3.5625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { width:10.625rem;height:2.2744125rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { width:47.75rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezXe5hh99seTwA7y9hg1iRybVagUECy { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { width:10.625rem;height:1.29980625rem;top:57.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRwm6hFUM379qlptG67Awav2KfLbwce { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { width:1.5rem;height:1.5625rem;top:7.5rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { display:none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKNArsk715dESh5VDXV4HT1k8yBo3NoO { width:17.5rem;height:0;top:1.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { width:3.75rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:17.5625rem; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SsafCgCzMpGcK5U19DILFUCmly2h7VhR { width:4rem;height:1rem;top:2.75rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfrdwtpBFW7aRhGG1sdqBdKSyM4fU1o2 { display:block; }
 }@media only screen and (max-width: 763px) { #V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { width:12.9375rem;height:3rem;top:0.875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block; }
 }@media only screen and (max-width: 763px) { #KqWkWShaD5Bl9dk5tZkoxAKopPL5R3LX { top:1.25rem;left:3.75rem;width:13.6875rem;height:2.2744125rem;z-index:15045;text-align:center;text-align-last:center;color:#374151;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7be008a-6671-4d93-ab4c-a4b6fc9110fe/abudhabiseascapezdrapaczamichmur1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-number { padding-top:0.508125rem;padding-right:0.490625rem;padding-bottom:0.508125rem;padding-left:0.490625rem;width:2.94625rem;min-width:2.94625rem;height:2.72875rem;font-size:2.033125rem;line-height:43.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3175rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.929375rem;height:1.0775rem;font-size:0.76125rem;line-height:17.24px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T { display:flex;width:19.6875rem;height:5.14rem;top:78.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #hGsS707pRLNvcUdEft8rqsNQNkX2iLEt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #OOVTvndBtLnA7metIlzsPUlKkbcPcxkN {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #m3e18V2VgKZNtWT0vcGM8lCUE0sqcCc6 {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #N1uV5hqQZ9KNyyaWRbkDzCgGhUPazVXU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #UrMdFTbyfObHSDlLqbls06pI4JAfo66f {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #xmUknipHIAPlDTXFpcTDIOEiGtcTXD0k {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #DPcHCQhM9rQCFbzrSDwwTZbizJ0w6lSG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #GQaRBeoc3kybk2I15gvDlEkfQOaqeOkM {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #wWiDl2obcLz0pOpRsdDW6xgfMQbttnC4 {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #fcdsDXm4QqxgXI63Oo3nJfCq6JnbaPnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #ZqDR1T5RzpTaQpei9JuWNT1eUDyzBhEe {  }
 }@media only screen and (max-width: 763px) { #PpCx0JhnaWFychL9QXfLZrVJ9eBzPO8T #mKTT8ufn6IOLnhuPNZWP9scLDQ8dsmi6 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { width:17.5rem;height:auto;top:47.5rem;left:0rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-info-text { font-weight:400;font-style:normal; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { width:17.5rem;height:auto;top:47.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC {  }
 }@media only screen and (max-width: 763px) { #kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { width:18.0625rem;height:0;top:42.40918125rem;left:-2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { width:20rem;height:6.825rem;top:12.5rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvnJGWFlgIhWQt6V2uxkk4rkorez2u3L { width:20rem;height:2.6rem;top:21.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #meIknBVUht2bWXhmpKEfhWTdOTPw70tm { width:20rem;height:1.3rem;top:76.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKb4u285sh39zaX9LNGn5EcoT5UM510x { width:20rem;height:1.625rem;top:34.7880859375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ymoTbWh1kIzf8FRnf5nK4g2Stlo8qa8h { width:14.25rem;height:1.13720625rem;top:7.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwaN4UQfAviRWI4lSkSSLF1TI1yExco0 { width:10.1875rem;height:2.1875rem;top:9.375rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNfcIc7eaA6zAwzaS1NfnMzFTsH7JvH { display:block; }
 }@media only screen and (max-width: 763px) { #sNQtRcUXZxvMITDG1eDbr8kNOnNJBJll { width:17.75rem;height:4.548825rem;top:42.52392578125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFbqFdOFf0QZHkBQW8gxx3sNwAIaRwAB { width:20rem;height:35.0625rem;top:38.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RP0KHo3L8aGfkLdRpa8Fz3nvoSNcZThT { width:20rem;height:7.7988125rem;top:25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmke2EPEXeKoJbMfzMuP3Mg5b49M2uov { width:20rem;height:1.3rem;top:32.49609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QbG9CzyVvHydytwPs9Bo9Nkhgi13rJb1 { width:12.5rem;height:1.95rem;top:39.99609375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmEinzvd4yQSwFVPBzLGSsCwgC5QgrEF { width:10.625rem;height:1.21875rem;top:85.139825rem;left:4.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipyWZXINrl53yiGRv7r5fbn21cyVTtP6 { width:7.5rem;height:0.975rem;top:48.470790863037rem;left:11.494140625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:15.5rem;height:1.625rem;top:15.75rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWphueTg41imnEeZt37zKKLi5d5uMIt { width:20rem;height:5.84911875rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vggneaJVDP8y3EOmKFKBup9s0POCP2Uu { width:3rem;height:3.0625rem;top:12rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqk9QJbX2Ish3XFamzWqNWl3wWEw6fk { width:3rem;height:3.0625rem;top:23.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV8IOyc4MGdN9CSksWggVzstWS1liS9T { width:3rem;height:3.0625rem;top:38.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg14WCMugLz5ImOap1GDSKGRN3HPpKBK { width:17.5625rem;height:12.3125rem;top:9.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8SukAiSe58piCKd1bNyI4kAk79Dvk { width:14.9375rem;height:1.3rem;top:18.13720703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhFM7bBZ6MxxtWciky6MViZf5vPQ9C { width:17.5625rem;height:12.625rem;top:23.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA8ggShbpf25hHaip26eiI1FU0H4beK { width:17.5rem;height:12.625rem;top:36.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sxhhLzTEQJLLdclD72MHdMNRSXKsv0 { width:15.125rem;height:1.625rem;top:29.375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1z6wBszd9RvvZUcgC93WXBUDdHwkayi { width:14.9375rem;height:1.625rem;top:42.875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tRqxHkofMSwzt3ZsVwwITSJU6hAhqv { width:15.125rem;height:1.3rem;top:31.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToubSoV051wKKCPPxxT8u2nnrHfTSv3 { width:16.5625rem;height:1.3rem;top:45.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { background-color:rgba(255,255,255,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { height:14.875rem;width:20rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { width:14.8125rem;height:3.125rem;top:51.5625rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block; }
 }@media only screen and (max-width: 763px) { #NZAa0gKJgOuIalKDQyRUiw3HXud7re8g { width:20rem;height:5.84911875rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytRTqFyguBgELBQ9x6cfBJMMeTf8lD9P { width:20rem;height:3.8994125rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiJvi6PUHwQcqtk5VySPsSrK7a1dAIM { width:20rem;height:12.9980625rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXv0yRtPD4zMglvFhUsdvavfqXG0la3i { display:block; }#HXv0yRtPD4zMglvFhUsdvavfqXG0la3i > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcABUpQUTtgNZTL0v4B5nuWUwBUtim6 { width:20rem;height:5.84911875rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxR6w9HWaSsbRTKaETaCBrkz0iAfh2oJ { width:20rem;height:13.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXEcOfnFlTG2Ft3Kk46dAOemLeNTGWx { width:17.5rem;height:1.4625rem;top:15rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5zKQoMVPzoy135qLsc9mUprlw05mst { width:17.625rem;height:4.875rem;top:17.48828125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzx7Qflkv8QDdnk1LxNDMrZD8LuEBv44 { width:2.5rem;height:2.5rem;top:11.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkEVca5KixOdSVV820TewZDazyMNONNK { width:20rem;height:13.75rem;top:39.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwneIek6qRxanE2qgMoJtZxRbe8uLx2 { width:20rem;height:13.75rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwrd9OeCTS4LtNJDHMX3vXR4zabezBQ { width:17.5rem;height:3.65625rem;top:47.47265625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbbwnAk8o73GOKdEEhXWbElPud1DSe73 { width:2.5rem;height:2.5rem;top:41.22265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mx9ZZ2fszQeONkiVTcRelU72Ka2o2m { width:17.75rem;height:1.4625rem;top:45.03515625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpoenwS1WwuPqWtZGEURBUVQ15rMHOv { width:17.75rem;height:1.4625rem;top:75.03515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznFvRPkBMBlPx0yic7ND8cBsJu7ub8U { width:17.625rem;height:4.875rem;top:77.5625rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCQBpgy3bwBx8ArerQtlWTMz5zqRKCPS { width:2.5rem;height:2.5rem;top:71.28515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To42HmBQWcDb6Kqgq05ORrsr1EF4fAE0 { width:20rem;height:13.75rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGIgg0FrXveNt2GmXTyfFoaKGpVdnynN { width:20rem;height:13.75rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dopQAkt9KrtbcFaZUQlBXsqTEU4It3we { width:20rem;height:14rem;top:85.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdDPnF8EUE1DExIFC8Tdr7siXtHUSxa { width:17.625rem;height:5.19921875rem;top:92.66015625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhDnGlceDkIoeZots3Zgu3NEbZh7KQk { width:2.5rem;height:2.5rem;top:86.59765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSx61iFA2XyXQ0qe5VoyaTn6KwVRgkmz { width:17.75rem;height:1.4625rem;top:90.22265625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FTRKAit6T2X26KFq3mbHkFgkDeBGbS { width:17.875rem;height:1.4625rem;top:60.0625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBR2If1v1uPkIp3PfHmNsOxS8ha68eD { width:2.5rem;height:2.5rem;top:56.28515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7RDEl6AfmvpXKhguRBqWCyecsdvBQR { width:17.5625rem;height:3.65625rem;top:62.59765625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFlpJbnQWtaBGmsEUMhgPtMJIEmp97TM { width:2.5rem;height:2.5rem;top:26.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvTOT7F4v8XBp1Dcv39lNvvNy5TZ0OKM { width:17.5rem;height:1.4625rem;top:30rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2f2kLHkKUhrqzVgXe5GvLvf6EdBkzG { width:17.75rem;height:3.65625rem;top:32.625rem;left:1.125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rl50T2MRoBgbBp5NzsOuZuedWLqnEz2F { width:20rem;height:1.625rem;top:104.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ01EbiNCw9FezITnDgTR1O7U0piTv1V { width:20rem;height:10.098625rem;top:107.3125rem;left:0rem;font-size:1rem;display:block; }#CJ01EbiNCw9FezITnDgTR1O7U0piTv1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
 }@media only screen and (max-width: 763px) { #ky0bIHOTgsROKanOLsJeBlo2ETw0uUxD { width:2.5rem;height:2.5rem;top:101.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiVZp9nFasoaEgtNemnqFHkfC0bKEFf { width:17.4375rem;height:3rem;top:26.3125rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmgh7qCKFAT6MIfLKaF3EUZZNxAeBnxf { display:block; }
 }@media only screen and (max-width: 763px) { #zvXJIzs89fy0yUmV0c1dnvo7a8fgPwPt { width:17.4375rem;height:3rem;top:68.535625rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLm3nTAZT6HMzVPXCMAGgAlrqwlB9nZb { display:block; }
 }@media only screen and (max-width: 763px) { #SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe { display:block; }#SlNZbKT8GEEIKg47EC7eknRpMFTLHPZe > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANtym7Q2rzUGZ69lTb5TaXZD0QTTBHDN { width:20rem;height:1.95rem;top:2.23828125rem;left:0rem;font-size:1.5rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOJz5FzbiNi65d3epX8z0v4O2mymrWhn { width:20rem;height:7.7988125rem;top:4.75rem;left:0rem;font-size:1rem;z-index:15042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D33WqPsihaDfhmiHEAuvRuuOGi2Qa0Tt { width:17.4375rem;height:11.25rem;top:14.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLs3qlfwJTBK7NsgmhTNxwiy97htT9TR { width:17.5625rem;height:11.25rem;top:27.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N830INoiqXHtzvUbTbNRQO54hsKfDTS2 { width:17.5rem;height:11.25rem;top:39.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVg8uUQHks4TLScQTWN1zzFTkJ68aAg9 { width:17.5rem;height:11.25rem;top:52.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Ll0bqsrXEZZ45nD3GNHoKT31ZbaDwq { width:2.5rem;height:2.5rem;top:16rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzb85OwEpI1u3ISDGTJiIlU3cLQPApf { width:2.5rem;height:2.5rem;top:28.3603515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOMwswst2GlmKDKqpLTCJA8rHR6nowG { width:2.5rem;height:2.5rem;top:40.7978515625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNstF8ay9aZJfoMIwVLTVoqtlRyL1Uh2 { width:2.5rem;height:2.5rem;top:53.6728515625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCaPSMnl7GUCMS6NgcXiccT1OPm9Csn { width:13.5rem;height:2.9248rem;top:21.6875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuvwTzk0QsP5rKukzmuZufNPuZqFyDdb { width:13.875rem;height:1.1375rem;top:19.056640625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMpEDqz7K21WCwbklFPxmML8BZkylAr { width:15rem;height:0.0625rem;top:20.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb3N11cvB35TVr9AvZ6XClOVXsfxSb8o { width:13.875rem;height:1.1375rem;top:31.5361328125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eywTVMxyrusAI1H5nQ1arDnkeBpoyEhT { width:15rem;height:0.0625rem;top:33.2978515625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLwaTeH4uJKvy6dqwORQs0PJGuDnVoug { width:13.5rem;height:2.9248rem;top:34.6103515625rem;left:3.25rem;font-size:1.125rem;color:#1f2a37;display:block; }
 }@media only screen and (max-width: 763px) { #CAGw6IE5gB2VmgSkWHCmT6e5G8iGALm1 { width:13.5rem;height:2.925rem;top:46.7978515625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roZI0wy3U5M9q5bgWIhTWMK82pyJZHNf { width:13.875rem;height:1.1375rem;top:44.0361328125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrbflmLefyxcS5htyQNB2F5IuRzS427 { width:15rem;height:0.0625rem;top:45.7353515625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #res5F9wGTCoa3zMD4rz4VeZTRGShQVwJ { width:13.5rem;height:2.925rem;top:59.5478515625rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL7bzTA3SJO80rwyaWVdpPgtXJaDzExf { width:13.875rem;height:1.1375rem;top:56.7861328125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB4nFuGDSGruUKRDAJdK3WIMq2brm4Vy { width:15rem;height:0.0625rem;top:58.6103515625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNUcv2fsQuDoTSCzrq8X9TGOLV1KbpVX { width:17.4375rem;height:3rem;top:41.4858125rem;left:1.25rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1UDfirxTCc1b56O9KTWTXBLTaoy8pfp { display:block; }
 }@media only screen and (max-width: 763px) { #ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI { display:block; }#ghtc48ZPzyoE2TTIT0K2Vl1TGWRwigEI > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZChasz56FotSSdGOR6va5f6FJMpCdao { width:20rem;height:9.098625rem;top:10.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:20rem;height:3.89941875rem;top:6.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:20rem;height:1.95rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT6foODoL4n7DJq7WlpqEPIRziHHTQVB { width:17.625rem;height:17.625rem;top:23.5rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nLb6omT1Uf3cG87SoyTSSm76FAlfy36V { width:20rem;height:1.4625rem;top:43.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TmbmK6q7WaIn3u27mHZVBu9snr6rVwPR { width:20rem;height:2.6rem;top:45.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Rt0uGg1e3V3AtizMTiXDIlyHyc3UMU64 { width:1.4375rem;height:1.5rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ohUvQ5gcCp8Ci0m3CWp5xvVMD78Nz7 { width:1.4375rem;height:1.5rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IZ6HIfdcZOukD6frLtVBsrntveTTQV { width:8.875rem;height:1.29980625rem;top:121.0751953125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x9wporDdcqhLW7x52fQpktvgENJtzQFN { width:8.875rem;height:1.29980625rem;top:84.8125rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wGVkQRHWEaJgnxJwNzOz5m6ZikD24POb { width:12.4375rem;height:1.3rem;top:49.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvuZmrRTLoOrRKZvftfOzHv4TOof1LaE { width:12.4375rem;height:2.6rem;top:52.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sma8s9sUou7Qg2tZacKrTbwmigzoUU { width:17rem;height:18.1875rem;top:23.625rem;left:3rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF { display:block; }#t3sRT1dbCc7oUkbgTLFMNNLgGtSZf6HF > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daqGFZUpePGMJrCtUqQUABVR4C9dUXTb { width:20rem;height:1.3rem;top:2.44970703125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#374151;display:block; }
 }@media only screen and (max-width: 763px) { #oD95wEOelFVLG3xKu2w8AJMI69weno4Q { width:20rem;height:1.95rem;top:3.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocXb41CVRd0s2X6fHX54UJneQcxXBfbQ { width:20rem;height:5.19921875rem;top:23.87548828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA { width:20rem;height:12.5234375rem;top:30rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OntAWkF6ZMbxMXFgMZDRexboqCcsKKKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a76658bb-5170-450e-b3f5-c39b244bc52d/gem.svg); }
 }@media only screen and (max-width: 763px) { #dxvM6RhToVTPzXgCdtWzIvVrhnBu7AWk { width:20rem;height:13.8755rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMZWFENFWv8v2MdczL9kvHr0xLui3iG { width:19rem;height:3rem;top:16.3755rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLdd8TK4TTcAf3CRWktvpHaPxZ35tKcJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:20rem;height:13.875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:17.5rem;height:8.3994375rem;top:17.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:20rem;height:1.4rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:20rem;height:13.875rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:20rem;height:1.4rem;top:41.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:17.5625rem;height:6.9995rem;top:32.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duPRMeuTEUZDo8kxHTh04Eo7nhVPtpcV { width:20rem;height:13.875rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgLasMF0uKmTWztqkwpzfuip5WycbwA { width:20rem;height:7.7988125rem;top:6.8119497299194rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTBSnlSXmJu4RlM4fCGUZi52vrIQFFdH { width:17.5625rem;height:8.3994375rem;top:47.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEymTH7xDK9uWzMlQdOpuZAFDHgtIn { width:17.3125rem;height:1.4rem;top:57.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7be008a-6671-4d93-ab4c-a4b6fc9110fe/abudhabiseascapezdrapaczamichmur1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.adaptive-delivery-prevent-bg, #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.lazyload, #KH8cBUyzEZaMOrCccO2BOTztrag9CfHw.lazyloading { background-image: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { background-color: transparent; background-image: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.8); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container > .video-iframe-container { display: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,36,60,0.8); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container { display: none; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .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); }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { border-width: 0; border-radius: 0; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH8cBUyzEZaMOrCccO2BOTztrag9CfHw > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-number { padding-top:0.508125rem;padding-right:0.490625rem;padding-bottom:0.508125rem;padding-left:0.490625rem;width:2.94625rem;min-width:2.94625rem;height:2.72875rem;font-size:2.033125rem;line-height:43.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3175rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.929375rem;height:1.0775rem;font-size:0.76125rem;line-height:17.24px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ { display:flex;width:19.6875rem;height:5.14rem;top:78.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #gECdefrs3U87LnJzKISkgPzBors7w15A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #SObpBdNvH2lZOSAhxcTVNFrUmoTT4dK4 {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #tgU7J7wLL3RmsBNfZ1CNbKsThJk5WhTs {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #myi0mfk07pl4HwlIH10GADd9aleSX9Tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #mw5zbitrF0axatcmz58dIpyuPe3k3gcc {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #xGwXVwClbxxHE1Nid4UyNNZeQ73CL887 {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #RGVQUaKTGzZwPHPSgJ6Bi3DJCnmsNCBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #UqdhBbyudyTmaenCDowNFBfaATFlCiig {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #nDpM2CThXCdWww84eKLfx7uTKydgRIeb {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #Ln5VShCIQtOnGBx5oIJbGoikFuctVGQy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #HGnKASNRXbaghSUJFmv5hpPR2MixBpPs {  }
 }@media only screen and (max-width: 763px) { #iDQATlt7DAZ6CRablhJUnQ8S6GBt4iEZ #QkSFiTLNAtEca2gQGxpKputWiqLTqf0D {  }
 }@media only screen and (max-width: 763px) { #hWdsmc8vaVrcPPr8JwmhbA4kLTRadyvE { width:18.0625rem;height:0;top:42.40918125rem;left:-2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #L4VOFWbqWzfTMlzeCSvrDKBUz90RxGMf { width:20rem;height:6.825rem;top:12.5rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkQ6yl4oqzwX1cSI3oKU5wOQ3QXQ7W0T { width:20rem;height:2.6rem;top:21.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7rSmx1GzG8u0lbV0aFm9zmwDwCMI2m3 { width:20rem;height:1.3rem;top:76.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqgZzN7aFhreZAwzlv84rwa9hnVECwuL { width:20rem;height:1.625rem;top:34.7880859375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z64V6wFVLiWpnH3sI9Di2mxA4qgsPeGx { width:16.25rem;height:1.13720625rem;top:7.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnCvEA2U194MKRco9N6U0plQg3MZ4N2i { width:10.1875rem;height:2.1875rem;top:9.375rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft6fmfz0KwPn2sZ0DXnMEmfJ9eJNrZft { display:block; }
 }@media only screen and (max-width: 763px) { #TZGeAZCGnCgwU9ys3RPSMabRPMtbMrZb { width:17.75rem;height:4.548825rem;top:42.52392578125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wIepoJSQZlIUr3Lx5Wxg8OPiEWch97My { width:20rem;height:35.0625rem;top:38.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ecHywwXNcExpccRxwf0JHzBIaSTuS904 { width:20rem;height:7.7988125rem;top:25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWFHRVWvhae1ToIHPw8xiXx2kC04Woqu { width:20rem;height:1.3rem;top:32.49609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ib6TqwGq9zuE3Q2d7uvnKW37q5JTo4Ct { width:12.5rem;height:1.95rem;top:39.99609375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THaO0LzH5rIFHJ58moUlCeffhFiq88kg { width:7.5rem;height:0.975rem;top:48.687410354614rem;left:11.494140625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0  { width:17.5rem;height:auto;top:48.400039672851rem;left:0rem; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 .widget-info-text { font-weight:400;font-style:normal; }
#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 {display:block;}#mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 { width:17.5rem;height:auto;top:48.400039672851rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Mi1txL7r4BtB3nd8ztx2oR8KEvPIrE0f {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #lElNX3086tfROba39I40EC3CzhaDBA30 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cfF1c2FnvkUts2i4usSBlcWnOplxm3Ck {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #SMGTePbql57B083GF2UP6Skikis6dGfA {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #Fk8nMnTlSIKlcBLie8aKBne8G5mC76F0 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #cilt5HsdObBAN3wmtQnPIWsWf0tdZXBJ {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #TLnOX4CVaKNkAIaNaWTgqXKqTqRrPlUW {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #UJOtTCf2lcnpXKCEyRs4eNPewLCwONJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #l3sCqzbZCffDlctTUNJypCT3ZfgUudkd {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #oaNUG7Dk3RoJChU09ZiTnmqlHEkJOrIQ {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #PtU9FQb6zpmoEvUsMkAEfbmylpc8AZqq {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #bU28S3yklIDmV2WhnoE26wEWF7lzNArb {  }
 }@media only screen and (max-width: 763px) { #mIVbuodbXAloNHRTDIzZM3JA9TbTFsO0 #aay5ah0bdrd2GTKHONcSNm8JaiqrVAkX {  }
 }@media only screen and (max-width: 763px) { #nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R { display:block; }#nOm0vuNS2uoAWPBDfeGt2RlcFWGcp28R > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JswTzMi41VCzw3qJ32nCKXeBHl8b6yyw { width:20rem;height:3.8994125rem;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdFG5W7FHJll5hTKesVfw1F1sX1pbNg { height:11.25rem;width:20rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGsr5GXnnLV2aNvQ02bTvxh8MHSiQtI { height:11.25rem;width:20rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtHBvUx95ELytqC0bCsK9XGvAANIlEJ { height:11.25rem;width:20rem;top:58.49755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZh1dgbNWLCrsuau4dDhskRm2pt1ricd { display:flex;width:5.125rem;height:5rem;top:1.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KgmX8vtAm2d7OMXrnaSbhMZVvN4IWHgI { width:20rem;height:1.3rem;top:86.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4Kg0zZA2eaAEI9VyEiZu2lXrAlPouZ { width:3.6875rem;height:3.8125rem;top:82.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfZ2MEAFft26zwotnSPUASwBl15QDiK { width:20rem;height:1.1375rem;top:88.42578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uzp8BvQlPdueLyLHcRkFN2nxMsITrqB3 { width:20rem;height:3rem;top:91rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrqVrk2qK885Jx06NRn6AMACuq2cepKZ { display:block; }
 }@media only screen and (max-width: 763px) { #HoOiolLIqGIcThEEybwepZ202ZUGsVrn { top:52.25rem;left:0rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qmT5KRWdx2Vb25CuGZo0SaNTLkORLZ { display:block; }
 }@media only screen and (max-width: 763px) { #KOswnHSHDwhOOR2UduabmfIoW1PRyWV8 { width:20rem;height:3.8994125rem;top:47.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw41fkcmvOQr40Mm40gwrqcaBysGUfB { width:20rem;height:3.8994125rem;top:71rem;left:0rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gPNRrAGf9d273fF3qRsbak2SysAfp8c3 { width:20rem;height:3.89941875rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OSJK31pMTsfQz2se9Cugi2zvmAtRIt { top:76rem;left:0.125rem;width:20rem;height:3rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ueJ0DobuNXRgyMFrEOkafqMl5k4OiTEV { display:block; }
 }@media only screen and (max-width: 763px) { #e7eS6ovt9tnfgJU2yfN8toqKkXm2o7mk { top:28.5rem;left:0rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsPUJ05DLCIdXVLZod7NCHkWpiuBXkd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { background-color:#15243c;background-image:none;display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:20rem;height:5.6860375rem;top:6.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCETXPWVCnv3v2Okg3NClG7roQk0FI8K { width:5.125rem;height:3.5625rem;top:1.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXto7inJBNuu3x6b9kaCfMlmMkuaOaN { width:20rem;height:1.1375rem;top:31.13525390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knIDGLkz9MExMJyHG62WgNZBkMx9moSJ { width:20rem;height:0.0625rem;top:29.82275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwoz82dy1v5Tr9Nnu60xITtxHyRES03T { width:7.0625rem;height:1.3rem;top:13.57470703125rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lezXe5hh99seTwA7y9hg1iRybVagUECy { width:20rem;height:1.3rem;top:16.07470703125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n47X2K9hv2KCvL6dokL4CDM6cVTt5wuA { width:20rem;height:1.3rem;top:18.02294921875rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sM3D53Mk5Vh7OcrnAiSkqVJC9c16seQU { width:20rem;height:1.3rem;top:22.26220703125rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETRbBtU2iAVT21atk0HXFLTuPfm5vanm { width:1.5rem;height:3rem;top:24.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRwm6hFUM379qlptG67Awav2KfLbwce { width:1.5rem;height:3rem;top:24.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmZmHBlFSUfMgCwbeU7Zii3bbQs9t9dw { width:1.5rem;height:3rem;top:24.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { background-color: transparent; background-image: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container > .video-iframe-container { display: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container { display: none; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .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); }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { border-width: 0; border-radius: 0; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Utabn1gPUSgDTTqnVFAGNgZIoyiPZ3zu > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx8UOyl4CSBguziT5a8f7xHVGiVPdzOL { top:1.25rem;left:0rem;width:20rem;height:3rem;z-index:15000;background-color:#25af98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #isdAE6fLMlOopsi04EFRlmaIlSbkv7Um { display:block; }
 }