.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(112deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(112deg, #ffffff, #ffffff);background-image: -o-linear-gradient(112deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(112deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container { background-color: transparent; background-image: none; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container > .video-iframe-container { display: none; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row > .video-iframe-container { display: none; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .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); }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container { border-width: 0; border-radius: 0; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container { width:60rem;height:27.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XK38khwDc4zkNrA3JiQcpJLJLDM0MOOO { color:#000000;display:block;width:46.6869375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:6.125rem;height:3.1491625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLSsBOAPWAfDaVaxaDPDxNU0CBgEZLXM { color:#000000;display:block;width:38.74925rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:10.0625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eT6bL2T2FlbmUWJzFOy59c6oCwvsDcdi { color:#000000;display:block;width:58.6234375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:19.874132156372rem;left:0.15552616119385rem;height:3.249425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLlRzrUrJZiNS8ayW72XntGyvqKr6It4 { color:#ffffff;display:block;width:58.624125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:21.623264312744rem;left:0.10959243774414rem;height:3.19445rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AfyOxTCT7M6p7eF9wcuyibKmArbX73be { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.56191875rem;width:7.6244375rem;top:2.499276638031rem;left:25.607639312744rem;overflow:hidden;display:block; }
#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/g4eJzH0B/landing2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE.adaptive-delivery-prevent-bg, #TONLQGmLOkISZClxcRgUHIsyyUJZN5DE.lazyload, #TONLQGmLOkISZClxcRgUHIsyyUJZN5DE.lazyloading { background-image: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { background-color: transparent; background-image: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container > .video-iframe-container { display: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row > .video-iframe-container { display: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .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); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { border-width: 0; border-radius: 0; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#q8ZLGxJaBy3n1OgMsJTbAXUinMfxc1va { color:#2c2c2c;display:block;width:35.4369375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:8.7492761611937rem;left:24.562355041504rem;height:5.9997125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U1ZrxfUkTAreK4hDIJNPI5JECoXSBnnd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.6875rem;top:2.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#eLxTnZRQMFDD4zov15HiK0lunoKnOAMG { z-index:100001;top:17.623699188233rem;left:30.093318939209rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.37425rem;height:4.31206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HwE1c5GpI5yQvQCyVVksMH36wm1s1SGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IGxySVz4y7AOvg8EZw1nLeSDvmigRsal { color:#101010;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:29.93515586853rem;left:35.874219894409rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZJMvev4sCdhtWTUIS9Ng9Rsl6KTbEQN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.1875rem;width:39rem;display:none; }
#tXxr1seyrJOkDwJvUckz8cX0PWcONP5B { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:9.147656440735rem;left:24.936719894409rem;height:2.15rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#PT7lDT1UFfgiQdCmDi8b1Aod2Elp75Qm { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:9.147656440735rem;left:24.936719894409rem;height:2.15rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#N6JETasIDUdpCAyxTfE4RmJrTlgy0rHi { color:#000000;display:block;width:31.3121875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.007232427597rem;left:28.687789916993rem;height:9.2621625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container { background-color: transparent; background-image: none; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container > .video-iframe-container { display: none; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row > .video-iframe-container { display: none; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .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); }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container { border-width: 0; border-radius: 0; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#wmStEdolqUSGBTZR1TLRIx6KqqkvOAgb { box-sizing:content-box;color:#0290ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0622125rem;width:4.999275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:12rem;left:13.4375rem;display:block; }
#ecNuOFRJmdfmTu250mWhd0OvE36JbP1b { box-sizing:content-box;color:#0290ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0607625rem;width:4.99855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12rem;left:22.75rem;display:block; }
#bSFS6VM25azgRlnnO4pTGCTw38zEKFFf { box-sizing:content-box;color:#0290ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0607625rem;width:4.99855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:12rem;left:32.125rem;display:block; }
#SOOp6WdLvcLLOSEygmOllVOoKlFyix14 { box-sizing:content-box;color:#0290ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0607625rem;width:4.99855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12rem;left:41.5625rem;display:block; }
#ZOPGaV1s7kKm2PWHi2vs0QNd2TVsJ2Gm { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06225625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.6875rem;left:27.5rem;display:none; }
#adRU1f3MmIoBZBOwTXZyOTnCd12xeTEh { color:#2e2a2b;display:block;width:49.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.5874977111816rem;left:5.4375rem;height:7.3111875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#If7dny8iE0wqoMfnJLK2ipLOLlQHW5DP { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:5.6859375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:11.4375rem;left:12.75rem;display:block; }
#BuhvQzRJqsAkAuAtJZhsX898kUqqoydG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hSfpaql8K6iuNNzu3zugIDDcFIDMJSv6 { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:5.6859375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:11.6875rem;left:22.0625rem;display:block; }
#CFbTQU8pXT2bm5Ics28m1EaamAvg36zm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#odbx5ut2uKSlhBwdtMiEPPNJGnExmtiR { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:5.6859375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:11.6875rem;left:31.4375rem;display:block; }
#tFLhPbZ6m4hni7OD428ewPITGHVl4qzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Axx5Shzy1W13eviQIqHcMzOIUci58TGs { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3744375rem;height:5.6857625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:11.6875rem;left:40.875rem;display:block; }
#H0n1kbzn0CEHUshcaqBpmVuOewsg2H33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bJV6uR1ZHQqccedM4Ank43nTdQASlou6 { display:block; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XK38khwDc4zkNrA3JiQcpJLJLDM0MOOO { top:9.5625rem;left:0rem;width:46.625rem;height:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLSsBOAPWAfDaVaxaDPDxNU0CBgEZLXM { top:13.4375rem;left:3.9375rem;width:38.6875rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6bL2T2FlbmUWJzFOy59c6oCwvsDcdi { top:19.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlRzrUrJZiNS8ayW72XntGyvqKr6It4 { top:16.0625rem;left:0rem;width:20rem;height:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfyOxTCT7M6p7eF9wcuyibKmArbX73be { top:2.4375rem;left:19.482639312744rem;width:7.5625rem;height:3.5329833245895rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONLQGmLOkISZClxcRgUHIsyyUJZN5DE { display:block; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8ZLGxJaBy3n1OgMsJTbAXUinMfxc1va { width:35.375rem;height:5.9375rem;top:8.6875rem;left:12.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZrxfUkTAreK4hDIJNPI5JECoXSBnnd { top:2.6875rem;left:41.0625rem;width:6.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxTnZRQMFDD4zov15HiK0lunoKnOAMG { top:17.5625rem;left:23.4375rem;width:24.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwE1c5GpI5yQvQCyVVksMH36wm1s1SGz { display:block; }
 }@media only screen and (max-width: 763px) { #IGxySVz4y7AOvg8EZw1nLeSDvmigRsal { width:23.9375rem;height:;top:29.875rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJMvev4sCdhtWTUIS9Ng9Rsl6KTbEQN { width:39rem;height:43.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXxr1seyrJOkDwJvUckz8cX0PWcONP5B { width:9.8125rem;height:1.25rem;top:1.125rem;left:3.7498557567596rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT7lDT1UFfgiQdCmDi8b1Aod2Elp75Qm { width:9.8125rem;height:1.25rem;top:2.375rem;left:3.7498557567596rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6JETasIDUdpCAyxTfE4RmJrTlgy0rHi { top:25rem;left:16.5rem;width:31.25rem;height:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn { display:block; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmStEdolqUSGBTZR1TLRIx6KqqkvOAgb { top:12rem;left:7.3125rem;width:4.9375rem;height:5.0003787031005rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNuOFRJmdfmTu250mWhd0OvE36JbP1b { top:12rem;left:16.625rem;width:4.9375rem;height:4.9982364438982rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFS6VM25azgRlnnO4pTGCTw38zEKFFf { top:12rem;left:26rem;width:4.9375rem;height:4.9982364438982rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOOp6WdLvcLLOSEygmOllVOoKlFyix14 { top:12rem;left:35.4375rem;width:4.9375rem;height:4.9982364438982rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOPGaV1s7kKm2PWHi2vs0QNd2TVsJ2Gm { top:24.6875rem;left:21.375rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRU1f3MmIoBZBOwTXZyOTnCd12xeTEh { top:2.5625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7dny8iE0wqoMfnJLK2ipLOLlQHW5DP { width:6.3125rem;height:5.625rem;top:11.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhvQzRJqsAkAuAtJZhsX898kUqqoydG { display:block; }
 }@media only screen and (max-width: 763px) { #hSfpaql8K6iuNNzu3zugIDDcFIDMJSv6 { width:6.3125rem;height:5.625rem;top:11.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFbTQU8pXT2bm5Ics28m1EaamAvg36zm { display:block; }
 }@media only screen and (max-width: 763px) { #odbx5ut2uKSlhBwdtMiEPPNJGnExmtiR { width:6.3125rem;height:5.625rem;top:11.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFLhPbZ6m4hni7OD428ewPITGHVl4qzS { display:block; }
 }@media only screen and (max-width: 763px) { #Axx5Shzy1W13eviQIqHcMzOIUci58TGs { width:6.3125rem;height:5.625rem;top:11.6875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0n1kbzn0CEHUshcaqBpmVuOewsg2H33 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bJV6uR1ZHQqccedM4Ank43nTdQASlou6 { display:block; }#bJV6uR1ZHQqccedM4Ank43nTdQASlou6 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XK38khwDc4zkNrA3JiQcpJLJLDM0MOOO { width:20rem;height:3.73698125rem;top:5.4362rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLSsBOAPWAfDaVaxaDPDxNU0CBgEZLXM { width:20rem;height:1.70573125rem;top:11.1295625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eT6bL2T2FlbmUWJzFOy59c6oCwvsDcdi { width:20rem;height:0;top:15.322266578674rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kLlRzrUrJZiNS8ayW72XntGyvqKr6It4 { width:19.3125rem;height:3.6545125rem;top:16.050348281861rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AfyOxTCT7M6p7eF9wcuyibKmArbX73be { width:7.5625rem;height:3.5329833245895rem;top:1.3910590410232rem;left:6.2174479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONLQGmLOkISZClxcRgUHIsyyUJZN5DE { background-color:#ffffff;background-image:none;display:block; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { background-color: transparent; background-image: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container > .video-iframe-container { display: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row > .video-iframe-container { display: none; }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .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); }#TONLQGmLOkISZClxcRgUHIsyyUJZN5DE > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8ZLGxJaBy3n1OgMsJTbAXUinMfxc1va { width:18.375rem;height:2.7980375rem;top:24rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZrxfUkTAreK4hDIJNPI5JECoXSBnnd { width:4.375rem;height:2rem;top:1.3374999761581rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxTnZRQMFDD4zov15HiK0lunoKnOAMG { top:28.623410224914rem;left:1.6558160781861rem;width:16.6869375rem;height:3.56191875rem;font-size:0.875rem;background-color:#ff0000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HwE1c5GpI5yQvQCyVVksMH36wm1s1SGz { display:block; }
 }@media only screen and (max-width: 763px) { #IGxySVz4y7AOvg8EZw1nLeSDvmigRsal { width:20rem;height:0;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJMvev4sCdhtWTUIS9Ng9Rsl6KTbEQN { top:0rem;left:0rem;width:20rem;height:22.1875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tXxr1seyrJOkDwJvUckz8cX0PWcONP5B { width:9.875rem;height:1.3122125rem;top:1.1499999761581rem;left:9.8750003576281rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100003;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #PT7lDT1UFfgiQdCmDi8b1Aod2Elp75Qm { width:9.875rem;height:1.3122125rem;top:2.3875000476837rem;left:9.8750003576281rem;text-align:right;text-align-last:right;font-size:0.9375rem;z-index:100004;color:#252525;display:block; }
 }@media only screen and (max-width: 763px) { #N6JETasIDUdpCAyxTfE4RmJrTlgy0rHi { width:19.625rem;height:12.9919rem;top:34.502316474914rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn { display:block; }#n8k82XaRhTKiwN2iXS2ZPGpXZuFfMFLn > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmStEdolqUSGBTZR1TLRIx6KqqkvOAgb { width:3.12421875rem;height:3.12421875rem;top:13.375rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNuOFRJmdfmTu250mWhd0OvE36JbP1b { width:3.12421875rem;height:3.12421875rem;top:13.375rem;left:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFS6VM25azgRlnnO4pTGCTw38zEKFFf { width:3.1875rem;height:3.2484375rem;top:13.25rem;left:10.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOOp6WdLvcLLOSEygmOllVOoKlFyix14 { width:3.2484375rem;height:3.375rem;top:13.25rem;left:15.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOPGaV1s7kKm2PWHi2vs0QNd2TVsJ2Gm { width:5rem;height:5.06171875rem;top:86.125rem;left:5.625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #adRU1f3MmIoBZBOwTXZyOTnCd12xeTEh { width:18.375rem;height:9.74825rem;top:2.3683586120606rem;left:0.81093743443487rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7dny8iE0wqoMfnJLK2ipLOLlQHW5DP { width:4.625rem;height:5.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhvQzRJqsAkAuAtJZhsX898kUqqoydG { display:block; }
 }@media only screen and (max-width: 763px) { #hSfpaql8K6iuNNzu3zugIDDcFIDMJSv6 { width:3.68671875rem;height:5.625rem;top:12.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFbTQU8pXT2bm5Ics28m1EaamAvg36zm { display:block; }
 }@media only screen and (max-width: 763px) { #odbx5ut2uKSlhBwdtMiEPPNJGnExmtiR { width:3.62460625rem;height:5.625rem;top:12.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFLhPbZ6m4hni7OD428ewPITGHVl4qzS { display:block; }
 }@media only screen and (max-width: 763px) { #Axx5Shzy1W13eviQIqHcMzOIUci58TGs { width:4.75rem;height:5.625rem;top:12.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0n1kbzn0CEHUshcaqBpmVuOewsg2H33 { display:block; }
 }