.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:241,218,219;--color-primary-1:208,131,134;--color-primary-2:161,6,12;--color-primary-3:81,3,6;--color-primary-4:24,1,2;--color-secondary-0:219,255,217;--color-secondary-1:135,255,128;--color-secondary-2:14,255,0;--color-secondary-3:7,128,0;--color-secondary-4:2,38,0;--color-tertiary-0:255,255,255;--color-tertiary-1:62,62,62;--color-tertiary-2:51,51,51;--color-tertiary-3:44,44,44;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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;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); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/532fcddf-8451-4faf-91c8-7d14b9ce732e/backgroundasturlp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.adaptive-delivery-prevent-bg, #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.lazyload, #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.lazyloading { background-image: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { background-color: transparent; background-image: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container > .video-iframe-container { display: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row > .video-iframe-container { display: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .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); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { border-width: 0; border-radius: 0; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev::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; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#tt26nWLUsIGt2uw5bMK6KWBxua1dyEwO { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:"bree serif";font-size:3.375rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:12.3466796875rem;left:7.1875rem;height:7.4238125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJ99Tk7982xeqADH06Ku9JMa1NG1eTgl { color:#282828;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.7841796875rem;left:7.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRRUrTKooTwe0wSfq0TKfB7ySy2y3ze3 { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.25rem;left:7.1875rem;display:block; }
#OmzaWmakbhfqFuzrWHLaz773arPgq5KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lynzEwrrbEvylKeBOnr6vKuAbxZ5LAR2 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:block;z-index:15003;top:36.375rem;left:35.9375rem;display:block; }
#efbduWNdLxVNWCoUHgnCKbQoh5euMTO1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:7rem;width:11.8125rem;top:1.4375rem;left:6.0625rem;overflow:hidden;display:block; }
#z0VGuU3HHGcO7ySxvOF0W0E6SZA9mVsJ { position:absolute;display:block;z-index:15004;height:4.4375rem;width:7.9375rem;top:1.03125rem;left:33.53125rem;display:block; }
#QUikfAci6vyWmlyTXFUmXuaImiy2rNng { background-color:#004988;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.46875rem;left:53.625rem;display:block; }
#tNGRmcngH8PhnpgKZsoQENaR3olq14GJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#veAu9Wf5bTPNTBeTcNuO4PrTWaUrgv0g { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.25rem;left:28.5625rem;display:block; }
#V13n4lPo87SdTnIitXCBffzXuDOTvQV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea981ef8-3a9d-428d-9c7d-a4caa887ca51/onibusastur.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; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG.adaptive-delivery-prevent-bg, #UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG.lazyload, #UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG.lazyloading { background-image: none; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container { background-color: transparent; background-image: none; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container > .video-iframe-container { display: none; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row > .video-iframe-container { display: none; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .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); }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container { border-width: 0; border-radius: 0; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG::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; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#MkSPStnXWTO0xdhpuOaKzL5MyQrWNtO2 { color:#3f83fd;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:6.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSCduSJwvF44XH2sgby2brUnEiqV0H3C { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:8rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#wN1Vg6LivU78U0LJDTJ5giC26evDRaL6 { color:#3f83fd;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:31.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnEpLwrVT0LVZOckK19NxImv90HXxalg { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.375rem;left:32.9375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#atpKL3MJxkd8kDvuv0FVXhHeAKxEzX1P { color:#3f83fd;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3rem;left:56.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXcACuzP5dbGT1MMMZucWBInbZtuJvuX { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.375rem;left:57.9375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#UinUS5BEFA7dOe74xMsrc7pqIKagid2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container { background-color: transparent; background-image: none; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container > .video-iframe-container { display: none; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row > .video-iframe-container { display: none; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .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); }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container { border-width: 0; border-radius: 0; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#rO4achcGfMSmRgUSE38br1vTeqNUVLHR { box-sizing:content-box;height:15.25rem;width:23.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;top:14.25rem;left:0.5625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#w2WBrClTmIpItSrIqJgyv6JM4rUUAxhM { 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:15003;opacity:1;top:15.9375rem;left:2.125rem; }
#tN0iaCa9a5AtsguXCigg2z3Ro0xkBafR { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,17,111,0.33);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:1.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#T1mfocaSl2KnW5qzaSEuMv0WgpfF8SSO { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.3125rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c9UTNbPIpe7XXBZczcPVxcImzxqSliGm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.5rem;left:1.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFB6D8dP0UIzA1BX65dhTXfleXTV0d3n { box-sizing:content-box;height:15.25rem;width:23.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;top:14.1875rem;left:25.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#J2hOqr3qq1vsQcb9xz7JPc95Ob4Bi6GS { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:27.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gcCtch1i1BBdTtE0b3soOo5v1TdFZJgv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.4375rem;left:27.0625rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adV37dAEgcVEgQ6iSZvhtBZVD6XI3PGS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,17,111,0.33);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:27.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cl62VskkKpNLIZ0KXKfbtzhUFyBuCBTH { 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:15008;opacity:1;top:15.875rem;left:27.25rem; }
#dNn0N3ZXIXiobmUgBskOD3XxxVfxtAZm { box-sizing:content-box;height:15.25rem;width:23.8125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;top:14.1875rem;left:50.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#Ozf5k16dMW3nyZxUea0MXcMEnIBN9oTN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.25rem;left:52.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDTuIvrCWRZE8olNDNpICa2lvdB4qTBE { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.4375rem;left:52.0625rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKFUOtCutvKAPEVeNyt8WcewZBJgU5gJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,17,111,0.33);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:52.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OkaXzXcPl8ByM3sBlr9CfedfZCsR1eTd { 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:15013;opacity:1;top:15.875rem;left:52.25rem; }
#KZIG98zfWybrLMWycHsR3MbiXlDMoqIN { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5rem;left:6.59375rem;height:3.1621125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,73,136,0.92);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; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container { background-color: transparent; background-image: none; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container > .video-iframe-container { display: none; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row > .video-iframe-container { display: none; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .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); }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container { border-width: 0; border-radius: 0; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#CBp3iR59SduZrRX724DqLs4aCzEOn1wd { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8466796875rem;left:0.59375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#OzAlpydC3TfiMDXtBSTtAGCMW7aB5tVJ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:20.125rem;left:48.375rem;display:block; }
#srz9ECNdL5NOCVJccOOgX45io19syQQa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:20.125rem;left:28.0625rem;display:block; }
#S1lOWa5O5RdXivV79yDrJMmQTScG9gDP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.125rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ti52KfTaGFsbBEZIzGeKDPwA1NJptq5T { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.625rem;left:48.375rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcqO5KRMy6P7zHi7PQLpncFrad3Sm7wt { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:20rem;left:7.5rem;display:block; }
#vhvwTxLsvWG50ZsrtLdV8XQE3NqnOaK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5rem;left:7.5rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gu8ewGOa7EFMmhppCHVs1mqyzKWbPbGI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.5625rem;left:7.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nu87N1iPJTEJMIk6EySsw7AqkGpv2P2s { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.6875rem;left:27.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyN75VigI5VzkwuZHGgOTib94KEconqm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.75rem;left:48.4375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5B2V79fH7VzgGThwMWIhhL5SrT87n0M { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:23.1875rem;left:51.875rem;overflow:hidden;display:block; }
#rvPUTcZaeavILpNBOkuvwEgCFdy0skN1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:21.5rem;left:10.5625rem;overflow:hidden;display:block; }
#nwJQKSVHs2gJZRiXpgqNBVdEnThvRRh4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:20.75rem;left:31.8125rem;overflow:hidden;display:block; }
#LDVWqErK3iJbTGzFTuaT6aAVdaNt6tRI { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0rem dashed #0e9ae5;border-right:0rem dashed #0e9ae5;border-bottom:0rem dashed #0e9ae5;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:40.625rem;top:15.625rem;left:17.1875rem;display:block; }
#ZfaI0R4vUVsTbhKvnlxGhlB3KaTyTHqm { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:15.625rem;left:17.1875rem;display:block; }
#X9nihf1rcfFAmbWmhTGWm6sQnf7u3BeO { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:15.625rem;left:37.4375rem;display:block; }
#wUT7R0ILbzkQTiAARiDvhpI0ZcFc7XIE { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:15.8125rem;left:58.0625rem;display:block; }
#Vfd9eW5Bsxw2xDXxyUhXFX2dDz1v5EZk { position:absolute;display:block;z-index:15023;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.3125rem;left:16.875rem;display:block; }
#RhhbGWoMHxuvpXS7LgX4Keo5HxTty6FT { position:absolute;display:block;z-index:15024;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.3125rem;left:37.125rem;display:block; }
#vGRx1TiGLym8SJpimiZAGk0dAWfTXWRa { position:absolute;display:block;z-index:15025;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.3125rem;left:57.75rem;display:block; }
#eq14g1OV6TDgqfGhoU5A68lvQ0rQ5lNT { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4091796875rem;left:0.59375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#Juc5DOr1GUP3TM3F3Ox84facEtKwnr2p { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.0625rem;left:24.71875rem;display:block; }
#CM8XxLM38X53sSJ1phoBa14eAxTqLyBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG { 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/26653f49-87b3-4038-b920-22cfed67ebc8/Gemini_Generated_Image_5pzhle5pzhle5pzh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG.adaptive-delivery-prevent-bg, #QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG.lazyload, #QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG.lazyloading { background-image: none; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container { background-color: transparent; background-image: none; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container > .video-iframe-container { display: none; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row > .video-iframe-container { display: none; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .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); }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container { border-width: 0; border-radius: 0; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container { background-color: transparent; background-image: none; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container > .video-iframe-container { display: none; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row > .video-iframe-container { display: none; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .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); }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container { border-width: 0; border-radius: 0; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#EBM5ZCwsfmtaevFNaPStTnOIf4yHKX89 { color:rgba(var(--color-tertiary-1),1);display:block;width:73.8125rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0.59375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVSvN1Sk9hKlayWs9AywqtXbInAyVSOy { position:absolute;display:block;z-index:15005;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.75rem;width:33.625rem;top:19.3125rem;left:2.6875rem;display:block; }
#JP3qEKHpVIO7y67shNXyhtZoElb9DEvR { position:absolute;display:block;z-index:15006;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.125rem;width:4.125rem;top:21.75rem;left:6.0625rem;display:block; }
#bQc2D4wZeCOqf6ed7h3h1gfnICh8CC9c { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.75rem;left:11.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N5mykAnFdN1yqo4igQ9CUJTE5qZL55Fe { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.8125rem;left:11.3125rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRdXS0lwr60qd4fMcD6az7KOEdWlf0QJ { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:8.0625rem;left:2.09375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iQ1WnhJGwfVoOm22LuvfTTCNaDAKVNZT { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.75rem;width:33.625rem;top:19.4375rem;left:38.6875rem;display:block; }
#zMTKt7sTKhmkLrbHTHfph1VZheptQ0uZ { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.875rem;left:47.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U60i1g9vaaaXaa7l05m3ZHBkGWQQT4ZF { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.9375rem;left:47.3125rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qVhRThwGt2D1Onz6wbuhMzqkwitK5TaH { position:absolute;display:block;z-index:15011;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.125rem;width:4.125rem;top:21.875rem;left:42.0625rem;display:block; }
#LHia60WPiV6PGu1UQQHShx8oGDGicizX { position:absolute;display:block;z-index:15015;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.75rem;width:33.625rem;top:33.375rem;left:2.6875rem;display:block; }
#ir3E62T4SHWQxgGmQMwBi8dtUf3VarHS { position:absolute;display:block;z-index:15020;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.75rem;width:33.625rem;top:33.375rem;left:38.5rem;display:block; }
#XbqCcx5SRqJfgLRwixe1TQgUO7HMVIQc { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:37.75rem;left:11.125rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MPJpBBHG9zNqeQI46TZBKTXxI9PvIgZc { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:37.875rem;left:47.125rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LwualzS1ThEzCT2emv8Asd8G0tuBGgxK { position:absolute;display:block;z-index:15021;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.125rem;width:4.125rem;top:35.8125rem;left:41.875rem;display:block; }
#ggyK0GN9FTgb28H8DQbybyK0RB6Cx50q { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.8125rem;left:47.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ei4qJdmS5RHzm8MTTnu5vXxkkIKNoBxv { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.6875rem;left:11.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTNNoxXwsqBfXgpHBreuD2f0TeP4XJAo { position:absolute;display:block;z-index:15016;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.125rem;width:4.125rem;top:35.6875rem;left:5.875rem;display:block; }
#tfn3Ar8xuMGLyxxlOWCxH1TXkINeu3rT { 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:15031;opacity:1;top:22.25rem;left:6.5625rem; }
#yOFhTTtiQDEdVBAOTUxczUUEn5HxSbQm { 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:15032;opacity:1;top:22.3125rem;left:42.5625rem; }
#OkTa1TAPC9NXmf3kbPzfQSLMbSrzsGGu { 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:15033;opacity:1;top:36.3125rem;left:42.4375rem; }
#xsWQlsrHdanHTKfcoKOmzvKZVUMqMpyF { 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:15032;opacity:1;top:36.3125rem;left:6.3125rem; }
#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container { background-color: transparent; background-image: none; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container > .video-iframe-container { display: none; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row > .video-iframe-container { display: none; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .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); }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container { border-width: 0; border-radius: 0; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#iNX6QI4MopDJU33iGyoVPA4Tc6MhUxPV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:3.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.03125rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#WGTmrldRfqlsUDT7uCoev84eO0kIcytG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:62.3125rem;top:15.6875rem;left:6.34375rem;overflow:hidden;display:block; }
#IFLXqOHJDdcdAehfoh9aU4s6g7dIAuGt { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.26171875rem;left:9.0625rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26653f49-87b3-4038-b920-22cfed67ebc8/Gemini_Generated_Image_5pzhle5pzhle5pzh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg.adaptive-delivery-prevent-bg, #rdK1A3Pemh5guEuGUL2Arnuso4N75vxg.lazyload, #rdK1A3Pemh5guEuGUL2Arnuso4N75vxg.lazyloading { background-image: none; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container { background-color: transparent; background-image: none; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container > .video-iframe-container { display: none; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row > .video-iframe-container { display: none; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .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); }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container { border-width: 0; border-radius: 0; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg::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; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-form-header {  }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:25.3125rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:25.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:25.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#a1060c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:25.3125rem;height:3.5rem;font-family:"open sans";overflow:hidden;box-shadow: 0.3125rem 0.375rem 0.0625rem #540104 ;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5); }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .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; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-container:first-of-type{padding-top:0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-container:last-of-type{padding-bottom:0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL  { background-color:#004988;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23.625rem;top:18.8125rem;z-index:15000;position:absolute;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL {display:block;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL { background-color:#004988;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:23.625rem;top:18.8125rem;z-index:15000;position:absolute;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #Q7ivns4l7WRS9nsM7oLRlEx1GI10TTxq { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CL8dPwC5gTPymF5tLetgz65JUJ0xTi8o { position:relative;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #IpuBi7nsCkUTHDzk4zG1Ka3dA6bXmZSW { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #vCVZ6ocBloTwO1piwFipUd7nhUFCJiQz { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #wzT7x78U66JTgGBgmsVTiG4JAiy8Wb2p { position:relative;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #uZDVgw21fN0gtie1gT2Dagvrs499szVN { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #J5JU6fQ7FwCityu1qlKEWS8gTNnbcpdi { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CmpvTOXk1C0UMNWHnTwuzHhhso6CgTrB { position:relative;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CIwDAfSGFquRgA4SRQAyevfZt9ZUNGIR { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #SWtVSHlsyAn2TCIU9eKFI88gFPx8xZJE { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #clBC9LnFxixIaoTwbrpaahVixMKrlPS3 { position:relative;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #KzbUEp3TXeuq9B4Vl0d7bqZnAkyAcpNk { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #L1LyB8TRca0uWbvP1SaSHiJkfgLTOrR0 { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #yxPdQrEXHTDG8J8z9E5Zg4NnvAgldHLW { position:relative;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #fFz1etXigHLMNbg0SglwkJt2dkOtbLWm { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #DmZVrqlO6qVUl54lGseks8cDvR9R5lZr { position:relative; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #NhMZAR7VeTOIbSycb9fgoPN69PkWD5PJ { position:relative; }
#nZToh3ZzAxkeL4poclJVpBcOPOQgZxUr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:3.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#D8Cg7XdbOt2efcP0EZWokv3eGh2WPwgq { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.71);top:9.1875rem;left:11.375rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmPQ7rG9LEgkndi6345KpxLPllXoNt2K { position:absolute;display:block;z-index:14999;background-color:#004988;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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:8.4375rem;width:27.8125rem;top:15.0625rem;left:23.625rem;display:block; }
#r6VTJHnn8UZsuXmJaaCsIbUTV2EpZveb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:28.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#fBU5ZDFIkztisC6PgM272qytmEwzMdNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iDkCAJwX/onibus_executivo_11.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; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm.adaptive-delivery-prevent-bg, #fBU5ZDFIkztisC6PgM272qytmEwzMdNm.lazyload, #fBU5ZDFIkztisC6PgM272qytmEwzMdNm.lazyloading { background-image: none; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container { background-color: transparent; background-image: none; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.81); }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container > .video-iframe-container { display: none; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.81); }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row > .video-iframe-container { display: none; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .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); }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container { border-width: 0; border-radius: 0; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm::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; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#OXqxyzXO9Tr26wES331hxrLSgsNGNna2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNLHasEwJRQVhwFEbccL64qyNKUrALdG { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.375rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk { position:relative;display:block; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk { background-color: transparent; background-image: none; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container > .video-iframe-container { display: none; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row > .video-iframe-container { display: none; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .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); }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk { border-width: 0; border-radius: 0; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hnbavmwci5P7NwCep3RFcc7lDniAOsOV { 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.75rem;width:13.0625rem;top:0rem;left:30.96875rem;overflow:hidden;display:block; }
#Wmc2OVlC5ysdWXVDU4li3IyhoSyHHnxr { color:#515151;display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6591796875rem;left:11.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container { background-color: transparent; background-image: none; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container > .video-iframe-container { display: none; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row > .video-iframe-container { display: none; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .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); }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container { border-width: 0; border-radius: 0; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#WBOuRUxsV4tXZrFyIniSsBP0VJgmUolq { 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:5.1875rem;width:5.1875rem;top:1.375rem;left:68.875rem;overflow:hidden;display:block; }
#u4mqrL8I6hrzF3K0qZtoc6pe0MO7DQvi { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7rem;top:6.75rem;left:68rem;display:block; }
#FCVSLi8oLWeQAD6p1fofH26FKhwSvWfH { color:#1a1a1a;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.94921875rem;left:68.15625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev { display:block; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt26nWLUsIGt2uw5bMK6KWBxua1dyEwO { top:12.3125rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ99Tk7982xeqADH06Ku9JMa1NG1eTgl { top:21.75rem;left:0rem;width:47.75rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRRUrTKooTwe0wSfq0TKfB7ySy2y3ze3 { width:19.3125rem;height:3.4375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmzaWmakbhfqFuzrWHLaz773arPgq5KQ { display:block; }
 }@media only screen and (max-width: 763px) { #lynzEwrrbEvylKeBOnr6vKuAbxZ5LAR2 { top:36.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbduWNdLxVNWCoUHgnCKbQoh5euMTO1 { top:1.4375rem;left:0rem;width:11.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0VGuU3HHGcO7ySxvOF0W0E6SZA9mVsJ { top:1rem;left:19.90625rem;width:7.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUikfAci6vyWmlyTXFUmXuaImiy2rNng { width:15.4375rem;height:2.9375rem;top:3.4375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGRmcngH8PhnpgKZsoQENaR3olq14GJ { display:block; }
 }@media only screen and (max-width: 763px) { #veAu9Wf5bTPNTBeTcNuO4PrTWaUrgv0g { width:18.6875rem;height:3.4375rem;top:30.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13n4lPo87SdTnIitXCBffzXuDOTvQV1 { display:block; }
 }@media only screen and (max-width: 763px) { #UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG { display:block; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSPStnXWTO0xdhpuOaKzL5MyQrWNtO2 { width:12.5rem;height:5.0625rem;top:3.0625rem;left:1.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSCduSJwvF44XH2sgby2brUnEiqV0H3C { width:9.0625rem;height:3.375rem;top:7.25rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN1Vg6LivU78U0LJDTJ5giC26evDRaL6 { width:12.5rem;height:5.0625rem;top:3rem;left:17.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnEpLwrVT0LVZOckK19NxImv90HXxalg { width:9.0625rem;height:3.375rem;top:7.375rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atpKL3MJxkd8kDvuv0FVXhHeAKxEzX1P { width:12.5rem;height:5.0625rem;top:3rem;left:33.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXcACuzP5dbGT1MMMZucWBInbZtuJvuX { width:9.0625rem;height:3.375rem;top:7.375rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UinUS5BEFA7dOe74xMsrc7pqIKagid2T { display:block; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4achcGfMSmRgUSE38br1vTeqNUVLHR { top:14.25rem;left:0rem;width:23.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2WBrClTmIpItSrIqJgyv6JM4rUUAxhM { top:15.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0iaCa9a5AtsguXCigg2z3Ro0xkBafR { top:15.75rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mfocaSl2KnW5qzaSEuMv0WgpfF8SSO { width:19.125rem;height:1.625rem;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9UTNbPIpe7XXBZczcPVxcImzxqSliGm { width:21.4375rem;height:4.375rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFB6D8dP0UIzA1BX65dhTXfleXTV0d3n { top:14.1875rem;left:7.8125rem;width:23.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2hOqr3qq1vsQcb9xz7JPc95Ob4Bi6GS { width:21.75rem;height:1.625rem;top:20.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcCtch1i1BBdTtE0b3soOo5v1TdFZJgv { width:21.875rem;height:4.375rem;top:22.4375rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adV37dAEgcVEgQ6iSZvhtBZVD6XI3PGS { top:15.6875rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl62VskkKpNLIZ0KXKfbtzhUFyBuCBTH { top:15.875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNn0N3ZXIXiobmUgBskOD3XxxVfxtAZm { top:14.1875rem;left:23.6875rem;width:23.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozf5k16dMW3nyZxUea0MXcMEnIBN9oTN { width:19.125rem;height:1.625rem;top:20.25rem;left:28.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTuIvrCWRZE8olNDNpICa2lvdB4qTBE { width:21.4375rem;height:4.375rem;top:22.4375rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKFUOtCutvKAPEVeNyt8WcewZBJgU5gJ { top:15.6875rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaXzXcPl8ByM3sBlr9CfedfZCsR1eTd { top:15.875rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZIG98zfWybrLMWycHsR3MbiXlDMoqIN { top:5.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI { display:block; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBp3iR59SduZrRX724DqLs4aCzEOn1wd { top:6.8125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzAlpydC3TfiMDXtBSTtAGCMW7aB5tVJ { width:19rem;height:23.3125rem;top:20.125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srz9ECNdL5NOCVJccOOgX45io19syQQa { width:19rem;height:23.3125rem;top:20.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lOWa5O5RdXivV79yDrJMmQTScG9gDP { width:19.125rem;height:4.625rem;top:37.625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti52KfTaGFsbBEZIzGeKDPwA1NJptq5T { width:19.125rem;height:4.625rem;top:37.625rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqO5KRMy6P7zHi7PQLpncFrad3Sm7wt { width:19rem;height:23.3125rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhvwTxLsvWG50ZsrtLdV8XQE3NqnOaK7 { width:19.125rem;height:4.625rem;top:37.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8ewGOa7EFMmhppCHVs1mqyzKWbPbGI { width:19.125rem;height:2.1875rem;top:34.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu87N1iPJTEJMIk6EySsw7AqkGpv2P2s { width:19.125rem;height:2.1875rem;top:34.6875rem;left:14.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyN75VigI5VzkwuZHGgOTib94KEconqm { width:19.125rem;height:2.1875rem;top:34.75rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5B2V79fH7VzgGThwMWIhhL5SrT87n0M { width:12.5rem;height:12.5rem;top:23.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvPUTcZaeavILpNBOkuvwEgCFdy0skN1 { width:13.125rem;height:13.125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwJQKSVHs2gJZRiXpgqNBVdEnThvRRh4 { width:13.25rem;height:13.25rem;top:20.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDVWqErK3iJbTGzFTuaT6aAVdaNt6tRI { width:40.625rem;height:0.0625rem;top:15.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfaI0R4vUVsTbhKvnlxGhlB3KaTyTHqm { width:0.0625rem;height:3.625rem;top:15.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nihf1rcfFAmbWmhTGWm6sQnf7u3BeO { width:0.0625rem;height:3.625rem;top:15.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT7R0ILbzkQTiAARiDvhpI0ZcFc7XIE { width:0.0625rem;height:3.625rem;top:15.8125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfd9eW5Bsxw2xDXxyUhXFX2dDz1v5EZk { width:0.8125rem;height:0.8125rem;top:15.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhhbGWoMHxuvpXS7LgX4Keo5HxTty6FT { width:0.8125rem;height:0.8125rem;top:15.3125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRx1TiGLym8SJpimiZAGk0dAWfTXWRa { width:0.8125rem;height:0.8125rem;top:15.3125rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq14g1OV6TDgqfGhoU5A68lvQ0rQ5lNT { top:8.375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juc5DOr1GUP3TM3F3Ox84facEtKwnr2p { width:25.5625rem;height:3.4375rem;top:49.0625rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8XxLM38X53sSJ1phoBa14eAxTqLyBz { display:block; }
 }@media only screen and (max-width: 763px) { #QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG { display:block; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V { display:block; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBM5ZCwsfmtaevFNaPStTnOIf4yHKX89 { top:9.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSvN1Sk9hKlayWs9AywqtXbInAyVSOy { top:19.3125rem;left:0rem;width:33.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP3qEKHpVIO7y67shNXyhtZoElb9DEvR { top:21.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQc2D4wZeCOqf6ed7h3h1gfnICh8CC9c { width:21.4375rem;height:1.75rem;top:21.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mykAnFdN1yqo4igQ9CUJTE5qZL55Fe { width:24.3125rem;height:4.625rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdXS0lwr60qd4fMcD6az7KOEdWlf0QJ { top:8.0625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1WnhJGwfVoOm22LuvfTTCNaDAKVNZT { top:19.4375rem;left:13.75rem;width:33.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTKt7sTKhmkLrbHTHfph1VZheptQ0uZ { width:21.4375rem;height:1.75rem;top:21.875rem;left:26.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U60i1g9vaaaXaa7l05m3ZHBkGWQQT4ZF { width:24.3125rem;height:4.625rem;top:23.9375rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhRThwGt2D1Onz6wbuhMzqkwitK5TaH { top:21.875rem;left:28.4375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHia60WPiV6PGu1UQQHShx8oGDGicizX { top:33.375rem;left:0rem;width:33.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir3E62T4SHWQxgGmQMwBi8dtUf3VarHS { top:33.375rem;left:13.75rem;width:33.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbqCcx5SRqJfgLRwixe1TQgUO7HMVIQc { width:24.3125rem;height:4.625rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJpBBHG9zNqeQI46TZBKTXxI9PvIgZc { width:24.3125rem;height:4.625rem;top:37.875rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwualzS1ThEzCT2emv8Asd8G0tuBGgxK { top:35.8125rem;left:28.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyK0GN9FTgb28H8DQbybyK0RB6Cx50q { width:21.4375rem;height:1.75rem;top:35.8125rem;left:26.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4qJdmS5RHzm8MTTnu5vXxkkIKNoBxv { width:21.4375rem;height:1.75rem;top:35.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNNoxXwsqBfXgpHBreuD2f0TeP4XJAo { top:35.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfn3Ar8xuMGLyxxlOWCxH1TXkINeu3rT { top:22.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOFhTTtiQDEdVBAOTUxczUUEn5HxSbQm { top:22.3125rem;left:28.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTa1TAPC9NXmf3kbPzfQSLMbSrzsGGu { top:36.3125rem;left:28.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsWQlsrHdanHTKfcoKOmzvKZVUMqMpyF { top:36.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 { display:block; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNX6QI4MopDJU33iGyoVPA4Tc6MhUxPV { top:4.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTmrldRfqlsUDT7uCoev84eO0kIcytG { top:15.6875rem;left:0rem;width:47.75rem;height:15.230190571715rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFLXqOHJDdcdAehfoh9aU4s6g7dIAuGt { top:9.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdK1A3Pemh5guEuGUL2Arnuso4N75vxg { display:block; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL  { width:25.3125rem;height:auto;top:18.8125rem;left:10rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL {display:block;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL { width:25.3125rem;height:auto;top:18.8125rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #Q7ivns4l7WRS9nsM7oLRlEx1GI10TTxq {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CL8dPwC5gTPymF5tLetgz65JUJ0xTi8o { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #IpuBi7nsCkUTHDzk4zG1Ka3dA6bXmZSW {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #vCVZ6ocBloTwO1piwFipUd7nhUFCJiQz {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #wzT7x78U66JTgGBgmsVTiG4JAiy8Wb2p { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #uZDVgw21fN0gtie1gT2Dagvrs499szVN {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #J5JU6fQ7FwCityu1qlKEWS8gTNnbcpdi {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CmpvTOXk1C0UMNWHnTwuzHhhso6CgTrB { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CIwDAfSGFquRgA4SRQAyevfZt9ZUNGIR {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #SWtVSHlsyAn2TCIU9eKFI88gFPx8xZJE {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #clBC9LnFxixIaoTwbrpaahVixMKrlPS3 { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #KzbUEp3TXeuq9B4Vl0d7bqZnAkyAcpNk {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #L1LyB8TRca0uWbvP1SaSHiJkfgLTOrR0 {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #yxPdQrEXHTDG8J8z9E5Zg4NnvAgldHLW {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #fFz1etXigHLMNbg0SglwkJt2dkOtbLWm {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #DmZVrqlO6qVUl54lGseks8cDvR9R5lZr {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #NhMZAR7VeTOIbSycb9fgoPN69PkWD5PJ {  }
 }@media only screen and (max-width: 763px) { #nZToh3ZzAxkeL4poclJVpBcOPOQgZxUr { top:4.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Cg7XdbOt2efcP0EZWokv3eGh2WPwgq { top:9.1875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPQ7rG9LEgkndi6345KpxLPllXoNt2K { top:15.0625rem;left:10rem;width:27.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VTJHnn8UZsuXmJaaCsIbUTV2EpZveb { top:15.4375rem;left:14.5625rem;width:18.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBU5ZDFIkztisC6PgM272qytmEwzMdNm { display:block; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXqxyzXO9Tr26wES331hxrLSgsNGNna2 { top:3.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLHasEwJRQVhwFEbccL64qyNKUrALdG { top:8.75rem;left:0rem;width:47.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk { display:block; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hnbavmwci5P7NwCep3RFcc7lDniAOsOV { top:0rem;left:17.34375rem;width:13.0625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmc2OVlC5ysdWXVDU4li3IyhoSyHHnxr { top:8.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy { display:block; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBOuRUxsV4tXZrFyIniSsBP0VJgmUolq { top:1.375rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4mqrL8I6hrzF3K0qZtoc6pe0MO7DQvi { top:6.75rem;left:40.75rem;width:7rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVSLi8oLWeQAD6p1fofH26FKhwSvWfH { top:6.9375rem;left:41.125rem;width:6.625rem;height:0.9375rem;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) { #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/532fcddf-8451-4faf-91c8-7d14b9ce732e/backgroundasturlp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.adaptive-delivery-prevent-bg, #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.lazyload, #KI76MSpooIcu8leLPK3TTyuM9HLZT9ev.lazyloading { background-image: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { background-color: transparent; background-image: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container > .video-iframe-container { display: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row > .video-iframe-container { display: none; }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .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); }#KI76MSpooIcu8leLPK3TTyuM9HLZT9ev > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt26nWLUsIGt2uw5bMK6KWBxua1dyEwO { width:20rem;height:4.94824375rem;top:6.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJ99Tk7982xeqADH06Ku9JMa1NG1eTgl { width:20rem;height:3.57421875rem;top:12.1875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRRUrTKooTwe0wSfq0TKfB7ySy2y3ze3 { width:20rem;height:2.9375rem;top:17.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmzaWmakbhfqFuzrWHLaz773arPgq5KQ { display:block; }
 }@media only screen and (max-width: 763px) { #lynzEwrrbEvylKeBOnr6vKuAbxZ5LAR2 { width:3.125rem;height:3.125rem;top:26.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbduWNdLxVNWCoUHgnCKbQoh5euMTO1 { width:6rem;height:3.5rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0VGuU3HHGcO7ySxvOF0W0E6SZA9mVsJ { width:3.5625rem;height:2rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUikfAci6vyWmlyTXFUmXuaImiy2rNng { width:8.125rem;height:2rem;top:1.4375rem;left:11.760080645161rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGRmcngH8PhnpgKZsoQENaR3olq14GJ { display:block; }
 }@media only screen and (max-width: 763px) { #veAu9Wf5bTPNTBeTcNuO4PrTWaUrgv0g { width:20rem;height:3.125rem;top:21.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13n4lPo87SdTnIitXCBffzXuDOTvQV1 { display:block; }
 }@media only screen and (max-width: 763px) { #UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG { display:block; }#UAzxPgoIv40XK34T8ZNbVGBA0heRTTQG > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSPStnXWTO0xdhpuOaKzL5MyQrWNtO2 { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSCduSJwvF44XH2sgby2brUnEiqV0H3C { width:9.0625rem;height:3.375rem;top:3.287109375rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wN1Vg6LivU78U0LJDTJ5giC26evDRaL6 { width:12.5rem;height:2.5996125rem;top:7.599609375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnEpLwrVT0LVZOckK19NxImv90HXxalg { width:9.0625rem;height:3.375rem;top:9.88671875rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atpKL3MJxkd8kDvuv0FVXhHeAKxEzX1P { width:12.5rem;height:2.5996125rem;top:14.32421875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXcACuzP5dbGT1MMMZucWBInbZtuJvuX { width:9.0625rem;height:3.375rem;top:16.298828125rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UinUS5BEFA7dOe74xMsrc7pqIKagid2T { display:block; }#UinUS5BEFA7dOe74xMsrc7pqIKagid2T > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4achcGfMSmRgUSE38br1vTeqNUVLHR { width:19.875rem;height:15.25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2WBrClTmIpItSrIqJgyv6JM4rUUAxhM { display:flex;width:3.125rem;height:3.125rem;top:16.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tN0iaCa9a5AtsguXCigg2z3Ro0xkBafR { width:3.5rem;height:3.5rem;top:16.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mfocaSl2KnW5qzaSEuMv0WgpfF8SSO { width:19.125rem;height:1.4619125rem;top:21rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9UTNbPIpe7XXBZczcPVxcImzxqSliGm { width:18.375rem;height:3.8994125rem;top:22.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFB6D8dP0UIzA1BX65dhTXfleXTV0d3n { width:19.875rem;height:15.25rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2hOqr3qq1vsQcb9xz7JPc95Ob4Bi6GS { width:17.75rem;height:2.923825rem;top:36.724609375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcCtch1i1BBdTtE0b3soOo5v1TdFZJgv { width:18.4375rem;height:3.8994125rem;top:39.8974609375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adV37dAEgcVEgQ6iSZvhtBZVD6XI3PGS { width:3.5rem;height:3.5rem;top:32.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl62VskkKpNLIZ0KXKfbtzhUFyBuCBTH { display:flex;width:3.125rem;height:3.125rem;top:32.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dNn0N3ZXIXiobmUgBskOD3XxxVfxtAZm { width:19.875rem;height:15.25rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozf5k16dMW3nyZxUea0MXcMEnIBN9oTN { width:17.75rem;height:1.625rem;top:53.25rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTuIvrCWRZE8olNDNpICa2lvdB4qTBE { width:19rem;height:3.8994125rem;top:55.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKFUOtCutvKAPEVeNyt8WcewZBJgU5gJ { width:3.5rem;height:3.5rem;top:48.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaXzXcPl8ByM3sBlr9CfedfZCsR1eTd { display:flex;width:3.125rem;height:3.125rem;top:49.0625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KZIG98zfWybrLMWycHsR3MbiXlDMoqIN { width:20rem;height:6.597625rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI { display:block; }#LanFQkSEnr3TRTDqhDtaVuXmSVX5dfJI > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBp3iR59SduZrRX724DqLs4aCzEOn1wd { width:20rem;height:5.19921875rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzAlpydC3TfiMDXtBSTtAGCMW7aB5tVJ { width:19rem;height:23.3125rem;top:61.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srz9ECNdL5NOCVJccOOgX45io19syQQa { width:19rem;height:23.3125rem;top:36.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lOWa5O5RdXivV79yDrJMmQTScG9gDP { width:17.5625rem;height:3.8994125rem;top:54.1875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti52KfTaGFsbBEZIzGeKDPwA1NJptq5T { width:16.4375rem;height:3.8994125rem;top:79.1875rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqO5KRMy6P7zHi7PQLpncFrad3Sm7wt { width:19rem;height:23.3125rem;top:11.54883125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhvwTxLsvWG50ZsrtLdV8XQE3NqnOaK7 { width:17.5625rem;height:3.8994125rem;top:29.048828125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8ewGOa7EFMmhppCHVs1mqyzKWbPbGI { width:19.125rem;height:2.03125rem;top:26.11133125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu87N1iPJTEJMIk6EySsw7AqkGpv2P2s { width:19.125rem;height:2.03125rem;top:51.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyN75VigI5VzkwuZHGgOTib94KEconqm { width:19.125rem;height:2.03125rem;top:76.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5B2V79fH7VzgGThwMWIhhL5SrT87n0M { width:12.5rem;height:12.5rem;top:64.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvPUTcZaeavILpNBOkuvwEgCFdy0skN1 { width:13.125rem;height:13.125rem;top:13.048828125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwJQKSVHs2gJZRiXpgqNBVdEnThvRRh4 { width:13.25rem;height:13.25rem;top:37.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDVWqErK3iJbTGzFTuaT6aAVdaNt6tRI { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfaI0R4vUVsTbhKvnlxGhlB3KaTyTHqm { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9nihf1rcfFAmbWmhTGWm6sQnf7u3BeO { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUT7R0ILbzkQTiAARiDvhpI0ZcFc7XIE { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vfd9eW5Bsxw2xDXxyUhXFX2dDz1v5EZk { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhhbGWoMHxuvpXS7LgX4Keo5HxTty6FT { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGRx1TiGLym8SJpimiZAGk0dAWfTXWRa { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq14g1OV6TDgqfGhoU5A68lvQ0rQ5lNT { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Juc5DOr1GUP3TM3F3Ox84facEtKwnr2p { width:20rem;height:3.4375rem;top:87.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8XxLM38X53sSJ1phoBa14eAxTqLyBz { display:block; }
 }@media only screen and (max-width: 763px) { #QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG { display:block; }#QGhHUTt2cOhtzXih8TBtIRllNzeZDiBG > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V { display:block; }#NNBVnvO9nkTIkqDMweeEEaD0WJQ2E11V > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBM5ZCwsfmtaevFNaPStTnOIf4yHKX89 { width:20rem;height:2.5996125rem;top:7.9072265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVSvN1Sk9hKlayWs9AywqtXbInAyVSOy { width:19.875rem;height:17.0625rem;top:13.0068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP3qEKHpVIO7y67shNXyhtZoElb9DEvR { width:3.9375rem;height:3.9375rem;top:14.3505859375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQc2D4wZeCOqf6ed7h3h1gfnICh8CC9c { width:18rem;height:3.57421875rem;top:18.7880859375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mykAnFdN1yqo4igQ9CUJTE5qZL55Fe { width:16.3125rem;height:5.19921875rem;top:23.1005859375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdXS0lwr60qd4fMcD6az7KOEdWlf0QJ { width:20rem;height:6.1875rem;top:2.6103515625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1WnhJGwfVoOm22LuvfTTCNaDAKVNZT { width:19.875rem;height:17.0625rem;top:32.8193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTKt7sTKhmkLrbHTHfph1VZheptQ0uZ { width:17.1875rem;height:1.7871125rem;top:39.8876953125rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U60i1g9vaaaXaa7l05m3ZHBkGWQQT4ZF { width:16.3125rem;height:3.8994125rem;top:42.3193359375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhRThwGt2D1Onz6wbuhMzqkwitK5TaH { width:4.125rem;height:4.125rem;top:34.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHia60WPiV6PGu1UQQHShx8oGDGicizX { width:19.875rem;height:17.0625rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir3E62T4SHWQxgGmQMwBi8dtUf3VarHS { width:19.875rem;height:17.0625rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbqCcx5SRqJfgLRwixe1TQgUO7HMVIQc { width:17.8125rem;height:3.8994125rem;top:61.875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJpBBHG9zNqeQI46TZBKTXxI9PvIgZc { width:16.75rem;height:3.8994125rem;top:81.6875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwualzS1ThEzCT2emv8Asd8G0tuBGgxK { width:4.125rem;height:4.125rem;top:73.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyK0GN9FTgb28H8DQbybyK0RB6Cx50q { width:13.875rem;height:1.7871125rem;top:79.125rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4qJdmS5RHzm8MTTnu5vXxkkIKNoBxv { width:15.125rem;height:1.7871125rem;top:59.5rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNNoxXwsqBfXgpHBreuD2f0TeP4XJAo { width:4.125rem;height:4.125rem;top:54.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfn3Ar8xuMGLyxxlOWCxH1TXkINeu3rT { display:flex;width:3.125rem;height:3.125rem;top:14.7568359375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #yOFhTTtiQDEdVBAOTUxczUUEn5HxSbQm { display:flex;width:3.125rem;height:3.125rem;top:35.3125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #OkTa1TAPC9NXmf3kbPzfQSLMbSrzsGGu { display:flex;width:3.125rem;height:3.125rem;top:74.1875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #xsWQlsrHdanHTKfcoKOmzvKZVUMqMpyF { display:flex;width:3.125rem;height:3.125rem;top:54.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 { display:block; }#wo5THJR8aS5kQgrkf6TyvK5cBNKprTh3 > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNX6QI4MopDJU33iGyoVPA4Tc6MhUxPV { width:20rem;height:4.38671875rem;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGTmrldRfqlsUDT7uCoev84eO0kIcytG { width:20rem;height:6.375rem;top:15.158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFLXqOHJDdcdAehfoh9aU4s6g7dIAuGt { width:20rem;height:5.19921875rem;top:7.6728515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdK1A3Pemh5guEuGUL2Arnuso4N75vxg { display:block; }#rdK1A3Pemh5guEuGUL2Arnuso4N75vxg > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL  { width:17.5rem;height:auto;top:24.88671875rem;left:0rem; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL {display:block;}#zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL { width:17.5rem;height:auto;top:24.88671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #Q7ivns4l7WRS9nsM7oLRlEx1GI10TTxq {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CL8dPwC5gTPymF5tLetgz65JUJ0xTi8o { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #IpuBi7nsCkUTHDzk4zG1Ka3dA6bXmZSW {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #vCVZ6ocBloTwO1piwFipUd7nhUFCJiQz {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #wzT7x78U66JTgGBgmsVTiG4JAiy8Wb2p { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #uZDVgw21fN0gtie1gT2Dagvrs499szVN {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #J5JU6fQ7FwCityu1qlKEWS8gTNnbcpdi {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CmpvTOXk1C0UMNWHnTwuzHhhso6CgTrB { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #CIwDAfSGFquRgA4SRQAyevfZt9ZUNGIR {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #SWtVSHlsyAn2TCIU9eKFI88gFPx8xZJE {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #clBC9LnFxixIaoTwbrpaahVixMKrlPS3 { display:block; }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #KzbUEp3TXeuq9B4Vl0d7bqZnAkyAcpNk {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #L1LyB8TRca0uWbvP1SaSHiJkfgLTOrR0 {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #yxPdQrEXHTDG8J8z9E5Zg4NnvAgldHLW {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #fFz1etXigHLMNbg0SglwkJt2dkOtbLWm {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #DmZVrqlO6qVUl54lGseks8cDvR9R5lZr {  }
 }@media only screen and (max-width: 763px) { #zDeO5mIC8SKo0eiZmdvhlZx5Ig6eLWpL #NhMZAR7VeTOIbSycb9fgoPN69PkWD5PJ {  }
 }@media only screen and (max-width: 763px) { #nZToh3ZzAxkeL4poclJVpBcOPOQgZxUr { width:20rem;height:5.6875rem;top:5.48828125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8Cg7XdbOt2efcP0EZWokv3eGh2WPwgq { width:20rem;height:5.19921875rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmPQ7rG9LEgkndi6345KpxLPllXoNt2K { width:20rem;height:8.1875rem;top:21.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VTJHnn8UZsuXmJaaCsIbUTV2EpZveb { width:18.5625rem;height:3.8984375rem;top:21.69921875rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBU5ZDFIkztisC6PgM272qytmEwzMdNm { display:block; }#fBU5ZDFIkztisC6PgM272qytmEwzMdNm > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXqxyzXO9Tr26wES331hxrLSgsNGNna2 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNLHasEwJRQVhwFEbccL64qyNKUrALdG { width:20rem;height:3.8994125rem;top:10.297875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk { display:block; }#ZygwAtTEovHg8cHhZEAt5VCedJEVwnwk > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hnbavmwci5P7NwCep3RFcc7lDniAOsOV { width:9rem;height:7.4375rem;top:0.21875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmc2OVlC5ysdWXVDU4li3IyhoSyHHnxr { width:20rem;height:1.0556625rem;top:6.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PobXe3X71ugAV1Zb7f1StZXgcmv2BHMy > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBOuRUxsV4tXZrFyIniSsBP0VJgmUolq { width:2.9375rem;height:2.9375rem;top:0.53125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4mqrL8I6hrzF3K0qZtoc6pe0MO7DQvi { width:5.1875rem;height:1.375rem;top:3.59375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVSLi8oLWeQAD6p1fofH26FKhwSvWfH { width:5rem;height:0.9746125rem;top:3.79296875rem;left:15rem;font-size:0.75rem;display:block; }
 }