.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:249,243,231;--color-primary-1:235,214,177;--color-primary-2:215,173,98;--color-primary-3:108,87,49;--color-primary-4:32,26,15;--color-secondary-0:221,218,218;--color-secondary-1:141,132,133;--color-secondary-2:26,9,11;--color-secondary-3:13,5,6;--color-secondary-4:4,1,2;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,186;--color-tertiary-2:139,139,140;--color-tertiary-3:83,83,84;--color-tertiary-4:61,62,64;--headlines-font-family:"Sackers";--paragraphs-font-family:"Sackers"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71e177f7-978f-4c35-88fe-70571414609d/Untitled1.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; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.adaptive-delivery-prevent-bg, #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.lazyload, #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.lazyloading { background-image: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { background-color: transparent; background-image: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container > .video-iframe-container { display: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row > .video-iframe-container { display: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .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); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { border-width: 0; border-radius: 0; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#CME36fNmOA1OMD8Xl5ACDULovdvug6J1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:0rem;left:31.8125rem;overflow:hidden;display:block; }
#tU4GIaNzVXGP14Fk544aTnIJ1poTZJee { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:38.75rem;left:10.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6ZFK6HIoXANBca3zkJMBqzX3vApasDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:41.5rem;left:35.9375rem; }
#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container { background-color: transparent; background-image: none; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container > .video-iframe-container { display: none; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row > .video-iframe-container { display: none; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .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); }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container { border-width: 0; border-radius: 0; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#wo5xEOZxbaSkgHDxXiNrpnZtvf7dAHpT { color:rgba(var(--color-secondary-2),1);display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.6875rem;left:24.5625rem;height:2.79885625rem;text-align:center;text-align-last:center;display:block; }
#QEqaGn4TylrgEdbeUdARw9kX3TlBJn6U { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.9375rem;left:27.75rem;display:block; }
#sP7B5d9PqubaJG8QJakDPoWJPNiE62Ve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv { 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/9d4161ce-ebbe-4fad-824a-9b4a29b7e642/CpiadeIreneJeffWedding386.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv.adaptive-delivery-prevent-bg, #aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv.lazyload, #aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv.lazyloading { background-image: none; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container { background-color: transparent; background-image: none; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container > .video-iframe-container { display: none; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row > .video-iframe-container { display: none; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .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); }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container { border-width: 0; border-radius: 0; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container { background-color: transparent; background-image: none; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container > .video-iframe-container { display: none; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row > .video-iframe-container { display: none; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .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); }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container { border-width: 0; border-radius: 0; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#quPl1bi6CqgrJ1Wx7oxPRvozJXdDp4OJ { 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:7.875rem;width:9.8125rem;top:1.3125rem;left:34.875rem;overflow:hidden;display:block; }
#hI9GI2EeSiDU2eVz1Ueok8qKLGAcvuAp { color:rgba(var(--color-secondary-2),1);display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.875rem;left:15.9375rem;height:4.1982875rem;text-align:center;text-align-last:center;display:block; }
#rgZ9I37v3q3O2yUypoQakI15WbUoobT0 { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.9375rem;left:30.8125rem;display:block; }
#KrOAC12IJA2Ootfb5GVUL2PwvvHfqnIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container { background-color: transparent; background-image: none; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container > .video-iframe-container { display: none; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row > .video-iframe-container { display: none; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .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); }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container { border-width: 0; border-radius: 0; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#zsqSeeMOB93KV4E4JToAvmPXCD3VVM58 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:26.875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTXZBc7Otfo60lldn5fOogNZVID9TOT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:10.60595703125rem;left:16.9375rem;height:4.1982875rem;text-align:center;text-align-last:center;display:block; }
#ug0rQV2yGrCV1PHSoSNFFxhK5khpEiSH { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.875rem;left:27.75rem;display:block; }
#TdZvXw0mdgmtwc4mW6syr9S7gF6lzOuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2hSTctttGT2ExvM67V1983nXxXLT4we { 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/e3bdd96b-4b82-4856-aa4a-c42420d5d6ab/ED__9103_web.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; }#t2hSTctttGT2ExvM67V1983nXxXLT4we.adaptive-delivery-prevent-bg, #t2hSTctttGT2ExvM67V1983nXxXLT4we.lazyload, #t2hSTctttGT2ExvM67V1983nXxXLT4we.lazyloading { background-image: none; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container { background-color: transparent; background-image: none; }#t2hSTctttGT2ExvM67V1983nXxXLT4we::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container > .video-iframe-container { display: none; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row > .video-iframe-container { display: none; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .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); }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container { border-width: 0; border-radius: 0; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container { background-color: transparent; background-image: none; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container > .video-iframe-container { display: none; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row > .video-iframe-container { display: none; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .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); }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container { border-width: 0; border-radius: 0; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#tVI6JpXrM6s59olWJu2B55Z3wXbcJZZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.1875rem;left:18.3125rem;height:4.1982875rem;text-align:center;text-align-last:center;display:block; }
#GqhNJ1EHrgF11RwvTILawg7m8xfAac2H { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:26.875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIkF1R0AVAcegJBkuGpGhTKxFOfPT4RG { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.4375rem;left:27.75rem;display:block; }
#ZiHNTxWdmS72HMWEaX9ifP3HAc7IH0e7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7ef;background-image:url("https://images.assets-landingi.com/uc/6e31ac05-af5c-4265-9f5d-ac25d2e3cc14/Punta3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7.adaptive-delivery-prevent-bg, #x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7.lazyload, #x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7.lazyloading { background-image: none; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container { background-color: transparent; background-image: none; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container > .video-iframe-container { display: none; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row > .video-iframe-container { display: none; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .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); }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container { border-width: 0; border-radius: 0; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container { background-color: transparent; background-image: none; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container > .video-iframe-container { display: none; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row > .video-iframe-container { display: none; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .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); }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container { border-width: 0; border-radius: 0; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#hRVqf6bTLAba2mGPe1uXz9FsLil6QIP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.125rem;left:19.75rem;height:4.1982875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7EGpLrMsog0by3TPE2V4ek28MEckZxf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:26.875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container { background-color: transparent; background-image: none; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container > .video-iframe-container { display: none; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row > .video-iframe-container { display: none; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .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); }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container { border-width: 0; border-radius: 0; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AD77rZ2QuubonDDi81nhucECQqrmi7xT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#ygUzxGiZ02L3w4RrVApUChtsCvQQn7zD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.1875rem;left:17.1875rem; }
#CaH5ZTcao8T8MTLra5KZvTffPKxNsU9i { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GThSLmL1Swv5mQ8D3xAJCMDCNC43Vu1P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5rem;overflow:hidden;display:block; }
#DqadOCFpRdEGn1KUbUQIzMPWvTogSyGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.1875rem;left:54.6875rem; }
#Te18dGWTvxELhTQlGu8kvgMpcM6uPh4x { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container { background-color: transparent; background-image: none; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container > .video-iframe-container { display: none; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row > .video-iframe-container { display: none; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .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); }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container { border-width: 0; border-radius: 0; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#OQ9GuD2VRNT5ZBFNFBTEVp5EabaZtcvW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:17.125rem; }
#Kx6MS8xaXJZtFALm9G5aa7Xo5PuIMfRx { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.8125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlPCgIJc4K9izgwmTViTvqEnZFFLmaJT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#NoL2qnA2u3EevSFtaTTJ4r7UTvmhlQNH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5625rem;overflow:hidden;display:block; }
#RXlqUyhKgS0WWTxgFTpWdwfVeSDRTGcm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:54.6875rem; }
#IkVEhw9PJkyVbg1DLwBWzXepgNtgbrSn { color:rgba(var(--color-secondary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:50.875rem;height:1.29960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container { background-color: transparent; background-image: none; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container > .video-iframe-container { display: none; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row > .video-iframe-container { display: none; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .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); }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container { border-width: 0; border-radius: 0; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#H2JyGZHRNtC9xHssyNcTz4r3EbOcriGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:35.9375rem; }
#ADvZSk5E6NX08ysoWlv7ZgvQuchM37X4 { color:rgba(var(--color-secondary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.875rem;height:2.5992125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVK72DlZ8UlBvK8FNrVX28sd5KGOChCP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.8125rem;left:32.8125rem;overflow:hidden;display:block; }
#KV0sUheKCtVLpp1JTIbvZysCwUPouExC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container { background-color: transparent; background-image: none; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container > .video-iframe-container { display: none; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row > .video-iframe-container { display: none; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .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); }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container { border-width: 0; border-radius: 0; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#GxG7rU0M0eEvVsZAQA2t7LBDssLTb9pF { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.44189453125rem;left:27.6875rem;display:block; }
#Er4nWtixamagTZtW9lNS8yxifDbiZ76W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a8518300-8d01-4568-bbcb-0da9174c4bc6/CpiadeWhatsAppImage20240603at1153206.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.adaptive-delivery-prevent-bg, #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.lazyload, #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.lazyloading { background-image: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { background-color: transparent; background-image: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container > .video-iframe-container { display: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row > .video-iframe-container { display: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .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); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { border-width: 0; border-radius: 0; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container { background-color: transparent; background-image: none; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container > .video-iframe-container { display: none; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row > .video-iframe-container { display: none; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .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); }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container { border-width: 0; border-radius: 0; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-form-header { font-size:0.875rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;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;font-style:normal;overflow:hidden;line-height:1.3; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.32);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:23.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.32);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:23.4375rem;box-sizing:border-box;height:4.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .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:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .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; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-2),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:7rem;margin-bottom:0.25rem;margin-left:7rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:9.375rem;height:2.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;float:none; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .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; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container:first-of-type{padding-top:0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container:last-of-type{padding-bottom:0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:9.3743896484375rem;left:43.311014175415rem;font-size:0.875rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt {display:block;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:9.3743896484375rem;left:43.311014175415rem;font-size:0.875rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IihGhcXSz6lCxmqgstaHT9SH0mueRIrm { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #UR8PTfewuvKnGoDWyaooyGgHBcxTk5J3 { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #kTy9Mb6lyIT2JEcwm7VJDfl3DbNKxtWs { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #vdGpUPrxnrbwdfIZPobNw8a3y5Dp1N8z { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IM9CEULaTShR2L9MCG3TKOpT3lRvOTcm { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VwpbWe0N79eucLE3h5gpAkrhL0hTsHSp { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #l6dENFvtQSdFRFDEeP8XaDQiqWIdBXvS { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #HqbRKw8QHWl7SL7N8u4gf978mRTRu0CK { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Tl4FOtzs18kunNaPBSHGEyBB5Tif35MI { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #prezqXeWFM4D2haXoaoAERKIleHTgXR8 { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #JG0OmfcrBwgrOnf31DirIZodFzIJ1b9f { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #n0Np04R4LFWEIRToCdL0WcA6CwglqJPN { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #H0gOgeo63TF75RN838VhEhrBQ9nT1y1r { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #wTpdTI5ovze6nkxhKo8Z164EAmz2pyAB { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VGcpcrIM5n5NmSt8vVi0Zzq3KHZPxPGy { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #b2y8nMCtT6AOAR3HqS8l1rKKBFK7ZVmx { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #uDcDO7a5KycrA2EfiWyTGq5qa4LEhWVt { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #WSF6aK8rTTHeMvMDIeAK4hx4S1MtqvnU { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Lfrz0fucfPEfTuPeTGfnIZt1ZL6zoVtd { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #fqBdF8BDdVIzy7MX9GaNNGuO3SgI1xW0 { position:relative;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IwzJmIwPHXtVsUEQXnAZdXsWLKlKQtNn { position:relative; }
#deVksBdwd0TtTsvJhH6nI7FXc007pd7A { position:relative;display:block; }
#UoZ9MIkMy6PiTom4VHunthQQhp33x6Ly { position:relative;display:block; }
#ZqQqk7ghWSaAdHgI0JOte73CILqhWaDi { position:relative;display:block; }
#xu4Iw0LKrna3HM54reoOUBbJVnfaS3x3 { position:relative;display:block; }
#t9fXTcXlRkkb2PZhxC3ntGdlyuZTQcVT { position:relative;display:block; }
#WaPcALt7C5JS3CPbdxJBrhM6P7cdhMgo { position:relative;display:block;z-index:100000;display:block; }
#kJcCVTkK6SczFhfV0so8x5RWmIG4Lz4Q { position:relative;display:block;z-index:100000;display:block; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #EMryFDp9c6UNypI0Lk0c33kkRqLbxTCJ { position:relative; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #umuN6GtnsqoazWg0utmMxrFclu4lK3f7 { position:relative; }
#kXNA9t2e3TKh89GizHDh8w0gdk0BNuTF { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:48.5625rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#qqchrRG5kLnEsTSPmF5eyvpJbm0zQS8A { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:51.5rem;width:25.8125rem;top:2.999755859375rem;left:43.312253952026rem;display:block; }
#vLsPrLGkTz1JTFQX4JXmEVNuoo3ihDR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:27.68603515625rem;left:9.6875rem;height:4.1982875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BE4gSV6LaMGTl6WT3CvVz3eXwmWqTqGe { 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:10.3125rem;width:12.875rem;top:13.96875rem;left:12.3125rem;overflow:hidden;display:block; }
#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { background-color: transparent; background-image: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container > .video-iframe-container { display: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row > .video-iframe-container { display: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .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); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { border-width: 0; border-radius: 0; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#JKJ4vHHAfuuETVHOS1LwyixqCZFW8nmc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:26.5625rem;height:1.055925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TobQqEpRsWMdevINOo6sNQsyDwRwemPW { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14rem;left:23.625rem;height:0.975325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBPxnQaW7Wwm9mlZLW82Q7ZnqTHRI3gz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.5rem;top:10.625rem;left:8.75rem;display:block; }
#OCczmfd0Fcixf1kH4ktNOgXzqNuQHvic { 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:10.375rem;width:10.375rem;top:0rem;left:32.25rem;overflow:hidden;display:block; }
#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container { background-color: transparent; background-image: none; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container > .video-iframe-container { display: none; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row > .video-iframe-container { display: none; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .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); }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container { border-width: 0; border-radius: 0; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#CIDmlAnuQ1qGsueQK1PDX2g66QBOEw97 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:33.5625rem;height:0.893475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LirklquTUXVup3Plsp6Kcv0cozTJpU6s { position:absolute;display:block;z-index:15006;background-color:transparent;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.0625rem solid #0000ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.68685rem;width:7.874375rem;top:0.75rem;left:33.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP { display:block; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CME36fNmOA1OMD8Xl5ACDULovdvug6J1 { top:0rem;left:18.1875rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4GIaNzVXGP14Fk544aTnIJ1poTZJee { top:38.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ZFK6HIoXANBca3zkJMBqzX3vApasDe { top:41.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 { display:block; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo5xEOZxbaSkgHDxXiNrpnZtvf7dAHpT { top:2.6875rem;left:10.9375rem;width:25.8125rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEqaGn4TylrgEdbeUdARw9kX3TlBJn6U { width:19.5rem;height:3.4375rem;top:8.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7B5d9PqubaJG8QJakDPoWJPNiE62Ve { display:block; }
 }@media only screen and (max-width: 763px) { #aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv { display:block; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO { display:block; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quPl1bi6CqgrJ1Wx7oxPRvozJXdDp4OJ { top:1.3125rem;left:21.25rem;width:9.8125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9GI2EeSiDU2eVz1Ueok8qKLGAcvuAp { top:10.875rem;left:0.0625rem;width:47.6875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgZ9I37v3q3O2yUypoQakI15WbUoobT0 { width:17.9375rem;height:2.8125rem;top:16.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrOAC12IJA2Ootfb5GVUL2PwvvHfqnIG { display:block; }
 }@media only screen and (max-width: 763px) { #GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd { display:block; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsqSeeMOB93KV4E4JToAvmPXCD3VVM58 { top:4.5rem;left:13.25rem;width:21.25rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXZBc7Otfo60lldn5fOogNZVID9TOT0 { top:10.5625rem;left:3.3125rem;width:41.125rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0rQV2yGrCV1PHSoSNFFxhK5khpEiSH { width:19.5rem;height:3.4375rem;top:18.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZvXw0mdgmtwc4mW6syr9S7gF6lzOuT { display:block; }
 }@media only screen and (max-width: 763px) { #t2hSTctttGT2ExvM67V1983nXxXLT4we { display:block; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 { display:block; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVI6JpXrM6s59olWJu2B55Z3wXbcJZZ0 { top:8.1875rem;left:4.6875rem;width:38.375rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqhNJ1EHrgF11RwvTILawg7m8xfAac2H { top:4.0625rem;left:13.25rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkF1R0AVAcegJBkuGpGhTKxFOfPT4RG { width:19.5rem;height:3.4375rem;top:16.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiHNTxWdmS72HMWEaX9ifP3HAc7IH0e7 { display:block; }
 }@media only screen and (max-width: 763px) { #x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 { display:block; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUOBI8WdD27nPQOhLusLBrTspif7qF6P { display:block; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRVqf6bTLAba2mGPe1uXz9FsLil6QIP7 { top:10.125rem;left:6.125rem;width:35.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7EGpLrMsog0by3TPE2V4ek28MEckZxf { top:4rem;left:13.25rem;width:21.25rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK { display:block; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD77rZ2QuubonDDi81nhucECQqrmi7xT { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygUzxGiZ02L3w4RrVApUChtsCvQQn7zD { top:11.1875rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaH5ZTcao8T8MTLra5KZvTffPKxNsU9i { top:14.3125rem;left:4.3125rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThSLmL1Swv5mQ8D3xAJCMDCNC43Vu1P { top:1.875rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqadOCFpRdEGn1KUbUQIzMPWvTogSyGq { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te18dGWTvxELhTQlGu8kvgMpcM6uPh4x { top:14.3125rem;left:28.1875rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsoO4KwKViu73niekOB9lbcRSD6cvHh9 { display:block; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ9GuD2VRNT5ZBFNFBTEVp5EabaZtcvW { top:11.1875rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6MS8xaXJZtFALm9G5aa7Xo5PuIMfRx { top:14.25rem;left:3.9991321563721rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPCgIJc4K9izgwmTViTvqEnZFFLmaJT { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoL2qnA2u3EevSFtaTTJ4r7UTvmhlQNH { top:1.875rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlqUyhKgS0WWTxgFTpWdwfVeSDRTGcm { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVEhw9PJkyVbg1DLwBWzXepgNtgbrSn { top:14.3125rem;left:30.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW { display:block; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JyGZHRNtC9xHssyNcTz4r3EbOcriGw { top:11.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADvZSk5E6NX08ysoWlv7ZgvQuchM37X4 { top:14.375rem;left:6.625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVK72DlZ8UlBvK8FNrVX28sd5KGOChCP { top:1.8125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0sUheKCtVLpp1JTIbvZysCwUPouExC { display:block; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxG7rU0M0eEvVsZAQA2t7LBDssLTb9pF { width:19.5rem;height:3.4375rem;top:2.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er4nWtixamagTZtW9lNS8yxifDbiZ76W { display:block; }
 }@media only screen and (max-width: 763px) { #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB { display:block; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ { display:block; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt  { width:23.4375rem;height:auto;top:9.3125rem;left:21.8125rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt {display:block;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt { width:23.4375rem;height:auto;top:9.3125rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IihGhcXSz6lCxmqgstaHT9SH0mueRIrm {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #UR8PTfewuvKnGoDWyaooyGgHBcxTk5J3 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #kTy9Mb6lyIT2JEcwm7VJDfl3DbNKxtWs {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #vdGpUPrxnrbwdfIZPobNw8a3y5Dp1N8z {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IM9CEULaTShR2L9MCG3TKOpT3lRvOTcm {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VwpbWe0N79eucLE3h5gpAkrhL0hTsHSp {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #l6dENFvtQSdFRFDEeP8XaDQiqWIdBXvS {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #HqbRKw8QHWl7SL7N8u4gf978mRTRu0CK {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Tl4FOtzs18kunNaPBSHGEyBB5Tif35MI {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #prezqXeWFM4D2haXoaoAERKIleHTgXR8 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #JG0OmfcrBwgrOnf31DirIZodFzIJ1b9f {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #n0Np04R4LFWEIRToCdL0WcA6CwglqJPN {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #H0gOgeo63TF75RN838VhEhrBQ9nT1y1r {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #wTpdTI5ovze6nkxhKo8Z164EAmz2pyAB {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VGcpcrIM5n5NmSt8vVi0Zzq3KHZPxPGy {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #b2y8nMCtT6AOAR3HqS8l1rKKBFK7ZVmx {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #uDcDO7a5KycrA2EfiWyTGq5qa4LEhWVt {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #WSF6aK8rTTHeMvMDIeAK4hx4S1MtqvnU {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Lfrz0fucfPEfTuPeTGfnIZt1ZL6zoVtd {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #fqBdF8BDdVIzy7MX9GaNNGuO3SgI1xW0 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IwzJmIwPHXtVsUEQXnAZdXsWLKlKQtNn {  }
 }@media only screen and (max-width: 763px) { #deVksBdwd0TtTsvJhH6nI7FXc007pd7A { display:block; }
 }@media only screen and (max-width: 763px) { #UoZ9MIkMy6PiTom4VHunthQQhp33x6Ly { display:block; }
 }@media only screen and (max-width: 763px) { #ZqQqk7ghWSaAdHgI0JOte73CILqhWaDi { display:block; }
 }@media only screen and (max-width: 763px) { #xu4Iw0LKrna3HM54reoOUBbJVnfaS3x3 { display:block; }
 }@media only screen and (max-width: 763px) { #t9fXTcXlRkkb2PZhxC3ntGdlyuZTQcVT { display:block; }
 }@media only screen and (max-width: 763px) { #WaPcALt7C5JS3CPbdxJBrhM6P7cdhMgo { display:block; }
 }@media only screen and (max-width: 763px) { #kJcCVTkK6SczFhfV0so8x5RWmIG4Lz4Q { display:block; }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #EMryFDp9c6UNypI0Lk0c33kkRqLbxTCJ {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #umuN6GtnsqoazWg0utmMxrFclu4lK3f7 {  }
 }@media only screen and (max-width: 763px) { #kXNA9t2e3TKh89GizHDh8w0gdk0BNuTF { top:4.25rem;left:28.125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqchrRG5kLnEsTSPmF5eyvpJbm0zQS8A { top:2.9375rem;left:21.9375rem;width:25.8125rem;height:51.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsPrLGkTz1JTFQX4JXmEVNuoo3ihDR0 { top:27.625rem;left:2.875rem;width:18.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE4gSV6LaMGTl6WT3CvVz3eXwmWqTqGe { top:13.9375rem;left:5.5rem;width:12.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTGHaEXiPl29umDu4THZol8JKnQgRP7 { display:block; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKJ4vHHAfuuETVHOS1LwyixqCZFW8nmc { top:12.5625rem;left:12.9375rem;width:21.875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TobQqEpRsWMdevINOo6sNQsyDwRwemPW { top:14rem;left:10rem;width:27.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBPxnQaW7Wwm9mlZLW82Q7ZnqTHRI3gz { top:10.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCczmfd0Fcixf1kH4ktNOgXzqNuQHvic { top:0rem;left:18.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZgSBVcWEpTmwENe4BPLXPIkkBRthkso { display:block; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIDmlAnuQ1qGsueQK1PDX2g66QBOEw97 { top:0.5625rem;left:19.9375rem;width:7.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LirklquTUXVup3Plsp6Kcv0cozTJpU6s { top:0.75rem;left:19.9375rem;width:7.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71e177f7-978f-4c35-88fe-70571414609d/Untitled1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.adaptive-delivery-prevent-bg, #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.lazyload, #Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP.lazyloading { background-image: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { background-color: transparent; background-image: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container > .video-iframe-container { display: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row > .video-iframe-container { display: none; }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .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); }#Qg1bvOSDBmoTBC7eBsM4lUZrnpmCNRyP > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CME36fNmOA1OMD8Xl5ACDULovdvug6J1 { width:7.4375rem;height:7.4375rem;top:0rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4GIaNzVXGP14Fk544aTnIJ1poTZJee { width:20rem;height:3rem;top:8.9853515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ZFK6HIoXANBca3zkJMBqzX3vApasDe { display:flex;width:3.125rem;height:3.125rem;top:24.72314453125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 { display:block; }#S6sWaigoWUUNl8H27hgzk7HxDe5xGIV6 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo5xEOZxbaSkgHDxXiNrpnZtvf7dAHpT { width:19.625rem;height:3.59700625rem;top:2.3125rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEqaGn4TylrgEdbeUdARw9kX3TlBJn6U { width:16.6875rem;height:2.6875rem;top:7.25rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7B5d9PqubaJG8QJakDPoWJPNiE62Ve { display:block; }
 }@media only screen and (max-width: 763px) { #aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv { display:block; }#aBbt2BPIqZfgnSoTseK9I3mtasNVB0Zv > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO { display:block; }#WGAXJs5wqRzbSUiMbhRkgkDv5reZTrlO > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quPl1bi6CqgrJ1Wx7oxPRvozJXdDp4OJ { width:9.125rem;height:7.25rem;top:1.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9GI2EeSiDU2eVz1Ueok8qKLGAcvuAp { width:18rem;height:8.393rem;top:9.3125rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgZ9I37v3q3O2yUypoQakI15WbUoobT0 { width:17.9375rem;height:2.6875rem;top:19.125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrOAC12IJA2Ootfb5GVUL2PwvvHfqnIG { display:block; }
 }@media only screen and (max-width: 763px) { #GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd { display:block; }#GlID44lv4eu2rmfaAg8cD1ETd6dhbvdd > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsqSeeMOB93KV4E4JToAvmPXCD3VVM58 { width:16.4375rem;height:3.57421875rem;top:2.9375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXZBc7Otfo60lldn5fOogNZVID9TOT0 { width:19.4375rem;height:8.393rem;top:7.875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0rQV2yGrCV1PHSoSNFFxhK5khpEiSH { width:16.625rem;height:2.6875rem;top:17.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZvXw0mdgmtwc4mW6syr9S7gF6lzOuT { display:block; }
 }@media only screen and (max-width: 763px) { #t2hSTctttGT2ExvM67V1983nXxXLT4we { display:block; }#t2hSTctttGT2ExvM67V1983nXxXLT4we > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 { display:block; }#mc3kt7UQS3k9MidaS2dNrQG28CMyJih4 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVI6JpXrM6s59olWJu2B55Z3wXbcJZZ0 { width:20rem;height:7.194rem;top:6.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqhNJ1EHrgF11RwvTILawg7m8xfAac2H { width:15.125rem;height:1.7871125rem;top:3.5rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkF1R0AVAcegJBkuGpGhTKxFOfPT4RG { width:15.1875rem;height:2.6875rem;top:15.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiHNTxWdmS72HMWEaX9ifP3HAc7IH0e7 { display:block; }
 }@media only screen and (max-width: 763px) { #x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 { display:block; }#x6chnIMpS8vmZTxuxk9OTPpVVd4iUSy7 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUOBI8WdD27nPQOhLusLBrTspif7qF6P { display:block; }#fUOBI8WdD27nPQOhLusLBrTspif7qF6P > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRVqf6bTLAba2mGPe1uXz9FsLil6QIP7 { width:18.6875rem;height:5.99500625rem;top:7.625rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7EGpLrMsog0by3TPE2V4ek28MEckZxf { width:16.25rem;height:3.57421875rem;top:2.4375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK { display:block; }#Dmd4U69G9TRRfRzEfTeyi5mE6Cwsb6GK > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD77rZ2QuubonDDi81nhucECQqrmi7xT { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygUzxGiZ02L3w4RrVApUChtsCvQQn7zD { display:flex;width:3.125rem;height:3.125rem;top:10.5625rem;left:8.4375019073488rem; }
 }@media only screen and (max-width: 763px) { #CaH5ZTcao8T8MTLra5KZvTffPKxNsU9i { width:15.25rem;height:2.599825rem;top:13.687499046326rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GThSLmL1Swv5mQ8D3xAJCMDCNC43Vu1P { width:9.375rem;height:9.375rem;top:18.78683125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqadOCFpRdEGn1KUbUQIzMPWvTogSyGq { display:flex;width:3.125rem;height:3.125rem;top:28.09933125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Te18dGWTvxELhTQlGu8kvgMpcM6uPh4x { width:15.25rem;height:2.599825rem;top:31.224331021309rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsoO4KwKViu73niekOB9lbcRSD6cvHh9 { display:block; }#dsoO4KwKViu73niekOB9lbcRSD6cvHh9 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ9GuD2VRNT5ZBFNFBTEVp5EabaZtcvW { display:flex;width:3.125rem;height:3.125rem;top:11.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Kx6MS8xaXJZtFALm9G5aa7Xo5PuIMfRx { width:10.75rem;height:3.8997375rem;top:14.9375rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlPCgIJc4K9izgwmTViTvqEnZFFLmaJT { width:9.375rem;height:9.375rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoL2qnA2u3EevSFtaTTJ4r7UTvmhlQNH { width:9.375rem;height:9.375rem;top:21.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlqUyhKgS0WWTxgFTpWdwfVeSDRTGcm { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IkVEhw9PJkyVbg1DLwBWzXepgNtgbrSn { width:10.75rem;height:2.599825rem;top:34rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW { display:block; }#wtTrohv1nfr8E7h1UeoGrOLXndAyCTrW > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JyGZHRNtC9xHssyNcTz4r3EbOcriGw { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ADvZSk5E6NX08ysoWlv7ZgvQuchM37X4 { width:11.25rem;height:2.599825rem;top:14.4375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVK72DlZ8UlBvK8FNrVX28sd5KGOChCP { width:9.375rem;height:9.375rem;top:2rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0sUheKCtVLpp1JTIbvZysCwUPouExC { display:block; }#KV0sUheKCtVLpp1JTIbvZysCwUPouExC > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxG7rU0M0eEvVsZAQA2t7LBDssLTb9pF { width:14.9375rem;height:2.8125rem;top:1.84375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er4nWtixamagTZtW9lNS8yxifDbiZ76W { display:block; }
 }@media only screen and (max-width: 763px) { #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB { background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/a8518300-8d01-4568-bbcb-0da9174c4bc6/CpiadeWhatsAppImage20240603at1153206.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.adaptive-delivery-prevent-bg, #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.lazyload, #D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB.lazyloading { background-image: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { background-color: transparent; background-image: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container > .video-iframe-container { display: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row > .video-iframe-container { display: none; }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .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); }#D3mgHsoI5AXHN9W7A7v93Cm5OC52ZSLB > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ { display:block; }#GK9w9O0I9Ohlyb7G77JwtKFJp4zMpTpQ > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-text {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-select {padding-top: 0; padding-bottom: 0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;line-height:0;overflow:hidden; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container:first-of-type{padding-top:0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .widget-container:last-of-type{padding-bottom:0;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt  { width:17.5rem;height:auto;top:26.25rem;left:0rem; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt {display:block;}#nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt { width:17.5rem;height:auto;top:26.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IihGhcXSz6lCxmqgstaHT9SH0mueRIrm {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #UR8PTfewuvKnGoDWyaooyGgHBcxTk5J3 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #kTy9Mb6lyIT2JEcwm7VJDfl3DbNKxtWs {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #vdGpUPrxnrbwdfIZPobNw8a3y5Dp1N8z {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IM9CEULaTShR2L9MCG3TKOpT3lRvOTcm {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VwpbWe0N79eucLE3h5gpAkrhL0hTsHSp {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #l6dENFvtQSdFRFDEeP8XaDQiqWIdBXvS {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #HqbRKw8QHWl7SL7N8u4gf978mRTRu0CK {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Tl4FOtzs18kunNaPBSHGEyBB5Tif35MI {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #prezqXeWFM4D2haXoaoAERKIleHTgXR8 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #JG0OmfcrBwgrOnf31DirIZodFzIJ1b9f {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #n0Np04R4LFWEIRToCdL0WcA6CwglqJPN {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #H0gOgeo63TF75RN838VhEhrBQ9nT1y1r {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #wTpdTI5ovze6nkxhKo8Z164EAmz2pyAB {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #VGcpcrIM5n5NmSt8vVi0Zzq3KHZPxPGy {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #b2y8nMCtT6AOAR3HqS8l1rKKBFK7ZVmx {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #uDcDO7a5KycrA2EfiWyTGq5qa4LEhWVt {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #WSF6aK8rTTHeMvMDIeAK4hx4S1MtqvnU {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #Lfrz0fucfPEfTuPeTGfnIZt1ZL6zoVtd {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #fqBdF8BDdVIzy7MX9GaNNGuO3SgI1xW0 {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #IwzJmIwPHXtVsUEQXnAZdXsWLKlKQtNn {  }
 }@media only screen and (max-width: 763px) { #deVksBdwd0TtTsvJhH6nI7FXc007pd7A { display:block; }
 }@media only screen and (max-width: 763px) { #UoZ9MIkMy6PiTom4VHunthQQhp33x6Ly { display:block; }
 }@media only screen and (max-width: 763px) { #ZqQqk7ghWSaAdHgI0JOte73CILqhWaDi { display:block; }
 }@media only screen and (max-width: 763px) { #xu4Iw0LKrna3HM54reoOUBbJVnfaS3x3 { display:block; }
 }@media only screen and (max-width: 763px) { #t9fXTcXlRkkb2PZhxC3ntGdlyuZTQcVT { display:block; }
 }@media only screen and (max-width: 763px) { #WaPcALt7C5JS3CPbdxJBrhM6P7cdhMgo { display:block; }
 }@media only screen and (max-width: 763px) { #kJcCVTkK6SczFhfV0so8x5RWmIG4Lz4Q { display:block; }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #EMryFDp9c6UNypI0Lk0c33kkRqLbxTCJ {  }
 }@media only screen and (max-width: 763px) { #nMJfTr371iQI9Iu1oARD5mZB5gIP4sRt #umuN6GtnsqoazWg0utmMxrFclu4lK3f7 {  }
 }@media only screen and (max-width: 763px) { #kXNA9t2e3TKh89GizHDh8w0gdk0BNuTF { width:14.875rem;height:3.57421875rem;top:19.75rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqchrRG5kLnEsTSPmF5eyvpJbm0zQS8A { width:20rem;height:45.0625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsPrLGkTz1JTFQX4JXmEVNuoo3ihDR0 { width:17.75rem;height:3.8997375rem;top:10.6875rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BE4gSV6LaMGTl6WT3CvVz3eXwmWqTqGe { width:9.375rem;height:7.5rem;top:1.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTGHaEXiPl29umDu4THZol8JKnQgRP7 { background-color:#1a090b;background-image:none;display:block; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { background-color: transparent; background-image: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container > .video-iframe-container { display: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row > .video-iframe-container { display: none; }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .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); }#dKTGHaEXiPl29umDu4THZol8JKnQgRP7 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKJ4vHHAfuuETVHOS1LwyixqCZFW8nmc { width:15.625rem;height:0.8125rem;top:9.3125rem;left:2.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TobQqEpRsWMdevINOo6sNQsyDwRwemPW { width:20rem;height:0.8125rem;top:10.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBPxnQaW7Wwm9mlZLW82Q7ZnqTHRI3gz { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCczmfd0Fcixf1kH4ktNOgXzqNuQHvic { width:9.3125rem;height:9.3125rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZgSBVcWEpTmwENe4BPLXPIkkBRthkso { display:block; }#XZgSBVcWEpTmwENe4BPLXPIkkBRthkso > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIDmlAnuQ1qGsueQK1PDX2g66QBOEw97 { width:7.875rem;height:0.8941rem;top:1.25rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LirklquTUXVup3Plsp6Kcv0cozTJpU6s { width:7.8125rem;height:0.625rem;top:1.5625rem;left:6.0625rem;display:block; }
 }