.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:60rem;position:relative;display:block; }#u798ZEUbBya8WUwSRhf0mZ8ZP3arh0Tw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:15.1875rem;top:7.375rem;left:22.40625rem;overflow:hidden;display:block; }
#SF3UXvZ75HqcGfQ5p7QBg9MxqlOLbCwe { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25.15625rem;height:1.787325rem;display:block; }
#wnWOWHALyMQw4dsGAV9JG0eC99Pyh9zQ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:8.0625rem;top:2.25rem;left:6rem;overflow:hidden;display:block; }
#Tmf1HLEMKWu3zUf4eucR0V78yHVuCVkf { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:60rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#ewhepl7ATz1B0E2TvOgRlgfhhX4NQc7E { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:60rem;top:7.3746743202213rem;left:0rem;overflow:hidden;display:block; }
#wRA9f23FARRE0Jzl4T9muxvqNkOTWZmS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:7.125rem;top:2.25rem;left:47.875001907349rem;overflow:hidden;display:block; }
#PRiyf3ABkHlNCQVwpyO7WvoZBb2xFSF3 { position:absolute;display:block;z-index:100001;background-color:#ffbc31;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:27.5625rem;width:14.8125rem;top:28.311630725861rem;left:4.75rem;display:block; }
#xPWDygyzdcMAwxVHwqZMCSOUmrkzWPnd { position:absolute;display:block;z-index:100002;background-color:#830c2b;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:26.875rem;width:14.25rem;top:28.624998569489rem;left:5rem;display:block; }
#OvXqVZiRBhIoD0iLZ0T4mbTsacfrAXRP { color:#ffffff;display:block;width:13.18575rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:29.187499046326rem;left:5.5616321563721rem;height:4.38541875rem;text-align:center;text-align-last:center;display:block; }
#su0mePAXAb1Qx5QNW6SR2QDA2UpW5QsN { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.06075rem;width:11.31075rem;top:32.405384063721rem;left:6.4991321563719rem;overflow:hidden;display:block; }
#hby9KfoWQJUWCiXZIFbkfUoVy1Vs1U94 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:34.5625rem;left:6.8125rem;height:11.6953125rem;text-align:center;text-align-last:center;display:block; }
#m2abbb5R1abTdJ2DuLohK2QzaikvkduT { background-color:#ffd500;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-sizing:border-box;color:#830c2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:11.75rem;height:2.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:52.561632156372rem;left:6.28125rem;display:block; }
#ErX2zNwDnPvQcUiMtxo9rtULLTBDUZLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qdatEfMpAo58g9xWSoyxUhvSTBRODNV6 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:29.625rem;left:24.3125rem;height:3.7361125rem;text-align:center;text-align-last:center;display:block; }
#BcvaCprtA3wyzhvhUUXQIbiVpqkJXJyA { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:11.25rem;top:32.25rem;left:24.3125rem;overflow:hidden;display:block; }
#t6iaEANaDvnafQG4mTHLxBr4LwhJPqg1 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:33.875rem;left:25.25rem;height:14.29425rem;text-align:center;text-align-last:center;display:block; }
#NLab30TXBmZoZ4RwRMXoeTTG1kmxG2s9 { background-color:#ffd500;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-sizing:border-box;color:#9b0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.25rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:52.655382156372rem;left:24.125rem;display:block; }
#PRR3aB0SCLuaXHdXpOx54vNRnAvTg4Hq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sOUTm9iFGTtEnTXUJm0p8JyRUG0nydMZ { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:29.5rem;left:43.000003814698rem;height:3.7361125rem;text-align:center;text-align-last:center;display:block; }
#fZRAPp0NEnGD91pGM3VvsTTBmuKuiCyq { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:11.5rem;top:32.372395992279rem;left:41.875003814698rem;overflow:hidden;display:block; }
#iXuHTTGhJETTTNirqv4emaGJrFUpzEh4 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:33.875rem;left:42.0625rem;height:12.99476875rem;text-align:center;text-align-last:center;display:block; }
#TcFxaWR0wsNsyq1KzokTdrkSHxkfNRBH { background-color:#ffd500;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-sizing:border-box;color:#9b0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.25rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:52.655382156372rem;left:41.750003814698rem;display:block; }
#ThOmotEZBDgJ7RhST97rrftHrzGxiB9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JTwK8Qvo1nJEAkTSOeuPLtm2UWQLmWTD { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.956596374512rem;left:9.875rem;height:2.3559rem;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; }
#i3gRVRi8DVTUZHGmUlgwn4Cb7Sohdwq9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:48.776908874512rem;left:6rem;height:1.46180625rem;display:block; }
#dkziB0iqPpolTRWW7sFXxTXwGwRonAJy { position:absolute;display:block;z-index:100004;background-color:#830c2b;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:26.875rem;width:14.25rem;top:28.654513835907rem;left:22.875rem;display:block; }
#e7qUisc9COmdPJ81uTpnTQmb5Tu8OZ5g { position:absolute;display:block;z-index:100003;background-color:#ffbc31;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:27.5625rem;width:14.8125rem;top:28.310763835907rem;left:22.59375rem;display:block; }
#lOrnTM0kRymA8T6I8WTHTafCTlHTFNGu { position:absolute;display:block;z-index:100006;background-color:#830c2b;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:26.875rem;width:14.25rem;top:28.654513835907rem;left:40.5rem;display:block; }
#ae69RFhnBShhh8lqauhTZx9KG6yHgqhh { position:absolute;display:block;z-index:100005;background-color:#ffbc31;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:27.5625rem;width:14.8125rem;top:28.3125rem;left:40.25rem;display:block; }
#UVpGDQaxMUev7dVqLgC8SX2FWuo3Zelm { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:49.956598281861rem;left:27.15625rem;height:2.3559rem;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; }
#MFH6iAnPkErAvTTBUJCo1qdq2BEPz7d8 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:barlow;font-size:1.8125rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:49.956598281861rem;left:44.781253814698rem;height:2.3559rem;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; }
#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { position:relative;display:block; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { background-color: transparent; background-image: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container > .video-iframe-container { display: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row > .video-iframe-container { display: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .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); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { border-width: 0; border-radius: 0; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.adaptive-delivery-prevent-bg, #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.lazyload, #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.lazyloading { background-image: none; }#KDlrTT4JHs1Rh1B5ibnBiycx1SQOr9Tp { z-index:100002;top:2.5rem;left:22.96875rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #620a0a ;box-sizing:border-box;color:#d02525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M17Vv6QMswfHzdgkxFbnaNbeWON6cnd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 { position:relative;display:block; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 { background-color: transparent; background-image: none; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container > .video-iframe-container { display: none; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row > .video-iframe-container { display: none; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .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); }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 { border-width: 0; border-radius: 0; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container.adaptive-delivery-prevent-bg, #x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container.lazyload, #x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container.lazyloading { background-image: none; }#HT050G6371POJeeiHIVbpQG1wCmVdCiK { position:absolute;display:block;z-index:99993;background-color:#ffbc31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.25rem;width:30.125rem;top:2.8610229492188E-6rem;left:14.9375rem;display:block; }
#l5kxJZv0KONyLP7ylSxUiFFsWi1FJOhT { display:block;width:20.749875rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:0rem;left:19.624170780182rem;height:;text-align:center;text-align-last:center;color:#ffffff;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; }
#Th8nMIfPBZE0LlXtm8sxMSCm8S7IaxLV { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:10.311685562134rem;left:10.436199188233rem;display:block; }
#vuDc8MCTwDxFMoAz4MvIMQo4JxJSVRlI { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:15.8740234375rem;left:10.436199188233rem;display:block; }
#ZwebPZlbcyWAeJvQlpONo5Mf9ZBzLaJ9 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:20.561197280884rem;left:10.436199188233rem;display:block; }
#hVOHsHWxG7OR3ZIST7PxRExpwQxN00e5 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:25.936685562134rem;left:10.436199188233rem;display:block; }
#KADHVfUo9dPvhZb7p0Ehr6QQAwOJlxt7 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:31.625rem;left:10.436199188233rem;display:block; }
#p7trwBP2bTwusedbRiooOwKVahUKwK55 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:10.311685562134rem;left:45.060222625733rem;display:block; }
#hGxrEMz43EmuMbTfQdrmpznb3aUJAMlU { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:15.8740234375rem;left:45.060222625733rem;display:block; }
#dTI6H2s9lPoIATdCc3tiNC19nTq4UOEf { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:20.9375rem;left:45.0625rem;display:block; }
#Omrbw323lkkRedLtLlK88TrTSqdV4Zr6 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:26.124185562134rem;left:45.060222625733rem;display:block; }
#fsNO6z6LEg8JQ0HJW6ayaSC0KxgboOav { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:31.6875rem;left:45.061847686767rem;display:block; }
#fG9LpNbcyqUPhTzJXOsQZ00KroJHQa2U { z-index:100003;top:44.318031311035rem;left:23.09326171875rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #620a0a ;box-sizing:border-box;color:#d02525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6872rem;height:3.062175rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hEbLqCcoy0kwo0fNAky0ver7c5ld7eKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QzcNOia6se13iAIRE76GysUNHBXzsnti { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:33rem;left:17.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eANUKAG5mzcRoEHhSqnermUyNMgOmViZ { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.5625rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:10.8125rem;left:15.061847686767rem;display:block; }
#ttTta7S9v8xGIP6X9kPJPtskDikwQeu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z6a99lNcmtw7C0IoUSwF186bgXlBWeg9 { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:5.375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:15.12451171875rem;left:15.061847686767rem;display:block; }
#T1IxBgfs3Snrt63igpXaRVcqrHOpRkZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T6h5tLfqHqGi3Brz9TkzbdqcKuMSxCtX { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:5.5rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:25.562336921692rem;left:15.061847686767rem;display:block; }
#k0NrL8mq8ysqMvTFa4XQ6mQDd7LzfpuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FRKNCGmO2w07bnzx9xPhcUGtfR361CXt { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.5625rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:21.311848640442rem;left:15.061847686767rem;display:block; }
#SeS9wZeKhdrx7CZ71MBVWmL0fJorbdXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tm1QJL9h1zoZUJuXnf15bUdb3TseRko2 { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.75rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:32.1875rem;left:15.061847686767rem;display:block; }
#ub8SDmCso6USRE9LlIOKyBovOObQcCKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GTHG1t75V3Qw5E3sCKt6mb1SsLrpy1M0 { background-color:#830c2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffbc31;border-left:0.25rem solid #ffbc31;border-right:0.25rem solid #ffbc31;border-bottom:0.25rem solid #ffbc31;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-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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.687325rem;height:3.625325rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:37.63427734375rem;left:15.15625rem;display:block; }
#SBmZCDGtRa6TLfHP0LpIv5qLCwl2KxKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WoPq5EJgKErPSRu4ssRQ8AovQizCdOVa { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:37.16552734375rem;left:10.497234344483rem;display:block; }
#TFXlBv6NzR2PWgZB65G3wUbTCuuctZgI { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:37.16552734375rem;left:45.060222625733rem;display:block; }
#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.adaptive-delivery-prevent-bg, #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.lazyload, #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.lazyloading { background-image: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { background-color: transparent; background-image: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container > .video-iframe-container { display: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row > .video-iframe-container { display: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .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); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { border-width: 0; border-radius: 0; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u798ZEUbBya8WUwSRhf0mZ8ZP3arh0Tw { width:15.1875rem;height:15.25rem;top:7.375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SF3UXvZ75HqcGfQ5p7QBg9MxqlOLbCwe { width:9.625rem;height:1.787325rem;top:23.1875rem;left:19.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wnWOWHALyMQw4dsGAV9JG0eC99Pyh9zQ { width:8.0625rem;height:5.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tmf1HLEMKWu3zUf4eucR0V78yHVuCVkf { width:47.75rem;height:11.091927083333rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ewhepl7ATz1B0E2TvOgRlgfhhX4NQc7E { width:47.75rem;height:10.625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wRA9f23FARRE0Jzl4T9muxvqNkOTWZmS { width:7.125rem;height:3.25rem;top:2.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PRiyf3ABkHlNCQVwpyO7WvoZBb2xFSF3 { width:14.8125rem;height:27.5625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPWDygyzdcMAwxVHwqZMCSOUmrkzWPnd { width:14.25rem;height:26.875rem;top:28.593750953674rem;left:0.28125002980232rem;display:block; }
 }@media only screen and (max-width: 959px) { #OvXqVZiRBhIoD0iLZ0T4mbTsacfrAXRP { width:13.125rem;height:2.5989625rem;top:29.258681297302rem;left:0.84375002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #su0mePAXAb1Qx5QNW6SR2QDA2UpW5QsN { width:11.25rem;height:15.9739375rem;top:32.387153625488rem;left:1.7812500298023rem;display:block; }
 }@media only screen and (max-width: 959px) { #hby9KfoWQJUWCiXZIFbkfUoVy1Vs1U94 { width:11.125rem;height:11.6953125rem;top:33.995660781861rem;left:1.8437500298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #m2abbb5R1abTdJ2DuLohK2QzaikvkduT { width:11.75rem;height:2.4375rem;top:52.531251907349rem;left:1.5312500298023rem;display:block; }
 }@media only screen and (max-width: 959px) { #ErX2zNwDnPvQcUiMtxo9rtULLTBDUZLU { display:block; }
 }@media only screen and (max-width: 959px) { #qdatEfMpAo58g9xWSoyxUhvSTBRODNV6 { width:11.25rem;height:1.86805625rem;top:29.624133110046rem;left:18.249999791384rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #BcvaCprtA3wyzhvhUUXQIbiVpqkJXJyA { width:11.25rem;height:16.25rem;top:32.25rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #t6iaEANaDvnafQG4mTHLxBr4LwhJPqg1 { width:9.375rem;height:14.29425rem;top:33.875rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NLab30TXBmZoZ4RwRMXoeTTG1kmxG2s9 { width:11.75rem;height:2.25rem;top:52.625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 959px) { #PRR3aB0SCLuaXHdXpOx54vNRnAvTg4Hq { display:block; }
 }@media only screen and (max-width: 959px) { #sOUTm9iFGTtEnTXUJm0p8JyRUG0nydMZ { width:9.25rem;height:1.86805625rem;top:29.624133110046rem;left:35.937501698732rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #fZRAPp0NEnGD91pGM3VvsTTBmuKuiCyq { width:11.5rem;height:16.125rem;top:32.437500953674rem;left:34.812501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #iXuHTTGhJETTTNirqv4emaGJrFUpzEh4 { width:11.125rem;height:12.99476875rem;top:33.875000953674rem;left:35.000001698732rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TcFxaWR0wsNsyq1KzokTdrkSHxkfNRBH { width:11.75rem;height:2.25rem;top:52.625001907349rem;left:34.687501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #ThOmotEZBDgJ7RhST97rrftHrzGxiB9p { display:block; }
 }@media only screen and (max-width: 959px) { #JTwK8Qvo1nJEAkTSOeuPLtm2UWQLmWTD { width:4.25rem;height:2.3559rem;top:49.937501907349rem;left:6.0000002682209rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i3gRVRi8DVTUZHGmUlgwn4Cb7Sohdwq9 { width:12.5rem;height:1.46180625rem;top:49.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dkziB0iqPpolTRWW7sFXxTXwGwRonAJy { width:14.25rem;height:26.875rem;top:28.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #e7qUisc9COmdPJ81uTpnTQmb5Tu8OZ5g { width:14.8125rem;height:27.5625rem;top:28.25rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lOrnTM0kRymA8T6I8WTHTafCTlHTFNGu { width:14.25rem;height:26.875rem;top:28.593750953674rem;left:33.250001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #ae69RFhnBShhh8lqauhTZx9KG6yHgqhh { width:14.8125rem;height:27.5625rem;top:28.250000953674rem;left:32.937501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #UVpGDQaxMUev7dVqLgC8SX2FWuo3Zelm { width:5.6875rem;height:2.3559rem;top:49.961807250976rem;left:21.031249791384rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MFH6iAnPkErAvTTBUJCo1qdq2BEPz7d8 { width:5.6875rem;height:2.3559rem;top:49.937501907349rem;left:37.718751698732rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { display:block; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KDlrTT4JHs1Rh1B5ibnBiycx1SQOr9Tp { top:2.5rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #M17Vv6QMswfHzdgkxFbnaNbeWON6cnd3 { display:block; }
 }@media only screen and (max-width: 959px) { #x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 { display:block; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HT050G6371POJeeiHIVbpQG1wCmVdCiK { width:30.125rem;height:7.25rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #l5kxJZv0KONyLP7ylSxUiFFsWi1FJOhT { width:20.749875rem;height:1.30030625rem;top:2.3123848941177rem;left:13.499051809311rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Th8nMIfPBZE0LlXtm8sxMSCm8S7IaxLV { width:4.5rem;height:4.5rem;top:10.25rem;left:4.3111991882324rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vuDc8MCTwDxFMoAz4MvIMQo4JxJSVRlI { width:4.5rem;height:4.5rem;top:15.8125rem;left:4.3111991882324rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZwebPZlbcyWAeJvQlpONo5Mf9ZBzLaJ9 { width:4.5rem;height:4.5rem;top:20.5rem;left:4.3111991882324rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hVOHsHWxG7OR3ZIST7PxRExpwQxN00e5 { width:4.5rem;height:4.5rem;top:25.875rem;left:4.3111991882324rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KADHVfUo9dPvhZb7p0Ehr6QQAwOJlxt7 { width:4.5rem;height:4.5rem;top:31.625rem;left:4.3111991882324rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #p7trwBP2bTwusedbRiooOwKVahUKwK55 { width:4.5rem;height:4.5rem;top:10.25rem;left:38.935222625733rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hGxrEMz43EmuMbTfQdrmpznb3aUJAMlU { width:4.5rem;height:4.5rem;top:15.8125rem;left:38.935222625733rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dTI6H2s9lPoIATdCc3tiNC19nTq4UOEf { width:4.5rem;height:4.5rem;top:20.9375rem;left:38.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Omrbw323lkkRedLtLlK88TrTSqdV4Zr6 { width:4.5rem;height:4.5rem;top:26.0625rem;left:38.935222625733rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fsNO6z6LEg8JQ0HJW6ayaSC0KxgboOav { width:4.5rem;height:4.5rem;top:31.6875rem;left:38.936847686767rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fG9LpNbcyqUPhTzJXOsQZ00KroJHQa2U { top:44.3125rem;left:16.96826171875rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #hEbLqCcoy0kwo0fNAky0ver7c5ld7eKL { display:block; }
 }@media only screen and (max-width: 959px) { #QzcNOia6se13iAIRE76GysUNHBXzsnti { width:25rem;height:1.625rem;top:33rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eANUKAG5mzcRoEHhSqnermUyNMgOmViZ { width:29.8125rem;height:3.5625rem;top:10.8125rem;left:8.9368476867675rem;display:block; }
 }@media only screen and (max-width: 959px) { #ttTta7S9v8xGIP6X9kPJPtskDikwQeu1 { display:block; }
 }@media only screen and (max-width: 959px) { #z6a99lNcmtw7C0IoUSwF186bgXlBWeg9 { width:29.8125rem;height:5.375rem;top:15.0625rem;left:8.9368476867675rem;display:block; }
 }@media only screen and (max-width: 959px) { #T1IxBgfs3Snrt63igpXaRVcqrHOpRkZU { display:block; }
 }@media only screen and (max-width: 959px) { #T6h5tLfqHqGi3Brz9TkzbdqcKuMSxCtX { width:29.8125rem;height:5.5rem;top:25.5rem;left:8.9368476867675rem;display:block; }
 }@media only screen and (max-width: 959px) { #k0NrL8mq8ysqMvTFa4XQ6mQDd7LzfpuM { display:block; }
 }@media only screen and (max-width: 959px) { #FRKNCGmO2w07bnzx9xPhcUGtfR361CXt { width:29.8125rem;height:3.5625rem;top:21.25rem;left:8.9368476867675rem;display:block; }
 }@media only screen and (max-width: 959px) { #SeS9wZeKhdrx7CZ71MBVWmL0fJorbdXd { display:block; }
 }@media only screen and (max-width: 959px) { #Tm1QJL9h1zoZUJuXnf15bUdb3TseRko2 { width:29.8125rem;height:3.75rem;top:32.1875rem;left:8.9368476867675rem;display:block; }
 }@media only screen and (max-width: 959px) { #ub8SDmCso6USRE9LlIOKyBovOObQcCKq { display:block; }
 }@media only screen and (max-width: 959px) { #GTHG1t75V3Qw5E3sCKt6mb1SsLrpy1M0 { width:29.625rem;height:3.625rem;top:37.625rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBmZCDGtRa6TLfHP0LpIv5qLCwl2KxKC { display:block; }
 }@media only screen and (max-width: 959px) { #WoPq5EJgKErPSRu4ssRQ8AovQizCdOVa { width:4.5rem;height:4.5rem;top:37.125rem;left:4.3722343444824rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFXlBv6NzR2PWgZB65G3wUbTCuuctZgI { width:4.5rem;height:4.5rem;top:37.125rem;left:38.935222625733rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK { display:block; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u798ZEUbBya8WUwSRhf0mZ8ZP3arh0Tw { width:15.1875rem;height:15.25rem;top:7.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3UXvZ75HqcGfQ5p7QBg9MxqlOLbCwe { width:9.625rem;height:1.787325rem;top:24.4375rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnWOWHALyMQw4dsGAV9JG0eC99Pyh9zQ { width:8.0625rem;height:5.5rem;top:0.875rem;left:5.9687502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmf1HLEMKWu3zUf4eucR0V78yHVuCVkf { width:20rem;height:4.6458333333333rem;top:14.456597328186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewhepl7ATz1B0E2TvOgRlgfhhX4NQc7E { width:20rem;height:4.4791666666667rem;top:14.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRA9f23FARRE0Jzl4T9muxvqNkOTWZmS { width:7.125rem;height:3.25rem;top:28.286458969116rem;left:5.9687502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRiyf3ABkHlNCQVwpyO7WvoZBb2xFSF3 { width:14.75rem;height:27.625rem;top:34.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPWDygyzdcMAwxVHwqZMCSOUmrkzWPnd { width:14.1875rem;height:27rem;top:34.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvXqVZiRBhIoD0iLZ0T4mbTsacfrAXRP { width:11.497375rem;height:2.5989625rem;top:35.0625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0mePAXAb1Qx5QNW6SR2QDA2UpW5QsN { width:11.3125rem;height:16.0625rem;top:38.125003814698rem;left:4.3437502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #hby9KfoWQJUWCiXZIFbkfUoVy1Vs1U94 { width:11.061625rem;height:11.6953125rem;top:40.9375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2abbb5R1abTdJ2DuLohK2QzaikvkduT { width:11.6875rem;height:2.1875rem;top:58.500001907349rem;left:4.1562502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErX2zNwDnPvQcUiMtxo9rtULLTBDUZLU { display:block; }
 }@media only screen and (max-width: 763px) { #qdatEfMpAo58g9xWSoyxUhvSTBRODNV6 { width:11.25rem;height:1.86805625rem;top:64.937498569488rem;left:4.3750002384186rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcvaCprtA3wyzhvhUUXQIbiVpqkJXJyA { width:11.25rem;height:16.25rem;top:67.605033874513rem;left:4.3750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6iaEANaDvnafQG4mTHLxBr4LwhJPqg1 { width:9.375rem;height:14.29425rem;top:69.5rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLab30TXBmZoZ4RwRMXoeTTG1kmxG2s9 { width:11.75rem;height:2.1875rem;top:87.87499809265rem;left:4.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRR3aB0SCLuaXHdXpOx54vNRnAvTg4Hq { display:block; }
 }@media only screen and (max-width: 763px) { #sOUTm9iFGTtEnTXUJm0p8JyRUG0nydMZ { width:10.625rem;height:2.03125rem;top:93.8750038147rem;left:4.6875002384186rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZRAPp0NEnGD91pGM3VvsTTBmuKuiCyq { width:11.49825rem;height:16.12325rem;top:96.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXuHTTGhJETTTNirqv4emaGJrFUpzEh4 { width:11.125rem;height:12.99476875rem;top:97.6875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFxaWR0wsNsyq1KzokTdrkSHxkfNRBH { width:11.75rem;height:2.1875rem;top:116.50000190735rem;left:4.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOmotEZBDgJ7RhST97rrftHrzGxiB9p { display:block; }
 }@media only screen and (max-width: 763px) { #JTwK8Qvo1nJEAkTSOeuPLtm2UWQLmWTD { width:4.25rem;height:2.3559rem;top:55.6875rem;left:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3gRVRi8DVTUZHGmUlgwn4Cb7Sohdwq9 { width:12.5rem;height:1.46180625rem;top:54.8125rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkziB0iqPpolTRWW7sFXxTXwGwRonAJy { width:14.25rem;height:26.875rem;top:63.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7qUisc9COmdPJ81uTpnTQmb5Tu8OZ5g { width:14.8125rem;height:27.5625rem;top:63.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOrnTM0kRymA8T6I8WTHTafCTlHTFNGu { width:14.25rem;height:26.875rem;top:92.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae69RFhnBShhh8lqauhTZx9KG6yHgqhh { width:14.8125rem;height:27.5625rem;top:92.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpGDQaxMUev7dVqLgC8SX2FWuo3Zelm { width:5.6875rem;height:2.3559rem;top:84.691841125487rem;left:7.1562502384187rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFH6iAnPkErAvTTBUJCo1qdq2BEPz7d8 { width:5.6875rem;height:2.3559rem;top:113.50434303284rem;left:7.1562502384187rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { display:block; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm { background-color: transparent; background-image: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container > .video-iframe-container { display: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row > .video-iframe-container { display: none; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .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); }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container { width:20rem;height:7.8125rem;background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.adaptive-delivery-prevent-bg, #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.lazyload, #np2DgdtFft4odCAS78OiQcLmN8Vw83Tm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #KDlrTT4JHs1Rh1B5ibnBiycx1SQOr9Tp { top:2.1866345405579rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M17Vv6QMswfHzdgkxFbnaNbeWON6cnd3 { display:block; }
 }@media only screen and (max-width: 763px) { #x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 { display:block; }#x5V3l3xxCSkzM7tkgXAb0VpQrE851DI5 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT050G6371POJeeiHIVbpQG1wCmVdCiK { width:20rem;height:7.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5kxJZv0KONyLP7ylSxUiFFsWi1FJOhT { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8nMIfPBZE0LlXtm8sxMSCm8S7IaxLV { width:4.5625rem;height:4.5625rem;top:11rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDc8MCTwDxFMoAz4MvIMQo4JxJSVRlI { width:4.5625rem;height:4.5625rem;top:14.936078011989rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwebPZlbcyWAeJvQlpONo5Mf9ZBzLaJ9 { width:4.5625rem;height:4.5625rem;top:18.87251329422rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVOHsHWxG7OR3ZIST7PxRExpwQxN00e5 { width:4.5625rem;height:4.5625rem;top:22.90363907814rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADHVfUo9dPvhZb7p0Ehr6QQAwOJlxt7 { width:4.5625rem;height:4.5625rem;top:27.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7trwBP2bTwusedbRiooOwKVahUKwK55 { width:4.5625rem;height:4.5625rem;top:11rem;left:15.124999761581rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGxrEMz43EmuMbTfQdrmpznb3aUJAMlU { width:4.5625rem;height:4.5625rem;top:14.934301376342rem;left:15.123697161674rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTI6H2s9lPoIATdCc3tiNC19nTq4UOEf { width:4.5625rem;height:4.5625rem;top:18.871329784393rem;left:15.123697161674rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omrbw323lkkRedLtLlK88TrTSqdV4Zr6 { width:4.5625rem;height:4.5625rem;top:22.901865959167rem;left:15.123697161674rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsNO6z6LEg8JQ0HJW6ayaSC0KxgboOav { width:4.562175rem;height:4.562175rem;top:27.4375rem;left:15.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9LpNbcyqUPhTzJXOsQZ00KroJHQa2U { top:37.592878341675rem;left:3.03125rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEbLqCcoy0kwo0fNAky0ver7c5ld7eKL { display:block; }
 }@media only screen and (max-width: 763px) { #QzcNOia6se13iAIRE76GysUNHBXzsnti { width:20rem;height:1.625rem;top:38.437496185302rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eANUKAG5mzcRoEHhSqnermUyNMgOmViZ { width:10.625rem;height:3.3125rem;top:11.625rem;left:4.6875002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTta7S9v8xGIP6X9kPJPtskDikwQeu1 { display:block; }
 }@media only screen and (max-width: 763px) { #z6a99lNcmtw7C0IoUSwF186bgXlBWeg9 { width:10.5rem;height:3.3125rem;top:15.562500476837rem;left:4.7500002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IxBgfs3Snrt63igpXaRVcqrHOpRkZU { display:block; }
 }@media only screen and (max-width: 763px) { #T6h5tLfqHqGi3Brz9TkzbdqcKuMSxCtX { width:10.5rem;height:3.4375rem;top:23.434895992279rem;left:4.7500002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0NrL8mq8ysqMvTFa4XQ6mQDd7LzfpuM { display:block; }
 }@media only screen and (max-width: 763px) { #FRKNCGmO2w07bnzx9xPhcUGtfR361CXt { width:10.4375rem;height:3.125rem;top:19.498263835907rem;left:4.7812502384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeS9wZeKhdrx7CZ71MBVWmL0fJorbdXd { display:block; }
 }@media only screen and (max-width: 763px) { #Tm1QJL9h1zoZUJuXnf15bUdb3TseRko2 { width:10.375rem;height:3.0625rem;top:28.187509536743rem;left:4.8125002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub8SDmCso6USRE9LlIOKyBovOObQcCKq { display:block; }
 }@media only screen and (max-width: 763px) { #GTHG1t75V3Qw5E3sCKt6mb1SsLrpy1M0 { width:10.625rem;height:2.9375rem;top:32.78125rem;left:4.6875002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBmZCDGtRa6TLfHP0LpIv5qLCwl2KxKC { display:block; }
 }@media only screen and (max-width: 763px) { #WoPq5EJgKErPSRu4ssRQ8AovQizCdOVa { width:4.5rem;height:4.5rem;top:32rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFXlBv6NzR2PWgZB65G3wUbTCuuctZgI { width:4.5rem;height:4.5rem;top:32rem;left:15.156249761581rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK { background-color:#c61f4a;background-image:url("https://images.assets-landingi.com/uc/e05cf41c-4256-4e5f-9efd-051789248494/tospeaky1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.adaptive-delivery-prevent-bg, #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.lazyload, #KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK.lazyloading { background-image: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { background-color: transparent; background-image: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container > .video-iframe-container { display: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row > .video-iframe-container { display: none; }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .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); }#KsIeVhsBVy0ZITsTvRTb68VkcIpdJmQK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }