.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container { display: none; }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .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); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/HQFCnRUu/lannding_pr_ba2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom:0rem  rgba(0,0,0,0);position:relative;z-index:auto;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyloading { background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .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); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { border-width: 0; border-radius: 0; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:75rem;height:50rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XICAyooy88tX9vZxbKBsAk92do5TNk13 { color:#6e6c73;display:block;width:33.8125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.520183563233rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MU4O7cy4TSXIBnQcXCi81aMV310pIVPM { position:absolute;display:block;z-index:100019;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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:45.9375rem;width:22.875rem;top:2.529296875rem;left:51.780434363507rem;display:block; }
#M51mEGEQOBP6pkQBe63QFprqAIF9R54x { color:#6e6c73;display:block;width:14.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.8125rem;left:57.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkXreoAiDDsRWCBdTQFGwlkIGq3Ba09f { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:8.5rem;top:2.8125rem;left:60.3125rem;overflow:hidden;display:block; }
#UdRJoDbWxBrDO5kCKaBAD15wkuTcDv66 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.1875rem;top:31.5rem;left:42.53125rem;overflow:hidden;display:block; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-form-header {  }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:bold;color:#6e6c73;width:19.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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.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:19.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-text {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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:19.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-select {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-button { 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:#5d92ff;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.25rem;font-weight:bold;color:#ffffff;width:19.4375rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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:comfortaa;line-height:1.4;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-container:first-of-type{padding-top:0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-container:last-of-type{padding-bottom:0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.43725rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:9.1552734375rem;left:52.24609375rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:0.5625rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat {display:block;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.43725rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:9.1552734375rem;left:52.24609375rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #PGThbB0nR6D57Oahs68xwo71w8TIPfkC { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #I8JR29kwZduwA6MdLV6N1M6r3Lf4p4gO { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #cra8lea48MR32f75UVMtMoUI5ethnmri { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #eKa6Muq7IILp7cZbwTfaXesscPqlbpNb { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #DkcDafM8TrMwV3y4oVqQdQmlm8lfAZnC { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #Z6EJp6E3twQg1kPiguTAG5k6IIO6HI3O { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #vUAHEPt7Q0lvFQkkbKKLTL7EynILWEzT { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #hfATDDVr3r7iZSnozIotE3RTOMoJCroC { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #OGoWbZgXOBJbpPFf3WoJGeziDsKuTcXo { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #VgG8uzO58qUFAgrzskesbsi3nuTgJF6k { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #wZFTt9x3cdtQHKAMugh5nWXSPl4ynSLc { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #rWz1ERDooNt4ulQ6a5rrcWxRWO6SwkTe { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #LEKgzwcv03g7ILF3LPAVyo5uEsgNRtWo { position:relative;display:block;z-index:100000; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bQa5KC3SGtiV6dI8rIVqT91VON4P4oBS { position:relative;display:block;z-index:100000; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bT0hJxtnwEMDBcAVmm0pIlW6lsvK95Vp { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #dOHTMzA5MFboRgkgmQyTmLMRxxH8EJyp { position:relative;z-index:2; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #sbaz3FGULH0uiTU7TTzeTNX32lZKMXdF { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #uPuD55U12fknRbwQMte1TS5WTUtZnEmT { position:relative; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #H7ATdv1QKwmPJMhHheg28MGptB2MF2op { position:relative; }
#TnobWfGrDKvBFRT26LSo6ctVJORTFSiH { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:2.5996125rem;display:block; }#TnobWfGrDKvBFRT26LSo6ctVJORTFSiH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnobWfGrDKvBFRT26LSo6ctVJORTFSiH li:before{  }
#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 { position:relative;display:block; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 { background-color: transparent; background-image: none; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row .container > .video-iframe-container { display: none; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row > .video-iframe-container { display: none; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .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); }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 { border-width: 0; border-radius: 0; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .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:14.875rem;width:75rem;position:relative;display:block; }#IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR { color:#6e6c73;display:block;width:28.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:4.8951835632324rem;left:4.8125rem;height:8.7363125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR li:before{  }
#HaqLKImNoc6zJ90DLwOMxcunOMEnzLqO { color:#6e6c73;display:block;width:53.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou { color:#6e6c73;display:block;width:32.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:4.8951835632324rem;left:38.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou li:before{  }
#ttzOViveWHQPsKSdek9qnc81EL5QyiSK { position:relative;display:block; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK { background-color: transparent; background-image: none; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row .container > .video-iframe-container { display: none; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row > .video-iframe-container { display: none; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .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); }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK { border-width: 0; border-radius: 0; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .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:10.25rem;width:75rem;position:relative;display:block; }#dnCOfo5kVeUHDBC0SR3CLDZAb6tVuAZB { color:#6e6c73;display:block;width:55.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDzpAnuax9eccftdgN7WArqAMnPU2oBG { color:#6e6c73;display:block;width:70.4375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR { position:relative;display:block; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR { background-color: transparent; background-image: none; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row .container > .video-iframe-container { display: none; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row > .video-iframe-container { display: none; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .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); }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR { border-width: 0; border-radius: 0; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .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:4.8125rem;width:75rem;position:relative;display:block; }#l2XFfKGgJ8xRETo7tbvGpzXErUQOlTaP { color:#000000;display:block;width:47.875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.197265625rem;left:13.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ptL3sPbJxssMecTaBN12ThRNmrLBoidp { position:relative;display:block; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp { background-color: transparent; background-image: none; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row .container > .video-iframe-container { display: none; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row > .video-iframe-container { display: none; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .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); }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp { border-width: 0; border-radius: 0; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .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:30rem;width:75rem;position:relative;display:block; }#uNXzqgFthecdN5fv8bkT4FB7RNCyWTH2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1250019073486rem;left:6.25rem;overflow:hidden;display:block; }
#TfUp19Ct1GUg7SDInypI0HgnzJnN7CkN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.125rem;left:31.25rem;overflow:hidden;display:block; }
#p9XhNNN9xyC0w9FU8PxJmQBVh7lWcq4u { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.125rem;left:56.250003814698rem;overflow:hidden;display:block; }
#eNMUpGTrwXAUqlUal8UfAhzeDTddfSQT { color:#6e6c73;display:block;width:21.6875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.65625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZKE6T30zHTymzH4osW6eaLc3vTKEb1F { color:#6e6c73;display:block;width:21.6875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:19.25rem;left:26.65625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Utpnru1TnMH3B2wBqN4h2gquZsDHbzKV { color:#6e6c73;display:block;width:21.6875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100029;line-height:1.3;letter-spacing:0;top:19.25rem;left:51.65625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 { position:relative;display:block; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 { background-color: transparent; background-image: none; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row .container > .video-iframe-container { display: none; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row > .video-iframe-container { display: none; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .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); }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 { border-width: 0; border-radius: 0; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .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:16.9375rem;width:75rem;position:relative;display:block; }#gDEk1OqPFfNSM4dZfLc7XeOLQUGZn0EW { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:10.676431655884rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eic2TcCBv9MznSTNFXXKQB5FKdT2CBJ1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:9.75rem;top:4.3125rem;left:31.020183563233rem;overflow:hidden;display:block; }
#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx { position:relative;display:block; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx { background-color: transparent; background-image: none; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row .container > .video-iframe-container { display: none; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row > .video-iframe-container { display: none; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .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); }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx { border-width: 0; border-radius: 0; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .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:5.3125rem;width:75rem;position:relative;display:block; }#LwiHT5DcaOmvJmxsrbn5nIR5nEEEDBK5 { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:4.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC { position:relative;display:block; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC { background-color: transparent; background-image: none; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row .container > .video-iframe-container { display: none; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row > .video-iframe-container { display: none; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .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); }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC { border-width: 0; border-radius: 0; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .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:11.875rem;width:75rem;position:relative;display:block; }#rawyWpr3CDLEc3VEwxqhkkLmrdU3CfXv { z-index:100002;top:3.53125rem;left:30rem;background-color:transparent;background-image: -webkit-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -moz-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -ms-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -o-linear-gradient(297deg, #fbf3f6, #00b5ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3f6', endColorstr='#00b5ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3f6', endColorstr='#00b5ca' );";background-image: linear-gradient(297deg, #fbf3f6, #00b5ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CDD4TUK5pSyUZ3zZpFXz3C8izlWU4pAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS { position:relative;display:block; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS { background-color: transparent; background-image: none; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row .container > .video-iframe-container { display: none; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row > .video-iframe-container { display: none; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .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); }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS { border-width: 0; border-radius: 0; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .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:24rem;width:75rem;position:relative;display:block; }#VmfiGhHq7oq11JF9QbVr2TxuhX7q4wPV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:24rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#MaGECGbzX2pnzFRmf98cc0TRlu8BKS1C { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:24.0625rem;top:0rem;left:25.46875rem;overflow:hidden;display:block; }
#wyUOyoCoEiBCcd6GV2c6RVLaTPwyxUQm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:24rem;top:0rem;left:50.500003814698rem;overflow:hidden;display:block; }
#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 { position:relative;display:block; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 { background-color: transparent; background-image: none; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row .container > .video-iframe-container { display: none; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row > .video-iframe-container { display: none; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .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); }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 { border-width: 0; border-radius: 0; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .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:36.25rem;width:75rem;position:relative;display:block; }#cUXWAHhKUdUkamBBp7mawkisE3aN1w1Q { color:#6e6c73;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:3.6875rem;left:26.34375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEXMlloiQNSdM9oyTqMwq6zkU8mqspKK { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:5.5rem;top:11.3125rem;left:9.875rem;overflow:hidden;display:block; }
#KrBM6T8TDNTdTNxntVTn4maRLv8PIkc1 { color:#6e6c73;display:block;width:25.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGmQRnE0UxpAJT8r5ASLV1Rk7x1lmoDn { color:#6e6c73;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.6875rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQLuoHwcgU2zTmvJfyU2l9701kfPAkBO { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:5.5rem;top:11.3125rem;left:34.6875rem;overflow:hidden;display:block; }
#ySpc138KFGJzzZWteoHK8Ht7zKpiSoFW { color:#6e6c73;display:block;width:25.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100038;line-height:1.3;letter-spacing:0;top:18.75rem;left:24.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DH3VWKzqRZM23i1leAWN5O7UohxVafuC { color:#6e6c73;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:22.375rem;left:28.5625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CT2ZyBMza1LRb7A4AZfMe3rIE6W2csvH { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:5.5rem;top:11.3125rem;left:59.6875rem;overflow:hidden;display:block; }
#lwoSAXWf5IGJVF828XeT2zvVDFFAObzc { color:#6e6c73;display:block;width:25.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:18.75rem;left:49.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0saKckFWSAHde4UPyLdoR3ypDf84ZsJ { color:#6e6c73;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:22.375rem;left:53.4375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVWwI3i1PsN32GXyt2xwBtaFk0sZbyzC { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:13.5625rem;top:2.0625rem;left:57.837890625rem;overflow:hidden;display:block; }
#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB { position:relative;display:block; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB { background-color: transparent; background-image: none; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row .container > .video-iframe-container { display: none; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row > .video-iframe-container { display: none; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .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); }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB { border-width: 0; border-radius: 0; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .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:28.125rem;width:75rem;position:relative;display:block; }#T8DqJC6NnMrFRJbr3gFRC3WVyfebnnTc { color:#6e6c73;display:block;width:22.3125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.34375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOCkwwyTgrAXClQaBzwXpLgXoTaTQH2a { color:#6e6c73;display:block;width:35.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.0625rem;height:16.8974375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gK4TLRM27fA7OTZXXfTl4fbZtRSxkT0S { color:#6e6c73;display:block;width:35.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38.3125rem;height:16.89745625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr { position:relative;display:block; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr { background-color: transparent; background-image: none; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row .container > .video-iframe-container { display: none; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row > .video-iframe-container { display: none; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .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); }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr { border-width: 0; border-radius: 0; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .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:11.875rem;width:75rem;position:relative;display:block; }#pffyQkqDoBag7dzToH8XQ69KFTyK8bmT { z-index:100002;top:3.53125rem;left:30rem;background-color:transparent;background-image: -webkit-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -moz-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -ms-linear-gradient(297deg, #fbf3f6, #00b5ca);background-image: -o-linear-gradient(297deg, #fbf3f6, #00b5ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3f6', endColorstr='#00b5ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3f6', endColorstr='#00b5ca' );";background-image: linear-gradient(297deg, #fbf3f6, #00b5ca);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K647qhLD9lcDdKacCSDawH2cQxQcpsQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh { position:relative;display:block; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh { background-color: transparent; background-image: none; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row .container > .video-iframe-container { display: none; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row > .video-iframe-container { display: none; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .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); }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh { border-width: 0; border-radius: 0; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .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:5.5rem;width:75rem;position:relative;display:block; }#Xhdkcxvrnwe7LQ9WpMPwALGq4Zm87wUc { color:#000000;display:block;width:37.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.291015625rem;left:18.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { position:relative;display:block; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { background-color: transparent; background-image: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container > .video-iframe-container { display: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row > .video-iframe-container { display: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .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); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { border-width: 0; border-radius: 0; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .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:18.75rem;width:75rem;position:relative;display:block; }#dhpTqfCTiMvVhkwiLnc3M0erBRTcW689 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:13.625rem;top:2.5625rem;left:4.875rem;overflow:hidden;display:block; }
#EAoPpv9CQUZQUr0ySx8KfCw3DqX7DlB9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:14.125rem;top:2.3125rem;left:30.4375rem;overflow:hidden;display:block; }
#wevFUZMi7WWwOlSf3FdwmSEfFI7HyUrP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:14.3125rem;top:2.15625rem;left:55.343753814698rem;overflow:hidden;display:block; }
#kQOqlcMv98tyD8XuDpzMstFo0fmU741q { position:relative;display:block; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q { background-color: transparent; background-image: none; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row .container > .video-iframe-container { display: none; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row > .video-iframe-container { display: none; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .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); }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q { border-width: 0; border-radius: 0; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .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:15.625rem;width:75rem;position:relative;display:block; }#VwpG4lmbwX7yTbUgsL00zXmtwSnqg3yK { color:#6e6c73;display:block;width:69.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrGNKVsQVTE4nLCb3wVdhC01Pcp1g8Me { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:11.0625rem;top:7rem;left:31.875rem;overflow:hidden;display:block; }
#cGkOhH0uHDn6uWwhuxHHd65mmmpvM91J { color:#6e6c73;display:block;width:69.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#quf9JHxPtLRcNcvZzs2ZE8HsaRPmDu2p { z-index:100000;background-color:transparent;background-image:none;border-bottom:0.1875rem solid #e74b3e;border-left:0.1875rem solid #e74b3e;border-right:0.1875rem solid #e74b3e;border-top:0.1875rem solid #e74b3e;box-sizing:border-box;color:#e74b3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rTJth3LIbMvhvxRTSOScTDwgrs6hZlAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .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); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { border-width: 0; border-radius: 0; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HQFCnRUu/lannding_pr_ba2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:41.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0e9ae5;position:relative;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 1199px) { #XICAyooy88tX9vZxbKBsAk92do5TNk13 { width:27.25rem;height:5.75rem;top:29.3125rem;left:0.8125rem;font-size:1.125rem;font-weight:700;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;color:#d11717;display:block; }
 }@media only screen and (max-width: 1199px) { #MU4O7cy4TSXIBnQcXCi81aMV310pIVPM { width:15.9375rem;height:31.125rem;top:1.25rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M51mEGEQOBP6pkQBe63QFprqAIF9R54x { width:11.6875rem;height:1.625rem;top:5.9375rem;left:32.59375rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkXreoAiDDsRWCBdTQFGwlkIGq3Ba09f { width:6.0625rem;height:2.375rem;top:2.6875rem;left:35.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdRJoDbWxBrDO5kCKaBAD15wkuTcDv66 { width:6.8125rem;height:6.75rem;top:17.75rem;left:25.843751251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-text {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-select {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-checkbox-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat  { width:19.375rem;height:auto;top:9.125rem;left:25.875rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat {display:block;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat { width:19.375rem;height:auto;top:9.125rem;left:25.875rem; }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #PGThbB0nR6D57Oahs68xwo71w8TIPfkC {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #I8JR29kwZduwA6MdLV6N1M6r3Lf4p4gO {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #cra8lea48MR32f75UVMtMoUI5ethnmri {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #eKa6Muq7IILp7cZbwTfaXesscPqlbpNb {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #DkcDafM8TrMwV3y4oVqQdQmlm8lfAZnC {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #Z6EJp6E3twQg1kPiguTAG5k6IIO6HI3O {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #vUAHEPt7Q0lvFQkkbKKLTL7EynILWEzT {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #hfATDDVr3r7iZSnozIotE3RTOMoJCroC {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #OGoWbZgXOBJbpPFf3WoJGeziDsKuTcXo {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #VgG8uzO58qUFAgrzskesbsi3nuTgJF6k {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #wZFTt9x3cdtQHKAMugh5nWXSPl4ynSLc {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #rWz1ERDooNt4ulQ6a5rrcWxRWO6SwkTe {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #LEKgzwcv03g7ILF3LPAVyo5uEsgNRtWo {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bQa5KC3SGtiV6dI8rIVqT91VON4P4oBS {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bT0hJxtnwEMDBcAVmm0pIlW6lsvK95Vp {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #dOHTMzA5MFboRgkgmQyTmLMRxxH8EJyp {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #sbaz3FGULH0uiTU7TTzeTNX32lZKMXdF {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #uPuD55U12fknRbwQMte1TS5WTUtZnEmT {  }
 }@media only screen and (max-width: 1199px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #H7ATdv1QKwmPJMhHheg28MGptB2MF2op {  }
 }@media only screen and (max-width: 1199px) { #TnobWfGrDKvBFRT26LSo6ctVJORTFSiH { width:30.1875rem;height:2.5625rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }#TnobWfGrDKvBFRT26LSo6ctVJORTFSiH li:before{  }
 }@media only screen and (max-width: 1199px) { #UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 { display:block; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row .container { width:47.75rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR { width:21.75rem;height:12.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }#IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR li:before{  }
 }@media only screen and (max-width: 1199px) { #HaqLKImNoc6zJ90DLwOMxcunOMEnzLqO { width:32.5rem;height:1.625rem;top:2.1875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou { width:22.5rem;height:16.75rem;top:5.125rem;left:25.249348938465rem;font-size:1.125rem;display:block; }#ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou li:before{  }
 }@media only screen and (max-width: 1199px) { #ttzOViveWHQPsKSdek9qnc81EL5QyiSK { display:block; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dnCOfo5kVeUHDBC0SR3CLDZAb6tVuAZB { width:37.5rem;height:4.3125rem;top:14.1875rem;left:5.1250002980232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDzpAnuax9eccftdgN7WArqAMnPU2oBG { width:32.5rem;height:1.625rem;top:11.625rem;left:6.7500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dadwcFu20Z7ebo8sMHktpHSwsCNTehDR { display:block; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l2XFfKGgJ8xRETo7tbvGpzXErUQOlTaP { width:47.75rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptL3sPbJxssMecTaBN12ThRNmrLBoidp { display:block; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uNXzqgFthecdN5fv8bkT4FB7RNCyWTH2 { width:12.5rem;height:12.5rem;top:3.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfUp19Ct1GUg7SDInypI0HgnzJnN7CkN { width:12.5rem;height:12.5rem;top:3.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9XhNNN9xyC0w9FU8PxJmQBVh7lWcq4u { width:12.5rem;height:12.5rem;top:3.125rem;left:33.437503814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNMUpGTrwXAUqlUal8UfAhzeDTddfSQT { width:14.75rem;height:9rem;top:16.875000476837rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZKE6T30zHTymzH4osW6eaLc3vTKEb1F { width:15.375rem;height:7.875rem;top:16.875000476837rem;left:16.187501251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utpnru1TnMH3B2wBqN4h2gquZsDHbzKV { width:15rem;height:6.75rem;top:16.875000476837rem;left:32.312500298023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 { display:block; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gDEk1OqPFfNSM4dZfLc7XeOLQUGZn0EW { width:47.75rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eic2TcCBv9MznSTNFXXKQB5FKdT2CBJ1 { width:9.75rem;height:9.75rem;top:4.3125rem;left:17.395183563233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx { display:block; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LwiHT5DcaOmvJmxsrbn5nIR5nEEEDBK5 { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCCNwin3moZlsHhL8AaiusTzcLaMDLTC { display:none; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rawyWpr3CDLEc3VEwxqhkkLmrdU3CfXv { top:3.5rem;left:16.375rem;width:15rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDD4TUK5pSyUZ3zZpFXz3C8izlWU4pAr { display:block; }
 }@media only screen and (max-width: 1199px) { #c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS { display:block; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VmfiGhHq7oq11JF9QbVr2TxuhX7q4wPV { width:15.375rem;height:15.375rem;top:0rem;left:0.27018231153488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaGECGbzX2pnzFRmf98cc0TRlu8BKS1C { width:15.375rem;height:15.375rem;top:0rem;left:16.250000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyUOyoCoEiBCcd6GV2c6RVLaTPwyxUQm { width:15.375rem;height:15.375rem;top:0rem;left:32.125001251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 { display:block; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cUXWAHhKUdUkamBBp7mawkisE3aN1w1Q { width:22.3125rem;height:1.625rem;top:2.0625rem;left:12.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEXMlloiQNSdM9oyTqMwq6zkU8mqspKK { width:5.5rem;height:5.8125rem;top:6.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrBM6T8TDNTdTNxntVTn4maRLv8PIkc1 { width:14.625rem;height:1.25rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGmQRnE0UxpAJT8r5ASLV1Rk7x1lmoDn { width:11.25rem;height:7.875rem;top:18.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQLuoHwcgU2zTmvJfyU2l9701kfPAkBO { width:5.5rem;height:5.8125rem;top:6.8125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySpc138KFGJzzZWteoHK8Ht7zKpiSoFW { width:15.8125rem;height:1.25rem;top:14.625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DH3VWKzqRZM23i1leAWN5O7UohxVafuC { width:11.3125rem;height:6.75rem;top:18.1875rem;left:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CT2ZyBMza1LRb7A4AZfMe3rIE6W2csvH { width:5.5rem;height:5.8125rem;top:6.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwoSAXWf5IGJVF828XeT2zvVDFFAObzc { width:17.4375rem;height:1.25rem;top:14.625rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0saKckFWSAHde4UPyLdoR3ypDf84ZsJ { width:11.4375rem;height:9rem;top:18.1875rem;left:33.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVWwI3i1PsN32GXyt2xwBtaFk0sZbyzC { width:9.0625rem;height:3.75rem;top:1rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB { display:block; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T8DqJC6NnMrFRJbr3gFRC3WVyfebnnTc { width:28.375rem;height:1.625rem;top:0.75rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOCkwwyTgrAXClQaBzwXpLgXoTaTQH2a { width:22.5rem;height:20.25rem;top:3.75rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gK4TLRM27fA7OTZXXfTl4fbZtRSxkT0S { width:22.3125rem;height:19.125rem;top:3.75rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr { display:block; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pffyQkqDoBag7dzToH8XQ69KFTyK8bmT { top:3.5rem;left:16.375rem;width:15rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K647qhLD9lcDdKacCSDawH2cQxQcpsQn { display:block; }
 }@media only screen and (max-width: 1199px) { #XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh { display:block; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xhdkcxvrnwe7LQ9WpMPwALGq4Zm87wUc { width:37.25rem;height:2.4375rem;top:1.541015625rem;left:5.2500002980232rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { display:block; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dhpTqfCTiMvVhkwiLnc3M0erBRTcW689 { width:13.625rem;height:13.625rem;top:2.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EAoPpv9CQUZQUr0ySx8KfCw3DqX7DlB9 { width:14.125rem;height:14.125rem;top:2.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wevFUZMi7WWwOlSf3FdwmSEfFI7HyUrP { width:14.3125rem;height:14.4375rem;top:2.125rem;left:32.531253814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQOqlcMv98tyD8XuDpzMstFo0fmU741q { display:block; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row .container { width:47.75rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VwpG4lmbwX7yTbUgsL00zXmtwSnqg3yK { width:32.5rem;height:2.25rem;top:1rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrGNKVsQVTE4nLCb3wVdhC01Pcp1g8Me { width:11.0625rem;height:4.75rem;top:6.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGkOhH0uHDn6uWwhuxHHd65mmmpvM91J { width:32.5rem;height:1.25rem;top:11.875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quf9JHxPtLRcNcvZzs2ZE8HsaRPmDu2p { top:1.40625rem;left:42rem;z-index:100028;width:4.9375rem;height:2.4375rem;color:#00b5ce;border-top:0.1875rem solid #00b5ce;border-left:0.1875rem solid #00b5ce;border-right:0.1875rem solid #00b5ce;border-bottom:0.1875rem solid #00b5ce;display:block; }
 }@media only screen and (max-width: 1199px) { #rTJth3LIbMvhvxRTSOScTDwgrs6hZlAk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wyMlHNGJ/LANDING_tlo2_320.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyloading { background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .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); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:20rem;height:58.3183625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XICAyooy88tX9vZxbKBsAk92do5TNk13 { width:15rem;height:0;top:49.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;text-shadow:0.125rem 0.125rem 0.1875rem #000000;color:#2c2933;z-index:100033;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MU4O7cy4TSXIBnQcXCi81aMV310pIVPM { width:20rem;height:47.3125rem;top:5.90625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M51mEGEQOBP6pkQBe63QFprqAIF9R54x { width:11.4375rem;height:1.625rem;top:8.96875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkXreoAiDDsRWCBdTQFGwlkIGq3Ba09f { width:7.0625rem;height:3.0625rem;top:5.90625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdRJoDbWxBrDO5kCKaBAD15wkuTcDv66 { width:4.875rem;height:4.8125rem;top:4.90625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-text {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-select {padding-top: 0; padding-bottom: 0;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#00b5ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat  { width:17.5rem;height:auto;top:10.53125rem;left:0rem; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat {display:block;}#rAUzJpXTHQF5nBTgFFXFUXtmUybunFat { width:17.5rem;height:auto;top:10.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #PGThbB0nR6D57Oahs68xwo71w8TIPfkC {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #I8JR29kwZduwA6MdLV6N1M6r3Lf4p4gO {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #cra8lea48MR32f75UVMtMoUI5ethnmri {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #eKa6Muq7IILp7cZbwTfaXesscPqlbpNb {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #DkcDafM8TrMwV3y4oVqQdQmlm8lfAZnC {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #Z6EJp6E3twQg1kPiguTAG5k6IIO6HI3O {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #vUAHEPt7Q0lvFQkkbKKLTL7EynILWEzT {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #hfATDDVr3r7iZSnozIotE3RTOMoJCroC {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #OGoWbZgXOBJbpPFf3WoJGeziDsKuTcXo {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #VgG8uzO58qUFAgrzskesbsi3nuTgJF6k {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #wZFTt9x3cdtQHKAMugh5nWXSPl4ynSLc {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #rWz1ERDooNt4ulQ6a5rrcWxRWO6SwkTe {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #LEKgzwcv03g7ILF3LPAVyo5uEsgNRtWo {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bQa5KC3SGtiV6dI8rIVqT91VON4P4oBS {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #bT0hJxtnwEMDBcAVmm0pIlW6lsvK95Vp {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #dOHTMzA5MFboRgkgmQyTmLMRxxH8EJyp {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #sbaz3FGULH0uiTU7TTzeTNX32lZKMXdF {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #uPuD55U12fknRbwQMte1TS5WTUtZnEmT {  }
 }@media only screen and (max-width: 763px) { #rAUzJpXTHQF5nBTgFFXFUXtmUybunFat #H7ATdv1QKwmPJMhHheg28MGptB2MF2op {  }
 }@media only screen and (max-width: 763px) { #TnobWfGrDKvBFRT26LSo6ctVJORTFSiH { width:20rem;height:0;top:54.46875rem;left:0rem;font-size:1rem;display:block; }#TnobWfGrDKvBFRT26LSo6ctVJORTFSiH li:before{  }
 }@media only screen and (max-width: 763px) { #UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 { display:block; }#UJW1v8oSQWOEVH40egQxzGOAWwEsiIP0 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR { width:20rem;height:7.5rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }#IMkMu4iTx1hiX04vJb5ZF8829fPMEWTR li:before{  }
 }@media only screen and (max-width: 763px) { #HaqLKImNoc6zJ90DLwOMxcunOMEnzLqO { width:12.375rem;height:2.25rem;top:1.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou { width:20rem;height:9.375rem;top:15.3326875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }#ShW4VNwWFBGlnS0QcEKFPKLIqUkfA4Ou li:before{  }
 }@media only screen and (max-width: 763px) { #ttzOViveWHQPsKSdek9qnc81EL5QyiSK { display:block; }#ttzOViveWHQPsKSdek9qnc81EL5QyiSK > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnCOfo5kVeUHDBC0SR3CLDZAb6tVuAZB { width:16.9375rem;height:4.5rem;top:2.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDzpAnuax9eccftdgN7WArqAMnPU2oBG { width:20rem;height:1.25rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dadwcFu20Z7ebo8sMHktpHSwsCNTehDR { display:block; }#dadwcFu20Z7ebo8sMHktpHSwsCNTehDR > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2XFfKGgJ8xRETo7tbvGpzXErUQOlTaP { width:20rem;height:2.5rem;top:0.36393356323242rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ptL3sPbJxssMecTaBN12ThRNmrLBoidp { display:block; }#ptL3sPbJxssMecTaBN12ThRNmrLBoidp > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNXzqgFthecdN5fv8bkT4FB7RNCyWTH2 { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfUp19Ct1GUg7SDInypI0HgnzJnN7CkN { width:12.5rem;height:12.5rem;top:21.9140625rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9XhNNN9xyC0w9FU8PxJmQBVh7lWcq4u { width:12.5rem;height:12.5rem;top:42.206382751465rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNMUpGTrwXAUqlUal8UfAhzeDTddfSQT { width:20rem;height:4.6875rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKE6T30zHTymzH4osW6eaLc3vTKEb1F { width:20rem;height:4.6875rem;top:35.227867126465rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utpnru1TnMH3B2wBqN4h2gquZsDHbzKV { width:20rem;height:3.75rem;top:55.768882751465rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 { display:block; }#ZEa8Ne96TAFK3EsiTMMql6gCt5xTC0T4 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDEk1OqPFfNSM4dZfLc7XeOLQUGZn0EW { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Eic2TcCBv9MznSTNFXXKQB5FKdT2CBJ1 { width:9.75rem;height:9.75rem;top:5.5rem;left:5.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx { display:block; }#O9epPmoL32bcIVBSwKRFJzPpnFs8zdwx > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwiHT5DcaOmvJmxsrbn5nIR5nEEEDBK5 { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCCNwin3moZlsHhL8AaiusTzcLaMDLTC { display:block; }#HCCNwin3moZlsHhL8AaiusTzcLaMDLTC > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rawyWpr3CDLEc3VEwxqhkkLmrdU3CfXv { top:2.40625rem;left:4.59375rem;width:10.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDD4TUK5pSyUZ3zZpFXz3C8izlWU4pAr { display:block; }
 }@media only screen and (max-width: 763px) { #c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS { display:block; }#c1CxVAGrWZ1rfAw8WSNS1RJJ5axW1wPS > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmfiGhHq7oq11JF9QbVr2TxuhX7q4wPV { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGECGbzX2pnzFRmf98cc0TRlu8BKS1C { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUOyoCoEiBCcd6GV2c6RVLaTPwyxUQm { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 { display:block; }#kpkVstvHwDaRTDWmZKVqnz6HOk1ew3v3 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUXWAHhKUdUkamBBp7mawkisE3aN1w1Q { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXMlloiQNSdM9oyTqMwq6zkU8mqspKK { width:5.5rem;height:5.8125rem;top:4.125rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KrBM6T8TDNTdTNxntVTn4maRLv8PIkc1 { width:20rem;height:1.25rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DGmQRnE0UxpAJT8r5ASLV1Rk7x1lmoDn { width:17.9375rem;height:6.25rem;top:30.1875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQLuoHwcgU2zTmvJfyU2l9701kfPAkBO { width:5.5rem;height:5.8125rem;top:12.5rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ySpc138KFGJzzZWteoHK8Ht7zKpiSoFW { width:20rem;height:1.25rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DH3VWKzqRZM23i1leAWN5O7UohxVafuC { width:17.9375rem;height:6.25rem;top:38.3125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT2ZyBMza1LRb7A4AZfMe3rIE6W2csvH { width:5.5rem;height:5.8125rem;top:20.125rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lwoSAXWf5IGJVF828XeT2zvVDFFAObzc { width:20rem;height:1.25rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n0saKckFWSAHde4UPyLdoR3ypDf84ZsJ { width:17.9375rem;height:7.5rem;top:46.3125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVWwI3i1PsN32GXyt2xwBtaFk0sZbyzC { width:6.75rem;height:2.6875rem;top:4.9375rem;left:13.25rem;z-index:100028;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB { display:block; }#of9VLe5cIWnZRvSPlLSxqRkpZMfscyAB > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8DqJC6NnMrFRJbr3gFRC3WVyfebnnTc { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCkwwyTgrAXClQaBzwXpLgXoTaTQH2a { width:19.8125rem;height:16.875rem;top:5.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK4TLRM27fA7OTZXXfTl4fbZtRSxkT0S { width:20rem;height:15rem;top:23.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr { display:block; }#yrD4yeGeSZxXqmEuPpJdiZs7pbTy9eUr > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pffyQkqDoBag7dzToH8XQ69KFTyK8bmT { top:2.40625rem;left:4.59375rem;width:10.8125rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K647qhLD9lcDdKacCSDawH2cQxQcpsQn { display:block; }
 }@media only screen and (max-width: 763px) { #XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh { display:block; }#XC0ZC8kz4hKzTVVaaLAWAaHmhIz6arJh > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhdkcxvrnwe7LQ9WpMPwALGq4Zm87wUc { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { display:block; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { background-color: transparent; background-image: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container > .video-iframe-container { display: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row > .video-iframe-container { display: none; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .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); }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK { border-width: 0; border-radius: 0; }#b3lhddJ0m1ro2BIx1mnITLkAdTirBsqK > .row .container { width:20rem;height:6.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhpTqfCTiMvVhkwiLnc3M0erBRTcW689 { width:5.5rem;height:5.5rem;top:0.75000572204588rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoPpv9CQUZQUr0ySx8KfCw3DqX7DlB9 { width:5.75rem;height:5.75rem;top:0.625rem;left:7.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevFUZMi7WWwOlSf3FdwmSEfFI7HyUrP { width:5.875rem;height:5.9375rem;top:0.5rem;left:14.124348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQOqlcMv98tyD8XuDpzMstFo0fmU741q { display:block; }#kQOqlcMv98tyD8XuDpzMstFo0fmU741q > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwpG4lmbwX7yTbUgsL00zXmtwSnqg3yK { width:17.125rem;height:2.8125rem;top:0.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGNKVsQVTE4nLCb3wVdhC01Pcp1g8Me { width:8.75rem;height:3.625rem;top:5.5rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cGkOhH0uHDn6uWwhuxHHd65mmmpvM91J { width:20rem;height:0.9375rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quf9JHxPtLRcNcvZzs2ZE8HsaRPmDu2p { top:13.25rem;left:6.3125rem;width:7.375rem;height:2.1875rem;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;background-color:#00b5ca;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #rTJth3LIbMvhvxRTSOScTDwgrs6hZlAk { display:block; }
 }