.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: 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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b0551c0-411d-42f4-9b2b-cd1de8bc2336/P1ResiDropoffPreferred.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:722px;width:960px;overflow:visible;position:relative;display:block; }#WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { color:#717171;display:block;width:233px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:81.987503051758px;left:260.00003051758px;height:65px;font-style:italic;display:block; }
#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:572px;position:absolute;font-family:roboto;font-size:63px;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:19.987501144409px;left:9px;height:126px;font-style:normal;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#4f4f4f;display:block;width:483px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:200.98750305176px;left:115px;height:54.5882px;font-style:normal;display:block; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-form-header {  }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:393px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:393px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:393px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:393px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #e61655, #2a2d3d);background-image: -moz-linear-gradient(225deg, #e61655, #2a2d3d);background-image: -ms-linear-gradient(225deg, #e61655, #2a2d3d);background-image: -o-linear-gradient(225deg, #e61655, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61655', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61655', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #e61655, #2a2d3d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:393px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:374px;overflow:hidden;font-style:normal;float:none; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-container:first-of-type{padding-top:0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-container:last-of-type{padding-bottom:0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:393px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:115px;top:299px;z-index:15026;position:absolute; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:393px;display:block;vertical-align:top; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX {display:block;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:393px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:115px;top:299px;z-index:15026;position:absolute; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #LDfTaOfPrwxmO9nWK2crbZuwNmcWmyTa { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #bB2RIUAxuWE7z58i5iMHaTLn4vnbZmI3 { position:relative;display:block; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #IaKUz1AkxyMLXsqScS6r53fFVO6TI3sH { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #gdgXhEBVaXuok0DPe5PtTMOT342rbsM8 { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #MfCeib9Eo8DSqMwrtyT5AOI2aGJEz3wi { position:relative;display:block; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fluyvv1sLoV1nTafinhM3JAOLEsUbnfQ { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #h7disbkOBMDGkRWoUeTghk5RtWbwVMzJ { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #d5mThWGCTCVLEPK0cT4KmhQeVJy3XrFP { position:relative;display:block; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #UI9Igy8qbxe7HeQ7XguDmSZL2TwxEG77 { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #cNepZzHx9JLFnnn6A4ltuauZ5aKXz5bk { position:relative; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fMpWFdelpF2w931THkrygnxkJ31FZoCg { position:relative; }
#O0iu4oytraRlgRF0QSBFdEg86qM3tXVm { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:435px;top:590px;left:115px;display:block; }
#T19qVLn7WTrmeIPDX1iO7U2KuQf9yg3v { color:#000000;display:block;width:351px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:615.60003662109px;left:198px;height:20.7941px;text-align:center;text-align-last:center;display:block; }
#XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:601px;left:142.5px; }
#XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID > img { max-width: 100%;max-height:100%; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0c;background-image:none;position:relative;display:block; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { background-color: transparent; background-image: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container > .video-iframe-container { display: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row > .video-iframe-container { display: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .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); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { border-width: 0; border-radius: 0; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row > .video-iframe-container {  }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { font-size:14px;font-family:arial;height:599px;width:960px;position:relative;display:block; }#DnDhJUzrlA0fVOOofN2JKMnMK2Gipy2F { color:#000000;display:block;width:389px;position:absolute;font-family:lato;font-size:40px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:162.9999961853px;left:554.00001525879px;height:52px;display:block; }
#giSPFSOy1NtiS2dIzczEX2h84hHNk3UD { color:#000000;display:block;width:398px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:234px;left:549.50001525879px;height:207.9411px;display:block; }
#hZTTd59beQX0lHfwmVQQTbl7NOkyUHc3 { position:absolute;display:block;z-index:15013;background-color:#ffe787;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:263px;width:6px;top:177.93382263184px;left:531.7720489502px;display:block; }
#XJlcQDVIEqMTOHkpkh5L8pFsZhM69eIp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:263px;width:462px;top:38.992647171021px;left:10.5px;overflow:hidden;display:block; }
#HFaINoW7eAI78rQNMGTVFD7X8kSac52u { color:#4f4f4f;display:block;width:411px;position:absolute;font-family:roboto;font-size:45px;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:38.992649078369px;left:549.00001525879px;height:90px;font-style:normal;display:block; }
#S2TcxhT6kH3fvC8rTA4netrXAsW4vcU9 { color:#717171;display:block;width:233px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:90.985301971436px;left:727.00001525879px;height:39px;font-style:italic;display:block; }
#i0oUGMqwtwBtZT72BrCQGGrNx1fAT3uo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:256px;width:466px;top:317px;left:8.5px;overflow:hidden;display:block; }
#Vgb03m0sxngGhZkeVakQdxDe6RbhJl8k { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:389px;top:474px;left:555px;display:block; }
#GPXdLyoSVe7BThtymBeDwD9JRgkP2AGW { color:#000000;display:block;width:315px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:496.10296630859px;left:629.00001525879px;height:20.7941px;text-align:center;text-align-last:center;display:block; }
#iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:481.5px;left:576.00001525879px; }
#iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK > img { max-width: 100%;max-height:100%; }#K4GOeWrUFGKzFlZKqL6GLLwmvkbIuI1A { color:#717171;display:block;width:233px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:81.987503051758px;left:260.00003051758px;height:65px;font-style:italic;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:233px;height:65px;top:81px;left:162.00003051758px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:572px;height:126px;top:19px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:483px;height:54px;top:200px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-regular-label { display:block;width:393px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text { width:393px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-textarea { width:393px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select { width:393px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-button { width:393px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-checkbox-label { width:374px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX  { width:393px;height:auto;top:299px;left:17px; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .radio-container { width:393px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX {display:block;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX { width:393px;height:auto;top:299px;left:17px; }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #LDfTaOfPrwxmO9nWK2crbZuwNmcWmyTa {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #bB2RIUAxuWE7z58i5iMHaTLn4vnbZmI3 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #IaKUz1AkxyMLXsqScS6r53fFVO6TI3sH {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #gdgXhEBVaXuok0DPe5PtTMOT342rbsM8 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #MfCeib9Eo8DSqMwrtyT5AOI2aGJEz3wi {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fluyvv1sLoV1nTafinhM3JAOLEsUbnfQ {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #h7disbkOBMDGkRWoUeTghk5RtWbwVMzJ {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #d5mThWGCTCVLEPK0cT4KmhQeVJy3XrFP {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #UI9Igy8qbxe7HeQ7XguDmSZL2TwxEG77 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #cNepZzHx9JLFnnn6A4ltuauZ5aKXz5bk {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fMpWFdelpF2w931THkrygnxkJ31FZoCg {  }
 }@media only screen and (max-width: 763px) { #O0iu4oytraRlgRF0QSBFdEg86qM3tXVm { top:590px;left:17px;width:435px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #T19qVLn7WTrmeIPDX1iO7U2KuQf9yg3v { top:615px;left:100px;width:351px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID { top:601px;left:44.5px;width:50px;height:50px;display:block; }
#XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 { display:block; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnDhJUzrlA0fVOOofN2JKMnMK2Gipy2F { top:162px;left:375px;width:389px;height:52px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #giSPFSOy1NtiS2dIzczEX2h84hHNk3UD { top:234px;left:366px;width:398px;height:207px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hZTTd59beQX0lHfwmVQQTbl7NOkyUHc3 { top:177px;left:384.7720489502px;width:6px;height:263px;display:block; }
 }@media only screen and (max-width: 763px) { #XJlcQDVIEqMTOHkpkh5L8pFsZhM69eIp { top:38px;left:0px;width:462px;height:263px;display:block; }
 }@media only screen and (max-width: 763px) { #HFaINoW7eAI78rQNMGTVFD7X8kSac52u { width:411px;height:90px;top:38px;left:353px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #S2TcxhT6kH3fvC8rTA4netrXAsW4vcU9 { width:233px;height:39px;top:90px;left:531px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #i0oUGMqwtwBtZT72BrCQGGrNx1fAT3uo { top:317px;left:0px;width:466px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #Vgb03m0sxngGhZkeVakQdxDe6RbhJl8k { top:474px;left:329px;width:389px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #GPXdLyoSVe7BThtymBeDwD9JRgkP2AGW { top:496px;left:449px;width:315px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK { top:481px;left:429.00001525879px;width:50px;height:50px;display:block; }
#iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #K4GOeWrUFGKzFlZKqL6GLLwmvkbIuI1A { width:233px;height:65px;top:81px;left:162.00003051758px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b0551c0-411d-42f4-9b2b-cd1de8bc2336/P1ResiDropoffPreferred.crop_5800x3729_0,2071.preview.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:698px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:281px;height:28.5956px;top:43.987499237061px;left:19.5px;text-align:right;text-align-last:right;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:291px;height:60px;top:72.587501525879px;left:14.5px;text-align:right;text-align-last:right;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:293px;height:58.5px;top:250px;left:27px;text-align:right;text-align-last:right;font-size:15px;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX  { width:280px;height:auto;top:325.5px;left:0px; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX {display:block;}#Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX { width:280px;height:auto;top:325.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #LDfTaOfPrwxmO9nWK2crbZuwNmcWmyTa {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #bB2RIUAxuWE7z58i5iMHaTLn4vnbZmI3 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #IaKUz1AkxyMLXsqScS6r53fFVO6TI3sH {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #gdgXhEBVaXuok0DPe5PtTMOT342rbsM8 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #MfCeib9Eo8DSqMwrtyT5AOI2aGJEz3wi {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fluyvv1sLoV1nTafinhM3JAOLEsUbnfQ {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #h7disbkOBMDGkRWoUeTghk5RtWbwVMzJ {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #d5mThWGCTCVLEPK0cT4KmhQeVJy3XrFP {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #UI9Igy8qbxe7HeQ7XguDmSZL2TwxEG77 {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #cNepZzHx9JLFnnn6A4ltuauZ5aKXz5bk {  }
 }@media only screen and (max-width: 763px) { #Edkybvz9SnBf2wGKEyMl2oCDBlh1tcuX #fMpWFdelpF2w931THkrygnxkJ31FZoCg {  }
 }@media only screen and (max-width: 763px) { #O0iu4oytraRlgRF0QSBFdEg86qM3tXVm { width:320px;height:50px;top:620.49264526367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T19qVLn7WTrmeIPDX1iO7U2KuQf9yg3v { width:273px;height:15.6px;top:637.70001220703px;left:47.000001907349px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID { width:38px;height:38px;top:626.50001525879px;left:19.5px;display:block; }
#XeOaiwKQe0ZbwAzKO7702KiCUnAF3qID > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 { background-color:rgba(11,11,12,0.97);background-image:none;display:block; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { background-color: transparent; background-image: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container > .video-iframe-container { display: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row > .video-iframe-container { display: none; }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .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); }#yudbBWeKSwSZ26MnFVWdCR5SrL72FWd1 > .row .container { width:320px;height:862px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnDhJUzrlA0fVOOofN2JKMnMK2Gipy2F { width:310px;height:40.2941px;top:54.772064208984px;left:0px;font-size:31px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #giSPFSOy1NtiS2dIzczEX2h84hHNk3UD { width:290px;height:249.5294px;top:113.5px;left:30px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZTTd59beQX0lHfwmVQQTbl7NOkyUHc3 { width:4px;height:249px;top:111px;left:17.169230769231px;display:block; }
 }@media only screen and (max-width: 763px) { #XJlcQDVIEqMTOHkpkh5L8pFsZhM69eIp { width:320px;height:182.162px;top:390px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HFaINoW7eAI78rQNMGTVFD7X8kSac52u { width:320px;height:64px;top:780.9489961853px;left:0px;text-align:right;text-align-last:right;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #S2TcxhT6kH3fvC8rTA4netrXAsW4vcU9 { width:233px;height:39px;top:11.985261917114px;left:87px;text-align:right;text-align-last:right;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #i0oUGMqwtwBtZT72BrCQGGrNx1fAT3uo { width:320px;height:175.787px;top:584px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Vgb03m0sxngGhZkeVakQdxDe6RbhJl8k { width:320px;height:65px;top:779px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GPXdLyoSVe7BThtymBeDwD9JRgkP2AGW { width:244px;height:18.1985px;top:802.40441894531px;left:67px;font-size:14px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK { width:50px;height:50px;top:787px;left:18px;z-index:15034;display:block; }
#iyiCJoWrtOBZXwPqz5hS2GFGSoHFRlBK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #K4GOeWrUFGKzFlZKqL6GLLwmvkbIuI1A { width:281px;height:28.5956px;top:16.977935791016px;left:19.5px;text-align:right;text-align-last:right;font-size:22px;z-index:15021;display:block; }
 }