.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:94px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#QHQdin2KZT5L102ryZu8fbvNuhX75ocT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:340px;top:17px;left:287px;overflow:hidden;display:block; }
#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 { border-top:1px solid #717f8d;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4f31534-955a-4230-af89-d414de069411/PERMADRIDPRAC_background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.adaptive-delivery-prevent-bg, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyload, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyloading { background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { background-color: transparent; background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .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); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { border-width: 0; border-radius: 0; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container {  }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { font-size:14px;font-family:arial;height:887px;width:960px;position:relative;display:block; }#FTgsZyfTIPhoszvpUWJAivU3wqL2BBrr { display:block;width:482px;position:absolute;font-family:dosis;font-size:53px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:219.39999389648px;left:0px;height:190.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#fbf8f8;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0URGPCNazuB9x2RIfVdqTCzVx4mzEfO { position:absolute;display:block;z-index:15004;background-color:rgba(17,50,116,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:887px;width:960px;top:0px;left:-474px;display:block; }
#KcfUVFwVNVqtq8lZ52LOT2FUFm3uoQT3 { color:#f4ecec;display:block;width:483px;position:absolute;font-family:dosis;font-size:40px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:502.20001220703px;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAU3PiCXDVDTVS5cOZA4pnvOhTuwm8vf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:98px;top:451px;left:191px;overflow:hidden;display:block; }
#JVTno69i6bU8hltqTe06iAHRg2A4cZfd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:63px;top:129px;left:208.5px;overflow:hidden;display:block; }
#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE { position:relative;display:block; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE { background-color: transparent; background-image: none; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container > .video-iframe-container { display: none; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row > .video-iframe-container { display: none; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .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); }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE { border-width: 0; border-radius: 0; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container > .video-iframe-container {  }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:741px;width:960px;position:relative;display:block; }#EKGVR96nwUvh5p90irTtmx1s0P6sLvoA { color:#113274;display:block;width:214px;position:absolute;font-family:dosis;font-size:23px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.099975585938px;left:59px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yp3TNoWb8GckSet1e8kk00fRV50l7QZT { color:#113274;display:block;width:320px;position:absolute;font-family:dosis;font-size:23px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.099975585938px;left:320px;height:59.8px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MctcpRtUQ1fz4T6LkGTaRNTeow8uTptV { color:#000000;display:block;width:293px;position:absolute;font-family:dosis;font-size:18px;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:116px;left:26px;height:162px;display:block; }
#O5Mv5Ok32kN5ty7EENG8GkvbmKTWIqeG { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:122px;left:0px; }
#Wecg9XNwvFTABGIyPuUXQkrv4yFyFHZ0 { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:220px;left:0px; }
#PdiyGVd4LMnSC1ayBXivQXWmK0PHawRZ { color:#000000;display:block;width:960px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:570px;left:0px;height:59.8px;text-align:center;text-align-last:center;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; }
#Sq4zDtMyUghs3sS1ntEmihyKHw02ueHT { z-index:15003;top:614px;left:359px;background-color:transparent;background-image:none;border-top:1px solid #2337a7;border-left:1px solid #2337a7;border-right:1px solid #2337a7;border-bottom:1px solid #2337a7;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#2337a7;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BxUpTsNyfKETiXdTD7nbglrCoqe2Ml1n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mvzPapO9rfvhTuNSeIR2FLCe8yw934Eu { color:#000000;display:block;width:200px;position:absolute;font-family:dosis;font-size:15px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:690px;left:380px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#MexPxzIJHzXS5Sdgl1CKKh7AlDtn1pZt { color:#113274;display:block;width:130px;position:absolute;font-family:dosis;font-size:23px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.099975585938px;left:727px;height:59.8px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lM1uT3pbkDQc0H1pX2pQXd6r1JEvuoGl { color:#000000;display:block;width:290px;position:absolute;font-family:dosis;font-size:18px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:118px;left:343px;height:162px;display:block; }
#vA1MmmMiNsvgrMPF7OmHx8gFAPnIQ4ip { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:124px;left:320px; }
#CldTRk6Ap23PL05Ag5KcimnnnPQohD0G { color:#000000;display:block;width:294px;position:absolute;font-family:dosis;font-size:18px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:252px;left:343px;height:64.8px;display:block; }
#EofaM9xKyCuSy684WvqgiezWDTxPWraH { color:#000000;display:block;width:278px;position:absolute;font-family:dosis;font-size:18px;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:119px;left:664.5px;height:97.2px;display:block; }
#bNVRR9TzXQBGeXEX7iVgpSGnWMHrN7gM { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:126px;left:640px; }
#aZ9NgAyIXQQGthpVpxZWHOqPyDs27mum { color:#df001c;display:block;width:320px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:337px;left:0px;height:29.9px;text-align:center;text-align-last:center;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; }
#a0h1w8P32SbqAMUpPmRHzbNnk2yNvFbz { color:#000000;display:block;width:320px;position:absolute;font-family:dosis;font-size:23px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:383px;left:0px;height:29.9px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lQiK1TyAzGRPf57uuivCPtrLic6mQARJ { z-index:15000;top:448px;left:80px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FpFIDm20vOMli4tGDLKwz9MnE8lpSS8w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f9LKW4fOTs5L66JxU0S43Uc75HqIW2oB { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:336.94995117188px;left:166px; }
#RNo7QFe97Mcoc2GQBEPftNKEpe53ovoz { color:#000000;display:block;width:322px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:390px;left:319px;height:;text-align:center;text-align-last:center;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; }
#tk1XPUX8aT9K1WPa3Rp9vJkdvGkHK7cv { z-index:15001;top:449px;left:396px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WhwiaEVXouViknwC4xaLF1UVPGRRFyaU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HnzLyvaqr2bKUdfI0a3r2qdRyAAeTZ8L { color:#df001c;display:block;width:322px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:343px;left:318px;height:;text-align:center;text-align-last:center;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; }
#Lbr5cgg50m2Pp00GMnRO5XEF7KkQ0VCW { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:344px;left:476px; }
#CgWBPTh7F6TVRu9Tuifk0680bEBuDCx5 { color:#df001c;display:block;width:322px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:343.55004882812px;left:638px;height:;text-align:center;text-align-last:center;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; }
#rTc5cu9extprvn3MmCTHSaDMt7bKU8TX { color:#000000;display:block;width:322px;position:absolute;font-family:dosis;font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:390px;left:638px;height:;text-align:center;text-align-last:center;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; }
#y3dwa0GB7KiMcnnH3PaPFixzWLOQKv4T { z-index:15000;top:449px;left:720px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AFGadOT3kTobaxaoDTgOZbd2iSMOvM5K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zHWd4GKkBmEviuyuhkRONi0nZ3Ssse7X { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:344px;left:804px; }
@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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHQdin2KZT5L102ryZu8fbvNuhX75ocT { top:17px;left:189px;width:340px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 { background-color:#ffffff;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/e146eed8d45e2ee3f93e/assets/5687c59aa9e6d560cbca9f971721bae9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;display:block; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.adaptive-delivery-prevent-bg, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyload, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyloading { background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { background-color: transparent; background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .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); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgsZyfTIPhoszvpUWJAivU3wqL2BBrr { width:482px;height:190px;top:219px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #I0URGPCNazuB9x2RIfVdqTCzVx4mzEfO { top:0px;left:0px;width:764px;height:887px;display:block; }
 }@media only screen and (max-width: 763px) { #KcfUVFwVNVqtq8lZ52LOT2FUFm3uoQT3 { top:502px;left:0px;width:483px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #UAU3PiCXDVDTVS5cOZA4pnvOhTuwm8vf { top:451px;left:142px;width:98px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JVTno69i6bU8hltqTe06iAHRg2A4cZfd { top:129px;left:159.5px;width:63px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE { display:block; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKGVR96nwUvh5p90irTtmx1s0P6sLvoA { top:33px;left:26px;width:214px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yp3TNoWb8GckSet1e8kk00fRV50l7QZT { top:33px;left:98px;width:320px;height:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MctcpRtUQ1fz4T6LkGTaRNTeow8uTptV { top:116px;left:0px;width:293px;height:162px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #O5Mv5Ok32kN5ty7EENG8GkvbmKTWIqeG { top:122px;left:0px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Wecg9XNwvFTABGIyPuUXQkrv4yFyFHZ0 { top:220px;left:0px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PdiyGVd4LMnSC1ayBXivQXWmK0PHawRZ { top:570px;left:0px;width:764px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4zDtMyUghs3sS1ntEmihyKHw02ueHT { top:614px;left:260px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BxUpTsNyfKETiXdTD7nbglrCoqe2Ml1n { display:block; }
 }@media only screen and (max-width: 763px) { #mvzPapO9rfvhTuNSeIR2FLCe8yw934Eu { top:690px;left:281px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MexPxzIJHzXS5Sdgl1CKKh7AlDtn1pZt { top:33px;left:562px;width:130px;height:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lM1uT3pbkDQc0H1pX2pQXd6r1JEvuoGl { top:118px;left:223px;width:290px;height:162px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vA1MmmMiNsvgrMPF7OmHx8gFAPnIQ4ip { top:124px;left:254px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CldTRk6Ap23PL05Ag5KcimnnnPQohD0G { top:252px;left:214px;width:294px;height:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EofaM9xKyCuSy684WvqgiezWDTxPWraH { top:119px;left:469px;width:278px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bNVRR9TzXQBGeXEX7iVgpSGnWMHrN7gM { top:126px;left:508px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aZ9NgAyIXQQGthpVpxZWHOqPyDs27mum { top:337px;left:0px;width:320px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #a0h1w8P32SbqAMUpPmRHzbNnk2yNvFbz { top:383px;left:0px;width:320px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lQiK1TyAzGRPf57uuivCPtrLic6mQARJ { top:448px;left:47px;width:160px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #FpFIDm20vOMli4tGDLKwz9MnE8lpSS8w { display:block; }
 }@media only screen and (max-width: 763px) { #f9LKW4fOTs5L66JxU0S43Uc75HqIW2oB { top:336px;left:133px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RNo7QFe97Mcoc2GQBEPftNKEpe53ovoz { top:390px;left:0px;width:322px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tk1XPUX8aT9K1WPa3Rp9vJkdvGkHK7cv { top:449px;left:297px;width:160px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #WhwiaEVXouViknwC4xaLF1UVPGRRFyaU { display:block; }
 }@media only screen and (max-width: 763px) { #HnzLyvaqr2bKUdfI0a3r2qdRyAAeTZ8L { top:343px;left:0px;width:322px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Lbr5cgg50m2Pp00GMnRO5XEF7KkQ0VCW { top:344px;left:377px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CgWBPTh7F6TVRu9Tuifk0680bEBuDCx5 { top:343px;left:186px;width:322px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rTc5cu9extprvn3MmCTHSaDMt7bKU8TX { top:390px;left:186px;width:322px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #y3dwa0GB7KiMcnnH3PaPFixzWLOQKv4T { top:449px;left:555px;width:160px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #AFGadOT3kTobaxaoDTgOZbd2iSMOvM5K { display:block; }
 }@media only screen and (max-width: 763px) { #zHWd4GKkBmEviuyuhkRONi0nZ3Ssse7X { top:344px;left:639px;width:30px;height:30px;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:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHQdin2KZT5L102ryZu8fbvNuhX75ocT { width:239px;height:42px;top:19.5px;left:37.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51551134-bb59-4fa2-9b36-86a0dba85444/imagen_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #717f8d;border-left:0;border-right:0;border-bottom:0;display:block; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.adaptive-delivery-prevent-bg, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyload, #ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2.lazyloading { background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { background-color: transparent; background-image: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container { display: none; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .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); }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { border-width: 0; border-radius: 0; }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row > .video-iframe-container {  }#ffSl9KOtDlGiyydERgmrxo9WUVIOLfx2 > .row .container { width:320px;height:438px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgsZyfTIPhoszvpUWJAivU3wqL2BBrr { width:320px;height:88.8px;top:102.73333740234px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #I0URGPCNazuB9x2RIfVdqTCzVx4mzEfO { width:320px;height:437px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KcfUVFwVNVqtq8lZ52LOT2FUFm3uoQT3 { width:320px;height:75.4px;top:242.20001220703px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #UAU3PiCXDVDTVS5cOZA4pnvOhTuwm8vf { width:81px;height:10px;top:215.5px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #JVTno69i6bU8hltqTe06iAHRg2A4cZfd { width:38px;height:42px;top:41.733337402344px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE { display:block; }#zPiwUUQvwAXy1IHI2MCUp2keT13c0KaE > .row .container { width:320px;height:1446px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKGVR96nwUvh5p90irTtmx1s0P6sLvoA { width:320px;height:24.7px;top:17.100006103516px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yp3TNoWb8GckSet1e8kk00fRV50l7QZT { width:320px;height:49.4px;top:392.60000610352px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MctcpRtUQ1fz4T6LkGTaRNTeow8uTptV { width:303px;height:108px;top:54px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #O5Mv5Ok32kN5ty7EENG8GkvbmKTWIqeG { width:15px;height:15px;top:60px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Wecg9XNwvFTABGIyPuUXQkrv4yFyFHZ0 { width:15px;height:15px;top:115.25px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #PdiyGVd4LMnSC1ayBXivQXWmK0PHawRZ { width:320px;height:59.8px;top:1267px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4zDtMyUghs3sS1ntEmihyKHw02ueHT { top:1314px;left:56px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BxUpTsNyfKETiXdTD7nbglrCoqe2Ml1n { display:block; }
 }@media only screen and (max-width: 763px) { #mvzPapO9rfvhTuNSeIR2FLCe8yw934Eu { width:200px;height:19.5px;top:1407px;left:60px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MexPxzIJHzXS5Sdgl1CKKh7AlDtn1pZt { width:319px;height:24.7px;top:834.40002441406px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lM1uT3pbkDQc0H1pX2pQXd6r1JEvuoGl { width:290px;height:108px;top:454.64999389648px;left:16px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vA1MmmMiNsvgrMPF7OmHx8gFAPnIQ4ip { width:15px;height:15px;top:461px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CldTRk6Ap23PL05Ag5KcimnnnPQohD0G { width:301px;height:57.6px;top:534.64999389648px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EofaM9xKyCuSy684WvqgiezWDTxPWraH { width:278px;height:54px;top:871.20001220703px;left:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bNVRR9TzXQBGeXEX7iVgpSGnWMHrN7gM { width:20px;height:20px;top:876.20001220703px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #aZ9NgAyIXQQGthpVpxZWHOqPyDs27mum { width:320px;height:29.9px;top:193px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #a0h1w8P32SbqAMUpPmRHzbNnk2yNvFbz { width:320px;height:29.9px;top:232px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lQiK1TyAzGRPf57uuivCPtrLic6mQARJ { top:284px;left:80px;width:160px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #FpFIDm20vOMli4tGDLKwz9MnE8lpSS8w { display:block; }
 }@media only screen and (max-width: 763px) { #f9LKW4fOTs5L66JxU0S43Uc75HqIW2oB { width:30px;height:30px;top:193px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #RNo7QFe97Mcoc2GQBEPftNKEpe53ovoz { width:320px;height:29.9px;top:657.19999694824px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tk1XPUX8aT9K1WPa3Rp9vJkdvGkHK7cv { top:718.20001220703px;left:80px;width:160px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #WhwiaEVXouViknwC4xaLF1UVPGRRFyaU { display:block; }
 }@media only screen and (max-width: 763px) { #HnzLyvaqr2bKUdfI0a3r2qdRyAAeTZ8L { width:320px;height:29.9px;top:616.30000305176px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Lbr5cgg50m2Pp00GMnRO5XEF7KkQ0VCW { width:30px;height:30px;top:616.25px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #CgWBPTh7F6TVRu9Tuifk0680bEBuDCx5 { width:320px;height:29.9px;top:952.59997558594px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rTc5cu9extprvn3MmCTHSaDMt7bKU8TX { width:320px;height:29.9px;top:1001.5px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #y3dwa0GB7KiMcnnH3PaPFixzWLOQKv4T { top:1062.200012207px;left:80px;width:160px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #AFGadOT3kTobaxaoDTgOZbd2iSMOvM5K { display:block; }
 }@media only screen and (max-width: 763px) { #zHWd4GKkBmEviuyuhkRONi0nZ3Ssse7X { width:30px;height:30px;top:953.54998779297px;left:169px;display:block; }
 }