.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d06882e4-b684-4453-a9a7-9dc3e31261ff/avola.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.adaptive-delivery-prevent-bg, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyload, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyloading { background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { background-color: transparent; background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { border-width: 0; border-radius: 0; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::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; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;overflow:visible;position:relative;display:block; }#z6rkf3zTrmobfOmnETFvVmZIppetuKSt { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:0.9375rem;height:10.397125rem;font-style:normal;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; }
#Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87395625rem;width:13.6239375rem;top:2.1826171875rem;left:0rem;overflow:hidden;display:block; }
#QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.6220703125rem;left:0.9375rem;display:block; }
#Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.875rem;top:3.181640625rem;left:14.591796875rem;overflow:hidden;display:block; }
#sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:3.01953125rem;left:13.6103515625rem;display:block; }
#nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { color:#ffffff;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.2490234375rem;left:0.9375rem;height:;font-style:normal;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; }
#E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeef;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; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { background-color: transparent; background-image: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .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); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { border-width: 0; border-radius: 0; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { color:#424242;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.3125rem;height:3.90014375rem;font-style:normal;display:block; }
#WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { position:absolute;display:block;z-index:15038;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:43.125rem;width:25.625rem;top:0rem;left:47.32421875rem;overflow:hidden;display:block; }
#zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.25rem;left:1.3125rem;display:block; }
#rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { color:#424242;display:block;width:42.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.3125rem;height:;font-style:normal;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; }
#cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { background-color:#e40d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.25rem;left:1.3125rem;display:none; }
#V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ebd0a0d-6e06-438a-b2ee-c5a0d4940b57/TRADICIONALvsDIGITALBaldan.png");background-position:top 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; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.adaptive-delivery-prevent-bg, #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.lazyload, #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.lazyloading { background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { background-color: transparent; background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .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); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { border-width: 0; border-radius: 0; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.746125rem;height:3.43555rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.6376953125rem;left:28.6259765625rem;display:block; }
#tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { 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:29rem;width:51.5625rem;display:none; }
#fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { 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:29rem;width:51.5625rem;display:none; }
#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { background-color: transparent; background-image: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container > .video-iframe-container { display: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container { display: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .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); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { border-width: 0; border-radius: 0; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { color:#424242;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0.625rem;height:19.9001875rem;font-style:normal;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; }
#tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.375rem;left:0.625rem;display:block; }
#cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { position:absolute;display:block;z-index:15011;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:28.3125rem;width:37.6875rem;top:4.4416670799256rem;left:35.248958587646rem;overflow:hidden;display:block; }
#PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5rem;top:2.9375rem;left:0.125rem;overflow:hidden;display:block; }
#yyDa38HICn13pgtVK0euaGPKRSSadCXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8ea;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; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { background-color: transparent; background-image: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container > .video-iframe-container { display: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container { display: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .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); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { border-width: 0; border-radius: 0; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#EwU1NmT4R2caolszRXtPgG632CZZh71t { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:37.3125rem;top:3.625rem;left:37.6875rem;overflow:hidden;display:block; }
#S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { background-color:#e40d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28rem;left:2.4375rem;display:block; }
#TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { color:#424242;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:2.4375rem;height:9.26rem;font-style:normal;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; }
#pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { color:#424242;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.4375rem;height:6.8229375rem;font-style:normal;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; }
#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { position:relative;display:none; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { border-width: 0; border-radius: 0; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .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; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:87rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { position:absolute;display:block;z-index:15062;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:8.24925rem;width:11.5625rem;top:74.566669464112rem;left:53.810417175293rem;overflow:hidden;display:block; }
#f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { position:absolute;display:block;z-index:15061;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:15.6875rem;width:50.1875rem;top:6.6875rem;left:9.621874809265rem;overflow:hidden;display:block; }
#ckqi2TWthAZmolRINvRJXvHm758gKBQD { 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:15.75rem;width:50.5625rem;top:33.623960494995rem;left:9.4343757629394rem;overflow:hidden;display:block; }
#rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { position:absolute;display:block;z-index:14999;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:15.875rem;width:50.375rem;top:61.497909784317rem;left:9.5281257629394rem;overflow:hidden;display:block; }
#tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { position:absolute;display:block;z-index:15064;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:8.24925rem;width:11.5625rem;top:46.442710876465rem;left:53.810417175293rem;overflow:hidden;display:block; }
#tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { background-color:#e40d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:50.562501907349rem;left:20.153125762939rem;display:block; }
#fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { position:absolute;display:block;z-index:15068;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:8.25rem;width:11.5625rem;top:19.503128051757rem;left:53.810417175293rem;overflow:hidden;display:block; }
#wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { background-color:#8cc63f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4995625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.123699188233rem;left:0.9353313446045rem;display:none; }
#DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { background-color:#8cc63f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4995625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.123699188233rem;left:0.9353313446045rem;display:none; }
#I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { background-color:#8cc63f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4995625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.123699188233rem;left:0.9353313446045rem;display:none; }
#lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { background-color:#e40d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.623958826065rem;left:20.153125762939rem;display:block; }
#Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTOkBq551VAxWTFcum0PF8nskB5zb3rL { background-color:#e40d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:78.686464309694rem;left:20.153125762939rem;display:block; }
#idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acebe455-a08a-4233-9159-62f92ff5fe74/businessmenstandingwheatfieldlookinglaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.125rem;width:24.125rem;top:6.75rem;left:47.187500953674rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:39.687rem;position:absolute;font-family:montserrat;font-size:4.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.875rem;height:11.050375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;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-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:18.75rem;top:16.4375rem;left:50.375rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:27.3105625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.875rem;height:3.89756875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#605444;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:3.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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";font-size:0.75rem;font-weight:300;color:#494949;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1868591308594rem;left:49.624567031861rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:0.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1868591308594rem;left:49.624567031861rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.75rem;top:29.1552734375rem;left:17.3427734375rem;overflow:hidden;display:block; }
#BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87395625rem;width:13.6239375rem;top:28.125rem;left:2rem;overflow:hidden;display:block; }
#gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.7802734375rem;left:15.935546875rem;display:block; }
#spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87395625rem;width:13.6239375rem;top:2.1826171875rem;left:0rem;overflow:hidden;display:none; }
#MRodr2JzQOepa5CaAVPHTuURpMHznA6b { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { 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:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { 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:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { 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:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;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; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { display:block; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6rkf3zTrmobfOmnETFvVmZIppetuKSt { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { top:2.125rem;left:0rem;width:13.5625rem;height:3.8558320219847rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { width:25.1875rem;height:3.5625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block; }
 }@media only screen and (max-width: 763px) { #MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { top:3.125rem;left:0.966796875rem;width:11.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { top:3rem;left:0rem;width:0.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { width:47.75rem;height:;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { display:none; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:36.375rem;height:3.875rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { top:0rem;left:22.0625rem;width:25.625rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { width:16.4375rem;height:2.8125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block; }
 }@media only screen and (max-width: 763px) { #krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { width:42.125rem;height:;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { width:16.4375rem;height:2.8125rem;top:32.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:17.6875rem;height:3.375rem;top:35.625rem;left:15.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { display:block; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { width:31.9375rem;height:;top:8.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { width:16.4375rem;height:2.8125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block; }
 }@media only screen and (max-width: 763px) { #fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { top:4.4375rem;left:10.0625rem;width:37.6875rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { top:2.9375rem;left:0rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyDa38HICn13pgtVK0euaGPKRSSadCXk { display:block; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwU1NmT4R2caolszRXtPgG632CZZh71t { top:3.625rem;left:10.4375rem;width:37.3125rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { width:13.6875rem;height:2.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block; }
 }@media only screen and (max-width: 763px) { #g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { width:33.625rem;height:9.25rem;top:5.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { width:28.125rem;height:6.8125rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { display:block; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { top:74.5625rem;left:36.1875rem;width:11.5625rem;height:8.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { top:6.6875rem;left:0rem;width:47.75rem;height:14.925591531756rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckqi2TWthAZmolRINvRJXvHm758gKBQD { top:33.5625rem;left:0rem;width:47.75rem;height:14.8739184178rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { top:61.4375rem;left:0rem;width:47.75rem;height:15.047766749379rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { top:46.4375rem;left:36.1875rem;width:11.5625rem;height:8.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { width:29.125rem;height:4.0625rem;top:50.5625rem;left:6.5281257629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block; }
 }@media only screen and (max-width: 763px) { #vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { top:19.5rem;left:36.1875rem;width:11.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { width:21.4375rem;height:2.8125rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block; }
 }@media only screen and (max-width: 763px) { #faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { width:21.4375rem;height:2.8125rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block; }
 }@media only screen and (max-width: 763px) { #mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { width:21.4375rem;height:2.8125rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block; }
 }@media only screen and (max-width: 763px) { #dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { width:29.125rem;height:4.0625rem;top:23.5625rem;left:6.5281257629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block; }
 }@media only screen and (max-width: 763px) { #rTOkBq551VAxWTFcum0PF8nskB5zb3rL { width:29.125rem;height:4.0625rem;top:78.625rem;left:6.5281257629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.125rem;height:32.125rem;top:6.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:39.625rem;height:11rem;top:8.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0;top:16.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:27.25rem;height:3.875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:auto;top:8.125rem;left:28.5rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:auto;top:8.125rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { top:29.125rem;left:3.7177734375rem;width:10.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { top:28.125rem;left:0rem;width:13.5625rem;height:3.8559328020992rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { top:28.75rem;left:2.310546875rem;width:0.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { top:2.125rem;left:0rem;width:13.5625rem;height:3.8558320219847rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRodr2JzQOepa5CaAVPHTuURpMHznA6b { display:none; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d06882e4-b684-4453-a9a7-9dc3e31261ff/avola.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.adaptive-delivery-prevent-bg, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyload, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyloading { background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { background-color: transparent; background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6rkf3zTrmobfOmnETFvVmZIppetuKSt { width:20rem;height:5.85rem;top:6.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { width:6.622375rem;height:1.875rem;top:1.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { width:13.9365rem;height:2.499025rem;top:20.7109375rem;left:3.03125rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block; }
 }@media only screen and (max-width: 763px) { #MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { width:6.75rem;height:1.25rem;top:2.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { width:0.125rem;height:2.5625rem;top:2.0872497558594rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { width:18rem;height:5.2rem;top:13.5224609375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { top:2rem;left:9.75rem;width:0.0625rem;height:1.6875rem;z-index:15011;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:15.625rem;height:1.70625rem;top:1.9990234375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { width:13.6241875rem;height:22.9991875rem;top:25.754973173141rem;left:3.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { width:12.9375rem;height:2.3125rem;top:22.33203125rem;left:3.53125rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block; }
 }@media only screen and (max-width: 763px) { #krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { width:19.187125rem;height:15.6rem;top:5.056640625rem;left:0.40429681539536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { width:12.9375rem;height:2.3125rem;top:50.125rem;left:3.53125rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { background-color:#ffffff;background-image:none;display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { background-color: transparent; background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .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); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:11.312125rem;height:2.31210625rem;top:24.562500953674rem;left:4.3437501192093rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { top:12.687499523163rem;left:0.21875rem;width:19.5625rem;height:10.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { top:1.1924719810486rem;left:0.3125rem;width:19.375rem;height:10.8125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { display:block; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { width:20rem;height:5.11875rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { width:12.375rem;height:2.49960625rem;top:25.337359428406rem;left:3.8125001192093rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block; }
 }@media only screen and (max-width: 763px) { #fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { width:18.3116875rem;height:13.749625rem;top:10.281244754791rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { width:6.6875rem;height:1.8125rem;top:1rem;left:6.14453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyDa38HICn13pgtVK0euaGPKRSSadCXk { display:block; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwU1NmT4R2caolszRXtPgG632CZZh71t { width:16.5rem;height:12.8125rem;top:6.3408203125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { width:11.1865rem;height:2.499025rem;top:20.9033203125rem;left:4.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block; }
 }@media only screen and (max-width: 763px) { #g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { width:20rem;height:1.70625rem;top:1.7763671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { width:20rem;height:1.3rem;top:4.15234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { display:none; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { width:15.5625rem;height:11.25rem;top:153.7919921875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { width:20rem;height:6.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckqi2TWthAZmolRINvRJXvHm758gKBQD { width:20rem;height:6.1875rem;top:12.809375762939rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { width:20rem;height:6.3125rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { width:11.5625rem;height:8.24925rem;top:46.4375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { width:18.4375rem;height:4.0625rem;top:152.524109375rem;left:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block; }
 }@media only screen and (max-width: 763px) { #vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { width:11.5625rem;height:8.25rem;top:19.5rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { width:12.5rem;height:1.875rem;top:8.9541664123538rem;left:3.7500002980233rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block; }
 }@media only screen and (max-width: 763px) { #faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { width:12.5rem;height:1.875rem;top:19.71875rem;left:3.7500002980233rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block; }
 }@media only screen and (max-width: 763px) { #mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { width:12.5rem;height:1.875rem;top:30.687500953674rem;left:3.7500002980233rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block; }
 }@media only screen and (max-width: 763px) { #dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { width:19rem;height:4.0625rem;top:23.5625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block; }
 }@media only screen and (max-width: 763px) { #rTOkBq551VAxWTFcum0PF8nskB5zb3rL { width:19rem;height:4.0625rem;top:78.625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/686874db-4892-4b31-9e9d-f68b912e5fee/agiflex.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:18.375rem;height:29.5rem;top:14.6875rem;left:0.8125rem;z-index:15003;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:12.5625rem;height:3.4125rem;top:5.9375rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.05859375rem;top:21.60546875rem;left:2.5rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:15.625rem;height:2.6rem;top:10.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:14.8125rem;height:auto;top:14.96875rem;left:1.34375rem;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:14.8125rem;height:auto;top:14.96875rem;left:1.34375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { width:6.8125rem;height:1.25rem;top:2.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { width:13.5625rem;height:3.8563022125984rem;top:4.9375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { width:0.0625rem;height:2.5rem;top:10.85546875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { width:6.6220625rem;height:1.875rem;top:1.8125rem;left:3.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MRodr2JzQOepa5CaAVPHTuURpMHznA6b { top:1.9375rem;left:10.8125rem;width:0.0625rem;height:1.6875rem;z-index:15014;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7486875rem;height:1.4rem;top:16.8125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.372375rem;height:1.4rem;top:11.3515625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:8.5390625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:14rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.372375rem;height:3.4778625rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:19.4609375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:23.8359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:28.2109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }