.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:255,248,222;--color-primary-1:255,235,155;--color-primary-2:255,222,89;--color-primary-3:255,145,77;--color-primary-4:252,162,72;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66982c84-e170-46b0-b707-2e42689ee5bd/1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.adaptive-delivery-prevent-bg, #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.lazyload, #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.lazyloading { background-image: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { background-color: transparent; background-image: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container > .video-iframe-container { display: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row > .video-iframe-container { display: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .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); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { border-width: 0; border-radius: 0; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#HeQ6iDGyeTbbuW36Kx2Jd4DkhPxR3TT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-form-header { font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#fbfdff;width:17.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;text-align:left;text-align-last:left;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .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; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-4),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:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:17.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b [class*="-text"]:-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b [class*="-text"]::-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b [class*="-text"]:-ms-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b [class*="-text"]::-webkit-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .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; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-container:first-of-type{padding-top:0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-container:last-of-type{padding-bottom:0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;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;position:absolute;top:19.90625rem;left:4.5rem;font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem;display:block;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b {display:block;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;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;position:absolute;top:19.90625rem;left:4.5rem;font-size:0.875rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #DCT3ZZ3Q2gKRmbMvOF8RAis8aE3SdovI { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Dk8Q3tpTUZdz5EHaRU8WQQQtS31HUtXl { position:relative;display:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #P3s3tdu8q8CGwEQKPufkCau06zdnbZZp { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #lFJHpFVopaH9lTiRyb0obTFNWEwBxTuE { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #NLPJsfPukSxUvs4TzuNdlWcphAVkg4EE { position:relative;display:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #EW8VKHpJmJeKfwJakO99LErSFsFJxCXU { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #MQEeIpggnk9E9bd5C5L5dKoGHri58uac { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #GzGcRqaSzKxgksTIDGRdk6NeM3g4V9v8 { position:relative;display:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #OE4UpBeQhlRZ2izTXGi8TFA9lSBZvfwe { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LhcAKfhZnxFAvEqtict2DBIQgrsBB8SP { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #UmHCiA7CGM8db1Mp152hZx33Xu8GWLk6 { position:relative;display:none; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Z1fWoNp5TGdxRToBkRi5SfOOs0ezrvhQ { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #xz2PinZnRZNLf3tlaHHrrQPDZZ4JhnIO { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #s3QXtIug5lR6rk7P5chw7NsnBV8AydJa { position:relative;z-index:2; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LGHtHEdpL7gn5aQMIreZFOxF4RwdyB1M { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #hi9FufX2lqIWUhMyyDaEeoJQ2dzly6VM { position:relative; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #q6gI8TaodGwKIRJUkmHQVJy41BWi5FTf { position:relative; }
#JLo3Gvb0RMZlXzVv0MWofplaGiQ8HGyI { color:rgba(var(--color-primary-4),1);display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:7.1875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6);top:13.4375rem;left:4.5rem;height:6.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6);top:10.3125rem;left:4.5rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0bKqpZGNdMCNDkNBf5xMGSWONILgQXM { color:rgba(var(--color-primary-4),1);display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.6);top:8.1875rem;left:4.5rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.5rem;top:3.0625rem;left:4.5rem;overflow:hidden;display:block; }
#IRcawLXwgnUnioQuxSvH4tT478M8pVk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6);top:8.25rem;left:9.875rem;height:1.51823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#907a62;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; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container { background-color: transparent; background-image: none; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container > .video-iframe-container { display: none; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row > .video-iframe-container { display: none; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .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); }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container { border-width: 0; border-radius: 0; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#cxxpfzVqaAXSuM2h8wJP7a2sqEUQJ91D { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#MU0x9PJ6NCwoqwcEoNLlF4nWPHwAvpdQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#Ebfp9Oe7R6iR4mkiegNzvfiByqsieW02 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:20rem;overflow:hidden;display:block; }
#NN8bdSWywPDoFFSqxLG83XB1TCbkk1uu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:28.875rem;overflow:hidden;display:block; }
#LciTmE5KEr7p2IWeVIdpXLUPuQTyoLOR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:37.75rem;overflow:hidden;display:block; }
#cE5XdxK2LdwbcAAQTSn6koLviCG2nPlw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.625rem;overflow:hidden;display:block; }
#OPzp16pPyJA2WBguNcNXzhmaCT4mUPwA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.5rem;top:1.125rem;left:55.4375rem;overflow:hidden;display:block; }
#Jhxq2ItVGnMdTf9IR2cCD8NaVeAz5C4W { position:absolute;display:block;z-index:15010;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:4rem;width:8.125rem;top:1.4375rem;left:65rem;overflow:hidden;display:block; }
#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f0e9;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; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { background-color: transparent; background-image: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container > .video-iframe-container { display: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row > .video-iframe-container { display: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .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); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { border-width: 0; border-radius: 0; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.96875rem;left:14.0625rem;height:21.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#020101;display:block;width:46.687rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.311767578125rem;left:14.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxnMQdqkLQcwCPT3nvTXi64RXCrC8Acs { background-color:rgba(var(--color-primary-4),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-secondary-2),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2495rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.836791992188rem;left:28.3125rem;display:block; }
#fTphi9RNATxHKo6rh0J1kgGwTWGCnPKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCNBOziUJWCGsVrdTT50mrkHOypByFAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/016b5e39-deaa-4669-b7c6-3e77f2d549dc/LXBannerdesktopMeditationexperience5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe.adaptive-delivery-prevent-bg, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyload, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyloading { background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { border-width: 0; border-radius: 0; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:24.625rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.81250002980231rem;left:4.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.2125015258787rem;left:5.75rem;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; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.75rem;left:5.25rem;height:10.125rem;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; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:24.75rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.87500002980231rem;left:29.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.675003051757rem;left:30.3125rem;height:13.5rem;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; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8492202758787rem;left:30.6875rem;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; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:24.375rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.87500002980231rem;left:54.218753814698rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:55.8125rem;height:11.8125rem;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; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.40625rem;left:55.3125rem;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; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { 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:5.5rem;width:5.5rem;top:2.41162109375rem;left:59.75rem;overflow:hidden;display:block; }
#bTAAzMuS1NxRVOMD5vAXSTSFxd0nc5Xy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.19287109375rem;left:34.8125rem;overflow:hidden;display:block; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:1.84912109375rem;left:9.4375rem;overflow:hidden;display:block; }
#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ffe79892-f1a7-4f44-9fb1-2a8b982da33f/Gurudev3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.adaptive-delivery-prevent-bg, #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.lazyload, #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.lazyloading { background-image: none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container { border-width: 0; border-radius: 0; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:none; }#nue8gRJU73Zvh7zOOB526bRgiuSoxbXb { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.375rem;height:5.599999875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIolgVOIMXPVHgy0lQTrWpWdTFVvAP0t { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.625rem;height:2.7999999375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnoUcAUVqKwikyTQ9t5UCf6syoz8hAmk { position:absolute;display:block;z-index:15010;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.25rem;width:6.625rem;top:2.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni { 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; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container { background-color: transparent; background-image: none; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container > .video-iframe-container { display: none; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row > .video-iframe-container { display: none; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .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); }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container { border-width: 0; border-radius: 0; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#iFtVvNV0FQNKxah18L6t0yrq67b6Qb3x { position:absolute;display:block;z-index:15000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:28.5rem;width:18.9375rem;top:9.75rem;left:7.5rem;display:block; }
#THT1cFSW63nUAgZffvv507LSBVa7Iglw { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.09375rem;left:8.46875rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldiT141N85edlJwf94D8ADOt9XBGgXac { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:28.625rem;width:18.9375rem;top:9.75rem;left:28.0625rem;display:block; }
#zKwiCQO1rB1dKy6iJUp0ERxUey3XgTGO { color:#030538;display:block;width:17.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:13.09375rem;left:28.75rem;height:15.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHVIE7n39aqeuuK7mTVoyrF4TgxwO6T9 { position:absolute;display:block;z-index:15010;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:28.5625rem;width:18.9375rem;top:9.75rem;left:48.5625rem;display:block; }
#JxZpG3CMPitm5G7RcMpneIVisuyplhlC { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:13.09375rem;left:49.531253814698rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1ueSqTUxIABtBX4ma7wNK0BAsbTUZeX { color:#030538;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tW85ZTXJzSuo0ebBpwNzvxC466err7qS { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:31.4375rem;left:8.4375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9CaaJd6QAoTxLplbyR6TInTtwBNGtcc { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:29.885417938233rem;left:29rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsTyCwmzfP8IVal6r3wQsafeBZvIdiRV { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:29.8125rem;left:49.5rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUtieTULpKdPhn2IWHsQeyGQPXsPepO6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.375rem;left:15.1875rem; }
#JPmbTnSFknTcstu8W5t13AibhoTpsCqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.375rem;left:56.25rem; }
#QB0y88mSmXuva6BMO4xcLbQMTfqqQ6bJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.375rem;left:35.75rem; }
#VHCGPK6fWMmJOK1eygh5p2rbtpgobhVJ { background-color:rgba(var(--color-primary-4),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-secondary-2),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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.124348960817rem;left:28.375rem;display:block; }
#aNegF74cLeMTPJd97P6lbxIyvmwZrzTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5c58d36d-0cc9-45ab-b2db-b67ae51a39b6/Quotedektop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9.adaptive-delivery-prevent-bg, #WkTkiBMtUhdpOroTPFqxFEROsZvRrds9.lazyload, #WkTkiBMtUhdpOroTPFqxFEROsZvRrds9.lazyloading { background-image: none; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container { background-color: transparent; background-image: none; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container > .video-iframe-container { display: none; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row > .video-iframe-container { display: none; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .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); }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container { border-width: 0; border-radius: 0; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#UTrsivr3SlMT8i8TUU2MuxphZRo5SdWf { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRayD6zisnwsfbPqfHnT0bGxDwTTLBnd { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxqbl8vOSE7FHAfUXJ0XEGxxlBuNpX9R { position:absolute;display:block;z-index:15010;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.25rem;width:6.625rem;top:2.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#ygHTvuw964W5i9bO40DGTTz5MJg86gUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf7;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; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container { background-color: transparent; background-image: none; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container > .video-iframe-container { display: none; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row > .video-iframe-container { display: none; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .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); }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container { border-width: 0; border-radius: 0; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#VC9Vy3ntyl2xTrHs0gTMISfwKuABM3Cd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTr8EOTztn1seoIagLm4pqhKsHcKrJK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:11.3125rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf7;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; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container { background-color: transparent; background-image: none; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container > .video-iframe-container { display: none; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row > .video-iframe-container { display: none; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .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); }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container { border-width: 0; border-radius: 0; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container { font-size:0.875rem;font-family:arial;height:70.625rem;width:75rem;position:relative;display:block; }#LNpdyp1eIFfTSWM7nHDHkpznK2LTMA0n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.875rem;width:49.6875rem;top:2.4375rem;left:12.625rem;display:block; }
#la9xpn3zNzgzGrKr1IO1XMwz5zSEGQlR { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.47265625rem;left:11.3125rem;height:19.195325rem;text-align:center;text-align-last:center;display:block; }
#DDQWJZw40ul6DusSbDTTNQtMqAVboV0D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#2f2f2f;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:62.375rem;left:23.625rem;display:block; }
#PVOkLPn7R29mraDJwUcpubAXk1Bh1EqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rog8L7UmOSqB4wPT7zWriPdyxouI6fhg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:56.312503814698rem;left:20.59375rem;height:4.33008125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WquKKDtMucAW6TvHvKqETCMapqhDSsUS { box-sizing:content-box;height:0.125rem;width:56.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.604166984558rem;left:9.40625rem;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { 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; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { background-color: transparent; background-image: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .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); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:17.041007995606rem;left:17.5625rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:1.4375rem;left:7.125rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:19.0625rem;left:7.625rem;overflow:hidden;display:block; }
#su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.5625rem;left:38.1875rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:28.862621307373rem;left:21.4375rem;height:2.13736875rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.904937744141rem;left:25rem;height:2.13736875rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:32.5625rem;left:8.4375rem;height:2.69921875rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:38.1875rem;height:24.8580625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#907a62;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; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container { background-color: transparent; background-image: none; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container > .video-iframe-container { display: none; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row > .video-iframe-container { display: none; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .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); }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container { border-width: 0; border-radius: 0; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#lGdr4Ksmc5zFl2RatkoyL6IT3Oz6BFug { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:54.875rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#z7LznvxHAw3J2C17ek9mhNbwvLugMPHA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.806640625rem;left:5.875rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#wuoVId4kPWqQUZyq6J0n67azzOf1lq4A { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5rem;left:55.4375rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#y9Gq92JU0bJ5VNfeTLo1TfGLkTJGVR3I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.091796875rem;left:29.3125rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.375rem;left:42.375rem; }
#qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#lyIHoK0frgWi0BhFNsknfyW88bdi7IrT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.1875rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.375rem;left:38.875rem; }
#vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#ArATJaJl2JLqlAtrZlPVtlcdlAnqT4Pt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:8.125rem;left:30.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd { display:block; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeQ6iDGyeTbbuW36Kx2Jd4DkhPxR3TT0 { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b  { width:17.25rem;height:auto;top:19.875rem;left:0rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b {display:block;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b { width:17.25rem;height:auto;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #DCT3ZZ3Q2gKRmbMvOF8RAis8aE3SdovI {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Dk8Q3tpTUZdz5EHaRU8WQQQtS31HUtXl {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #P3s3tdu8q8CGwEQKPufkCau06zdnbZZp {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #lFJHpFVopaH9lTiRyb0obTFNWEwBxTuE {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #NLPJsfPukSxUvs4TzuNdlWcphAVkg4EE {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #EW8VKHpJmJeKfwJakO99LErSFsFJxCXU {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #MQEeIpggnk9E9bd5C5L5dKoGHri58uac {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #GzGcRqaSzKxgksTIDGRdk6NeM3g4V9v8 {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #OE4UpBeQhlRZ2izTXGi8TFA9lSBZvfwe {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LhcAKfhZnxFAvEqtict2DBIQgrsBB8SP {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #UmHCiA7CGM8db1Mp152hZx33Xu8GWLk6 {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Z1fWoNp5TGdxRToBkRi5SfOOs0ezrvhQ {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #xz2PinZnRZNLf3tlaHHrrQPDZZ4JhnIO {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #s3QXtIug5lR6rk7P5chw7NsnBV8AydJa {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LGHtHEdpL7gn5aQMIreZFOxF4RwdyB1M {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #hi9FufX2lqIWUhMyyDaEeoJQ2dzly6VM {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #q6gI8TaodGwKIRJUkmHQVJy41BWi5FTf {  }
 }@media only screen and (max-width: 763px) { #JLo3Gvb0RMZlXzVv0MWofplaGiQ8HGyI { top:13.4375rem;left:0rem;width:28.75rem;height:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { top:10.3125rem;left:0rem;width:40.75rem;height:3.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bKqpZGNdMCNDkNBf5xMGSWONILgQXM { top:8.1875rem;left:0rem;width:5.1875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:3.0625rem;left:0rem;width:8.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRcawLXwgnUnioQuxSvH4tT478M8pVk8 { top:8.25rem;left:0rem;width:36.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI { display:block; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxxpfzVqaAXSuM2h8wJP7a2sqEUQJ91D { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0x9PJ6NCwoqwcEoNLlF4nWPHwAvpdQ { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebfp9Oe7R6iR4mkiegNzvfiByqsieW02 { top:1.1875rem;left:6.375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8bdSWywPDoFFSqxLG83XB1TCbkk1uu { top:1.1875rem;left:15.25rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LciTmE5KEr7p2IWeVIdpXLUPuQTyoLOR { top:1.1875rem;left:24.125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5XdxK2LdwbcAAQTSn6koLviCG2nPlw { top:1.25rem;left:33rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzp16pPyJA2WBguNcNXzhmaCT4mUPwA { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhxq2ItVGnMdTf9IR2cCD8NaVeAz5C4W { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q { display:block; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:7.9375rem;left:0.4375rem;width:46.875rem;height:21.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:3.25rem;left:0.5rem;width:46.625rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxnMQdqkLQcwCPT3nvTXi64RXCrC8Acs { width:18.1875rem;height:3.4375rem;top:30.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTphi9RNATxHKo6rh0J1kgGwTWGCnPKR { display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:2.25rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:0.8125rem;left:0rem;width:16.5625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:8.1875rem;left:1.1875rem;width:13.5rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:11.75rem;left:0.6875rem;width:14.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:0.875rem;left:15.1875rem;width:16.5625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:11.625rem;left:16.625rem;width:14.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:7.8125rem;left:17rem;width:13.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:0.875rem;left:31.0625rem;width:16.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:11.75rem;left:33rem;width:13.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:8.375rem;left:32.5rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:2.375rem;left:36.9375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAAzMuS1NxRVOMD5vAXSTSFxd0nc5Xy { top:2.1875rem;left:21.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:1.8125rem;left:4.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT { display:none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nue8gRJU73Zvh7zOOB526bRgiuSoxbXb { top:7.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIolgVOIMXPVHgy0lQTrWpWdTFVvAP0t { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoUcAUVqKwikyTQ9t5UCf6syoz8hAmk { top:2.9375rem;left:20.5625rem;width:6.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2N58HNMTNzkkUymyNrwuNiyorDiqni { display:block; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFtVvNV0FQNKxah18L6t0yrq67b6Qb3x { width:18.9375rem;height:28.5rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THT1cFSW63nUAgZffvv507LSBVa7Iglw { width:17rem;height:13.5rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldiT141N85edlJwf94D8ADOt9XBGgXac { width:18.9375rem;height:28.625rem;top:9.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKwiCQO1rB1dKy6iJUp0ERxUey3XgTGO { width:17.5rem;height:15.1875rem;top:13.0625rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHVIE7n39aqeuuK7mTVoyrF4TgxwO6T9 { width:18.9375rem;height:28.5625rem;top:9.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZpG3CMPitm5G7RcMpneIVisuyplhlC { width:17rem;height:8.4375rem;top:13.0625rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ueSqTUxIABtBX4ma7wNK0BAsbTUZeX { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW85ZTXJzSuo0ebBpwNzvxC466err7qS { width:17rem;height:3.1875rem;top:31.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9CaaJd6QAoTxLplbyR6TInTtwBNGtcc { width:17rem;height:6.375rem;top:29.875rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTyCwmzfP8IVal6r3wQsafeBZvIdiRV { width:17rem;height:6.375rem;top:29.8125rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUtieTULpKdPhn2IWHsQeyGQPXsPepO6 { top:8.375rem;left:1.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmbTnSFknTcstu8W5t13AibhoTpsCqL { top:8.375rem;left:42.625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB0y88mSmXuva6BMO4xcLbQMTfqqQ6bJ { top:8.375rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHCGPK6fWMmJOK1eygh5p2rbtpgobhVJ { width:18.25rem;height:3.4375rem;top:42.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNegF74cLeMTPJd97P6lbxIyvmwZrzTN { display:block; }
 }@media only screen and (max-width: 763px) { #WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 { display:block; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTrsivr3SlMT8i8TUU2MuxphZRo5SdWf { top:7.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRayD6zisnwsfbPqfHnT0bGxDwTTLBnd { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqbl8vOSE7FHAfUXJ0XEGxxlBuNpX9R { top:2.9375rem;left:20.5625rem;width:6.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygHTvuw964W5i9bO40DGTTz5MJg86gUl { display:block; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC9Vy3ntyl2xTrHs0gTMISfwKuABM3Cd { top:9.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTr8EOTztn1seoIagLm4pqhKsHcKrJK3 { top:1.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE { display:block; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNpdyp1eIFfTSWM7nHDHkpznK2LTMA0n { top:2.4375rem;left:0rem;width:47.75rem;height:26.788050314465rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9xpn3zNzgzGrKr1IO1XMwz5zSEGQlR { top:32.4375rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQWJZw40ul6DusSbDTTNQtMqAVboV0D { width:27.8125rem;height:3.0625rem;top:62.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOkLPn7R29mraDJwUcpubAXk1Bh1EqG { display:block; }
 }@media only screen and (max-width: 763px) { #Rog8L7UmOSqB4wPT7zWriPdyxouI6fhg { top:56.3125rem;left:6.96875rem;width:33.8125rem;height:4.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquKKDtMucAW6TvHvKqETCMapqhDSsUS { top:53.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:17rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.875rem;top:19.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:25rem;height:2.3125rem;top:3.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:15.625rem;height:2.125rem;top:28.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.125rem;top:14.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:8.3125rem;height:2.6875rem;top:32.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:7.5625rem;left:5.5rem;width:25rem;height:23.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG { display:block; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGdr4Ksmc5zFl2RatkoyL6IT3Oz6BFug { top:4.1875rem;left:35.0625rem;width:12.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7LznvxHAw3J2C17ek9mhNbwvLugMPHA { top:2.75rem;left:0rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuoVId4kPWqQUZyq6J0n67azzOf1lq4A { top:5.5rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Gq92JU0bJ5VNfeTLo1TfGLkTJGVR3I { top:3.0625rem;left:15.6875rem;width:16.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH { top:8.375rem;left:28.75rem;width:2.625rem;height:2.625rem;display:block; }
#qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #lyIHoK0frgWi0BhFNsknfyW88bdi7IrT { top:2.8125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 { top:8.375rem;left:25.25rem;width:2.625rem;height:2.625rem;display:block; }
#vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #ArATJaJl2JLqlAtrZlPVtlcdlAnqT4Pt { top:8.125rem;left:16.4375rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c50b6bb-2629-4d40-a746-66ff2bdccb4d/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.adaptive-delivery-prevent-bg, #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.lazyload, #iXJSwsJSO1Phl80JlISolGRkxXwf1kTd.lazyloading { background-image: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { background-color: transparent; background-image: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container > .video-iframe-container { display: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row > .video-iframe-container { display: none; }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .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); }#iXJSwsJSO1Phl80JlISolGRkxXwf1kTd > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeQ6iDGyeTbbuW36Kx2Jd4DkhPxR3TT0 { width:15.9375rem;height:0;top:23.625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-text {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-select {padding-top: 0; padding-bottom: 0;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b  { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b {display:block;}#qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #DCT3ZZ3Q2gKRmbMvOF8RAis8aE3SdovI {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Dk8Q3tpTUZdz5EHaRU8WQQQtS31HUtXl { display:none; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #P3s3tdu8q8CGwEQKPufkCau06zdnbZZp {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #lFJHpFVopaH9lTiRyb0obTFNWEwBxTuE {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #NLPJsfPukSxUvs4TzuNdlWcphAVkg4EE { display:none; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #EW8VKHpJmJeKfwJakO99LErSFsFJxCXU {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #MQEeIpggnk9E9bd5C5L5dKoGHri58uac {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #GzGcRqaSzKxgksTIDGRdk6NeM3g4V9v8 { display:none; }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #OE4UpBeQhlRZ2izTXGi8TFA9lSBZvfwe {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LhcAKfhZnxFAvEqtict2DBIQgrsBB8SP {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #UmHCiA7CGM8db1Mp152hZx33Xu8GWLk6 {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #Z1fWoNp5TGdxRToBkRi5SfOOs0ezrvhQ {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #xz2PinZnRZNLf3tlaHHrrQPDZZ4JhnIO {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #s3QXtIug5lR6rk7P5chw7NsnBV8AydJa {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #LGHtHEdpL7gn5aQMIreZFOxF4RwdyB1M {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #hi9FufX2lqIWUhMyyDaEeoJQ2dzly6VM {  }
 }@media only screen and (max-width: 763px) { #qiiEeHqNrb0XFWJIxTHNUNnvazWlvu9b #q6gI8TaodGwKIRJUkmHQVJy41BWi5FTf {  }
 }@media only screen and (max-width: 763px) { #JLo3Gvb0RMZlXzVv0MWofplaGiQ8HGyI { width:20rem;height:4.9375rem;top:21.9375rem;left:0rem;font-size:4.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { width:20rem;height:2.5625rem;top:19.5625rem;left:0rem;font-size:2.5625rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A0bKqpZGNdMCNDkNBf5xMGSWONILgQXM { width:3.9375rem;height:1.5625rem;top:17.84375rem;left:1.375rem;font-size:1.5625rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:6.62475rem;height:2.5rem;top:1.312255859375rem;left:6.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRcawLXwgnUnioQuxSvH4tT478M8pVk8 { width:14.3125rem;height:0.8125rem;top:18.3125rem;left:5.4375rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI { display:block; }#xiSmLU0xy9poby6tTzE9K0SfNaFQLTUI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxxpfzVqaAXSuM2h8wJP7a2sqEUQJ91D { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0x9PJ6NCwoqwcEoNLlF4nWPHwAvpdQ { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebfp9Oe7R6iR4mkiegNzvfiByqsieW02 { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8bdSWywPDoFFSqxLG83XB1TCbkk1uu { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LciTmE5KEr7p2IWeVIdpXLUPuQTyoLOR { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5XdxK2LdwbcAAQTSn6koLviCG2nPlw { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzp16pPyJA2WBguNcNXzhmaCT4mUPwA { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhxq2ItVGnMdTf9IR2cCD8NaVeAz5C4W { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q { background-color:#afd2f8;background-image:url("https://images.assets-landingi.com/uc/8c89671d-6aef-4526-8541-8156d09d9d6d/Formsect.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q.adaptive-delivery-prevent-bg, #cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q.lazyload, #cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q.lazyloading { background-image: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { background-color: transparent; background-image: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container > .video-iframe-container { display: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row > .video-iframe-container { display: none; }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .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); }#cclmKVeP2eHkVIdaN2mkGzGAxbyaNn3Q > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:20rem;height:28.9980875rem;top:7.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:16.625rem;height:3.0247375rem;top:4.1875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxnMQdqkLQcwCPT3nvTXi64RXCrC8Acs { width:18.25rem;height:3.4375rem;top:39.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTphi9RNATxHKo6rh0J1kgGwTWGCnPKR { display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:14.375rem;height:1.71875rem;top:2.18701171875rem;left:2.8125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { background-color:#ffffff;background-image:none;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:20.5rem;top:0.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:13.625rem;height:2.84895625rem;top:7.25rem;left:3.1875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.625rem;height:8.7734375rem;top:10.661720275879rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:22.625rem;top:22.5625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:10.2356875rem;top:33.625rem;left:2.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:12.4375rem;height:2.84895625rem;top:30.375rem;left:3.75rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:21.25rem;top:46.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:14.375rem;height:8.7734375rem;top:57.875rem;left:2.8125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:11.1875rem;height:3rem;top:54.375rem;left:4.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:5.1875rem;height:5.1875rem;top:48rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAAzMuS1NxRVOMD5vAXSTSFxd0nc5Xy { width:5.875rem;height:5.875rem;top:23.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:5.4375rem;height:5.4375rem;top:1.3125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5c58d36d-0cc9-45ab-b2db-b67ae51a39b6/Quotedektop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.adaptive-delivery-prevent-bg, #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.lazyload, #yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT.lazyloading { background-image: none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container { background-color: transparent; background-image: none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container > .video-iframe-container { display: none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row > .video-iframe-container { display: none; }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .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); }#yaDzTkmiiDhqutOa7UvwXzwXzItmMPKT > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nue8gRJU73Zvh7zOOB526bRgiuSoxbXb { width:20rem;height:4.875rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIolgVOIMXPVHgy0lQTrWpWdTFVvAP0t { width:20rem;height:2.03125rem;top:11.873046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoUcAUVqKwikyTQ9t5UCf6syoz8hAmk { width:6.625rem;height:3.25rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2N58HNMTNzkkUymyNrwuNiyorDiqni { display:block; }#Fi2N58HNMTNzkkUymyNrwuNiyorDiqni > .row .container { width:20rem;height:95.674499511719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFtVvNV0FQNKxah18L6t0yrq67b6Qb3x { width:18.9375rem;height:17.1875rem;top:10.0625rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #THT1cFSW63nUAgZffvv507LSBVa7Iglw { width:16.6875rem;height:9.5625rem;top:13.375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldiT141N85edlJwf94D8ADOt9XBGgXac { width:18.9375rem;height:20.25rem;top:31.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #zKwiCQO1rB1dKy6iJUp0ERxUey3XgTGO { width:16.875rem;height:12.75rem;top:35.268753051757rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHVIE7n39aqeuuK7mTVoyrF4TgxwO6T9 { width:18.9375rem;height:16.8125rem;top:56.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JxZpG3CMPitm5G7RcMpneIVisuyplhlC { width:16.625rem;height:9.5625rem;top:59.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ueSqTUxIABtBX4ma7wNK0BAsbTUZeX { width:20rem;height:1.51245rem;top:3.2250061035156rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tW85ZTXJzSuo0ebBpwNzvxC466err7qS { width:17rem;height:1.6875rem;top:23.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9CaaJd6QAoTxLplbyR6TInTtwBNGtcc { width:17rem;height:1.6875rem;top:48.949996948243rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTyCwmzfP8IVal6r3wQsafeBZvIdiRV { width:17rem;height:1.6875rem;top:70.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUtieTULpKdPhn2IWHsQeyGQPXsPepO6 { display:flex;width:3.5rem;height:3.5rem;top:81.424499511719rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #JPmbTnSFknTcstu8W5t13AibhoTpsCqL { display:flex;width:3.5rem;height:3.5rem;top:90.924499511719rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #QB0y88mSmXuva6BMO4xcLbQMTfqqQ6bJ { display:flex;width:3.5rem;height:3.5rem;top:86.174499511719rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #VHCGPK6fWMmJOK1eygh5p2rbtpgobhVJ { width:18.25rem;height:3.4375rem;top:76.737503051756rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNegF74cLeMTPJd97P6lbxIyvmwZrzTN { display:block; }
 }@media only screen and (max-width: 763px) { #WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 { display:none; }#WkTkiBMtUhdpOroTPFqxFEROsZvRrds9 > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTrsivr3SlMT8i8TUU2MuxphZRo5SdWf { width:20rem;height:4.8000001875rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRayD6zisnwsfbPqfHnT0bGxDwTTLBnd { width:20rem;height:2rem;top:11.873046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqbl8vOSE7FHAfUXJ0XEGxxlBuNpX9R { width:6.625rem;height:3.25rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygHTvuw964W5i9bO40DGTTz5MJg86gUl { display:block; }#ygHTvuw964W5i9bO40DGTTz5MJg86gUl > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC9Vy3ntyl2xTrHs0gTMISfwKuABM3Cd { width:20rem;height:3.84895625rem;top:19.387512207031rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTr8EOTztn1seoIagLm4pqhKsHcKrJK3 { width:20rem;height:14.3965rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE { display:block; }#z5x0yGu5Zw4yUdUqnpBcqhBXhzrS44ZE > .row .container { width:20rem;height:68.813812255859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNpdyp1eIFfTSWM7nHDHkpznK2LTMA0n { height:11.220125786164rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9xpn3zNzgzGrKr1IO1XMwz5zSEGQlR { width:20rem;height:36.79105625rem;top:15.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQWJZw40ul6DusSbDTTNQtMqAVboV0D { width:18.312375rem;height:3.06213125rem;top:54.68994140625rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOkLPn7R29mraDJwUcpubAXk1Bh1EqG { display:block; }
 }@media only screen and (max-width: 763px) { #Rog8L7UmOSqB4wPT7zWriPdyxouI6fhg { width:20rem;height:7.21679375rem;top:59.001305032349rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquKKDtMucAW6TvHvKqETCMapqhDSsUS { width:20rem;height:0.125rem;top:67.438812255863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:37.25rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:49.625rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:45.75rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:14.3125rem;height:4.125rem;top:2.6875rem;left:2.875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:5.625rem;height:3.3997375rem;top:57.0625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.69986875rem;top:44.08935546875rem;left:1.436767578125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:2.59895625rem;top:60.25rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:28.252625rem;top:7.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG { display:block; }#gMJOURJvdVQ7lBqd4Wb0wzvGy2HuZLrG > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGdr4Ksmc5zFl2RatkoyL6IT3Oz6BFug { width:7.5625rem;height:0.9746125rem;top:16.5rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7LznvxHAw3J2C17ek9mhNbwvLugMPHA { width:20rem;height:3.8984375rem;top:1.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuoVId4kPWqQUZyq6J0n67azzOf1lq4A { width:7.5625rem;height:0.9746125rem;top:16.5rem;left:12.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9Gq92JU0bJ5VNfeTLo1TfGLkTJGVR3I { width:12.0625rem;height:1.949225rem;top:9.9375rem;left:4rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH { display:flex;width:2.1875rem;height:2.1875rem;top:13.125rem;left:7.375rem;font-size:1.5rem; }
#qkFilvFlqzVti9UXx0IgsDHnPEI1p2cH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lyIHoK0frgWi0BhFNsknfyW88bdi7IrT { width:7.75rem;height:0.9746125rem;top:16.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 { display:flex;width:2.1875rem;height:2.1875rem;top:13.125rem;left:10.5rem;font-size:1.5rem; }
#vSp9pwo5zR9Fq0Czf2G5KMBF1KBmB7X6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ArATJaJl2JLqlAtrZlPVtlcdlAnqT4Pt { width:6.75rem;height:2.3125rem;top:6.875rem;left:7.125rem;display:block; }
 }