.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14a5ced0-6a1f-4c21-8d8d-87f16f9bd7b6/DJI_0289.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.adaptive-delivery-prevent-bg, #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.lazyload, #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.lazyloading { background-image: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { background-color: transparent; background-image: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.88); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container > .video-iframe-container { display: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.88); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container { display: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .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); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { border-width: 0; border-radius: 0; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX::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; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#GZqHmiKE4Z8FiUHUhgudbCb0tckvpekf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:15.99975rem;top:4.263916015625rem;left:3.125rem;overflow:hidden;display:block; }
#nKngGA8tCx5uA3Hs5H1Mn0Ht819GpgWT { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.83);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:37.625rem;width:22.5625rem;top:3.4375rem;left:50.75rem;display:block; }
#Cti7yS9C2KnrAQ4lETfVU3cDIFU5kD3o { color:#0f3084;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.875rem;left:52.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-form-header {  }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#051b43;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:18.625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:first-of-type{padding-top:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:last-of-type{padding-bottom:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.4375rem;top:9.8125rem;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.4375rem;top:9.8125rem;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qJcRWFWAWUwwLUqe5rHSodLaTRpI9ZwA { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #s5hi6h4oMabX3sAUl7cdPNsSPM5Zzq8a { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #o8zh0ApR2miZkl2LH8CmUkbrT8PQVKbI { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #R9zuhRZWMFTXFwTiIQXNxBhBE4P5hFqp { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #FS2nnye5mO80u435F4Up1rxca6rhDQbc { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Hucaov2JDus8kF9urDIGnes4rTQvuzAG { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z { position:relative; }
#IfXZUNCP6GuSmzt0TBTCokfGnvtD5qkt { color:#ffffff;display:block;width:32.24975rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:25.509033203125rem;left:4.18701171875rem;height:4.5371125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TFSS7Z8HHLygTfTU422nI5NFguEzTaIn { color:#f8ee2c;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15070;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:11.61865234375rem;left:3.125rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U4qkCTRt18QmOadMMNFSqWp1zbSqqAsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:35.5rem;left:4.625rem; }
#tFh33hMiOOXX4tTnQGzWu7rO3yJC5KMZ { color:#faf3f3;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.0625rem;left:7.8125rem;height:1.168325rem;font-style:normal;display:block; }
#HNxHuJN0DftSnCTaIHitzC7aUeGTa7Mg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:4rem;left:19.125rem;overflow:hidden;display:block; }
#SoJxtOot6B2A3eqzovD3XVCAXBdGfvzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:33rem;left:4.8125rem; }
#c1OpfH2CSz5dmZWmWu5tkPZU92TUaqfl { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15065;background-color:#004080;background-image:none;top:32.25rem;left:4.1875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WH4WrBofinrLafUt0HJHxBu7ta2pTK8P { color:#faf3f3;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:33.4375rem;left:7.8125rem;height:1.168325rem;font-style:normal;display:block; }
#KruC1MNeFlHKrGpx2TO5AWG7DKuhpKfU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062325rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:38.6875rem;left:4.8125rem; }
#bMgp7dAkZFtubT7PxV4cEPSoEiTPWEAV { color:#faf3f3;display:block;width:13.812125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:38.5625rem;left:7.8125rem;height:2.33665rem;font-style:normal;display:block; }
#lmVLeDDHavgkhFx28O9y5KdUFE5TrusJ { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:41.625rem;left:36.375rem;display:block; }
#EztuIO3hAy8xmgBQzGBR8A9fEbetfAn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.49926875rem;width:5.49926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:41.71630859375rem;left:36.435546875rem; }
#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aba26d5-1e0b-40ef-92fc-614029f432c8/Adamite.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.adaptive-delivery-prevent-bg, #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.lazyload, #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.lazyloading { background-image: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { background-color: transparent; background-image: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.53); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container > .video-iframe-container { display: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.53); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container { display: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .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); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { border-width: 0; border-radius: 0; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq::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; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#G8eP6B2KlrJoNigvX3vOL1kfO24cxNQy { color:#000000;display:block;width:60.437rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:18.78173828125rem;left:9.185791015625rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUWdx5GAbaQRuELdNGLUzUvXS7D8DrF1 { box-sizing:content-box;height:14.8125rem;width:60.3125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:17.562255859375rem;left:9.249267578125rem;display:block; }
#WoavgVdyW09hyPPVwNvXZuoqwznpnO9N { color:#f5f8f8;display:block;width:46.4375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:10.7177734375rem;left:16.185302734375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRq4GhOXB8nqhWcSnMDe3ep5zTL7Wg1x { position:absolute;display:block;z-index:15076;background-color:#004080;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:15.125rem;left:66.25rem;display:block; }
#oiItqtrlvnAF8UhHQzhS4i1T507Vwv9k { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:41.0625rem;left:37.5625rem;display:block; }
#xiV5Md752eCeXTo76m0wCMQZ3iQ7B69c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:41.0625rem;left:37.6875rem; }
#GPAkZFcZBBcZRTan8MUyOpS09iKIslgW { 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:15078;opacity:1;top:15.701904296875rem;left:66.827392578125rem; }
#SXFTGwkursATRHv2AVlqBDrzelZeaFpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aba26d5-1e0b-40ef-92fc-614029f432c8/Adamite.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL.adaptive-delivery-prevent-bg, #SXFTGwkursATRHv2AVlqBDrzelZeaFpL.lazyload, #SXFTGwkursATRHv2AVlqBDrzelZeaFpL.lazyloading { background-image: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { background-color: transparent; background-image: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.88); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container > .video-iframe-container { display: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.88); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container { display: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .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); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { border-width: 0; border-radius: 0; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL::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; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#zdu0q4MS0pxbpabvDAoei0T6TtayfcIZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:8.9375rem;width:16.5625rem;top:15.9375rem;left:4.375rem;display:block; }
#Ibn2y3qGkRn26v79Sv5BRFwtPyokPxTv { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wCZJ2lPuyLdVt4ixFtXI1NDzuKS6TGuU { color:#f5f8f8;display:block;width:61.5rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:6.748046875rem;left:6.749267578125rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5UKhcxdvTmUbgfCoubeNVvgFTsDNUqA { position:absolute;display:block;z-index:15080;background-color:#004080;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:3.875rem;width:3.875rem;top:13.75rem;left:10.6875rem;display:block; }
#vc2B9BxinrWTJGO66lu8TfrJpksDhwP7 { position:absolute;display:block;z-index:15007;background-color:#ffffff;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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:8.9375rem;width:16.5625rem;top:28.5625rem;left:20.9375rem;display:block; }
#eRfSKOTAxAQcM350l7ymTe3F3NHEFUax { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.375rem;left:21.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#OTZMVoVDBXpA7GcXICOvSU8CEx2PAi6g { position:absolute;display:block;z-index:15083;background-color:#004080;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:3.875rem;width:3.875rem;top:26.375rem;left:27.25rem;display:block; }
#tZAiT0hRITSQsW2fnSPhEfTrPsCDU2Dm { position:absolute;display:block;z-index:15007;background-color:#ffffff;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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:8.9375rem;width:16.5625rem;top:16rem;left:37.5rem;display:block; }
#t1AkuVkOTnOc40MrelJnryVERHBz5teT { position:absolute;display:block;z-index:15083;background-color:#004080;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:3.875rem;width:3.875rem;top:13.8125rem;left:43.8125rem;display:block; }
#nzTS6ih90xIkFh1Lyqhie23lOHWbsBZc { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5625rem;left:38.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#viuq9c6twyWGdWT958N73s6p964p9alT { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:8.9375rem;width:16.5625rem;top:28rem;left:54.0625rem;display:block; }
#ycQ5n96tJwdxCR5QQRKf75Arlo7wFXU8 { position:absolute;display:block;z-index:15086;background-color:#004080;background-image:none;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:3.875rem;width:3.875rem;top:25.8125rem;left:60.375rem;display:block; }
#vLblK5QEl7KZiku1dL05ss2Uh0nt3lV1 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.625rem;left:55.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#oZIlqu6T38M4U9DRIWduIMLrh1Qpz7yT { color:#f4f4f4;display:block;width:63.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:40.06103515625rem;left:5.78125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#hc2ThmlBXWERTBwl2Z1tcCEQeTzOZ5vF { 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:15088;opacity:1;top:26.8125rem;left:27.6875rem; }
#u0e61MFtDFx5BHyy13zIB5FTMQ2n3nol { 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:15089;opacity:1;top:14.1875rem;left:11.125rem; }
#roqQTSm6TRFTyRXm1r4Tnuqc93Ifz85A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:14.5rem;left:44.5625rem; }
#GsmGXggFN9TrBJnmtRf9TRV5OLA3TxgN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:26.1875rem;left:61.125rem; }
#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v.adaptive-delivery-prevent-bg, #Hqa50iEhDrLB9vbad6VODWkus95Mdv8v.lazyload, #Hqa50iEhDrLB9vbad6VODWkus95Mdv8v.lazyloading { background-image: none; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container { background-color: transparent; background-image: none; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container > .video-iframe-container { display: none; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row > .video-iframe-container { display: none; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .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); }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container { border-width: 0; border-radius: 0; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#WIHHq744R0DHo7IC6XsE8tIkb87w7TxC { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.650390625rem;left:17.84375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAXoF2OMOrPKLh5bpQfnLhqlVlEKiUgK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12478125rem;width:15.999375rem;top:4.5rem;left:29.5rem;overflow:hidden;display:block; }
#IRWLhWzTIRr67n2UwLTOuzyd0PoOwdTM { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX { display:block; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZqHmiKE4Z8FiUHUhgudbCb0tckvpekf { top:4.25rem;left:0rem;width:15.9375rem;height:4.7312764408428rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKngGA8tCx5uA3Hs5H1Mn0Ht819GpgWT { top:3.4375rem;left:25.1875rem;width:22.5rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cti7yS9C2KnrAQ4lETfVU3cDIFU5kD3o { top:4.875rem;left:27.75rem;width:20rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:18.625rem;height:auto;top:9.8125rem;left:26.625rem; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:18.625rem;height:auto;top:9.8125rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qJcRWFWAWUwwLUqe5rHSodLaTRpI9ZwA {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #s5hi6h4oMabX3sAUl7cdPNsSPM5Zzq8a {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #o8zh0ApR2miZkl2LH8CmUkbrT8PQVKbI {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #R9zuhRZWMFTXFwTiIQXNxBhBE4P5hFqp {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #FS2nnye5mO80u435F4Up1rxca6rhDQbc {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Hucaov2JDus8kF9urDIGnes4rTQvuzAG {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #IfXZUNCP6GuSmzt0TBTCokfGnvtD5qkt { top:25.5rem;left:0rem;width:32.1875rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSS7Z8HHLygTfTU422nI5NFguEzTaIn { top:11.5625rem;left:0rem;width:19.375rem;height:11.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qkCTRt18QmOadMMNFSqWp1zbSqqAsh { top:35.5rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFh33hMiOOXX4tTnQGzWu7rO3yJC5KMZ { top:36.0625rem;left:0rem;width:9.4375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNxHuJN0DftSnCTaIHitzC7aUeGTa7Mg { top:4rem;left:5.5rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJxtOot6B2A3eqzovD3XVCAXBdGfvzn { top:33rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1OpfH2CSz5dmZWmWu5tkPZU92TUaqfl { top:32.25rem;left:0rem;width:18.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH4WrBofinrLafUt0HJHxBu7ta2pTK8P { top:33.4375rem;left:0rem;width:9.4375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KruC1MNeFlHKrGpx2TO5AWG7DKuhpKfU { top:38.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMgp7dAkZFtubT7PxV4cEPSoEiTPWEAV { top:38.5625rem;left:0rem;width:13.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVLeDDHavgkhFx28O9y5KdUFE5TrusJ { top:41.625rem;left:22.75rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EztuIO3hAy8xmgBQzGBR8A9fEbetfAn4 { top:41.6875rem;left:22.810546875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq { display:block; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8eP6B2KlrJoNigvX3vOL1kfO24cxNQy { top:18.75rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWdx5GAbaQRuELdNGLUzUvXS7D8DrF1 { top:17.5rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoavgVdyW09hyPPVwNvXZuoqwznpnO9N { top:10.6875rem;left:1.3125rem;width:46.4375rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRq4GhOXB8nqhWcSnMDe3ep5zTL7Wg1x { width:4.125rem;height:4.125rem;top:15.125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiItqtrlvnAF8UhHQzhS4i1T507Vwv9k { top:41.0625rem;left:23.9375rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiV5Md752eCeXTo76m0wCMQZ3iQ7B69c { top:41.0625rem;left:24.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAkZFcZBBcZRTan8MUyOpS09iKIslgW { top:15.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXFTGwkursATRHv2AVlqBDrzelZeaFpL { display:block; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdu0q4MS0pxbpabvDAoei0T6TtayfcIZ { width:16.5625rem;height:8.9375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibn2y3qGkRn26v79Sv5BRFwtPyokPxTv { width:13.625rem;height:4.8125rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCZJ2lPuyLdVt4ixFtXI1NDzuKS6TGuU { top:6.6875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5UKhcxdvTmUbgfCoubeNVvgFTsDNUqA { width:3.875rem;height:3.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2B9BxinrWTJGO66lu8TfrJpksDhwP7 { width:16.5625rem;height:8.9375rem;top:28.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRfSKOTAxAQcM350l7ymTe3F3NHEFUax { width:15.3125rem;height:4.8125rem;top:31.375rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZMVoVDBXpA7GcXICOvSU8CEx2PAi6g { width:3.875rem;height:3.875rem;top:26.375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZAiT0hRITSQsW2fnSPhEfTrPsCDU2Dm { width:16.5625rem;height:8.9375rem;top:16rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AkuVkOTnOc40MrelJnryVERHBz5teT { width:3.875rem;height:3.875rem;top:13.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTS6ih90xIkFh1Lyqhie23lOHWbsBZc { width:14.5625rem;height:4.8125rem;top:18.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viuq9c6twyWGdWT958N73s6p964p9alT { width:16.5625rem;height:8.9375rem;top:28rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQ5n96tJwdxCR5QQRKf75Arlo7wFXU8 { width:3.875rem;height:3.875rem;top:25.8125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLblK5QEl7KZiku1dL05ss2Uh0nt3lV1 { width:13.625rem;height:4.8125rem;top:30.625rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIlqu6T38M4U9DRIWduIMLrh1Qpz7yT { top:40rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2ThmlBXWERTBwl2Z1tcCEQeTzOZ5vF { top:26.8125rem;left:14.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0e61MFtDFx5BHyy13zIB5FTMQ2n3nol { top:14.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqQTSm6TRFTyRXm1r4Tnuqc93Ifz85A { top:14.5rem;left:30.9375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsmGXggFN9TrBJnmtRf9TRV5OLA3TxgN { top:26.1875rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa50iEhDrLB9vbad6VODWkus95Mdv8v { display:block; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIHHq744R0DHo7IC6XsE8tIkb87w7TxC { top:17.625rem;left:4.21875rem;width:39.3125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXoF2OMOrPKLh5bpQfnLhqlVlEKiUgK { top:4.5rem;left:15.875rem;width:15.9375rem;height:5.1038849173796rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWLhWzTIRr67n2UwLTOuzyd0PoOwdTM { top:10.875rem;left:12.625rem;width:22.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.adaptive-delivery-prevent-bg, #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.lazyload, #ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX.lazyloading { background-image: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { background-color: transparent; background-image: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container > .video-iframe-container { display: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container { display: none; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .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); }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { border-width: 0; border-radius: 0; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX::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; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrrqvULlFTJkpA6xce4sdbux2xkHZ6QX > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZqHmiKE4Z8FiUHUhgudbCb0tckvpekf { width:7.9368125rem;height:2.062325rem;top:1.3068181276321rem;left:3.9870380163193rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKngGA8tCx5uA3Hs5H1Mn0Ht819GpgWT { width:17.5rem;height:33.625rem;top:25.4375rem;left:1.25rem;background-color:rgba(244,241,246,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Cti7yS9C2KnrAQ4lETfVU3cDIFU5kD3o { width:16.06rem;height:3.4121125rem;top:26.311256408691rem;left:1.9691051244736rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:12.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:13.6851875rem;height:auto;top:30.43678855896rem;left:1.9060722589493rem; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:13.6851875rem;height:auto;top:30.43678855896rem;left:1.9060722589493rem; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qJcRWFWAWUwwLUqe5rHSodLaTRpI9ZwA {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #s5hi6h4oMabX3sAUl7cdPNsSPM5Zzq8a {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #o8zh0ApR2miZkl2LH8CmUkbrT8PQVKbI {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #R9zuhRZWMFTXFwTiIQXNxBhBE4P5hFqp {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #FS2nnye5mO80u435F4Up1rxca6rhDQbc {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Hucaov2JDus8kF9urDIGnes4rTQvuzAG {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #IfXZUNCP6GuSmzt0TBTCokfGnvtD5qkt { width:18.2493125rem;height:2.4746125rem;top:11.708096504211rem;left:0.87357950210569rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFSS7Z8HHLygTfTU422nI5NFguEzTaIn { width:9.8095625rem;height:6rem;top:4.328125rem;left:0.873046875rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4qkCTRt18QmOadMMNFSqWp1zbSqqAsh { display:flex;width:1.875rem;height:1.875rem;top:18.3125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #tFh33hMiOOXX4tTnQGzWu7rO3yJC5KMZ { width:9.2489375rem;height:1.03125rem;top:18.75rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNxHuJN0DftSnCTaIHitzC7aUeGTa7Mg { width:2.6864375rem;height:2.6864375rem;top:0.99609369039537rem;left:11.867897391319rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJxtOot6B2A3eqzovD3XVCAXBdGfvzn { display:flex;width:1.6859rem;height:1.6859rem;top:15.75rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #c1OpfH2CSz5dmZWmWu5tkPZU92TUaqfl { width:14.375rem;height:8.75rem;top:15rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH4WrBofinrLafUt0HJHxBu7ta2pTK8P { width:9.4993125rem;height:1.03125rem;top:16.0625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KruC1MNeFlHKrGpx2TO5AWG7DKuhpKfU { display:flex;width:1.62375625rem;height:1.62375625rem;top:20.8125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #bMgp7dAkZFtubT7PxV4cEPSoEiTPWEAV { width:11.9993125rem;height:2.0625rem;top:20.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVLeDDHavgkhFx28O9y5KdUFE5TrusJ { width:4.125rem;height:4.125rem;top:60rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EztuIO3hAy8xmgBQzGBR8A9fEbetfAn4 { display:flex;width:4.1867875rem;height:4.1867875rem;top:59.9375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.adaptive-delivery-prevent-bg, #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.lazyload, #mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq.lazyloading { background-image: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { background-color: transparent; background-image: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container > .video-iframe-container { display: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container { display: none; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .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); }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { border-width: 0; border-radius: 0; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq::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; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUuQ4KC0EI5nxePvcpuqlf62S6iJhwBq > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8eP6B2KlrJoNigvX3vOL1kfO24cxNQy { width:17.1244375rem;height:13.4707rem;top:7.6875rem;left:1.4375rem;font-size:0.875rem;font-family:neuton;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUWdx5GAbaQRuELdNGLUzUvXS7D8DrF1 { width:18.5625rem;height:15.625rem;top:6.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoavgVdyW09hyPPVwNvXZuoqwznpnO9N { width:20rem;height:2.69921875rem;top:1.6728515625rem;left:0rem;font-size:1.5rem;font-family:neuton;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRq4GhOXB8nqhWcSnMDe3ep5zTL7Wg1x { width:2.6875rem;height:2.6875rem;top:5.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiItqtrlvnAF8UhHQzhS4i1T507Vwv9k { width:4.0625rem;height:4.0625rem;top:23.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiV5Md752eCeXTo76m0wCMQZ3iQ7B69c { display:flex;width:3.75rem;height:3.75rem;top:23.6875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #GPAkZFcZBBcZRTan8MUyOpS09iKIslgW { display:flex;width:1.875rem;height:1.875rem;top:5.875rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #SXFTGwkursATRHv2AVlqBDrzelZeaFpL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL.adaptive-delivery-prevent-bg, #SXFTGwkursATRHv2AVlqBDrzelZeaFpL.lazyload, #SXFTGwkursATRHv2AVlqBDrzelZeaFpL.lazyloading { background-image: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { background-color: transparent; background-image: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container > .video-iframe-container { display: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container { display: none; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .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); }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { border-width: 0; border-radius: 0; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL::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; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXFTGwkursATRHv2AVlqBDrzelZeaFpL > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdu0q4MS0pxbpabvDAoei0T6TtayfcIZ { width:16.5625rem;height:5rem;top:10.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibn2y3qGkRn26v79Sv5BRFwtPyokPxTv { width:13.6230625rem;height:2.4375rem;top:11.874111652374rem;left:3.1880325078964rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCZJ2lPuyLdVt4ixFtXI1NDzuKS6TGuU { width:14.3125rem;height:5.3984375rem;top:1.4970703125rem;left:2.84375rem;font-size:1.5rem;font-family:neuton;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5UKhcxdvTmUbgfCoubeNVvgFTsDNUqA { width:2.687325rem;height:2.687325rem;top:8.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2B9BxinrWTJGO66lu8TfrJpksDhwP7 { width:16.5625rem;height:5.4375rem;top:24.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRfSKOTAxAQcM350l7ymTe3F3NHEFUax { width:15.5625rem;height:3.65625rem;top:26.527876377106rem;left:2.2176846265793rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OTZMVoVDBXpA7GcXICOvSU8CEx2PAi6g { width:2.5rem;height:2.5rem;top:23.406426906586rem;left:8.6931813955306rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZAiT0hRITSQsW2fnSPhEfTrPsCDU2Dm { width:16.5625rem;height:5.125rem;top:17.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AkuVkOTnOc40MrelJnryVERHBz5teT { width:2.56214375rem;height:2.56214375rem;top:15.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTS6ih90xIkFh1Lyqhie23lOHWbsBZc { width:14.5605625rem;height:3.65625rem;top:18.4375rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viuq9c6twyWGdWT958N73s6p964p9alT { width:16.5625rem;height:4.625rem;top:32.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQ5n96tJwdxCR5QQRKf75Arlo7wFXU8 { width:2.8125rem;height:2.8125rem;top:31.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLblK5QEl7KZiku1dL05ss2Uh0nt3lV1 { width:13.6230625rem;height:2.4375rem;top:34.030539512634rem;left:3.1880325078964rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIlqu6T38M4U9DRIWduIMLrh1Qpz7yT { width:17.9365rem;height:5.68359375rem;top:38.6025390625rem;left:1.0302734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hc2ThmlBXWERTBwl2Z1tcCEQeTzOZ5vF { display:flex;width:2.1875rem;height:2.1875rem;top:23.619495391846rem;left:8.9062494039537rem; }
 }@media only screen and (max-width: 763px) { #u0e61MFtDFx5BHyy13zIB5FTMQ2n3nol { display:flex;width:1.9992875rem;height:1.9992875rem;top:8.75rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #roqQTSm6TRFTyRXm1r4Tnuqc93Ifz85A { display:flex;width:1.6867875rem;height:1.6867875rem;top:16.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #GsmGXggFN9TrBJnmtRf9TRV5OLA3TxgN { display:flex;width:2.062325rem;height:2.062325rem;top:31.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Hqa50iEhDrLB9vbad6VODWkus95Mdv8v { display:block; }#Hqa50iEhDrLB9vbad6VODWkus95Mdv8v > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIHHq744R0DHo7IC6XsE8tIkb87w7TxC { width:20rem;height:1.625rem;top:9.64355625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAXoF2OMOrPKLh5bpQfnLhqlVlEKiUgK { width:8.93675rem;height:2.749025rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWLhWzTIRr67n2UwLTOuzyd0PoOwdTM { width:15.4358125rem;height:3.1494125rem;top:5.249025rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }