.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#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); }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM { position:relative;display:block; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM { background-color: transparent; background-image: none; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row .container > .video-iframe-container { display: none; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row > .video-iframe-container { display: none; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .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); }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM { border-width: 0; border-radius: 0; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .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:2.25rem;width:75rem;position:relative;display:block; }#U1U8DyMAyEngh5Z6HBfwsmNUg4CSPyZD { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.adaptive-delivery-prevent-bg, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyload, #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF.lazyloading { background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { background-color: transparent; background-image: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row > .video-iframe-container { display: none; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .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); }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { border-width: 0; border-radius: 0; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.875rem;top:0.749783039093rem;left:0.73025131225588rem;overflow:hidden;display:block; }
#XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:ivyjournal;font-size:5.25rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.375rem rgba(0,0,0,0.47);top:2.8743491172791rem;left:8.8750009536744rem;height:6.824625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { color:#ffffff;display:block;width:40rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:10rem;left:16.3125rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;position:relative;display:block; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container { background-color: transparent; background-image: none; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container > .video-iframe-container { display: none; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row > .video-iframe-container { display: none; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .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); }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container { border-width: 0; border-radius: 0; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.adaptive-delivery-prevent-bg, #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.lazyload, #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q.lazyloading { background-image: none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { background-color: transparent; background-image: none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container > .video-iframe-container { display: none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row > .video-iframe-container { display: none; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .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); }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { border-width: 0; border-radius: 0; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { font-size:0.875rem;font-family:arial;height:110.9375rem;width:75rem;position:relative;display:block; }#TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { color:#f3eeee;display:block;width:55.625rem;position:absolute;font-family:ivyjournal;font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.73003697395325rem;left:9.6875rem;height:8.771675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTLDOKAO8FezBgds8GNrHqAQhmJ5ir0u { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:47.8125rem;top:13.466147422791rem;left:13.457032203674rem;overflow:hidden;display:block; }
#ad0PIt6KCziGyvmGzUuDiWyQ7BKz63s1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:39.436875rem;top:26.875000953674rem;left:1.89453125rem;overflow:hidden;display:block; }
#dPcDf4XToC4UXZ9o8poRaBeTQZSw7IXG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.9373125rem;width:32.9373125rem;top:44.448788642883rem;left:5.1443147659302rem;overflow:hidden;display:block; }
#w2CJcfpeIZJigNQB7fkugWp3d2zz4W0V { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49rem;width:28.625rem;top:28.123918533325rem;left:41.957459108964rem;overflow:hidden;display:block; }
#KWt0pzbQNhB3P7sRIiIgSn4qeAgBn6lR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.936625rem;width:43.374125rem;top:79.074655532837rem;left:15.810764312744rem;overflow:hidden;display:block; }
#mwco6BnFhmkHxvgqwCHWyW0863aycFeM { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:107.75825500488rem;left:18.457032203674rem;height:1.2999125rem;display:block; }
#EWRS0NHInLXn1IWREngb5xKZi08QLVtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;position:relative;display:block; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { background-color: transparent; background-image: none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container > .video-iframe-container { display: none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row > .video-iframe-container { display: none; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .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); }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { border-width: 0; border-radius: 0; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d02525;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.adaptive-delivery-prevent-bg, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyload, #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE.lazyloading { background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { background-color: transparent; background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .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); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { border-width: 0; border-radius: 0; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.0625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#H5t03daUyyHR0kVvktM6zHuuSheyOiJf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:15.6875rem;top:4.5rem;left:9rem;overflow:hidden;display:block; }
#u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.875rem;left:27.625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.5rem;left:27.9375rem;height:9.099375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.96875rem;left:45.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.5rem;left:46.75rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.25rem;top:10.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.1875rem;top:10.6875rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM { display:block; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U1U8DyMAyEngh5Z6HBfwsmNUg4CSPyZD { width:2.75rem;height:0.625rem;top:0rem;left:22.499999791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { width:7.875rem;height:3rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { width:47.75rem;height:6.90625rem;top:2.875rem;left:0rem;font-size:5.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { width:40rem;height:2.5rem;top:10rem;left:2.6868505477905rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzBD47gapg69PBReqABiVsoWAFxwtMQ9 { display:block; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { display:block; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { width:47.75rem;height:2.59895625rem;top:2.9991314411163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTLDOKAO8FezBgds8GNrHqAQhmJ5ir0u { width:47.75rem;height:10.611111111111rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ad0PIt6KCziGyvmGzUuDiWyQ7BKz63s1 { width:39.375rem;height:16.224504350307rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPcDf4XToC4UXZ9o8poRaBeTQZSw7IXG { width:32.875rem;height:32.875rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2CJcfpeIZJigNQB7fkugWp3d2zz4W0V { width:28.625rem;height:49rem;top:28.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWt0pzbQNhB3P7sRIiIgSn4qeAgBn6lR { width:43.3125rem;height:26.898354037401rem;top:79.0625rem;left:2.1857643127441rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwco6BnFhmkHxvgqwCHWyW0863aycFeM { width:37.8125rem;height:1.25rem;top:107.75rem;left:4.8320322036743rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWRS0NHInLXn1IWREngb5xKZi08QLVtr { display:block; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { width:47.75rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.29948125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.6875rem;height:10.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.29948125rem;top:1.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:23.4375rem;height:9.096375rem;top:4.5rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.1875rem;height:1.29948125rem;top:1.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.25rem;height:2.5989625rem;top:4.5rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.25rem;height:4.9375rem;top:10.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.1875rem;height:4.8125rem;top:10.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM { display:block; }#WI3IxgMBKXCQ0rSTBuV5umEoaSWfJTTM > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1U8DyMAyEngh5Z6HBfwsmNUg4CSPyZD { width:2.75rem;height:0.625rem;top:0rem;left:2.4288194179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF { position:relative;z-index:auto;display:block; }#DTaub0kVRopsBXlDsXFTX9M9xEOJTwdF > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFhoKqFEFsTIwonziu8EX1qUlVbx4USC { width:5.5625rem;height:2.3125rem;top:7.375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaCVa9e4Wkm5s1lb9McpFo6pPU6vNTkm { width:15.49825rem;height:5.19965rem;top:2.875rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLi0GEbihUTC7GUR1frT8x4xvO14TOXb { width:20rem;height:2.51823125rem;top:8.0737848281863rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBD47gapg69PBReqABiVsoWAFxwtMQ9 { display:block; }#WzBD47gapg69PBReqABiVsoWAFxwtMQ9 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q { display:block; }#DiaWbkgTp9q4qhs7prTQdRuq0QW9XQ9q > .row .container { width:20rem;height:102.29014375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdFMmvQB2icMH8IPrASkVTAkiFLT4xvq { width:20rem;height:11.69533125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLDOKAO8FezBgds8GNrHqAQhmJ5ir0u { width:20rem;height:4.4444444444444rem;top:14.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0PIt6KCziGyvmGzUuDiWyQ7BKz63s1 { width:20rem;height:8.2410180826956rem;top:19.88975625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcDf4XToC4UXZ9o8poRaBeTQZSw7IXG { width:20rem;height:20rem;top:29.38019375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2CJcfpeIZJigNQB7fkugWp3d2zz4W0V { width:20rem;height:34.236548715463rem;top:50.63019375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWt0pzbQNhB3P7sRIiIgSn4qeAgBn6lR { width:20rem;height:12.420596380907rem;top:86.11631875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwco6BnFhmkHxvgqwCHWyW0863aycFeM { width:20rem;height:0;top:99.74131875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWRS0NHInLXn1IWREngb5xKZi08QLVtr { display:block; }#EWRS0NHInLXn1IWREngb5xKZi08QLVtr > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H55UVHDSSOQrXAg3Mc4hBbWIlHQ9Wp { width:12.5rem;height:1.2999125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5t03daUyyHR0kVvktM6zHuuSheyOiJf { width:15.6875rem;height:10.9375rem;top:3.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kXpAqP0ExrUbfJs4TT6WE3TWRvkrza { width:12.5rem;height:1.2999125rem;top:15.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB9XAsfoHxBf5WoAkHJwrt2zuwpv9Ad { width:20rem;height:9.096375rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzySscKV3W8GBRFTVMEpRCk3DLnzf6g { width:10.1875rem;height:1.2999125rem;top:26.8125rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIJ12xHMfPzFKzz9JyR3rLzE9MmdCAE { width:13.25rem;height:2.5989625rem;top:28.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTrx4gFKhl1CAVPACJW2X8Mp0to8e82 { width:14.25rem;height:4.9375rem;top:32.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs68i3Ugata7dzX26f0E7UeknugT5ZG8 { width:13.1875rem;height:4.8125rem;top:38.9375rem;left:3.40625rem;display:block; }
 }