.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:rgba(255,255,255,0.96);background-image:none;position:relative;display:block; }
#dqwqhMnvWfedBeadkN7EvakTivR1bVTX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .row > .video-iframe-container { display: none; }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .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); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { background-color: transparent; background-image: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container > .video-iframe-container { display: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row > .video-iframe-container { display: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .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); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { border-width: 0; border-radius: 0; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:47.75rem;position:relative;display:block; }#mavBGlhGkAe5N6a2aKHLbriZbJsy9kRW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:4.75rem;top:1.59375rem;left:21.5rem;overflow:hidden;display:block; }
#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { background-color: transparent; background-image: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .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); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { border-width: 0; border-radius: 0; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:47.75rem;position:relative;display:block; }#ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { display:block;width:38.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:2.125rem;left:4.75rem;height:;text-align:center;text-align-last:center;color:#212121;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; }
#d9vhzEMh6MAzlrcHrWtgZoEzbOlJgND9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:2.9375rem;left:40.125rem;top:8.25rem;display:block; }
#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { background-color: transparent; background-image: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .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); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { border-width: 0; border-radius: 0; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:47.75rem;position:relative;display:block; }#Xtf74Nb3EbAKwfeTWJbWasdyRa20VW2c { position:absolute;display:block;z-index:100000;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:28.5625rem;left:9.59375rem;top:1.5625rem;display:block; }
#deqVFCh2ACdAAwOX45kp2PMmhFlxBkGX { display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:3.39453125rem;left:12.9375rem;height:;text-align:center;text-align-last:center;color:#ffffff;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; }
#ABpTaSlbHyISfV1XZ1RA2Smh6CWhpxLC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:4.3125rem;left:36.875rem;top:0rem;display:block; }
#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U { position:relative;display:block; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U { background-color: transparent; background-image: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container > .video-iframe-container { display: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row > .video-iframe-container { display: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .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); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U { border-width: 0; border-radius: 0; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f1809a5-ba74-4883-a133-c696bc0dbe21/straphandl2e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.75rem;width:47.75rem;position:relative;display:block; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container.adaptive-delivery-prevent-bg, #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container.lazyload, #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container.lazyloading { background-image: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { background-color: transparent; background-image: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container > .video-iframe-container { display: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row > .video-iframe-container { display: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .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); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { border-width: 0; border-radius: 0; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:47.75rem;position:relative;display:block; }#l2SILJFltUvH6l00M6i1bx1xfMquXTKD { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#FcD3nimelwNbS2vTuv4Pvfd04UHD7iTQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:26rem;top:0rem;display:none; }
#wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:5.75rem;left:9.21875rem;height:14.8730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#b1lFpFwvq55Q1qEvrpEhzJNge5mJD73H { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:2.3125rem;top:2rem;left:22.71875rem;overflow:hidden;display:block; }
#rNOFX9k7IDC0KVozIOmEulupTaqKpl3C { position:absolute;display:block;z-index:99999;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:43.0625rem;top:3.4375rem;left:2.34375rem;display:block; }
#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container { background-color: transparent; background-image: none; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container > .video-iframe-container { display: none; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row > .video-iframe-container { display: none; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .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); }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container { border-width: 0; border-radius: 0; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:47.75rem;position:relative;display:block; }#DDN8TTcVqhnaRR1wDvyXu1MlZscmb5lG { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:25.4375rem;left:21.875rem;display:block; }
#LEPstEMnfr2lytJM3ATHU1E2M0ZxEgwC { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:28.875rem;left:19.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpBTDlWyPSVUTMm4kgxRNw9wBOfJEFnd { color:#454545;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:19.0625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaBUUHQxGl7NMsISXUxh1qTapVJQf6Z1 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:25.6875rem;left:7.375rem;display:block; }
#RzZ485Db6sdqHWBo9XxlTfE7pHXKGezT { color:#454545;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:31.25rem;left:3.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhFuOn3K5HgoyO9LynhK0ORlS9C0xEQD { color:#454545;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:16rem;left:17.9375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lwx9CweaECur4M3JH4FL0MUFbMtxkhX9 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:9.6875rem;left:21.9375rem;display:block; }
#es33DzfSp6w4Qhbs6kTFKTc4wWSsUmCu { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:16.25rem;left:32.375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5wCMaLvEvFGJ7bR4TSOstQUyOWllq2a { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:9.6875rem;left:35.875rem;display:block; }
#b4hECwdCoFJ1oMsTBbX9ohths2E8pVhc { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZKp5OruLZeFO9onGkndwcrnsWQGQTsZ { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.1875rem;left:32.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPKto47Ww7bquVFmzA7K81Eahvb07EEX { color:#151515;display:block;width:8.125rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13.125rem;left:19.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mdz9ONTvneDBLcwrlMyDVM6m8f4Ll4bV { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdaroBfr9iyDaqTnWMNUvwBzhcAKE2ym { box-sizing:content-box;color:#1e1e1e;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:9.1875rem;left:6.8125rem;display:block; }
#gtZL44IbwSsecKIiUbVF2zWOoCo9RrTh { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3.75rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VL8SuK1LmES7JEM5M3EAdfQrxXCc3nxo { color:#151515;display:block;width:9.5rem;position:absolute;font-family:"krona one";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.125rem;left:32.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNwnq7UsgBFEc0bBdhM5MRTZrsRdaTH9 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:25.4375rem;left:36.3125rem;display:block; }
#nezOmNGK6tkWwoiCFeEO54V8VAmeZiP4 { color:#454545;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:31rem;left:32.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTTedi71oM37E6OL08ds1VQuoDJaRHmf { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#TWlBxEUEEFlfaF9o0CeGmpvZNLtTN6XG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UTAvCUaoZTlnx9TsseRB9W5preeauWTO { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#AyyrveBZE9xCmckuzJziPqCX2tbv1hfE { color:#1c1e21;display:block;width:39.875rem;position:absolute;font-family:"krona one";font-size:1.5rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:3.9375rem;left:4.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8XPG3xm9MtoBM6gNyO3m2SMU3mRe2KS { position:absolute;display:block;z-index:100016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:9.6875rem;left:15.75rem;display:block; }
#wzOpcZFWhtMGCfcFMmbbMETiWO78b1PQ { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:9.6875rem;left:30.75rem;display:block; }
#IrUDsBzOEUCOS5SuIWCpUoanBLGktfJD { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:24.125rem;left:15.6875rem;display:block; }
#O3DW4dehAKAeLh3SUO93Ag3tde5i0bgJ { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:24.125rem;left:30.6875rem;display:block; }
#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk { position:relative;display:none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk { border-width: 0; border-radius: 0; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .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:47.75rem;position:relative;display:none; }#gwrrEWpXxtb067TPRWfwyZl9InlV00GW { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:3.6875rem;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:11.0625rem;text-align:center;text-align-last:center;color:#000000;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:none; }
#oFSgV3ns7vlk07UtrnlTI1LPoW3WBseC { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vpR5qbhur9gzK7uyVrpJ9KzFxDgRgJNc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:9.4375rem;display:none; }
#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container { background-color: transparent; background-image: none; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container > .video-iframe-container { display: none; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row > .video-iframe-container { display: none; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .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); }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container { border-width: 0; border-radius: 0; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:47.75rem;position:relative;display:block; }#RV0qwIP4LHhbkhUg7cKdSCnC6kwWXgy5 { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:10.8125rem;left:18.46875rem;top:0rem;display:block; }
#So7bsl3wq9f6QTNss93qLIGnmnCmmgJK { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:3.1005859375rem;left:9.21875rem;height:23.85939375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx { position:relative;display:block; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx { background-color: transparent; background-image: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container > .video-iframe-container { display: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row > .video-iframe-container { display: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .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); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx { border-width: 0; border-radius: 0; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0df3db3f-eb85-4098-9597-34a1d556e7dd/straphandle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.5rem;width:47.75rem;position:relative;display:block; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container.adaptive-delivery-prevent-bg, #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container.lazyload, #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container.lazyloading { background-image: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { background-color: transparent; background-image: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container > .video-iframe-container { display: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row > .video-iframe-container { display: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .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); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { border-width: 0; border-radius: 0; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:47.75rem;position:relative;display:block; }#Bo78tIxENOmaPFIcrorkV5CZBFyhzbP0 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:2.5625rem;left:9.21875rem;height:17.847675rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ccd2d7;background-image:none;position:relative;display:block; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { background-color: transparent; background-image: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .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); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { border-width: 0; border-radius: 0; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:47.75rem;position:relative;display:block; }#cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:100001;top:2.5rem;left:22.625rem;display:block; }
#fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { display:block;width:1.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { display:block;width:11.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.3125rem;height:6.9668125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmqTBVfbd4yCIJ1OIngeZ5k3VwNOA72e { display:block;width:1.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#NN5LFG7xeMl4tQ7pKIRNO3BE9nEVRmGG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:100001;top:2.5rem;left:6.6875rem;display:block; }
#PisTvI5HIyZUcIpTQT9fvqivkQLzT61w { display:block;width:11.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:6.75rem;left:18.25rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuX0q8LlVg9lo7sVL4k0T0ePRQ8c2WQn { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#mwnUf2DWgqO1eFtTVFT989IoHddQKDmy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#eikTG9nWovrg4vtDITyvXufova502MQg { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#dqHMta4InXyEO2UL5ydJ8P6cpmouDOHg { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#AGVtngoSv1eX2fxpX2uG0lIdIMqQnvUB { display:block;width:11.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:7.625rem;left:34.1875rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BdlAtyIKEHTukFXZI7y63vT5zZ6IdH8x { position:absolute;display:block;z-index:100004;background-color:#373737;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:5.125rem;left:15.9375rem;display:block; }
#P2qxtE7oNk49DyabHclG5dUsBzdET0kF { position:absolute;display:block;z-index:100005;background-color:#373737;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.125rem;top:5.125rem;left:31.75rem;display:block; }
#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf9f9;background-image:none;position:relative;display:block; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { background-color: transparent; background-image: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .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); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { border-width: 0; border-radius: 0; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:47.75rem;position:relative;display:block; }#JtpAVVTVw7iBUx4f7TUmliGmJbzRP4g5 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#okGFTGqvh5lCJnvJtAULAJsIP7gqBhTt { display:block;width:32.0625rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:3.25rem;left:7.84375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcJ6sAy1TGK6az5ONsBxiSTWL4ZUJMbk { display:block;width:47.75rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMDh6Q1aygzgPoPXC4Ji7GN34uHHoQlg { position:absolute;display:block;z-index:100000;background-color:#4769f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.375rem 0.375rem 0rem #000000 ;height:4.375rem;width:21.8125rem;left:13.0625rem;top:9.8125rem;display:block; }
#XlIQ3U3TfLd5mEGPzu6VvCZmqgrqqWGU { display:block;width:13.6875rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:10.9375rem;left:16.8125rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#FTqfbFZVcH9CrP80fmDaqhMJHPTvNBCT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:3.5rem;top:11.9375rem;left:33.5625rem;display:block; }
#vCNIwUhch7mD7rrdwDA3GGKGyyDZmpiE { display:block;width:25.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:17.625rem;left:11.28125rem;height:7.43653125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpBpTBH6N2fLERzRPQIlNepEkIB8B23L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:16rem;display:none; }
#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u { position:relative;display:none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u { border-width: 0; border-radius: 0; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .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:47.75rem;position:relative;display:none; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1a1c;background-image:none;position:relative;display:block; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container { background-color: transparent; background-image: none; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container > .video-iframe-container { display: none; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row > .video-iframe-container { display: none; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .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); }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container { border-width: 0; border-radius: 0; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:47.75rem;position:relative;display:block; }#XerKDM4NT7LIoDOUDwpb9sSzQSW5aImn { display:block;width:47.75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:3.5rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#RdEpPTHwCdLhSMVTI5fuoHaFCRqahsEy { display:block;width:28rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:6.625rem;left:9.875rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#DB30I7HhFQLICTqPy7y2oqWAhh408Zrn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4660cc;background-image:none;position:relative;display:block; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { background-color: transparent; background-image: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container > .video-iframe-container { display: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row > .video-iframe-container { display: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .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); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { border-width: 0; border-radius: 0; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:47.75rem;position:relative;display:block; }#wXhFn9vm48RgyaqcdCCeoO7MOU2TukZe { display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:2.6875rem;left:7.71875rem;height:8.9238375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#Sh8TCxbgbPrnLKxHC29n3RunuQSw8G2X { background-color:#00ff68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;box-sizing:border-box;color:#1e1e1e;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:4.25rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:15.8125rem;left:8.5rem;display:block; }
#TT8fDgv8f0t37aFfaHTexeMtIGDGGWIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lFtokAfndyUA4O597ui3oM1tBeROir5X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:4.5625rem;top:12.75rem;left:34.75rem;display:block; }
#htGWBlILuIFhRWRvKWp9EwJygp5vi4Fz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#T8oCOK5CTiRyZzuTIkrmFvLGQ43TvTk4 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr { position:relative;display:none; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr { border-width: 0; border-radius: 0; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .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:47.75rem;position:relative;display:none; }#ly6lzqV6nyCPTPyulDr6ozZI0Cg84vHW { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#FJ08BWPCO1fIscCEqGMMVfpBILy4TLq8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#lazyKyn4lTC15D9TdA32BwfPWXmOn2k1 { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#cLBrgRvPCtylGt1zmUcNamTOIJy9SbGh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Sby2AkUgxoVZwuOrcJz0rHn31IROpdmN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;height:27.125rem;width:17.125rem;display:none; }
#tOQ4eK0GEchmoHe0ZswibeieDEPcroxl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:4.5rem;top:23.375rem;left:35.5625rem;display:none; }
#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x { position:relative;display:none; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x { border-width: 0; border-radius: 0; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .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:47.75rem;position:relative;display:none; }#Oi6eaXEaLgRLDaSBozF3bOuHrga7CEIR { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#WehLC4ez2p2fIlii2LpIN4JNNZgyelWi { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#TLzPkZy2I5Vo82f21DDvdRle9ifsm8B9 { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#mTGg5ctIsVv7iSwKgU7qxnh9tfOvhV6g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;height:29.4375rem;width:47.75rem;display:none; }
#eOxRBveLbG3VwuV0oHTttai7Zlpu3ry4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;height:27.125rem;width:25.5625rem;display:none; }
#F0JpsBNPsyeTGS68SEwIDX4ZgGfcGPvS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;height:27.125rem;width:27.6875rem;display:none; }
#G1PaUTT6lqNRWUdwM0icpvkNcPpcGwQ5 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO { position:relative;display:none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO { border-width: 0; border-radius: 0; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .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:47.75rem;position:relative;display:none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB { position:relative;display:none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB { border-width: 0; border-radius: 0; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .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:47.75rem;position:relative;display:none; }#DgDk1OGcDD2k3WxzcBimrirAwBK5zGHT { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#BELUdCeTor1vy4iAhru9gBNDwRVdoXZf { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#UgQG06PTNGPb7vKdgmcLI2w8OwUwoU1L { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#AWectdlXE2Ir4wm0gdte8L0LyDkhAyNi { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#D5cc6PygmaXOJPMruZNy8yib6KMQqCOo { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Kp0UO49Za2DKDURRQLNNcZqtZVEJIAuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#atfxsIQwIIWV2Na0slAD6XXtR8lC8Fcb { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { background-color: transparent; background-image: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container > .video-iframe-container { display: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row > .video-iframe-container { display: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .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); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { border-width: 0; border-radius: 0; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:47.75rem;position:relative;display:block; }#vTnx3tL7p0d74MSLPOQOmctb0WtP8n0h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:9.25rem;top:2.1875rem;left:19.25rem;display:block; }
#H2GBteF0ZBIte2s4DucXpK0VJH6BIuW5 { display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:0.625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:11.6875rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#x3ACtt3MZ12R6FOwOEl8u6z9aKBsd0gf { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:8.4375rem;left:21.875rem;display:block; }
#FXDqcmlhTXcR3UGPRrBK21czmybFJ1bG { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:8.375rem;left:23.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U { display:none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mavBGlhGkAe5N6a2aKHLbriZbJsy9kRW { top:1.5625rem;left:21.5rem;width:4.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { display:block; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { width:47.75rem;height:5rem;top:0rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vhzEMh6MAzlrcHrWtgZoEzbOlJgND9 { width:2.9375rem;height:4.1875rem;top:8.25rem;left:40.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { display:block; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtf74Nb3EbAKwfeTWJbWasdyRa20VW2c { top:1.5625rem;left:9.59375rem;width:28.5625rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #deqVFCh2ACdAAwOX45kp2PMmhFlxBkGX { width:47.75rem;height:5rem;top:0rem;left:0rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABpTaSlbHyISfV1XZ1RA2Smh6CWhpxLC { width:4.3125rem;height:5.4375rem;top:0rem;left:36.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U { display:none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { display:block; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2SILJFltUvH6l00M6i1bx1xfMquXTKD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FcD3nimelwNbS2vTuv4Pvfd04UHD7iTQ { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1lFpFwvq55Q1qEvrpEhzJNge5mJD73H { top:2rem;left:22.71875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNOFX9k7IDC0KVozIOmEulupTaqKpl3C { top:3.4375rem;left:2.34375rem;width:43.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 { display:block; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDN8TTcVqhnaRR1wDvyXu1MlZscmb5lG { width:2.6875rem;height:2.6875rem;top:25.4375rem;left:21.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEPstEMnfr2lytJM3ATHU1E2M0ZxEgwC { width:8.125rem;height:0.9375rem;top:28.875rem;left:19.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBTDlWyPSVUTMm4kgxRNw9wBOfJEFnd { width:8.4375rem;height:3.125rem;top:30.8125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaBUUHQxGl7NMsISXUxh1qTapVJQf6Z1 { width:2.6875rem;height:2.6875rem;top:25.6875rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZ485Db6sdqHWBo9XxlTfE7pHXKGezT { width:10.75rem;height:2.0625rem;top:31.25rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFuOn3K5HgoyO9LynhK0ORlS9C0xEQD { width:10.75rem;height:4.1875rem;top:16rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwx9CweaECur4M3JH4FL0MUFbMtxkhX9 { width:2.6875rem;height:2.6875rem;top:9.6875rem;left:21.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es33DzfSp6w4Qhbs6kTFKTc4wWSsUmCu { width:9.75rem;height:3.125rem;top:16.25rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wCMaLvEvFGJ7bR4TSOstQUyOWllq2a { width:2.6875rem;height:2.6875rem;top:9.6875rem;left:35.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4hECwdCoFJ1oMsTBbX9ohths2E8pVhc { width:8.125rem;height:1.9375rem;top:28.375rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZKp5OruLZeFO9onGkndwcrnsWQGQTsZ { width:9.5rem;height:1.9375rem;top:13.1875rem;left:32.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKto47Ww7bquVFmzA7K81Eahvb07EEX { width:8.125rem;height:0;top:13.125rem;left:19.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdz9ONTvneDBLcwrlMyDVM6m8f4Ll4bV { width:9.5rem;height:0.9375rem;top:13.3125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdaroBfr9iyDaqTnWMNUvwBzhcAKE2ym { width:4.125rem;height:4.125rem;top:9.1875rem;left:6.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZL44IbwSsecKIiUbVF2zWOoCo9RrTh { width:9.75rem;height:4.1875rem;top:15.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL8SuK1LmES7JEM5M3EAdfQrxXCc3nxo { width:9.5rem;height:1.9375rem;top:28.125rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNwnq7UsgBFEc0bBdhM5MRTZrsRdaTH9 { width:2.6875rem;height:2.6875rem;top:25.4375rem;left:36.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nezOmNGK6tkWwoiCFeEO54V8VAmeZiP4 { width:9.75rem;height:2.0625rem;top:31rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTedi71oM37E6OL08ds1VQuoDJaRHmf { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TWlBxEUEEFlfaF9o0CeGmpvZNLtTN6XG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UTAvCUaoZTlnx9TsseRB9W5preeauWTO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AyyrveBZE9xCmckuzJziPqCX2tbv1hfE { top:3.9375rem;left:4.6875rem;width:39.875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8XPG3xm9MtoBM6gNyO3m2SMU3mRe2KS { top:9.6875rem;left:15.75rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzOpcZFWhtMGCfcFMmbbMETiWO78b1PQ { top:9.6875rem;left:30.75rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrUDsBzOEUCOS5SuIWCpUoanBLGktfJD { top:24.125rem;left:15.6875rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3DW4dehAKAeLh3SUO93Ag3tde5i0bgJ { top:24.125rem;left:30.6875rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk { display:none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gwrrEWpXxtb067TPRWfwyZl9InlV00GW { width:47.75rem;height:5rem;top:0rem;left:0rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFSgV3ns7vlk07UtrnlTI1LPoW3WBseC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vpR5qbhur9gzK7uyVrpJ9KzFxDgRgJNc { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh { display:block; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV0qwIP4LHhbkhUg7cKdSCnC6kwWXgy5 { top:0rem;left:18.46875rem;width:10.8125rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #So7bsl3wq9f6QTNss93qLIGnmnCmmgJK { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx { display:none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tzZp53iVXAQqACRfhCS91a8ike9P9alO { display:none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bo78tIxENOmaPFIcrorkV5CZBFyhzbP0 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { display:block; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { width:47.75rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { width:2.5rem;height:2.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { width:1.875rem;height:1.625rem;top:0.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { width:11.25rem;height:1.75rem;top:6.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmqTBVfbd4yCIJ1OIngeZ5k3VwNOA72e { width:1.875rem;height:1.625rem;top:0.375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NN5LFG7xeMl4tQ7pKIRNO3BE9nEVRmGG { width:2.5rem;height:2.5rem;top:0rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #PisTvI5HIyZUcIpTQT9fvqivkQLzT61w { width:11.25rem;height:1.75rem;top:6.625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuX0q8LlVg9lo7sVL4k0T0ePRQ8c2WQn { display:none; }
 }@media only screen and (max-width: 763px) { #mwnUf2DWgqO1eFtTVFT989IoHddQKDmy { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eikTG9nWovrg4vtDITyvXufova502MQg { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dqHMta4InXyEO2UL5ydJ8P6cpmouDOHg { display:none; }
 }@media only screen and (max-width: 763px) { #AGVtngoSv1eX2fxpX2uG0lIdIMqQnvUB { width:11.25rem;height:1.75rem;top:6.625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdlAtyIKEHTukFXZI7y63vT5zZ6IdH8x { top:5.125rem;left:15.9375rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qxtE7oNk49DyabHclG5dUsBzdET0kF { top:5.125rem;left:31.75rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { display:block; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtpAVVTVw7iBUx4f7TUmliGmJbzRP4g5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #okGFTGqvh5lCJnvJtAULAJsIP7gqBhTt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcJ6sAy1TGK6az5ONsBxiSTWL4ZUJMbk { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMDh6Q1aygzgPoPXC4Ji7GN34uHHoQlg { top:9.8125rem;left:13.0625rem;width:21.8125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlIQ3U3TfLd5mEGPzu6VvCZmqgrqqWGU { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTqfbFZVcH9CrP80fmDaqhMJHPTvNBCT { width:3.5rem;height:4.9375rem;top:11.9375rem;left:33.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCNIwUhch7mD7rrdwDA3GGKGyyDZmpiE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpBpTBH6N2fLERzRPQIlNepEkIB8B23L { width:16rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u { display:none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ { display:block; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XerKDM4NT7LIoDOUDwpb9sSzQSW5aImn { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdEpPTHwCdLhSMVTI5fuoHaFCRqahsEy { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB30I7HhFQLICTqPy7y2oqWAhh408Zrn { display:none; }
 }@media only screen and (max-width: 763px) { #CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv { display:none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wXhFn9vm48RgyaqcdCCeoO7MOU2TukZe { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sh8TCxbgbPrnLKxHC29n3RunuQSw8G2X { width:29.125rem;height:4.25rem;top:15.8125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT8fDgv8f0t37aFfaHTexeMtIGDGGWIC { display:block; }
 }@media only screen and (max-width: 763px) { #lFtokAfndyUA4O597ui3oM1tBeROir5X { width:4.5625rem;height:5.6875rem;top:12.75rem;left:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #htGWBlILuIFhRWRvKWp9EwJygp5vi4Fz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #T8oCOK5CTiRyZzuTIkrmFvLGQ43TvTk4 { display:none; }
 }@media only screen and (max-width: 763px) { #NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr { display:none; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ly6lzqV6nyCPTPyulDr6ozZI0Cg84vHW { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJ08BWPCO1fIscCEqGMMVfpBILy4TLq8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lazyKyn4lTC15D9TdA32BwfPWXmOn2k1 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBrgRvPCtylGt1zmUcNamTOIJy9SbGh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Sby2AkUgxoVZwuOrcJz0rHn31IROpdmN { width:17.125rem;height:27.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOQ4eK0GEchmoHe0ZswibeieDEPcroxl { width:4.5rem;height:5.6875rem;top:23.375rem;left:35.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x { display:none; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oi6eaXEaLgRLDaSBozF3bOuHrga7CEIR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WehLC4ez2p2fIlii2LpIN4JNNZgyelWi { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TLzPkZy2I5Vo82f21DDvdRle9ifsm8B9 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTGg5ctIsVv7iSwKgU7qxnh9tfOvhV6g { width:47.75rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOxRBveLbG3VwuV0oHTttai7Zlpu3ry4 { width:25.5625rem;height:27.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0JpsBNPsyeTGS68SEwIDX4ZgGfcGPvS { width:27.6875rem;height:27.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1PaUTT6lqNRWUdwM0icpvkNcPpcGwQ5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO { display:none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wsz3COh95107wPnJUE7GDFmNedHnztlB { display:none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgDk1OGcDD2k3WxzcBimrirAwBK5zGHT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BELUdCeTor1vy4iAhru9gBNDwRVdoXZf { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgQG06PTNGPb7vKdgmcLI2w8OwUwoU1L { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWectdlXE2Ir4wm0gdte8L0LyDkhAyNi { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5cc6PygmaXOJPMruZNy8yib6KMQqCOo { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Kp0UO49Za2DKDURRQLNNcZqtZVEJIAuQ { display:block; }
 }@media only screen and (max-width: 763px) { #atfxsIQwIIWV2Na0slAD6XXtR8lC8Fcb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg { display:none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTnx3tL7p0d74MSLPOQOmctb0WtP8n0h { width:9.25rem;height:4.875rem;top:2.1875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2GBteF0ZBIte2s4DucXpK0VJH6BIuW5 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3ACtt3MZ12R6FOwOEl8u6z9aKBsd0gf { top:8.4375rem;left:21.875rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXDqcmlhTXcR3UGPRrBK21czmybFJ1bG { top:8.375rem;left:23.8125rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U { background-color:#0e0e0e;background-image:none;display:block; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { background-color: transparent; background-image: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container > .video-iframe-container { display: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row > .video-iframe-container { display: none; }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .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); }#pWDJSTidh6g7sRszDDx6MfkAfd7Chl7U > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mavBGlhGkAe5N6a2aKHLbriZbJsy9kRW { width:4.8125rem;height:2.375rem;top:0.84375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { background-color:#ccd2d7;background-image:none;display:block; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { background-color: transparent; background-image: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .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); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { width:19.3125rem;height:7.75rem;top:1.875rem;left:0.375rem;font-size:1.9375rem;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #d9vhzEMh6MAzlrcHrWtgZoEzbOlJgND9 { top:8.75rem;left:13.8125rem;width:2.625rem;height:4rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { background-color:#ccd2d7;background-image:none;display:block; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { background-color: transparent; background-image: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .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); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtf74Nb3EbAKwfeTWJbWasdyRa20VW2c { top:0.5rem;left:0rem;width:20rem;height:11.6875rem;z-index:100000;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #deqVFCh2ACdAAwOX45kp2PMmhFlxBkGX { width:15.6875rem;height:9.75rem;top:2.078125rem;left:2.15625rem;font-size:0.9375rem;color:#ffffff;z-index:100001;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ABpTaSlbHyISfV1XZ1RA2Smh6CWhpxLC { top:5.375rem;left:16.3125rem;width:3.6875rem;height:4.625rem;z-index:100004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f1809a5-ba74-4883-a133-c696bc0dbe21/straphandl2e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U.adaptive-delivery-prevent-bg, #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U.lazyload, #FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U.lazyloading { background-image: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container { background-color: transparent; background-image: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container > .video-iframe-container { display: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row > .video-iframe-container { display: none; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .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); }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container { border-width: 0; border-radius: 0; }#FQU3us8NTi9XDDXrE9UkhwEHwUxsrN2U > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { display:block; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2SILJFltUvH6l00M6i1bx1xfMquXTKD { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FcD3nimelwNbS2vTuv4Pvfd04UHD7iTQ { top:21rem;left:16.5625rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { width:17.5rem;height:18rem;top:5.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b1lFpFwvq55Q1qEvrpEhzJNge5mJD73H { width:2.3125rem;height:2.3125rem;top:1.75rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNOFX9k7IDC0KVozIOmEulupTaqKpl3C { width:20rem;height:21.625rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 { display:block; }#TRho2Rcdp7VDdUz7IyTUTh0QyeEhmTG3 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDN8TTcVqhnaRR1wDvyXu1MlZscmb5lG { width:2.6875rem;height:2.6875rem;top:22.625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEPstEMnfr2lytJM3ATHU1E2M0ZxEgwC { width:6.0625rem;height:1.5rem;top:25.9375rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bpBTDlWyPSVUTMm4kgxRNw9wBOfJEFnd { width:8.125rem;height:4.548825rem;top:28.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #kaBUUHQxGl7NMsISXUxh1qTapVJQf6Z1 { width:2.6875rem;height:2.6875rem;top:37.5625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZ485Db6sdqHWBo9XxlTfE7pHXKGezT { width:7.875rem;height:3.41161875rem;top:42.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #EhFuOn3K5HgoyO9LynhK0ORlS9C0xEQD { width:8.25rem;height:5.6860375rem;top:28.4375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #Lwx9CweaECur4M3JH4FL0MUFbMtxkhX9 { width:2.6875rem;height:2.6875rem;top:22.625rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es33DzfSp6w4Qhbs6kTFKTc4wWSsUmCu { width:8.375rem;height:4.548825rem;top:13.9375rem;left:10.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #z5wCMaLvEvFGJ7bR4TSOstQUyOWllq2a { width:2.6875rem;height:2.6875rem;top:7.8125rem;left:13.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4hECwdCoFJ1oMsTBbX9ohths2E8pVhc { width:6.6875rem;height:1.5rem;top:40.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QZKp5OruLZeFO9onGkndwcrnsWQGQTsZ { width:8.0625rem;height:1.5rem;top:11.125rem;left:11rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qPKto47Ww7bquVFmzA7K81Eahvb07EEX { width:8.125rem;height:1.94921875rem;top:25.75rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Mdz9ONTvneDBLcwrlMyDVM6m8f4Ll4bV { width:8.125rem;height:1.94921875rem;top:10.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NdaroBfr9iyDaqTnWMNUvwBzhcAKE2ym { width:4.125rem;height:4.125rem;top:6.6875rem;left:2.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZL44IbwSsecKIiUbVF2zWOoCo9RrTh { width:8rem;height:6.82325rem;top:12.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #VL8SuK1LmES7JEM5M3EAdfQrxXCc3nxo { width:6.875rem;height:1.5rem;top:40.8125rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eNwnq7UsgBFEc0bBdhM5MRTZrsRdaTH9 { width:2.6875rem;height:2.6875rem;top:37.5625rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nezOmNGK6tkWwoiCFeEO54V8VAmeZiP4 { width:8rem;height:3.41161875rem;top:42.9375rem;left:11rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #WTTedi71oM37E6OL08ds1VQuoDJaRHmf { top:6.6875rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TWlBxEUEEFlfaF9o0CeGmpvZNLtTN6XG { top:22.3125rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UTAvCUaoZTlnx9TsseRB9W5preeauWTO { top:37.9375rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AyyrveBZE9xCmckuzJziPqCX2tbv1hfE { width:12.6875rem;height:3.09375rem;top:1.75rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z8XPG3xm9MtoBM6gNyO3m2SMU3mRe2KS { width:0.125rem;height:12.5rem;top:44.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzOpcZFWhtMGCfcFMmbbMETiWO78b1PQ { width:0.125rem;height:12.5rem;top:58.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrUDsBzOEUCOS5SuIWCpUoanBLGktfJD { width:0.125rem;height:12.5rem;top:72rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3DW4dehAKAeLh3SUO93Ag3tde5i0bgJ { width:0.125rem;height:12.5rem;top:85.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk { background-color:#000000;background-image:url("https://images.assets-landingi.com/le2i2gJr/clientes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk.adaptive-delivery-prevent-bg, #n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk.lazyload, #n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk.lazyloading { background-image: none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container { background-color: transparent; background-image: none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container > .video-iframe-container { display: none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row > .video-iframe-container { display: none; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .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); }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container { border-width: 0; border-radius: 0; }#n6qoiWwEpFJODuxNDTMGADSS1QsbXeBk > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwrrEWpXxtb067TPRWfwyZl9InlV00GW { width:15.375rem;height:;top:3.125rem;left:4.625rem;font-size:1.625rem;color:#ffffff;z-index:100001;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oFSgV3ns7vlk07UtrnlTI1LPoW3WBseC { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100003;background-color:#6647f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vpR5qbhur9gzK7uyVrpJ9KzFxDgRgJNc { top:17.3125rem;left:1.3125rem;width:4.25rem;height:9.25rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh { display:block; }#iNVJ3sQ8RN3WPisvnNiTM5r2wO7qaXJh > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV0qwIP4LHhbkhUg7cKdSCnC6kwWXgy5 { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #So7bsl3wq9f6QTNss93qLIGnmnCmmgJK { width:20rem;height:30rem;top:2.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0df3db3f-eb85-4098-9597-34a1d556e7dd/straphandle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx.adaptive-delivery-prevent-bg, #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx.lazyload, #JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx.lazyloading { background-image: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container { background-color: transparent; background-image: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container > .video-iframe-container { display: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row > .video-iframe-container { display: none; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .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); }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container { border-width: 0; border-radius: 0; }#JQWqGqTrTS2aHnI5vOHfCBDcFilBJOsx > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzZp53iVXAQqACRfhCS91a8ike9P9alO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { background-color: transparent; background-image: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container > .video-iframe-container { display: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row > .video-iframe-container { display: none; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .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); }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { border-width: 0; border-radius: 0; }#tzZp53iVXAQqACRfhCS91a8ike9P9alO > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bo78tIxENOmaPFIcrorkV5CZBFyhzbP0 { width:20rem;height:21rem;top:2.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { background-color:#e3e3e3;background-image:none;display:block; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { background-color: transparent; background-image: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .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); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { width:2.5rem;height:2.5rem;top:1.5rem;left:8.75rem;background-color:#2c2c2c;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) { #fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { width:1.875rem;height:1.625rem;top:1.9375rem;left:9.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { width:15.375rem;height:3.65625rem;top:4.375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmqTBVfbd4yCIJ1OIngeZ5k3VwNOA72e { width:1.875rem;height:1.625rem;top:11.3125rem;left:9.0625rem;color:#ffffff;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #NN5LFG7xeMl4tQ7pKIRNO3BE9nEVRmGG { width:2.5rem;height:2.5rem;top:10.875rem;left:8.75rem;background-color:#2c2c2c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #PisTvI5HIyZUcIpTQT9fvqivkQLzT61w { width:17.25rem;height:3.65625rem;top:14.09375rem;left:1.375rem;font-size:0.9375rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #OuX0q8LlVg9lo7sVL4k0T0ePRQ8c2WQn { top:9.5rem;left:5.09375rem;width:9.8125rem;height:0.125rem;z-index:100005;background-color:#9d9d9d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mwnUf2DWgqO1eFtTVFT989IoHddQKDmy { top:0rem;left:15.5rem;width:4.5rem;height:0.25rem;z-index:100006;background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eikTG9nWovrg4vtDITyvXufova502MQg { top:29.1875rem;left:0rem;width:4.5rem;height:0.25rem;z-index:100007;background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dqHMta4InXyEO2UL5ydJ8P6cpmouDOHg { top:19.8125rem;left:5.03125rem;width:9.8125rem;height:0.125rem;z-index:100006;background-color:#9d9d9d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AGVtngoSv1eX2fxpX2uG0lIdIMqQnvUB { width:17.5625rem;height:4.205075rem;top:21.96875rem;left:1.375rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #BdlAtyIKEHTukFXZI7y63vT5zZ6IdH8x { width:0.125rem;height:12.5rem;top:5.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2qxtE7oNk49DyabHclG5dUsBzdET0kF { width:0.125rem;height:12.5rem;top:5.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { background-color:#ffffff;background-image:none;display:block; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { background-color: transparent; background-image: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .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); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtpAVVTVw7iBUx4f7TUmliGmJbzRP4g5 { top:0rem;left:0rem;width:4.5rem;height:0.25rem;z-index:100006;background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #okGFTGqvh5lCJnvJtAULAJsIP7gqBhTt { width:12.875rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #fcJ6sAy1TGK6az5ONsBxiSTWL4ZUJMbk { width:17.1875rem;height:2.79980625rem;top:7.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.4;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #cMDh6Q1aygzgPoPXC4Ji7GN34uHHoQlg { top:12.9375rem;left:1.8125rem;width:16.375rem;height:3.6875rem;z-index:100007;background-color:#47aaf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.375rem 0.375rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #XlIQ3U3TfLd5mEGPzu6VvCZmqgrqqWGU { width:13.625rem;height:1.4375rem;top:14.0625rem;left:3.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;z-index:100012;font-family:comfortaa;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FTqfbFZVcH9CrP80fmDaqhMJHPTvNBCT { top:15.5rem;left:17.1875rem;width:2.3125rem;height:3.3125rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vCNIwUhch7mD7rrdwDA3GGKGyyDZmpiE { width:20rem;height:9rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DpBpTBH6N2fLERzRPQIlNepEkIB8B23L { top:8.1875rem;left:15.25rem;width:4.75rem;height:5.9375rem;z-index:100017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lAFLeRhN/clientes_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u.adaptive-delivery-prevent-bg, #viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u.lazyload, #viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u.lazyloading { background-image: none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container { background-color: transparent; background-image: none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container > .video-iframe-container { display: none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row > .video-iframe-container { display: none; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .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); }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container { border-width: 0; border-radius: 0; }#viPLuT5l1kQ4yiAsgVgTkdIVzwsKyq4u > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ { display:block; }#ilTb1t50E0zD7zEOlTdU1A9kQbF8rPSQ > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XerKDM4NT7LIoDOUDwpb9sSzQSW5aImn { width:20rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #RdEpPTHwCdLhSMVTI5fuoHaFCRqahsEy { width:20rem;height:4.5rem;top:11.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DB30I7HhFQLICTqPy7y2oqWAhh408Zrn { top:2.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:100006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv { background-color:#47aaf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { background-color: transparent; background-image: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container > .video-iframe-container { display: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row > .video-iframe-container { display: none; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .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); }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { border-width: 0; border-radius: 0; }#CXOh57HO0eMGTIy8U0DkXTlKnCy9APiv > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXhFn9vm48RgyaqcdCCeoO7MOU2TukZe { width:20rem;height:12.65625rem;top:3.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.5;z-index:100006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8TCxbgbPrnLKxHC29n3RunuQSw8G2X { top:19.75rem;left:1.4375rem;width:16.75rem;height:4.0625rem;z-index:100030;color:#232323;background-color:#00f36b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:ubuntu;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #TT8fDgv8f0t37aFfaHTexeMtIGDGGWIC { display:block; }
 }@media only screen and (max-width: 763px) { #lFtokAfndyUA4O597ui3oM1tBeROir5X { top:16.375rem;left:14.8125rem;width:3.75rem;height:4.6875rem;z-index:100032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #htGWBlILuIFhRWRvKWp9EwJygp5vi4Fz { top:28.125rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T8oCOK5CTiRyZzuTIkrmFvLGQ43TvTk4 { top:0rem;left:0.84375rem;width:18.3125rem;height:0.4375rem;z-index:100016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container { background-color: transparent; background-image: none; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container > .video-iframe-container { display: none; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row > .video-iframe-container { display: none; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .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); }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container { border-width: 0; border-radius: 0; }#NlHK74D3bpkubi0fcDzlQmpR1CQVTbAr > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly6lzqV6nyCPTPyulDr6ozZI0Cg84vHW { width:12.875rem;height:2.875rem;top:3.125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #FJ08BWPCO1fIscCEqGMMVfpBILy4TLq8 { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lazyKyn4lTC15D9TdA32BwfPWXmOn2k1 { width:20rem;height:6rem;top:8rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #cLBrgRvPCtylGt1zmUcNamTOIJy9SbGh { top:49.875rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Sby2AkUgxoVZwuOrcJz0rHn31IROpdmN { top:16.5625rem;left:0.65625rem;width:18.3125rem;height:29.1875rem;z-index:100010;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #tOQ4eK0GEchmoHe0ZswibeieDEPcroxl { top:12.5625rem;left:15.65625rem;width:3.75rem;height:4.6875rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x { background-color:#dadada;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container { background-color: transparent; background-image: none; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container > .video-iframe-container { display: none; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row > .video-iframe-container { display: none; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .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); }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container { border-width: 0; border-radius: 0; }#pR0I2vhNRtXT5AuJ8Te0CBp6ZtoZEw3x > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi6eaXEaLgRLDaSBozF3bOuHrga7CEIR { width:12.875rem;height:1.4375rem;top:3.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #WehLC4ez2p2fIlii2LpIN4JNNZgyelWi { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TLzPkZy2I5Vo82f21DDvdRle9ifsm8B9 { width:20rem;height:10.5625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #mTGg5ctIsVv7iSwKgU7qxnh9tfOvhV6g { top:19.125rem;left:0rem;width:20rem;height:12.25rem;z-index:100007;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;display:block; }
 }@media only screen and (max-width: 763px) { #eOxRBveLbG3VwuV0oHTttai7Zlpu3ry4 { top:54.3125rem;left:0rem;width:20rem;height:21.25rem;z-index:100008;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;display:block; }
 }@media only screen and (max-width: 763px) { #F0JpsBNPsyeTGS68SEwIDX4ZgGfcGPvS { top:33.1875rem;left:0rem;width:20rem;height:19.625rem;z-index:100009;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;display:block; }
 }@media only screen and (max-width: 763px) { #G1PaUTT6lqNRWUdwM0icpvkNcPpcGwQ5 { top:77.6875rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/863nPiAC/delly.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO.adaptive-delivery-prevent-bg, #Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO.lazyload, #Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO.lazyloading { background-image: none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container { background-color: transparent; background-image: none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container > .video-iframe-container { display: none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row > .video-iframe-container { display: none; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .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); }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container { border-width: 0; border-radius: 0; }#Wo2wDy5rlkK1Zggw3WNhwRPNrbN9AqbO > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsz3COh95107wPnJUE7GDFmNedHnztlB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container { background-color: transparent; background-image: none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container > .video-iframe-container { display: none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row > .video-iframe-container { display: none; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .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); }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container { border-width: 0; border-radius: 0; }#wsz3COh95107wPnJUE7GDFmNedHnztlB > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgDk1OGcDD2k3WxzcBimrirAwBK5zGHT { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BELUdCeTor1vy4iAhru9gBNDwRVdoXZf { width:12.875rem;height:2.875rem;top:1.875rem;left:3.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #UgQG06PTNGPb7vKdgmcLI2w8OwUwoU1L { width:16.3125rem;height:3rem;top:5.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #AWectdlXE2Ir4wm0gdte8L0LyDkhAyNi { width:18.75rem;height:3rem;top:17.25rem;left:0.625rem;font-size:1rem;text-align:right;text-align-last:right;font-weight:300;font-style:normal;line-height:1.5;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #D5cc6PygmaXOJPMruZNy8yib6KMQqCOo { top:11.0625rem;left:1.625rem;width:16.75rem;height:4.0625rem;z-index:100031;color:#ffffff;background-color:#563ed0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:ubuntu;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #Kp0UO49Za2DKDURRQLNNcZqtZVEJIAuQ { display:block; }
 }@media only screen and (max-width: 763px) { #atfxsIQwIIWV2Na0slAD6XXtR8lC8Fcb { top:21.75rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100008;background-color:#563ed0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { background-color: transparent; background-image: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container > .video-iframe-container { display: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row > .video-iframe-container { display: none; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .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); }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { border-width: 0; border-radius: 0; }#Zlgc09S88ngrFbt5Q2A7zSpBRoPcCHQg > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTnx3tL7p0d74MSLPOQOmctb0WtP8n0h { top:1.8125rem;left:6.40625rem;width:7.1875rem;height:3.75rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H2GBteF0ZBIte2s4DucXpK0VJH6BIuW5 { width:18.1875rem;height:0.9375rem;top:9.125rem;left:0.96875rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;z-index:100008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x3ACtt3MZ12R6FOwOEl8u6z9aKBsd0gf { top:6.5rem;left:7.9375rem;width:1.9375rem;height:1.9375rem;z-index:100009;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FXDqcmlhTXcR3UGPRrBK21czmybFJ1bG { top:6.5rem;left:10.21875rem;width:1.9375rem;height:1.9375rem;z-index:100010;font-size:1.3125rem;color:#ffffff;display:block; }
 }