.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e421e21-cd8a-4ddc-b888-fd1fd216b5bc/dff2d294ad4d4ed7a1b8cf988b741aa8.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container {  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-form-header {  }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { background-color:#18cdca;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.4375rem;height:3.4375rem;font-family:"titillium web";overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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:"titillium web";font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;line-height:1.2; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container:first-of-type{padding-top:0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container:last-of-type{padding-bottom:0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.53125rem;top:12.205078125rem;z-index:100002;position:absolute; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem;display:block;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.53125rem;top:12.205078125rem;z-index:100002;position:absolute; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR { position:relative; }
#mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { color:#4d4d4d;display:block;width:23.75rem;position:absolute;font-family:"titillium web";font-size:3.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.125rem;height:4.6308625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrzD6CdA9gU1P1930XDN8fErdlaxKphH { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.3125rem #000000;top:16.9375rem;left:6.125rem;height:4.0625rem;font-style:normal;display:block; }
#sK99Ttp7CU7fnqFSTo3zs0htgvVRHFlO { position:absolute;display:block;z-index:100004;background-color:#18cdca;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;height:0.1875rem;width:21.875rem;top:14.1875rem;left:6.375rem;display:block; }
#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:3rem 0.0625rem 4.75rem #000000;top:22.375rem;left:5.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/U4fhtf14/record-button.svg); }
#HAXCS55Nl7yATDTzsL1bfrezRbSppiiG { position:absolute;display:block;z-index:99999;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;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(0,0,0,0.14) ;height:30.9375rem;width:22.5rem;top:1.75rem;left:32.75rem;display:block; }
#g0M1bC7ThiCyPwoNP7sHKtoJS1lAdX6q { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.318359375rem;left:34.03125rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiMS51xSqVAZ0WZAXSilkGwRvRFPFEbi { color:#4d4d4d;display:block;width:23.875rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FR2uAFuopnXbw6gtgK7AV6lbTbqFQwnk { position:absolute;display:block;z-index:100006;background-color:#18cdca;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;height:8.6875rem;width:22.5rem;top:1.75rem;left:32.75rem;display:block; }
#FP2NkNyrEiqWdVn1NgOdFfGDJCpxFC6r { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"titillium web";font-size:0.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.79345703125rem;left:34.3125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oU1zABT6pVeSNCh7dDfDaOJyeVngTp7T { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:22.6875rem;top:34.9375rem;left:18.65625rem;overflow:hidden;display:block; }
#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { background-color: transparent; background-image: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container > .video-iframe-container { display: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container { display: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .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); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { border-width: 0; border-radius: 0; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container {  }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { position:absolute;display:block;z-index:100006;background-color:#18cdca;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;height:0.1875rem;width:12.5rem;top:5.14892578125rem;left:23.75rem;display:block; }
#QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { color:#6a6a6a;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { background-color: transparent; background-image: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container > .video-iframe-container { display: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container { display: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .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); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { border-width: 0; border-radius: 0; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container {  }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { color:#4d4d4d;display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:4.3125rem;left:3.5rem;height:1.75rem;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; }
#ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { color:#8e8e8e;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.5rem;left:3.5rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o0e48tiTpeTzmDaprqzBsFx6AOrh2Bhd { color:#8e8e8e;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:23.5rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhVGdBKZmsJJK2GHtZvLs3haBAhIc3Cb { color:#4d4d4d;display:block;width:14.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:4.3125rem;left:23.4375rem;height:1.75rem;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; }
#TZFekgFT0W4WCzgrcs5qZoGxds43MRNG { color:#8e8e8e;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:43.5rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zg8Lcq1nMTqhtUm1ORgPOehbS82vMocv { color:#4d4d4d;display:block;width:16.625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:4.3125rem;left:43.625rem;height:1.75rem;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; }
#VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { position:absolute;display:block;z-index:100007;background-color:#18cdca;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;height:0.1875rem;width:3.75rem;top:7.5rem;left:3.5rem;display:block; }
#rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.875rem;left:3.25rem;display:block; }
#Uq7Xy4em1K9isGq4z7TCaWLZecHxGVdX { position:absolute;display:block;z-index:100008;background-color:#18cdca;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;height:0.1875rem;width:3.75rem;top:7.25rem;left:23.5rem;display:block; }
#RCzLgi3lv1IZE7pubXDJVtCtzFZ1KWvH { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0.6875rem;left:22.875rem;display:block; }
#LQuZIsxdAVtDN0DH9orAn0K3rTPuzASy { position:absolute;display:block;z-index:100009;background-color:#18cdca;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;height:0.1875rem;width:3.75rem;top:7.3125rem;left:43.5rem;display:block; }
#nDuUWclqtE3VaB5Dkf4Slxfuqq8fq42H { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.6875rem;left:43.1875rem;display:block; }
#lFrCNtxditckr3mySIEsrEJvaEcQ9OhD { color:#8e8e8e;display:block;width:34rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:13rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bGxmPnQS/dscf4530_1_orig.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { border-width: 0; border-radius: 0; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container {  }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { color:#8e8e8e;display:block;width:20.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:12.25rem;left:35.125rem;height:4.3857375rem;font-style:normal;display:block; }
#oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { z-index:100001;top:19.1875rem;left:35.125rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;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:"titillium web";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { color:#4d4d4d;display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8rem;left:35.125rem;height:3.0874rem;font-style:normal;display:block; }
#pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { position:absolute;display:block;z-index:100008;background-color:#18cdca;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;height:0.1875rem;width:9.0625rem;top:10.8125rem;left:40.5625rem;display:block; }
#LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { position:absolute;display:block;z-index:100000;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;box-shadow: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.42) ;height:18.25rem;width:26.75rem;top:5.6875rem;left:33.25rem;display:block; }
#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { background-color: transparent; background-image: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container > .video-iframe-container { display: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row > .video-iframe-container { display: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .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); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { border-width: 0; border-radius: 0; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row > .video-iframe-container {  }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#Bs72pmfQObTIRDpMSeU4MZea086t0ZNG { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.6875rem;width:56.4375rem;top:8.5rem;left:1.78125rem;display:block; }
#ZTropUbTKH2riRvfZ8FDsMoJTBLyzqrA { color:#6a6a6a;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhK568xSmlEIiJFR0snCcA6RimHxnShd { position:absolute;display:block;z-index:100007;background-color:#18cdca;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;height:0.1875rem;width:12.5rem;top:6.5625rem;left:23.75rem;display:block; }
#l3fT1elOflEANesN8Jcl3RVGzW0dSieE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0324dd9e-9632-4a89-898d-9513b02b5cc4/PXL_20220330_143554868scaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE.adaptive-delivery-prevent-bg, #l3fT1elOflEANesN8Jcl3RVGzW0dSieE.lazyload, #l3fT1elOflEANesN8Jcl3RVGzW0dSieE.lazyloading { background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { background-color: transparent; background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .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); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { border-width: 0; border-radius: 0; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container {  }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { color:#4d4d4d;display:block;width:45.625rem;position:absolute;font-family:"titillium web";font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.1875rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { color:#4d4d4d;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJBsM3W34VfryUWPUaDnN4l9hxRAfPiz { z-index:100002;top:19rem;left:21.96875rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;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:"open sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SDlWJrmtt145MSslncCUboWgT5PeBkTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1acdca;background-image:none;position:relative;z-index:auto;display:block; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container { background-color: transparent; background-image: none; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container > .video-iframe-container { display: none; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row > .video-iframe-container { display: none; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .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); }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container { border-width: 0; border-radius: 0; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row > .video-iframe-container {  }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#DWh05usgEM6IIXyIPRtBu18uzQXTy6Fo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:13.125rem;top:0.78125rem;left:0.9375rem;overflow:hidden;display:block; }
#wBGGLP1IgZKnwPnU5Tc3Sxl52C9I1Gi3 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:1.7685546875rem;left:36.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;top:1.5rem;left:24.6875rem; }
#hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO > img { max-width: 100%;max-height:100%; }#v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;top:1.5rem;left:29.25rem; }
#v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU > img { max-width: 100%;max-height:100%; }#ytDHStVTqAMFtpkN4axwnTiNCI0teTtD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;top:1.375rem;left:33.125rem; }
#ytDHStVTqAMFtpkN4axwnTiNCI0teTtD > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { width:18.4375rem;height:auto;top:12.1875rem;left:26.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { width:18.4375rem;height:auto;top:12.1875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR {  }
 }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:23.75rem;height:;top:9.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrzD6CdA9gU1P1930XDN8fErdlaxKphH { width:22.75rem;height:4.0625rem;top:16.9375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sK99Ttp7CU7fnqFSTo3zs0htgvVRHFlO { width:21.875rem;height:0.1875rem;top:14.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { width:23.1875rem;height:;top:22.375rem;left:0rem;font-size:1rem;display:none; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/U4fhtf14/record-button.svg); }
 }@media only screen and (max-width: 763px) { #HAXCS55Nl7yATDTzsL1bfrezRbSppiiG { width:22.5rem;height:30.9375rem;top:1.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0M1bC7ThiCyPwoNP7sHKtoJS1lAdX6q { width:19.9375rem;height:4.6875rem;top:3.3125rem;left:27.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiMS51xSqVAZ0WZAXSilkGwRvRFPFEbi { width:23.875rem;height:;top:6.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR2uAFuopnXbw6gtgK7AV6lbTbqFQwnk { width:22.5rem;height:8.6875rem;top:1.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP2NkNyrEiqWdVn1NgOdFfGDJCpxFC6r { width:19.375rem;height:0.875rem;top:8.75rem;left:28.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU1zABT6pVeSNCh7dDfDaOJyeVngTp7T { top:34.9375rem;left:12.53125rem;width:22.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { width:12.5rem;height:0.1875rem;top:5.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { width:47.75rem;height:3.0625rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { width:14.25rem;height:1.75rem;top:4.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:13.25rem;height:7.75rem;top:8.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0e48tiTpeTzmDaprqzBsFx6AOrh2Bhd { width:13.25rem;height:7.75rem;top:8.5625rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhVGdBKZmsJJK2GHtZvLs3haBAhIc3Cb { width:14.5625rem;height:1.75rem;top:4.3125rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFekgFT0W4WCzgrcs5qZoGxds43MRNG { width:13.25rem;height:6.4375rem;top:8.5625rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8Lcq1nMTqhtUm1ORgPOehbS82vMocv { width:16.625rem;height:1.75rem;top:4.3125rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.1875rem;top:7.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { width:3.125rem;height:3.125rem;top:0.875rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7Xy4em1K9isGq4z7TCaWLZecHxGVdX { width:3.75rem;height:0.1875rem;top:7.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzLgi3lv1IZE7pubXDJVtCtzFZ1KWvH { width:3.125rem;height:3.125rem;top:0.6875rem;left:16.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQuZIsxdAVtDN0DH9orAn0K3rTPuzASy { width:3.75rem;height:0.1875rem;top:7.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDuUWclqtE3VaB5Dkf4Slxfuqq8fq42H { width:3.125rem;height:3.125rem;top:0.6875rem;left:32.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrCNtxditckr3mySIEsrEJvaEcQ9OhD { width:34rem;height:1.25rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { width:20.5625rem;height:4.375rem;top:12.25rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:19.1875rem;left:29rem;width:10.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:22.875rem;height:3.0625rem;top:8rem;left:24.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:9.0625rem;height:0.1875rem;top:10.8125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:26.75rem;height:18.25rem;top:5.6875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK { display:block; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bs72pmfQObTIRDpMSeU4MZea086t0ZNG { top:8.5rem;left:0rem;width:47.75rem;height:26.809800664452rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTropUbTKH2riRvfZ8FDsMoJTBLyzqrA { width:47.75rem;height:3.0625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhK568xSmlEIiJFR0snCcA6RimHxnShd { width:12.5rem;height:0.1875rem;top:6.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3fT1elOflEANesN8Jcl3RVGzW0dSieE { display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { width:45.625rem;height:8.9375rem;top:1.9375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { width:40.4375rem;height:4.0625rem;top:12.4375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJBsM3W34VfryUWPUaDnN4l9hxRAfPiz { top:19rem;left:15.84375rem;width:16.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlWJrmtt145MSslncCUboWgT5PeBkTu { display:block; }
 }@media only screen and (max-width: 763px) { #SyGKVdtTRTRDfelinWBTTaLHUesOU8SV { display:block; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWh05usgEM6IIXyIPRtBu18uzQXTy6Fo { width:13.125rem;height:3.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBGGLP1IgZKnwPnU5Tc3Sxl52C9I1Gi3 { top:1.75rem;left:24.6875rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO { top:1.5rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU { top:1.5rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ytDHStVTqAMFtpkN4axwnTiNCI0teTtD { top:1.375rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#ytDHStVTqAMFtpkN4axwnTiNCI0teTtD > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e421e21-cd8a-4ddc-b888-fd1fd216b5bc/dff2d294ad4d4ed7a1b8cf988b741aa8.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { width:14.8125rem;height:auto;top:34.4375rem;left:1.375rem;z-index:100006; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { width:14.8125rem;height:auto;top:34.4375rem;left:1.375rem;z-index:100006; }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR {  }
 }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:20rem;height:3.4121125rem;top:4.125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2.625rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #OrzD6CdA9gU1P1930XDN8fErdlaxKphH { width:17.125rem;height:3.4121125rem;top:9.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK99Ttp7CU7fnqFSTo3zs0htgvVRHFlO { width:11.25rem;height:0.1875rem;top:7.412109375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { width:20rem;height:7.499rem;top:14.75rem;left:0.0625rem;font-size:1rem;display:block; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/U4fhtf14/record-button.svg); }
 }@media only screen and (max-width: 763px) { #HAXCS55Nl7yATDTzsL1bfrezRbSppiiG { width:19.8125rem;height:28.3125rem;top:25.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0M1bC7ThiCyPwoNP7sHKtoJS1lAdX6q { width:16.8125rem;height:4.54980625rem;top:25.5rem;left:1.625rem;z-index:100009;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMS51xSqVAZ0WZAXSilkGwRvRFPFEbi { width:20rem;height:2.4375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #FR2uAFuopnXbw6gtgK7AV6lbTbqFQwnk { width:19.9375rem;height:6.9375rem;top:25.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP2NkNyrEiqWdVn1NgOdFfGDJCpxFC6r { width:19.375rem;height:0.89355625rem;top:30.625rem;left:0.3125rem;z-index:100009;color:#ffffff;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU1zABT6pVeSNCh7dDfDaOJyeVngTp7T { width:11.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { width:7.8125rem;height:0.1875rem;top:6.1875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { width:17.9375rem;height:4.0625rem;top:1.625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { width:7.5rem;height:1.3125rem;top:5.625rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:12rem;height:9.098625rem;top:9.5rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0e48tiTpeTzmDaprqzBsFx6AOrh2Bhd { width:12.0625rem;height:9.098625rem;top:27rem;left:3.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhVGdBKZmsJJK2GHtZvLs3haBAhIc3Cb { width:8.75rem;height:1.3125rem;top:23.125rem;left:5.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZFekgFT0W4WCzgrcs5qZoGxds43MRNG { width:11.9375rem;height:7.7988125rem;top:44.625rem;left:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg8Lcq1nMTqhtUm1ORgPOehbS82vMocv { width:8.5rem;height:1.3125rem;top:40.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.125rem;top:8.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { width:3.125rem;height:3.125rem;top:2.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7Xy4em1K9isGq4z7TCaWLZecHxGVdX { width:3.75rem;height:0.125rem;top:25.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzLgi3lv1IZE7pubXDJVtCtzFZ1KWvH { width:3.125rem;height:3.125rem;top:19.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQuZIsxdAVtDN0DH9orAn0K3rTPuzASy { width:3.75rem;height:0.125rem;top:43.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDuUWclqtE3VaB5Dkf4Slxfuqq8fq42H { width:3.125rem;height:3.125rem;top:37rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrCNtxditckr3mySIEsrEJvaEcQ9OhD { width:20rem;height:2.5996125rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bGxmPnQS/dscf4530_1_orig.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { width:16.25rem;height:4.875rem;top:7.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:14.1875rem;left:4.46875rem;width:11.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:19.6875rem;height:2.51855625rem;top:3.75rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:7.8125rem;height:0.1875rem;top:6.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:20rem;height:15.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK { background-color:transparent;background-image:url("https://images.assets-landingi.com/Fcd749y9/pexels-photo-428341.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK.adaptive-delivery-prevent-bg, #tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK.lazyload, #tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK.lazyloading { background-image: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { background-color: transparent; background-image: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container > .video-iframe-container { display: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row > .video-iframe-container { display: none; }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .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); }#tMFOsXcSnEP4zIB5b1bIoNaJhO5OAsRK > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bs72pmfQObTIRDpMSeU4MZea086t0ZNG { height:11.229rem;width:20rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTropUbTKH2riRvfZ8FDsMoJTBLyzqrA { width:20rem;height:4.0625rem;top:2.22900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhK568xSmlEIiJFR0snCcA6RimHxnShd { width:12.5rem;height:0.1875rem;top:7.04150390625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3fT1elOflEANesN8Jcl3RVGzW0dSieE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0324dd9e-9632-4a89-898d-9513b02b5cc4/PXL_20220330_143554868scaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE.adaptive-delivery-prevent-bg, #l3fT1elOflEANesN8Jcl3RVGzW0dSieE.lazyload, #l3fT1elOflEANesN8Jcl3RVGzW0dSieE.lazyloading { background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { background-color: transparent; background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .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); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { width:16.875rem;height:7.7988125rem;top:1.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { width:16.375rem;height:4.142575rem;top:11.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJBsM3W34VfryUWPUaDnN4l9hxRAfPiz { top:18.1875rem;left:2.8125rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlWJrmtt145MSslncCUboWgT5PeBkTu { display:block; }
 }@media only screen and (max-width: 763px) { #SyGKVdtTRTRDfelinWBTTaLHUesOU8SV { position:relative;z-index:auto;background-color:#1acdca;background-image:none;display:none; }#SyGKVdtTRTRDfelinWBTTaLHUesOU8SV > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DWh05usgEM6IIXyIPRtBu18uzQXTy6Fo { width:11.0625rem;height:2.75rem;top:0.5625rem;left:0.46875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wBGGLP1IgZKnwPnU5Tc3Sxl52C9I1Gi3 { width:20rem;height:0;top:4.0380859375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO { width:1.875rem;height:1.875rem;top:1rem;left:11.5625rem;display:none; }
#hiG1qZKZ1lcSUvNtoCdolFQyiWk8JpZO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU { width:1.875rem;height:1.875rem;top:1rem;left:14.125rem;display:none; }
#v36I8sUFU4iJaDiRyMCsREtFe6ULnLAU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ytDHStVTqAMFtpkN4axwnTiNCI0teTtD { width:2.1875rem;height:2.1875rem;top:0.875rem;left:16.625rem;display:none; }
#ytDHStVTqAMFtpkN4axwnTiNCI0teTtD > img { max-width: 100%;max-height:100%; } }