.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 .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { background-color: transparent; background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { border-width: 0; border-radius: 0; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { font-size:14px;font-family:arial;height:670px;width:960px;position:relative;display:block; }#Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:563px;width:533px;position:absolute;display:block;z-index:99999;top:65px;left:0px;overflow:hidden;display:block; }
#gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Dh3Usj9d/Screen_Shot_2021_01_27_at_10.16.07_AM.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:343px;width:245px;position:absolute;display:block;z-index:100007;top:112.98913574219px;left:30.861419677734px;display:block; }
#E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { display:block;width:618.99456787109px;position:absolute;font-family:"roboto condensed";font-size:53px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:131.99728393555px;left:341.00543212891px;height:116.52174377441px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { display:block;width:535px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:248.83152770996px;left:341.00546264648px;height:71.304351806641px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { z-index:100000;top:305.33969116211px;left:713.66848754883px;background-color:transparent;background-image:none;border-top:3px solid #dbde4a;border-left:3px solid #dbde4a;border-right:3px solid #dbde4a;border-bottom:3px solid #dbde4a;box-sizing:border-box;color:#25231b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:22px;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:182.09782457352px;height:58.089676380157px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#h5TDZMEtFiNIyb091y41F3wzTWyx7Zq3 { display:block;width:268.98098754883px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:521.85055923462px;left:11.725524902344px;height:76.521743774414px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d3d3d1;background-image:none;position:relative;display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { background-color: transparent; background-image: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .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); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { border-width: 0; border-radius: 0; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { font-size:14px;font-family:arial;height:196px;width:960px;position:relative;display:block; }#rAxMtRCh6cekTz08XivhMLTmnr7A91wX { display:block;width:960px;position:absolute;font-family:"roboto condensed";font-size:49px;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:136.6467590332px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { display:block;width:960px;position:absolute;font-family:"roboto condensed";font-size:49px;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:37.608703613281px;left:0px;height:174.78260803223px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d3d3d1;background-image:none;position:relative;display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { background-color: transparent; background-image: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .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); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { border-width: 0; border-radius: 0; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { font-size:14px;font-family:arial;height:251px;width:960px;position:relative;display:block; }#CII7gUplLw4AtLyVE4s80xO22Uotgoeq { display:block;width:322px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:152px;left:0px;height:27.82608795166px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { display:block;width:322px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:152px;left:319px;height:27.82608795166px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { display:block;width:320px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:152px;left:640px;height:27.82608795166px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0100px;border-top-right-radius:0100px;border-bottom-left-radius:0100px;border-bottom-right-radius:0100px;background-color:#dbde4a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:95px;width:95px;position:absolute;display:block;z-index:100025;top:40px;left:114px;display:block; }
#WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { box-sizing:content-box;color:#585858;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:55px;left:129px;display:block; }
#r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { box-sizing:content-box;color:#585858;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:55px;left:448px;display:block; }
#dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0100px;border-top-right-radius:0100px;border-bottom-left-radius:0100px;border-bottom-right-radius:0100px;background-color:#dbde4a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:95px;width:95px;position:absolute;display:block;z-index:100027;top:40px;left:433px;display:block; }
#KaCrSOiZM0LGPFEicurLCrbtxexJN36N { box-sizing:content-box;color:#585858;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:55px;left:768px;display:block; }
#CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0100px;border-top-right-radius:0100px;border-bottom-left-radius:0100px;border-bottom-right-radius:0100px;background-color:#dbde4a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:95px;width:95px;position:absolute;display:block;z-index:100029;top:40px;left:753px;display:block; }
#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9f92;background-image:none;position:relative;display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { background-color: transparent; background-image: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .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); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { border-width: 0; border-radius: 0; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#CkDGWxCyAKGV3FnfVfEP9oOXpNDLwMVZ { display:block;width:960px;position:absolute;font-family:"roboto condensed";font-size:49px;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:52.89404296875px;left:0px;height:58.260871887207px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9f92;background-image:none;position:relative;display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { background-color: transparent; background-image: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .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); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { border-width: 0; border-radius: 0; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { font-size:14px;font-family:arial;height:434px;width:960px;position:relative;display:block; }#TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { display:block;width:535px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:34.695678710938px;left:0px;height:35.65217590332px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { display:block;width:543.99456787109px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:78.676635742188px;left:0px;height:243.47827148438px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#sveb8TKI7Fg16Iu3XPRxAUNZ8KXbF3al { display:block;width:535px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:338.20104980469px;left:0px;height:26.086957931519px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;color:#25231b;display:block; }
#Otgq5UIECcu7IHfCyi10Pcn6bON4t7GK { box-sizing:content-box;color:#25231b;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:380px;left:0px;display:block; }
#zGaoIKyqh9As7LWTeTdZHaA8omTy0FPf { box-sizing:content-box;color:#25231b;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:380px;left:43px;display:block; }
#cIELs7zE9eNQlmuKmgaXyStXy8AtaEsI { box-sizing:content-box;color:#25231b;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:380px;left:87px;display:block; }
#BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0200px;border-top-right-radius:0200px;border-bottom-left-radius:0200px;border-bottom-right-radius:0200px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uN3iaxyJ/MattDahlstrom.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:272.98913574219px;width:272.98913574219px;position:absolute;display:block;z-index:100019;top:27.467407226562px;left:622.98919677734px;display:block; }
#surrxfenu17hiQTTLILXtk9fASxRA5lZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d3d3d1;background-image:none;position:relative;display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { background-color: transparent; background-image: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .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); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { border-width: 0; border-radius: 0; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { font-size:14px;font-family:arial;height:109px;width:960px;position:relative;display:block; }#PT3mc9MJBe1CAr1uHTK5C9xzz99vnLrg { display:block;width:960px;position:absolute;font-family:"roboto condensed";font-size:49px;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:35.665771484375px;left:0px;height:58.260871887207px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d3d3d1;background-image:none;position:relative;display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { background-color: transparent; background-image: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .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); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { border-width: 0; border-radius: 0; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { display:block;width:432.98913574219px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:76.815185546875px;left:0px;height:91.304351806641px;font-style:normal;color:#25231b;display:block; }
#R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { display:block;width:305px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:34.8994140625px;left:63.994567871094px;height:30.434783935547px;font-style:normal;color:#25231b;text-align:center;text-align-last:center;display:block; }
#L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { display:block;width:305px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:231.875px;left:128.85870361328px;height:21.739130020142px;font-style:normal;color:#9e9b90;display:block; }
#qI0GxKPtQK63OK9X4QRbJOlnJNDvk2ZJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#d8d8d8;background-image:url("https://images.assets-landingi.com/b3R9a1b5/testimonial02_07.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;height:90px;width:90px;position:absolute;display:block;z-index:100023;top:208.98095703125px;left:0px;display:block; }
#QT4i7vxc2HOTokCd5mNUy0Texxwf7ghw { display:block;width:432.98913574219px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:76.339721679688px;left:527.01089477539px;height:121.73913574219px;font-style:normal;color:#25231b;display:block; }
#Kah9t2mWFPuJVr9Vg12VMOVEOpiSC2gP { display:block;width:305px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:300;z-index:100022;line-height:1.4;letter-spacing:0;top:231.50817871094px;left:655.00003051758px;height:21.739130020142px;font-style:normal;color:#9e9b90;display:block; }
#JXHsEqFdZzhSCsiE3hIT6T5rf2biXAcK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#d8d8d8;background-image:url("https://images.assets-landingi.com/z6k5fc2e/testimonial01_07.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;height:90px;width:90px;position:absolute;display:block;z-index:100024;top:208.23364257812px;left:527.01089477539px;display:block; }
#ipEvBfq0dc6yfXpgbTEacgDP7zgfZfvh { display:block;width:305px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:34.510864257812px;left:591.00546264648px;height:30.434783935547px;font-style:normal;color:#25231b;text-align:center;text-align-last:center;display:block; }
#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8O2ecc2n/bg_05.jpg");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { border-width: 0; border-radius: 0; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#OeBWP73oxcFTEChMwiMtw6IANMznGX1T { display:block;width:528px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:362px;left:432px;height:30.434783935547px;font-style:normal;color:#25231b;text-align:right;text-align-last:right;display:block; }
#E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { z-index:100001;top:267.98901367188px;left:773.00271606445px;background-color:transparent;background-image:none;border-top:3px solid #dbde4a;border-left:3px solid #dbde4a;border-right:3px solid #dbde4a;border-bottom:3px solid #dbde4a;box-sizing:border-box;color:#25231b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:22px;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:185.77989244461px;height:61.771740436554px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { display:block;width:535px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:86px;left:425px;height:142.60870361328px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Dh3Usj9d/Screen_Shot_2021_01_27_at_10.16.07_AM.png");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;height:324px;width:204px;position:absolute;display:block;z-index:100024;top:69px;left:116px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#DwPn5rTS7EXTCqXowEh69Jru39QPyuJA { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:150px;top:415px;left:579px;overflow:hidden;display:block; }
#mdXTveP5D7nRBEVWAyQwMO19e1VO2wKM { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:150px;top:415px;left:773px;overflow:hidden;display:block; }
#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container { background-color: transparent; background-image: none; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container > .video-iframe-container { display: none; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row > .video-iframe-container { display: none; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .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); }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container { border-width: 0; border-radius: 0; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container { font-size:14px;font-family:arial;height:570px;width:960px;position:relative;display:block; }#Pl5WkTbIBBkWebPrwT5z7oWNmcc1DUrx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:135px;width:192.98913574219px;top:78.002746582031px;left:0px;overflow:hidden;display:block; }
#ZdI4J1OBmQVpuTpzfMJ9PthD0ls4yn6E { color:#4facfe;display:block;width:620.99188232422px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:182.66302490234px;left:0px;height:31.304347991943px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvH0JZT8xmDEFxNo3llVNEmh8rf2cDEi { color:#000000;display:block;width:621.99731445312px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:233.69561767578px;left:0px;height:160px;font-style:normal;display:block; }
#fDwyGQ1Zws0M6e49QLruEPzde6iTkSTG { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #97acbc, #c5d5e1);background-image: -moz-linear-gradient(top, #97acbc, #c5d5e1);background-image: -ms-linear-gradient(top, #97acbc, #c5d5e1);background-image: -o-linear-gradient(top, #97acbc, #c5d5e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97acbc', endColorstr='#c5d5e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#97acbc', endColorstr='#c5d5e1' );";background-image: linear-gradient(to bottom, #97acbc, #c5d5e1);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#3a4248;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:223.99456787109px;height:36.997283935547px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:454.86401367188px;left:654.86416625977px;display:block; }
#nQDAUEfHCG41KZLcUQELaTR0c6F7F6XW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DM09KaPLBQzoNIGbIHInBest6q7EbZEg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:390px;width:355px;top:42.989135742188px;left:604.98641967773px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:382px;height:402.78424015009px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { width:174px;height:234px;top:107px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:394px;height:109px;top:303px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { top:499px;left:567px;width:185px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block; }
 }@media only screen and (max-width: 763px) { #h5TDZMEtFiNIyb091y41F3wzTWyx7Zq3 { width:394px;height:109px;top:303px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:764px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAxMtRCh6cekTz08XivhMLTmnr7A91wX { width:739px;height:45px;top:47px;left:15px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:739px;height:45px;top:47px;left:15px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:764px;height:439px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:255px;height:55px;top:134px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:255px;height:28px;top:134px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:255px;height:55px;top:134px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:95px;height:95px;top:30px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { width:65px;height:65px;top:45px;left:99px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { width:65px;height:65px;top:45px;left:354px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:95px;height:95px;top:30px;left:339px;display:block; }
 }@media only screen and (max-width: 763px) { #KaCrSOiZM0LGPFEicurLCrbtxexJN36N { width:65px;height:65px;top:45px;left:599px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:95px;height:95px;top:30px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:764px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkDGWxCyAKGV3FnfVfEP9oOXpNDLwMVZ { width:739px;height:45px;top:47px;left:15px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:764px;height:367px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { width:382px;height:36px;top:15px;left:13px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:462px;height:150px;top:67px;left:13px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sveb8TKI7Fg16Iu3XPRxAUNZ8KXbF3al { width:382px;height:26px;top:231px;left:13px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Otgq5UIECcu7IHfCyi10Pcn6bON4t7GK { width:32px;height:32px;top:288px;left:13px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zGaoIKyqh9As7LWTeTdZHaA8omTy0FPf { width:32px;height:32px;top:288px;left:56px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cIELs7zE9eNQlmuKmgaXyStXy8AtaEsI { width:32px;height:32px;top:288px;left:100px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:272px;height:272px;top:27px;left:491px;display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:764px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT3mc9MJBe1CAr1uHTK5C9xzz99vnLrg { width:739px;height:45px;top:47px;left:15px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:764px;height:377px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { width:353px;height:120px;top:34px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { width:229px;height:30px;top:217px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { width:229px;height:43px;top:257px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #qI0GxKPtQK63OK9X4QRbJOlnJNDvk2ZJ { width:90px;height:90px;top:214px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QT4i7vxc2HOTokCd5mNUy0Texxwf7ghw { width:351px;height:150px;top:33px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #Kah9t2mWFPuJVr9Vg12VMOVEOpiSC2gP { width:230px;height:43px;top:256px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #JXHsEqFdZzhSCsiE3hIT6T5rf2biXAcK { width:90px;height:90px;top:213px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #ipEvBfq0dc6yfXpgbTEacgDP7zgfZfvh { width:229px;height:30px;top:217px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { background-color:#ffffff;background-image:none;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:764px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeBWP73oxcFTEChMwiMtw6IANMznGX1T { width:422px;height:30px;top:363px;left:334px;display:block; }
 }@media only screen and (max-width: 763px) { #E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { top:249px;left:568px;width:187px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block; }
 }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:382px;height:145px;top:82px;left:370px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:204px;height:324px;top:69px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DwPn5rTS7EXTCqXowEh69Jru39QPyuJA { width:150px;height:35px;top:415px;left:481px;display:block; }
 }@media only screen and (max-width: 763px) { #mdXTveP5D7nRBEVWAyQwMO19e1VO2wKM { width:150px;height:35px;top:415px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 { display:block; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pl5WkTbIBBkWebPrwT5z7oWNmcc1DUrx { top:78px;left:0px;width:192px;height:134.30807853674px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdI4J1OBmQVpuTpzfMJ9PthD0ls4yn6E { width:620px;height:31px;top:182px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WvH0JZT8xmDEFxNo3llVNEmh8rf2cDEi { top:233px;left:0px;width:621px;height:160px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fDwyGQ1Zws0M6e49QLruEPzde6iTkSTG { width:223px;height:36px;top:454px;left:507.86416625977px;display:block; }
 }@media only screen and (max-width: 763px) { #nQDAUEfHCG41KZLcUQELaTR0c6F7F6XW { display:block; }
 }@media only screen and (max-width: 763px) { #DM09KaPLBQzoNIGbIHInBest6q7EbZEg { top:42px;left:409px;width:355px;height:390px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:320px;height:337.41088180113px;top:205px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { width:145px;height:194px;top:246px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:307px;height:60.869567871094px;top:39px;left:6px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:303.99456787109px;height:50.434783935547px;top:130.72555541992px;left:7.9891319274902px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { top:561px;left:67px;width:185px;height:62px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block; }
 }@media only screen and (max-width: 763px) { #h5TDZMEtFiNIyb091y41F3wzTWyx7Zq3 { width:267.98913574219px;height:23.478261947632px;top:646.98370361328px;left:25.991847991943px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:320px;height:172.1304397583px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAxMtRCh6cekTz08XivhMLTmnr7A91wX { width:320px;height:33.043479919434px;top:139.1304397583px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:308.99456787109px;height:99.130439758301px;top:63.20654296875px;left:5.4891319274902px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:320px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:255px;height:25.217391967773px;top:119px;left:31px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:255px;height:25.217391967773px;top:308px;left:32px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:255px;height:25.217391967773px;top:486px;left:33px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:95px;height:95px;top:16px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { width:65px;height:65px;top:31px;left:126px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { width:65px;height:65px;top:219px;left:126px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:95px;height:95px;top:204px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #KaCrSOiZM0LGPFEicurLCrbtxexJN36N { width:65px;height:65px;top:397px;left:128px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:95px;height:95px;top:382px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkDGWxCyAKGV3FnfVfEP9oOXpNDLwMVZ { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { width:306px;height:25.217391967773px;top:24px;left:8px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:304px;height:151.30435180664px;top:70px;left:8px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sveb8TKI7Fg16Iu3XPRxAUNZ8KXbF3al { width:308px;height:21.739130020142px;top:265px;left:6px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Otgq5UIECcu7IHfCyi10Pcn6bON4t7GK { width:32px;height:32px;top:307px;left:91px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zGaoIKyqh9As7LWTeTdZHaA8omTy0FPf { width:32px;height:32px;top:307px;left:144px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cIELs7zE9eNQlmuKmgaXyStXy8AtaEsI { width:32px;height:32px;top:307px;left:197px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:273px;height:273px;top:359px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT3mc9MJBe1CAr1uHTK5C9xzz99vnLrg { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:320px;height:740.4320983886669px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKJtTgbRkFO2u7leGRL5ZvqzA5GgRRXw { width:301px;height:100.86956787109px;top:30px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZWp9DJhzRKFXx12zinzR4MHfzJqMwn { width:305px;height:25.217391967773px;top:255px;left:8px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #L5FuoAS6d8uwPvxWBnI6hQbb1iN6ue2G { width:242px;height:38.260871887207px;top:280px;left:40px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qI0GxKPtQK63OK9X4QRbJOlnJNDvk2ZJ { width:90px;height:90px;top:154px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #QT4i7vxc2HOTokCd5mNUy0Texxwf7ghw { width:307px;height:126.08695983887px;top:350px;left:7px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kah9t2mWFPuJVr9Vg12VMOVEOpiSC2gP { width:262px;height:38.260871887207px;top:632px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JXHsEqFdZzhSCsiE3hIT6T5rf2biXAcK { width:90px;height:90px;top:505px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #ipEvBfq0dc6yfXpgbTEacgDP7zgfZfvh { width:305px;height:0;top:689.99731445312px;left:7px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:320px;height:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeBWP73oxcFTEChMwiMtw6IANMznGX1T { width:298px;height:60.869567871094px;top:601px;left:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { top:490px;left:66px;width:187px;height:63px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block; }
 }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:304px;height:100.86956787109px;top:50px;left:8px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:197px;height:264px;top:188px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #DwPn5rTS7EXTCqXowEh69Jru39QPyuJA { width:150px;height:35px;top:681px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #mdXTveP5D7nRBEVWAyQwMO19e1VO2wKM { width:150px;height:35px;top:736px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 { display:block; }#Exuii9KbAhaFUS7pUXdycQSxZD35JCR1 > .row .container { width:320px;height:1165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pl5WkTbIBBkWebPrwT5z7oWNmcc1DUrx { width:191.99728393555px;height:134.30706787109px;top:79.130435943604px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdI4J1OBmQVpuTpzfMJ9PthD0ls4yn6E { width:320px;height:93.913047790527px;top:233.4375038147px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WvH0JZT8xmDEFxNo3llVNEmh8rf2cDEi { width:320px;height:300px;top:347.35055160522px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fDwyGQ1Zws0M6e49QLruEPzde6iTkSTG { width:222.98913574219px;height:31.997283935547px;top:1029.3451194763px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #nQDAUEfHCG41KZLcUQELaTR0c6F7F6XW { display:block; }
 }@media only screen and (max-width: 763px) { #DM09KaPLBQzoNIGbIHInBest6q7EbZEg { width:265px;height:288.99456787109px;top:720.35055160522px;left:27px;display:block; }
 }