.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;overflow:visible;position:relative;display:block; }#gaTGtBOz1QNqJq6RmmU4IvLuTJoyGgDQ { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:7.625rem;width:23.0625rem;top:1rem;left:25.96875rem;overflow:hidden;display:block; }
#nonsynxTiI45eyH5fOkwM4fONfNGlnHL { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:7.4375rem;width:7.4375rem;top:0.59375rem;left:2.34375rem;overflow:hidden;display:block; }
#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008080, #fafafa);background-image: -moz-linear-gradient(180deg, #008080, #fafafa);background-image: -ms-linear-gradient(180deg, #008080, #fafafa);background-image: -o-linear-gradient(180deg, #008080, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #008080, #fafafa);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { background-color: transparent; background-image: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container > .video-iframe-container { display: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row > .video-iframe-container { display: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .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); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { border-width: 0; border-radius: 0; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#yV7aLKFTpk7HtU1J5QsQhVxtLtaTxFQB { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0.6875rem;height:3.73730625rem;font-style:italic;display:block; }
#NmovH9cOmK5fn9gfqFi44FdvKPBdXoVh { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.15625rem;left:57.0625rem;height:1.86865rem;font-style:italic;display:block; }
#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(131deg, rgba(250,250,250,0.17), rgba(0,128,128,0.21));background-image: -moz-linear-gradient(131deg, rgba(250,250,250,0.17), rgba(0,128,128,0.21));background-image: -ms-linear-gradient(131deg, rgba(250,250,250,0.17), rgba(0,128,128,0.21));background-image: -o-linear-gradient(131deg, rgba(250,250,250,0.17), rgba(0,128,128,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa2b', endColorstr='#00808035' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa2b', endColorstr='#00808035' );";background-image: linear-gradient(131deg, rgba(250,250,250,0.17), rgba(0,128,128,0.21));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container { background-color: transparent; background-image: none; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container > .video-iframe-container { display: none; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row > .video-iframe-container { display: none; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .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); }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container { border-width: 0; border-radius: 0; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container { font-size:0.875rem;font-family:arial;height:161.0625rem;width:75rem;position:relative;display:block; }#Hbr1oDMb5nCtEMwTD4137BycDxGeE5N7 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11.8125rem;left:11.75rem;height:20.4726875rem;font-style:italic;display:block; }
#WsZu2VTp6nBlyrwEUBiFsvTNEgBCm4Xn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.125rem;width:24.625rem;top:8.875rem;left:36.9091796875rem;overflow:hidden;display:block; }
#HsEgTeWdkxugM9tFvfTAK3HvDrrPBPQl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:39.5rem;width:26.3125rem;top:42.09375rem;left:13.538552405498rem;overflow:hidden;display:block; }
#l2OnHCMw0me92nMZ4OdB1mdLFwFFQeSH { color:#000000;display:block;width:15.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:53.40625rem;left:47.5654296875rem;height:17.0605625rem;display:block; }
#xEapuTfIGeyOVxtBtmAbnO81SqAJq92x { color:#000000;display:block;width:31rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:88.8125rem;left:22rem;height:5.6875rem;font-style:italic;display:block; }
#kqisRrcnKqKXtFrUMgBslhTlz1OGuEnT { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:93.625rem;left:27.25rem;height:3.16845625rem;font-style:italic;display:block; }
#XUtRdG0ZlbuanJQbW9exGTz3CkPkIcqu { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:99.1875rem;left:0.8125rem;height:9.2607375rem;font-style:italic;display:block; }
#ftVZcMqRkFt0rNR5oHI3469SedgBWndp { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:108.875rem;left:24.96875rem;height:10.80419375rem;font-style:italic;display:block; }
#Mh701SBi5JwU4iW9MpfJRdcGgoA1qNCL { color:#000000;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:120.3125rem;left:50.875rem;height:6.173825rem;font-style:italic;display:block; }
#RV6zhSJW0wxlNBtwiBhf2ppnroK8INyF { color:#000000;display:block;width:28.25rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:149.5625rem;left:12.5693359375rem;height:6.173825rem;font-style:italic;display:block; }
#tgLiKr7n2SFTHTl5ZqpZops8t0z49KVR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.5625rem;width:19rem;top:108.1875rem;left:3rem;overflow:hidden;display:block; }
#wqctAnnAVuiJtddoBexbuXvuSeZs6NqL { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:29.3125rem;width:19.4375rem;top:116.75rem;left:27.78125rem;overflow:hidden;display:block; }
#PQuRrbxrKsrD0ZcAulviCf5QsltRn0qN { position:absolute;display:block;z-index:15027;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;box-shadow: none;height:29.1875rem;width:19.4375rem;top:126.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #d4af37);background-image: -moz-linear-gradient(180deg, #fafafa, #d4af37);background-image: -ms-linear-gradient(180deg, #fafafa, #d4af37);background-image: -o-linear-gradient(180deg, #fafafa, #d4af37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4af37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4af37' );";background-image: linear-gradient(180deg, #fafafa, #d4af37);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container { background-color: transparent; background-image: none; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container > .video-iframe-container { display: none; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row > .video-iframe-container { display: none; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .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); }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container { border-width: 0; border-radius: 0; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#fT1dRZ3eBFT7SWFJ5x0K2K4pTlp319Zr { color:#000000;display:block;width:35.125rem;position:absolute;font-family:raleway;font-size:3.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:1.59375rem;left:19.9375rem;height:4.7124rem;font-style:italic;display:block; }
#DiN9pt8OxT60SGlWsFSUBHBdeLJ7TWT5 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.09375rem;left:21.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.74);background-image:url("https://images.assets-landingi.com/uc/78220be0-11d0-44eb-b599-e8c91a353131/doughwanders722.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.adaptive-delivery-prevent-bg, #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.lazyload, #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.lazyloading { background-image: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { background-color: transparent; background-image: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container > .video-iframe-container { display: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row > .video-iframe-container { display: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .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); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { border-width: 0; border-radius: 0; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#CVbhQzT3nDtCewr7KUny9aCeIV4gsvPW { background-color:#d4af37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.5625rem;left:28.75rem;display:block; }
#EgSE5xJZ2Cgc9DZwgRzFmkrxnrz4pwab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDeazi7DbNnS5bGqJwPAXVz1ZsiAlHf7 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.71875rem;left:8.46875rem;height:6.17480625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MTqq0u89gedxtP35fz477TQgJFf9qD2l { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.84375rem;left:5.5625rem;height:6.499rem;display:block; }
#v8LFiNLmQID1a8RvFQZdAmcgPP2oyA3m { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.1875rem;left:4.5625rem;height:2.5996125rem;display:block; }
#cMs795RUPq8S4Zrsh91WmuO8xXHt3OqF { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.125rem;left:3.75rem;height:3.0874rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LURN1VOkETbb0e9FtwLAcIaTZOOXzt7E { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.75rem;left:4.5625rem;height:2.5996125rem;display:block; }
#Ar8Q5VuiLXTXPMTNKUvGc0vXZ8KEWuKR { color:#000000;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.3125rem;height:3.0874rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MALrXddmdagZgsVEFSdN4MIiVEgkUCDe { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.84375rem;left:42.7841796875rem;height:5.19921875rem;display:block; }
#KfKU5dgxAHrZAGT93BXMaT7aANnefO8b { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.71875rem;left:42.0966796875rem;height:9.2621875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U0o3RcwlX4DrrOfeT8tEhWCCHHJVbBUU { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.1875rem;left:42.7216796875rem;height:3.8994125rem;display:block; }
#rkQw9bMHF0iwHzKP3D9T9Np3NVck39xn { color:#000000;display:block;width:25.875rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.0966796875rem;height:3.0874rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wucbqKPIWNIJJTU9TWhfLdTN57xSHuTO { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.75rem;left:41.9716796875rem;height:3.8994125rem;display:block; }
#D2F8TzBl0nVOAyEIuQGA04NtDW3hN86K { color:#000000;display:block;width:36.5rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.75rem;left:35.6904296875rem;height:3.0874rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#il0Gg2gWLFNyHvM7XcmxyNLCcsbX1KyV { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.6875rem;left:24.96875rem;height:2.5996125rem;display:block; }
#AEdriHOlVGv6dDuXfsS0d2DBfkhUXBKK { color:#000000;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.625rem;left:22.71875rem;height:3.0874rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#q6KVKfA450pL1FeffKJaxMdBP5SLhGMn { box-sizing:content-box;height:50.5rem;width:73rem;position:absolute;display:block;z-index:15010;background-color:rgba(250,250,250,0.91);background-image:none;top:0rem;left:1rem;display:block; }
#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/450f6d2a-843b-42bc-93e7-e97353bb0896/doughwanders116.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG.adaptive-delivery-prevent-bg, #LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG.lazyload, #LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG.lazyloading { background-image: none; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container { background-color: transparent; background-image: none; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container > .video-iframe-container { display: none; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row > .video-iframe-container { display: none; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .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); }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container { border-width: 0; border-radius: 0; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#fvN5hMf6CiOph0lILpOZqPmBJ3JvWlyX { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:23.625rem;top:5.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#Li14LWOJHZNhxDyNmCo7oliWWGFNmvBK { color:#000000;display:block;width:32.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.8125rem;left:36.5341796875rem;height:16.89744375rem;display:block; }
#dGINArsVgJ9OywsSgbg9dWSA6bFnygo8 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:5.9375rem;left:44.03125rem;height:7.474625rem;font-style:italic;display:block; }
#r0HLXWMTM7Fy5CxE3pKO1MPGWH1x4pMF { background-color:#d4af37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.3125rem;left:41.9375rem;display:block; }
#IKkt6O79Ecg5NW3TImxa2JhFrFTXPdnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RL4neKTSME0k5RqBu797dUdIEkkUsKxU { box-sizing:content-box;height:39.125rem;width:73.3125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008080, rgba(250,250,250,0.82));background-image: -moz-linear-gradient(180deg, #008080, rgba(250,250,250,0.82));background-image: -ms-linear-gradient(180deg, #008080, rgba(250,250,250,0.82));background-image: -o-linear-gradient(180deg, #008080, rgba(250,250,250,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#fafafad1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#fafafad1' );";background-image: linear-gradient(180deg, #008080, rgba(250,250,250,0.82));background-size:auto !important;top:2.375rem;left:0.84375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC { position:relative;display:block; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC { background-color: transparent; background-image: none; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container > .video-iframe-container { display: none; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row > .video-iframe-container { display: none; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .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); }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC { border-width: 0; border-radius: 0; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:87.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VnXN98fvnX9P4eFUzfQVZqngbC55DM0g { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.125rem;width:30.4375rem;top:9.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#srbAmdJVr5SkkZPZF2QvW3DkixHMip3L { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.25rem;width:30.3125rem;top:58.25rem;left:5.75rem;overflow:hidden;display:block; }
#g4gT2sZWIOfEqwLqTBByZwPBGbbm0gEm { color:#000000;display:block;width:29.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:38.5rem;height:19.4970375rem;display:block; }
#HC8F095HXJanue4s9xiTFQKQbq4xwIUs { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.9375rem;left:43.6875rem;height:1.94970625rem;display:block; }
#L5PUBq5GRDnmLdQNq7PbihCyoURIXaOZ { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.25rem;left:43.6875rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#mPES23kGg9WKw4s9dpRrkkeFBUJLgfNy { color:#000000;display:block;width:29.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.1875rem;left:38.5rem;height:6.499rem;display:block; }
#qUlOHgufwdbPn2W8Np1RTaOHJIqBubBp { box-sizing:content-box;height:105.875rem;width:74.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(2deg, rgba(0,128,128,0.37), #fafafa);background-image: -moz-linear-gradient(2deg, rgba(0,128,128,0.37), #fafafa);background-image: -ms-linear-gradient(2deg, rgba(0,128,128,0.37), #fafafa);background-image: -o-linear-gradient(2deg, rgba(0,128,128,0.37), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080805e', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080805e', endColorstr='#fafafa' );";background-image: linear-gradient(2deg, rgba(0,128,128,0.37), #fafafa);background-size:auto !important;top:-0.125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T99kbTOuJlWpVdZSTCpOS2TrDrXLppxe { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.46875rem;left:28.59375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#UzKigt8LmxvXyKuEoHrMkytvPL7mMsGG { color:#000000;display:block;width:29.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:64.1875rem;left:40.3125rem;height:16.89744375rem;display:block; }
#gs2TXKmWplVALlg4mpXBlt1H5rSDzs7B { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:59.9375rem;left:44.40625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#uSiIJhZNLDFaBG9oXdBs3ZHhH9dHJlqn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.46875rem;left:44.40625rem; }
#QuS0wyTIniIQfkZ8EqJkrEzymbQ0Ogoh { background-color:#d4af37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.1875rem;left:47.125rem;display:none; }
#AoerJVJCVGsmq88hVFRv3wLsV9NPsPvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { background-color: transparent; background-image: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container > .video-iframe-container { display: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row > .video-iframe-container { display: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .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); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { border-width: 0; border-radius: 0; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { font-size:0.875rem;font-family:arial;height:149.25rem;width:75rem;position:relative;display:block; }#PJAPxfT2ygTZwNO11ZkWu7mUw4qth19H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.9375rem;width:16.75rem;top:18.90625rem;left:58.25rem;overflow:hidden;display:block; }
#VEdrPdWia0sXElxLOGRCebU1L4aStOl9 { background-color:#d4af37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.1875rem;left:47.125rem;display:block; }
#Ws9QNsZox2708IZJL8rIny4OrMfuRUlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJI0WW1tC12SP6SoipVcC8ApMiQt2Xcb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.25rem;width:16.75rem;top:18.90625rem;left:2.4375rem;overflow:hidden;display:block; }
#MkImacCAUz6XCPTZl1JC3xk4TLRxuZeC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.375rem;width:17.0625rem;top:18.90625rem;left:21rem;overflow:hidden;display:block; }
#yfTrfQVUqB739gfE5cnIiEnSrxw5PJom { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.125rem;width:16.75rem;top:18.90625rem;left:39.375rem;overflow:hidden;display:block; }
#EFNw58gPvwcsgzWXIOAPiAL9QF7nkCEr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.625rem;width:15.0625rem;top:46.25rem;left:58.25rem;overflow:hidden;display:block; }
#vf6W5U2n8DtMC4sbJeaqkH1CcuuqkTiT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.9375rem;width:16.75rem;top:46.25rem;left:21rem;overflow:hidden;display:block; }
#TawortGrMtopKxWhH3Mvds16To9sSqGO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8125rem;width:16.75rem;top:46.25rem;left:2.4375rem;overflow:hidden;display:block; }
#GMrx9PdvFgExZOhy38u1NIZP7WmQUXVl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.125rem;width:16.75rem;top:46.25rem;left:39.375rem;overflow:hidden;display:block; }
#dnJ613gu73l3bXIBfsfCnU8mr4I6gZWa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.125rem;width:16.75rem;top:73.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#MokU9CriTTTy5gqxSCBDpnxe7dfVF6Qq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.25rem;width:16.6875rem;top:73.0625rem;left:58.25rem;overflow:hidden;display:block; }
#fWS3PNekLkDLd4QxknQfsU0PG13vtvHa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.125rem;width:16.75rem;top:73.0625rem;left:21.15625rem;overflow:hidden;display:block; }
#ti7aR5uAihfkHbTc1Bp3rfptHb3asegk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.9375rem;width:16.75rem;top:73.0625rem;left:39.375rem;overflow:hidden;display:block; }
#LPaw7TkHZ5GKMMC2l5dAuRqG9Fi9zITS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8125rem;width:16.75rem;top:99.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#C87eDTsVk7W1DvIifT8Vck10czFK85hn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8125rem;width:16.75rem;top:99.8125rem;left:21rem;overflow:hidden;display:block; }
#GSlBlI50fmTIwsb2BM2r0644usVhP3cg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8125rem;width:16.75rem;top:99.8125rem;left:58.25rem;overflow:hidden;display:block; }
#OARAxiQcNTcNHwRSmH281wb25qgkr1oL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.125rem;width:16.625rem;top:99.8125rem;left:39.375rem;overflow:hidden;display:block; }
#H3NlVUef5bT2QBhxGx2gpwTz6mhZZ58k { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:16.6875rem;top:122.625rem;left:58.25rem;overflow:hidden;display:block; }
#Iwd7NrmOsTFbFsCuyuTUOq8oVXzI00e6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.8125rem;width:14.5rem;top:126.125rem;left:40.4375rem;overflow:hidden;display:block; }
#gCEdF2n8CtxGoKi69vnkfcom7Zl4d3Rm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.1875rem;width:17.375rem;top:122.625rem;left:20.84375rem;overflow:hidden;display:block; }
#DPlTNxs69qOer6LNw5r10CDD63MBnm2M { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.4375rem;width:16.1875rem;top:122.625rem;left:2.71875rem;overflow:hidden;display:block; }
#sNuF53tadcziHvazKz9TENWXDCrrmxKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { background-color: transparent; background-image: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container > .video-iframe-container { display: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row > .video-iframe-container { display: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .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); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { border-width: 0; border-radius: 0; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:75rem;position:relative;display:block; }#HnrCMudPziQQlbUuq5gCdlStmeIq8WQc { position:absolute;display:block;z-index:15023;height:24.25rem;width:38.75rem;top:15.25rem;left:19.5rem;display:block; }
#G42Gkui7F94PrhVkZI28DtMOwAc1NqkN { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.125rem;left:22rem;height:11.2119375rem;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaTGtBOz1QNqJq6RmmU4IvLuTJoyGgDQ { top:1rem;left:12.34375rem;width:23.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonsynxTiI45eyH5fOkwM4fONfNGlnHL { top:0.5625rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig { display:block; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV7aLKFTpk7HtU1J5QsQhVxtLtaTxFQB { top:0.25rem;left:0rem;width:19.6875rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmovH9cOmK5fn9gfqFi44FdvKPBdXoVh { top:1.125rem;left:29.8125rem;width:17.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp { display:block; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbr1oDMb5nCtEMwTD4137BycDxGeE5N7 { top:11.8125rem;left:0rem;width:19.1875rem;height:20.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsZu2VTp6nBlyrwEUBiFsvTNEgBCm4Xn { top:8.875rem;left:23.125rem;width:24.625rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsEgTeWdkxugM9tFvfTAK3HvDrrPBPQl { top:42.0625rem;left:0rem;width:26.3125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OnHCMw0me92nMZ4OdB1mdLFwFFQeSH { top:53.375rem;left:32.375rem;width:15.375rem;height:16.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEapuTfIGeyOVxtBtmAbnO81SqAJq92x { top:88.8125rem;left:8.375rem;width:31rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqisRrcnKqKXtFrUMgBslhTlz1OGuEnT { top:93.625rem;left:13.625rem;width:19.1875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtRdG0ZlbuanJQbW9exGTz3CkPkIcqu { top:99.1875rem;left:0rem;width:25.0625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftVZcMqRkFt0rNR5oHI3469SedgBWndp { top:108.875rem;left:11.34375rem;width:25.0625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh701SBi5JwU4iW9MpfJRdcGgoA1qNCL { top:120.3125rem;left:24.875rem;width:22.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6zhSJW0wxlNBtwiBhf2ppnroK8INyF { top:149.5625rem;left:0rem;width:28.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLiKr7n2SFTHTl5ZqpZops8t0z49KVR { top:108.1875rem;left:0rem;width:19rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqctAnnAVuiJtddoBexbuXvuSeZs6NqL { top:116.75rem;left:14.15625rem;width:19.4375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuRrbxrKsrD0ZcAulviCf5QsltRn0qN { top:126.3125rem;left:28.3125rem;width:19.4375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d { display:block; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT1dRZ3eBFT7SWFJ5x0K2K4pTlp319Zr { top:1.5625rem;left:6.3125rem;width:35.125rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiN9pt8OxT60SGlWsFSUBHBdeLJ7TWT5 { top:7.0625rem;left:8.34375rem;width:25.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ { display:block; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVbhQzT3nDtCewr7KUny9aCeIV4gsvPW { width:17.5rem;height:3.4375rem;top:44.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgSE5xJZ2Cgc9DZwgRzFmkrxnrz4pwab { display:block; }
 }@media only screen and (max-width: 763px) { #TDeazi7DbNnS5bGqJwPAXVz1ZsiAlHf7 { top:2.6875rem;left:0rem;width:19.25rem;height:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqq0u89gedxtP35fz477TQgJFf9qD2l { top:8.8125rem;left:0rem;width:25.0625rem;height:6.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8LFiNLmQID1a8RvFQZdAmcgPP2oyA3m { top:21.1875rem;left:0rem;width:25.0625rem;height:2.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMs795RUPq8S4Zrsh91WmuO8xXHt3OqF { top:18.125rem;left:0rem;width:28.6875rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LURN1VOkETbb0e9FtwLAcIaTZOOXzt7E { top:30.75rem;left:0rem;width:25.0625rem;height:2.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar8Q5VuiLXTXPMTNKUvGc0vXZ8KEWuKR { top:27.6875rem;left:0rem;width:27.375rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MALrXddmdagZgsVEFSdN4MIiVEgkUCDe { top:8.8125rem;left:22.6875rem;width:25.0625rem;height:6.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKU5dgxAHrZAGT93BXMaT7aANnefO8b { top:2.6875rem;left:23.8125rem;width:23.9375rem;height:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0o3RcwlX4DrrOfeT8tEhWCCHHJVbBUU { top:21.1875rem;left:22.6875rem;width:25.0625rem;height:3.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkQw9bMHF0iwHzKP3D9T9Np3NVck39xn { top:18.1875rem;left:21.875rem;width:25.875rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wucbqKPIWNIJJTU9TWhfLdTN57xSHuTO { top:30.75rem;left:22.6875rem;width:25.0625rem;height:3.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2F8TzBl0nVOAyEIuQGA04NtDW3hN86K { top:27.75rem;left:11.25rem;width:36.5rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il0Gg2gWLFNyHvM7XcmxyNLCcsbX1KyV { top:39.6875rem;left:11.34375rem;width:25.0625rem;height:2.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEdriHOlVGv6dDuXfsS0d2DBfkhUXBKK { top:36.625rem;left:9.09375rem;width:27.375rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KVKfA450pL1FeffKJaxMdBP5SLhGMn { top:0rem;left:0rem;width:47.75rem;height:50.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG { display:block; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvN5hMf6CiOph0lILpOZqPmBJ3JvWlyX { top:5.9375rem;left:0rem;width:23.625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li14LWOJHZNhxDyNmCo7oliWWGFNmvBK { top:13.8125rem;left:15.5rem;width:32.25rem;height:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGINArsVgJ9OywsSgbg9dWSA6bFnygo8 { top:5.9375rem;left:30.40625rem;width:13.3125rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0HLXWMTM7Fy5CxE3pKO1MPGWH1x4pMF { width:17.5rem;height:3.4375rem;top:36.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkt6O79Ecg5NW3TImxa2JhFrFTXPdnH { display:block; }
 }@media only screen and (max-width: 763px) { #RL4neKTSME0k5RqBu797dUdIEkkUsKxU { top:2.375rem;left:0rem;width:47.75rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px7cd825TcpKDiePGsCaNd0GaQOIzKHC { display:block; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnXN98fvnX9P4eFUzfQVZqngbC55DM0g { top:9.9375rem;left:0rem;width:30.4375rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srbAmdJVr5SkkZPZF2QvW3DkixHMip3L { top:58.25rem;left:0rem;width:30.3125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4gT2sZWIOfEqwLqTBByZwPBGbbm0gEm { top:17.125rem;left:18.125rem;width:29.625rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8F095HXJanue4s9xiTFQKQbq4xwIUs { top:13.9375rem;left:29.9375rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PUBq5GRDnmLdQNq7PbihCyoURIXaOZ { top:41.25rem;left:29.9375rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPES23kGg9WKw4s9dpRrkkeFBUJLgfNy { top:45.1875rem;left:18.125rem;width:29.625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlOHgufwdbPn2W8Np1RTaOHJIqBubBp { top:-0.125rem;left:0rem;width:47.75rem;height:105.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99kbTOuJlWpVdZSTCpOS2TrDrXLppxe { top:3.4375rem;left:14.96875rem;width:17.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzKigt8LmxvXyKuEoHrMkytvPL7mMsGG { top:64.1875rem;left:18.125rem;width:29.625rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2TXKmWplVALlg4mpXBlt1H5rSDzs7B { top:59.9375rem;left:29.9375rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiIJhZNLDFaBG9oXdBs3ZHhH9dHJlqn { top:3.4375rem;left:30.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuS0wyTIniIQfkZ8EqJkrEzymbQ0Ogoh { width:17.5rem;height:3.4375rem;top:4.1875rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoerJVJCVGsmq88hVFRv3wLsV9NPsPvb { display:block; }
 }@media only screen and (max-width: 763px) { #FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO { display:block; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJAPxfT2ygTZwNO11ZkWu7mUw4qth19H { top:18.875rem;left:31rem;width:16.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrPdWia0sXElxLOGRCebU1L4aStOl9 { width:17.5rem;height:3.4375rem;top:4.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9QNsZox2708IZJL8rIny4OrMfuRUlP { display:block; }
 }@media only screen and (max-width: 763px) { #HJI0WW1tC12SP6SoipVcC8ApMiQt2Xcb { top:18.875rem;left:0rem;width:16.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkImacCAUz6XCPTZl1JC3xk4TLRxuZeC { top:18.875rem;left:7.375rem;width:17.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTrfQVUqB739gfE5cnIiEnSrxw5PJom { top:18.875rem;left:25.75rem;width:16.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNw58gPvwcsgzWXIOAPiAL9QF7nkCEr { top:46.25rem;left:31rem;width:15.0625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6W5U2n8DtMC4sbJeaqkH1CcuuqkTiT { top:46.25rem;left:7.375rem;width:16.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawortGrMtopKxWhH3Mvds16To9sSqGO { top:46.25rem;left:0rem;width:16.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMrx9PdvFgExZOhy38u1NIZP7WmQUXVl { top:46.25rem;left:25.75rem;width:16.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ613gu73l3bXIBfsfCnU8mr4I6gZWa { top:73.0625rem;left:0rem;width:16.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MokU9CriTTTy5gqxSCBDpnxe7dfVF6Qq { top:73.0625rem;left:31rem;width:16.6875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWS3PNekLkDLd4QxknQfsU0PG13vtvHa { top:73.0625rem;left:7.53125rem;width:16.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti7aR5uAihfkHbTc1Bp3rfptHb3asegk { top:73.0625rem;left:25.75rem;width:16.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPaw7TkHZ5GKMMC2l5dAuRqG9Fi9zITS { top:99.8125rem;left:0rem;width:16.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87eDTsVk7W1DvIifT8Vck10czFK85hn { top:99.8125rem;left:7.375rem;width:16.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlBlI50fmTIwsb2BM2r0644usVhP3cg { top:99.8125rem;left:31rem;width:16.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OARAxiQcNTcNHwRSmH281wb25qgkr1oL { top:99.8125rem;left:25.75rem;width:16.625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NlVUef5bT2QBhxGx2gpwTz6mhZZ58k { top:122.625rem;left:31.0625rem;width:16.6875rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iwd7NrmOsTFbFsCuyuTUOq8oVXzI00e6 { top:126.125rem;left:26.8125rem;width:14.5rem;height:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCEdF2n8CtxGoKi69vnkfcom7Zl4d3Rm { top:122.625rem;left:7.21875rem;width:17.375rem;height:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPlTNxs69qOer6LNw5r10CDD63MBnm2M { top:122.625rem;left:0rem;width:16.1875rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNuF53tadcziHvazKz9TENWXDCrrmxKp { display:block; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnrCMudPziQQlbUuq5gCdlStmeIq8WQc { top:15.25rem;left:5.875rem;width:38.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G42Gkui7F94PrhVkZI28DtMOwAc1NqkN { top:1.125rem;left:8.375rem;width:33.75rem;height:11.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaTGtBOz1QNqJq6RmmU4IvLuTJoyGgDQ { width:17.6875rem;height:5.9375rem;top:4.625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonsynxTiI45eyH5fOkwM4fONfNGlnHL { width:2.9375rem;height:2.9375rem;top:1.6875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,128,128,0.68), #fafafa);background-image: -moz-linear-gradient(180deg, rgba(0,128,128,0.68), #fafafa);background-image: -ms-linear-gradient(180deg, rgba(0,128,128,0.68), #fafafa);background-image: -o-linear-gradient(180deg, rgba(0,128,128,0.68), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080ad', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080ad', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, rgba(0,128,128,0.68), #fafafa);background-size:auto !important;display:block; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { background-color: transparent; background-image: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container > .video-iframe-container { display: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row > .video-iframe-container { display: none; }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .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); }#PT5ag04VVGKO0fTL6y5XP7NZXOQcg3Ig > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV7aLKFTpk7HtU1J5QsQhVxtLtaTxFQB { width:20rem;height:3.625rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmovH9cOmK5fn9gfqFi44FdvKPBdXoVh { width:9.125rem;height:3.625rem;top:4.4375rem;left:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp { display:block; }#MdtJ8OcPZm4XIXly10WP6tn0bkTf4Gfp > .row .container { width:20rem;height:166.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbr1oDMb5nCtEMwTD4137BycDxGeE5N7 { width:19.1875rem;height:12.8125rem;top:5.75rem;left:0.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsZu2VTp6nBlyrwEUBiFsvTNEgBCm4Xn { width:20rem;height:30.1875rem;top:55.4482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsEgTeWdkxugM9tFvfTAK3HvDrrPBPQl { width:20rem;height:30rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OnHCMw0me92nMZ4OdB1mdLFwFFQeSH { width:15.375rem;height:10.25rem;top:89.927734375rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEapuTfIGeyOVxtBtmAbnO81SqAJq92x { width:13.3125rem;height:2.5625rem;top:103.427734375rem;left:3.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqisRrcnKqKXtFrUMgBslhTlz1OGuEnT { width:19.1875rem;height:1.6875rem;top:105.927734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XUtRdG0ZlbuanJQbW9exGTz3CkPkIcqu { width:9.1875rem;height:12.5rem;top:110.271484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftVZcMqRkFt0rNR5oHI3469SedgBWndp { width:9.375rem;height:15rem;top:142.927734375rem;left:0.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mh701SBi5JwU4iW9MpfJRdcGgoA1qNCL { width:9.3125rem;height:7.5rem;top:128.177734375rem;left:10.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RV6zhSJW0wxlNBtwiBhf2ppnroK8INyF { width:15.375rem;height:7.5rem;top:157.865234375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgLiKr7n2SFTHTl5ZqpZops8t0z49KVR { width:10.0625rem;height:15.1875rem;top:108.927734375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqctAnnAVuiJtddoBexbuXvuSeZs6NqL { width:10.125rem;height:15.3125rem;top:140.802734375rem;left:9.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuRrbxrKsrD0ZcAulviCf5QsltRn0qN { width:10.125rem;height:15.3125rem;top:124.865234375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d { display:block; }#D8akkdf6CUZcW9PP1T1rMvIzkyRqdS8d > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT1dRZ3eBFT7SWFJ5x0K2K4pTlp319Zr { width:20rem;height:2.5625rem;top:1.15625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiN9pt8OxT60SGlWsFSUBHBdeLJ7TWT5 { width:20rem;height:1.25rem;top:3.71875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ { background-color:rgba(255,255,255,0.74);background-image:url("https://images.assets-landingi.com/uc/78220be0-11d0-44eb-b599-e8c91a353131/doughwanders722.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.adaptive-delivery-prevent-bg, #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.lazyload, #tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ.lazyloading { background-image: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { background-color: transparent; background-image: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container > .video-iframe-container { display: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row > .video-iframe-container { display: none; }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .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); }#tNEmfCaoRqSoWXGMUTCDZGURiWLeepGQ > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVbhQzT3nDtCewr7KUny9aCeIV4gsvPW { width:10rem;height:2.5rem;top:36.927734375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgSE5xJZ2Cgc9DZwgRzFmkrxnrz4pwab { display:block; }
 }@media only screen and (max-width: 763px) { #TDeazi7DbNnS5bGqJwPAXVz1ZsiAlHf7 { width:17.6875rem;height:1.6875rem;top:1.865234375rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTqq0u89gedxtP35fz477TQgJFf9qD2l { width:14.9375rem;height:3.4375rem;top:3.490234375rem;left:2.53125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8LFiNLmQID1a8RvFQZdAmcgPP2oyA3m { width:14.375rem;height:1.375rem;top:14.240234375rem;left:2.8125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMs795RUPq8S4Zrsh91WmuO8xXHt3OqF { width:20rem;height:1.6875rem;top:12.615234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LURN1VOkETbb0e9FtwLAcIaTZOOXzt7E { width:14.5625rem;height:1.375rem;top:22.927734375rem;left:2.71875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ar8Q5VuiLXTXPMTNKUvGc0vXZ8KEWuKR { width:20rem;height:1.6875rem;top:21.302734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MALrXddmdagZgsVEFSdN4MIiVEgkUCDe { width:15.9375rem;height:2.75rem;top:9.302734375rem;left:2.03125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KfKU5dgxAHrZAGT93BXMaT7aANnefO8b { width:20rem;height:1.6875rem;top:7.677734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0o3RcwlX4DrrOfeT8tEhWCCHHJVbBUU { width:14.5rem;height:2.0625rem;top:18.427734375rem;left:2.75rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rkQw9bMHF0iwHzKP3D9T9Np3NVck39xn { width:20rem;height:1.6875rem;top:16.802734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wucbqKPIWNIJJTU9TWhfLdTN57xSHuTO { width:14.75rem;height:2.0625rem;top:27.240234375rem;left:2.625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2F8TzBl0nVOAyEIuQGA04NtDW3hN86K { width:20rem;height:1.6875rem;top:25.615234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il0Gg2gWLFNyHvM7XcmxyNLCcsbX1KyV { width:14.125rem;height:1.375rem;top:32.052734375rem;left:2.9375rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AEdriHOlVGv6dDuXfsS0d2DBfkhUXBKK { width:20rem;height:1.6875rem;top:30.427734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6KVKfA450pL1FeffKJaxMdBP5SLhGMn { width:20rem;height:38.4375rem;top:0.927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG { display:block; }#LpRG5mwcxTI4UdKmwmsPuPZ79giRWENG > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvN5hMf6CiOph0lILpOZqPmBJ3JvWlyX { width:20rem;height:26.984126984127rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li14LWOJHZNhxDyNmCo7oliWWGFNmvBK { width:19.3125rem;height:22.5625rem;top:35.2958984375rem;left:0.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGINArsVgJ9OywsSgbg9dWSA6bFnygo8 { width:13.3125rem;height:5.125rem;top:29.4833984375rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0HLXWMTM7Fy5CxE3pKO1MPGWH1x4pMF { width:17.5rem;height:3.4375rem;top:59.8583984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkt6O79Ecg5NW3TImxa2JhFrFTXPdnH { display:block; }
 }@media only screen and (max-width: 763px) { #RL4neKTSME0k5RqBu797dUdIEkkUsKxU { width:20rem;height:44.75rem;top:21.2333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px7cd825TcpKDiePGsCaNd0GaQOIzKHC { display:block; }#Px7cd825TcpKDiePGsCaNd0GaQOIzKHC > .row .container { width:20rem;height:162.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnXN98fvnX9P4eFUzfQVZqngbC55DM0g { width:20rem;height:30.287109375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srbAmdJVr5SkkZPZF2QvW3DkixHMip3L { width:20rem;height:30.3984375rem;top:34.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4gT2sZWIOfEqwLqTBByZwPBGbbm0gEm { width:20rem;height:26.25rem;top:75.060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8F095HXJanue4s9xiTFQKQbq4xwIUs { width:17.8125rem;height:1.9375rem;top:73.123046875rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PUBq5GRDnmLdQNq7PbihCyoURIXaOZ { width:17.8125rem;height:1.9375rem;top:103.998046875rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPES23kGg9WKw4s9dpRrkkeFBUJLgfNy { width:20rem;height:10rem;top:106.998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlOHgufwdbPn2W8Np1RTaOHJIqBubBp { width:20rem;height:98rem;top:64.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99kbTOuJlWpVdZSTCpOS2TrDrXLppxe { width:17.8125rem;height:2.5625rem;top:68.185546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzKigt8LmxvXyKuEoHrMkytvPL7mMsGG { width:20rem;height:25rem;top:123.623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2TXKmWplVALlg4mpXBlt1H5rSDzs7B { width:17.8125rem;height:1.9375rem;top:120.998046875rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiIJhZNLDFaBG9oXdBs3ZHhH9dHJlqn { display:flex;width:3.125rem;height:3.125rem;top:68.185546875rem;left:14.75rem; }
 }@media only screen and (max-width: 763px) { #QuS0wyTIniIQfkZ8EqJkrEzymbQ0Ogoh { width:17.5rem;height:3.4375rem;top:153.625rem;left:1.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #AoerJVJCVGsmq88hVFRv3wLsV9NPsPvb { display:block; }
 }@media only screen and (max-width: 763px) { #FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO { background-color:#fafafa;background-image:none;display:block; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { background-color: transparent; background-image: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container > .video-iframe-container { display: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row > .video-iframe-container { display: none; }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .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); }#FnNttMNxrhaPhzLHzTxfBVk6RJwfP2kO > .row .container { width:20rem;height:503.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJAPxfT2ygTZwNO11ZkWu7mUw4qth19H { width:20rem;height:25rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrPdWia0sXElxLOGRCebU1L4aStOl9 { width:17.5rem;height:3.4375rem;top:130.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9QNsZox2708IZJL8rIny4OrMfuRUlP { display:block; }
 }@media only screen and (max-width: 763px) { #HJI0WW1tC12SP6SoipVcC8ApMiQt2Xcb { width:16.75rem;height:25.25rem;top:3.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkImacCAUz6XCPTZl1JC3xk4TLRxuZeC { width:17.0625rem;height:21.375rem;top:30.9375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTrfQVUqB739gfE5cnIiEnSrxw5PJom { width:16.75rem;height:25.125rem;top:54.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNw58gPvwcsgzWXIOAPiAL9QF7nkCEr { width:15.0625rem;height:22.625rem;top:184.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6W5U2n8DtMC4sbJeaqkH1CcuuqkTiT { width:16.75rem;height:20.9375rem;top:135.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawortGrMtopKxWhH3Mvds16To9sSqGO { width:16.75rem;height:21.8125rem;top:106.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMrx9PdvFgExZOhy38u1NIZP7WmQUXVl { width:16.75rem;height:25.125rem;top:158.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ613gu73l3bXIBfsfCnU8mr4I6gZWa { width:16.75rem;height:25.125rem;top:207.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MokU9CriTTTy5gqxSCBDpnxe7dfVF6Qq { width:16.6875rem;height:25.25rem;top:282.4375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWS3PNekLkDLd4QxknQfsU0PG13vtvHa { width:16.75rem;height:25.125rem;top:233.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti7aR5uAihfkHbTc1Bp3rfptHb3asegk { width:16.75rem;height:20.9375rem;top:260.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPaw7TkHZ5GKMMC2l5dAuRqG9Fi9zITS { width:16.75rem;height:21.8125rem;top:308.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87eDTsVk7W1DvIifT8Vck10czFK85hn { width:16.75rem;height:21.8125rem;top:332.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlBlI50fmTIwsb2BM2r0644usVhP3cg { width:16.75rem;height:21.8125rem;top:381.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OARAxiQcNTcNHwRSmH281wb25qgkr1oL { width:16.625rem;height:25.125rem;top:355.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NlVUef5bT2QBhxGx2gpwTz6mhZZ58k { width:15.625rem;height:23.4375rem;top:403.5rem;left:2.1875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Iwd7NrmOsTFbFsCuyuTUOq8oVXzI00e6 { width:14.5rem;height:21.8125rem;top:428.3125rem;left:2.75rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCEdF2n8CtxGoKi69vnkfcom7Zl4d3Rm { width:17rem;height:25.625rem;top:450.75rem;left:1.5rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DPlTNxs69qOer6LNw5r10CDD63MBnm2M { width:17rem;height:25.5rem;top:477.25rem;left:1.5rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sNuF53tadcziHvazKz9TENWXDCrrmxKp { background-color:#efecef;background-image:none;display:block; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { background-color: transparent; background-image: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container > .video-iframe-container { display: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row > .video-iframe-container { display: none; }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .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); }#sNuF53tadcziHvazKz9TENWXDCrrmxKp > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnrCMudPziQQlbUuq5gCdlStmeIq8WQc { width:20rem;height:24.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G42Gkui7F94PrhVkZI28DtMOwAc1NqkN { width:20rem;height:7.6875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }