.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f313f;background-image:url("https://images.assets-landingi.com/uc/f8b8f980-fbb2-4966-a4ba-a6c2d52ccb0b/to_LP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.adaptive-delivery-prevent-bg, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyload, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyloading { background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { border-width: 0; border-radius: 0; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { font-size:14px;font-family:arial;height:1575px;width:1200px;position:relative;display:block; }#EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { position:absolute;display:block;z-index:14998;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;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:828px;width:1174px;top:54px;left:13px;display:block; }
#drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:31px;width:37px;top:12px;left:30px;overflow:hidden;display:block; }
#oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { background-color:#ff0000;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:58px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1003px;left:450px;display:none; }
#xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KMRnfey0kChfGQo0L6uwPbxPnOqewgpH { position:absolute;display:block;z-index:14997;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.26) ;height:98px;width:768px;top:32px;left:0px;display:none; }
#U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { color:#212121;display:block;width:517px;position:absolute;font-family:"made tommy";font-size:28px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:86px;left:95px;height:36px;font-style:normal;display:block; }
#tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { position:absolute;display:block;z-index:15021;height:348px;width:474px;top:60px;left:708px;display:block; }
#VD2Z5MiebhG7fxCp4mK9TxhM59gwS38O { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:305px;width:543px;top:102px;left:70px;overflow:hidden;display:block; }
#OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:12px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:384px;left:149px;height:15.5938px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { color:#e20f13;display:block;width:380px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:411px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { color:#212121;display:block;width:436px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:466px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { color:#212121;display:block;width:558px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:505px;left:149px;height:193.688px;text-align:left;text-align-last:left;font-style:normal;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { color:#212121;display:block;width:558px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:505px;left:149px;height:193.688px;text-align:left;text-align-last:left;font-style:normal;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
#rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { color:#e20f13;display:block;width:380px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:411px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E0vsOBqMewU2mwxC16xNALx63sQ7w14X { color:#212121;display:block;width:188px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:716.6875px;left:334px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z { color:#212121;display:block;width:546px;position:absolute;font-family:"made tommy";font-size:14px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:531px;left:92px;height:187px;text-align:left;text-align-last:left;font-style:normal;display:block; }#XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z li:before{  }
#Z398pkMH4BFKhAB4Pbz1d97ntZbZRy0l { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:12px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:415px;left:92px;height:15px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#glA3mktFMZPOzGdMZW6O6mUSV96zX8h7 { color:#e20f13;display:block;width:380px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:437px;left:92px;height:38px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pDixhkDGxom1v5p0RdUDTuvgaRpIO10a { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:492px;left:92px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCOLDpMLWlbdO9Vt9iHn38zhAZJGaiyC { color:#212121;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:14px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:744px;left:157px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qp7xM7T3wrzq2mGBraZl8bIZqolq1B9L { color:#000000;display:block;width:313px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:213px;left:0px;display:none; }
#b3U7r01v0P619Qr9zy8o61KrvRo2tQlN { color:#000000;display:block;width:285px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:54px;top:290px;left:22px;display:none; }
#BbCgSpoBWfSTZKIe4Eu86Vdy01PJTXpu { color:#000000;display:block;width:313px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18px;top:349px;left:0px;display:none; }
#TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl { color:#000000;display:block;width:308px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:385px;left:11px;display:none; }#TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl li:before{  }
#v0gS9pchrAy3ETDfxMNJe2JWfBs71oqu { color:#e20f13;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:21px;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:764px;left:157px;height:27px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFa2tVJpXtNNkMCltz4q7ZqrTWUAT6Lv { color:#e20f13;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:27px;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:803px;left:157px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { position:relative;display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { border-width: 0; border-radius: 0; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container { background-color: transparent; background-image: none; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container > .video-iframe-container { display: none; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row > .video-iframe-container { display: none; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .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); }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container { border-width: 0; border-radius: 0; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container { font-size:14px;font-family:arial;height:248px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { top:54px;left:0px;width:764px;height:828px;display:block; }
 }@media only screen and (max-width: 763px) { #drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { top:12px;left:0px;width:37px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { width:300px;height:58px;top:1003px;left:232px;display:none; }
 }@media only screen and (max-width: 763px) { #xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block; }
 }@media only screen and (max-width: 763px) { #KMRnfey0kChfGQo0L6uwPbxPnOqewgpH { top:32px;left:0px;width:764px;height:98px;display:none; }
 }@media only screen and (max-width: 763px) { #U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { top:86px;left:0px;width:517px;height:36px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { top:60px;left:290px;width:474px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #VD2Z5MiebhG7fxCp4mK9TxhM59gwS38O { top:102px;left:0px;width:543px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { top:384px;left:0px;width:436px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { top:411px;left:0px;width:380px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { top:466px;left:0px;width:436px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { top:505px;left:0px;width:558px;height:193px;font-size:14px;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
 }@media only screen and (max-width: 763px) { #Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { top:505px;left:0px;width:558px;height:193px;font-size:14px;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
 }@media only screen and (max-width: 763px) { #rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { top:411px;left:0px;width:380px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #E0vsOBqMewU2mwxC16xNALx63sQ7w14X { top:716px;left:116px;width:188px;height:19px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z { top:531px;left:0px;width:546px;height:187px;font-size:14px;display:block; }#XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z li:before{  }
 }@media only screen and (max-width: 763px) { #Z398pkMH4BFKhAB4Pbz1d97ntZbZRy0l { top:415px;left:0px;width:436px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #glA3mktFMZPOzGdMZW6O6mUSV96zX8h7 { top:437px;left:0px;width:380px;height:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pDixhkDGxom1v5p0RdUDTuvgaRpIO10a { top:492px;left:0px;width:436px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pCOLDpMLWlbdO9Vt9iHn38zhAZJGaiyC { top:744px;left:0px;width:428px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qp7xM7T3wrzq2mGBraZl8bIZqolq1B9L { top:213px;left:0px;width:313px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #b3U7r01v0P619Qr9zy8o61KrvRo2tQlN { top:290px;left:0px;width:285px;height:54px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #BbCgSpoBWfSTZKIe4Eu86Vdy01PJTXpu { top:349px;left:0px;width:313px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl { top:385px;left:0px;width:308px;height:;font-size:13px;display:none; }#TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl li:before{  }
 }@media only screen and (max-width: 763px) { #v0gS9pchrAy3ETDfxMNJe2JWfBs71oqu { top:764px;left:0px;width:428px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HFa2tVJpXtNNkMCltz4q7ZqrTWUAT6Lv { top:803px;left:0px;width:428px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU { display:block; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:320px;height:2375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { width:320px;height:339px;top:784px;left:0px;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { width:43px;height:36px;top:760px;left:113px;display:none; }
 }@media only screen and (max-width: 763px) { #oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { width:165px;height:47px;top:241px;left:78px;z-index:15005;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block; }
 }@media only screen and (max-width: 763px) { #KMRnfey0kChfGQo0L6uwPbxPnOqewgpH { width:320px;height:98px;top:1747px;left:-719px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { width:280px;height:66px;top:17px;left:20.5px;font-size:26px;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { width:320px;height:348px;top:751.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VD2Z5MiebhG7fxCp4mK9TxhM59gwS38O { width:280px;height:158px;top:92.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { width:305px;height:0;top:488px;left:39.5px;font-size:14px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { width:320px;height:0;top:515px;left:24.5px;font-size:14px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { width:320px;height:0;top:570px;left:24.5px;font-size:14px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { width:320px;height:0;top:609px;left:24.5px;font-size:14px;z-index:15014;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
 }@media only screen and (max-width: 763px) { #Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { width:10px;height:0;top:292px;left:34.5px;font-size:14px;z-index:15009;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
 }@media only screen and (max-width: 763px) { #rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { width:320px;height:0;top:336px;left:24.5px;font-size:14px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #E0vsOBqMewU2mwxC16xNALx63sQ7w14X { width:188px;height:0;top:814px;left:70.5px;font-size:14px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z { width:320px;height:auto;top:531px;left:0px;font-size:14px;z-index:15008;display:none; }#XSv3DNZu7CORFlUlcgJmeoQTBZdoqc4Z li:before{  }
 }@media only screen and (max-width: 763px) { #Z398pkMH4BFKhAB4Pbz1d97ntZbZRy0l { width:320px;height:auto;top:415px;left:0px;font-size:14px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #glA3mktFMZPOzGdMZW6O6mUSV96zX8h7 { width:320px;height:auto;top:437px;left:0px;font-size:14px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #pDixhkDGxom1v5p0RdUDTuvgaRpIO10a { width:320px;height:auto;top:492px;left:0px;font-size:14px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #pCOLDpMLWlbdO9Vt9iHn38zhAZJGaiyC { width:320px;height:18px;top:653px;left:0px;font-size:14px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qp7xM7T3wrzq2mGBraZl8bIZqolq1B9L { top:267px;left:21px;width:299px;height:14px;z-index:15031;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:11px;color:#212121;font-family:"made tommy";display:block; }
 }@media only screen and (max-width: 763px) { #b3U7r01v0P619Qr9zy8o61KrvRo2tQlN { top:290px;left:22px;width:285px;height:54px;z-index:15032;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:14px;color:#e20f13;font-family:"made tommy";display:block; }
 }@media only screen and (max-width: 763px) { #BbCgSpoBWfSTZKIe4Eu86Vdy01PJTXpu { top:351px;left:22px;width:285px;height:18px;z-index:15032;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:14px;color:#212121;font-family:"made tommy";display:block; }
 }@media only screen and (max-width: 763px) { #TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl { top:387px;left:12px;width:308px;height:249px;z-index:14998;font-size:13px;color:#212121;font-family:"made tommy";display:block; }#TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TETnpb0K3dyvUuv9dWn1Zl4BCkW5d6Pl li:before{  }
 }@media only screen and (max-width: 763px) { #v0gS9pchrAy3ETDfxMNJe2JWfBs71oqu { width:320px;height:21px;top:673px;left:0px;font-size:16px;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #HFa2tVJpXtNNkMCltz4q7ZqrTWUAT6Lv { width:320px;height:35px;top:705px;left:0px;font-size:27px;color:#e20f13;display:block; }
 }@media only screen and (max-width: 763px) { #zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { border-width: 0; border-radius: 0; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { width:320px;height:195px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU { display:block; }#yIUXKdyAvunmzR9ku1xX6s6EDTuirfHU > .row .container { width:320px;height:290px;position:relative;display:block; } }