.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
@media only screen and (max-width: 959px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 763px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.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;
}
.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: 600000;
}
.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: 280px;
  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 (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb { background-color:rgba(255,255,255,0.27);background-image:url(https://images.assets-landingi.com/p352Jdci/francia.jpg);background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;z-index:;top:;display:block; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { background-color: transparent; background-image: none; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { border-width: 0; border-radius: 0; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { margin-right:auto;margin-left:auto;width:960px;height:110px;font-family:arial;font-weight:normal;text-transform:none;text-decoration:none;display:block;overflow:visible;position:relative;display:block; }#s4COkCaLOLNgo6stcuqA25o01D2KgtFt { height:;display:block; }
#tUlinCIs829TGuVD3TAnF2zbCvE5f19m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:51px;width:242px;position:absolute;display:block;z-index:100000;top:29.5px;left:702px;overflow:hidden;display:block; }
#k4KvpQZRQrz3S4Iur9N5navkFnBw2rov { display:block;width:559px;position:absolute;font-family:dosis;font-size:47px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 6px #ff0000;top:25.5px;left:25px;height:61px;color:#000000;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;text-align:center;text-align-last:center;display:block; }
#IgslHcJS5hsryRlK2boEI3FPGqrG6tnT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:rgba(255,255,255,0.54);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:110px;width:960px;position:absolute;display:block;z-index:99999;top:0;left:0;box-shadow: 5px 5px 3px #797979 ;display:block; }
#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/p352Jdci/francia.jpg);background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { background-color: transparent; background-image: none; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { border-width: 0; border-radius: 0; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { font-size:14px;font-family:arial;height:1222px;width:960px;position:relative;display:block; }#bHWAFGdHyPkDtClBiS6PSzzwMDAZ9aAo { height:1222px;display:block; }
#tH3TW6FEOohpSoQnudVnfhd3PKq2Tnnu { display:block;width:440px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:23px;left:20.5px;height:230px;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; }
#htIHiL7kBWyC8h36rPl4m7XTMOnonwbW { background-color:#c50521;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow: 1px 1px 3px #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:331px;height:61px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1125px;left:74.5px;display:block; }
#Q3uDJe8RQNPgbeB8OQqL8zNSR8wkOClr { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#CPTnM9k7xXzPBnV57NayDTsint1ixlKz { display:block;width:356px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:297px;left:94.5px;height:380px;display:block; }
#s0enLcBmfG0Kliq8n5MiuTf8Xk7Q17zO { display:block;width:436px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:693px;left:22px;height:418px;display:block; }
#LBrUmCL8UX9BEELwfakzxtTLh4y8OTlt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:43px;width:43px;position:absolute;display:block;z-index:100004;top:307px;left:38px;overflow:hidden;display:block; }
#X0aWmC1Hhz16NqfWgtgqtdm6ieGtZeQL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:43px;width:43px;position:absolute;display:block;z-index:100005;top:376px;left:38px;overflow:hidden;display:block; }
#doWGWGZJHfMwnes0wgpq5Sndawhqahl1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:43px;width:43px;position:absolute;display:block;z-index:100006;top:447px;left:38px;overflow:hidden;display:block; }
#rXD68wRauKTJdVtFcBHBU3SV8HutbmqF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:43px;width:43px;position:absolute;display:block;z-index:100007;top:528px;left:38px;overflow:hidden;display:block; }
#ViaPNIJvfdGCPxavw9dIoVrGilZlKv06 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:43px;width:43px;position:absolute;display:block;z-index:100008;top:618px;left:38px;overflow:hidden;display:block; }
#EyfOfBXLmIygS1e0yT9yMzfLEKB4xTeS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:rgba(0,0,0,0.51);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:1190px;width:466px;position:absolute;display:block;z-index:99999;top:14.5px;left:4px;box-shadow: 5px 5px 2px #000000 ;display:block; }
#pRrN6x2FEwTeXSNprC5TNGaZwsSwAsQ0 { display:block;width:331px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:259px;left:19.5px;height:26px;display:block; }
#g4BAA4mMVvnU0kbbZHkqnf0wOv6dIQAb { height:1222px;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #aXOF3IKPbvebioDwyPBwgS3ekU3NvALb { background-color:#262729;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;z-index:;top:;display:block; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { background-color: transparent; background-image: none; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { border-width: 0; border-radius: 0; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { margin-right:auto;margin-left:auto;width:760px;height:70px;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 959px) { #s4COkCaLOLNgo6stcuqA25o01D2KgtFt { display:block; }
 }@media only screen and (max-width: 959px) { #tUlinCIs829TGuVD3TAnF2zbCvE5f19m { width:242px;height:51px;top:29px;left:522px;display:block; }
 }@media only screen and (max-width: 959px) { #k4KvpQZRQrz3S4Iur9N5navkFnBw2rov { width:559px;height:61px;top:25px;left:25px;display:block; }
 }@media only screen and (max-width: 959px) { #IgslHcJS5hsryRlK2boEI3FPGqrG6tnT { width:764px;height:110px;top:0;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #BNXzfaneoQCVfeMAPW5NeG87C85zqsgh { display:block; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bHWAFGdHyPkDtClBiS6PSzzwMDAZ9aAo { display:block; }
 }@media only screen and (max-width: 959px) { #tH3TW6FEOohpSoQnudVnfhd3PKq2Tnnu { width:382px;height:230px;top:23px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #htIHiL7kBWyC8h36rPl4m7XTMOnonwbW { width:331px;height:61px;top:1125px;left:51px;display:block; }
 }@media only screen and (max-width: 959px) { #Q3uDJe8RQNPgbeB8OQqL8zNSR8wkOClr { display:block; }
 }@media only screen and (max-width: 959px) { #CPTnM9k7xXzPBnV57NayDTsint1ixlKz { width:356px;height:380px;top:297px;left:26px;display:block; }
 }@media only screen and (max-width: 959px) { #s0enLcBmfG0Kliq8n5MiuTf8Xk7Q17zO { width:382px;height:418px;top:693px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #LBrUmCL8UX9BEELwfakzxtTLh4y8OTlt { width:43px;height:43px;top:307px;left:38px;display:block; }
 }@media only screen and (max-width: 959px) { #X0aWmC1Hhz16NqfWgtgqtdm6ieGtZeQL { width:43px;height:43px;top:376px;left:38px;display:block; }
 }@media only screen and (max-width: 959px) { #doWGWGZJHfMwnes0wgpq5Sndawhqahl1 { width:43px;height:43px;top:447px;left:38px;display:block; }
 }@media only screen and (max-width: 959px) { #rXD68wRauKTJdVtFcBHBU3SV8HutbmqF { width:43px;height:43px;top:528px;left:38px;display:block; }
 }@media only screen and (max-width: 959px) { #ViaPNIJvfdGCPxavw9dIoVrGilZlKv06 { width:43px;height:43px;top:618px;left:38px;display:block; }
 }@media only screen and (max-width: 959px) { #EyfOfBXLmIygS1e0yT9yMzfLEKB4xTeS { width:382px;height:1190px;top:14px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #pRrN6x2FEwTeXSNprC5TNGaZwsSwAsQ0 { width:331px;height:26px;top:259px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #g4BAA4mMVvnU0kbbZHkqnf0wOv6dIQAb { display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #aXOF3IKPbvebioDwyPBwgS3ekU3NvALb { background-color:#dedede;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;z-index:;top:;display:block; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { background-color: transparent; background-image: none; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { border-width: 0; border-radius: 0; }#aXOF3IKPbvebioDwyPBwgS3ekU3NvALb > .row .container { margin-right:auto;margin-left:auto;width:320px;height:196px;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 959px) { #s4COkCaLOLNgo6stcuqA25o01D2KgtFt { height:196px;display:block; }
 }@media only screen and (max-width: 959px) { #tUlinCIs829TGuVD3TAnF2zbCvE5f19m { width:242px;height:51px;top:16px;left:39px;display:block; }
 }@media only screen and (max-width: 959px) { #k4KvpQZRQrz3S4Iur9N5navkFnBw2rov { width:320px;height:122px;top:70px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #IgslHcJS5hsryRlK2boEI3FPGqrG6tnT { width:320px;height:110px;top:20px;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #BNXzfaneoQCVfeMAPW5NeG87C85zqsgh { background-color:#dedede;background-image:none;display:block; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { background-color: transparent; background-image: none; }#BNXzfaneoQCVfeMAPW5NeG87C85zqsgh > .row .container { width:320px;height:1286px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bHWAFGdHyPkDtClBiS6PSzzwMDAZ9aAo { height:1266px;display:block; }
 }@media only screen and (max-width: 959px) { #tH3TW6FEOohpSoQnudVnfhd3PKq2Tnnu { width:287px;height:308px;top:11px;left:15px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #htIHiL7kBWyC8h36rPl4m7XTMOnonwbW { width:275px;height:61px;top:1161px;left:22.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #Q3uDJe8RQNPgbeB8OQqL8zNSR8wkOClr { display:block; }
 }@media only screen and (max-width: 959px) { #CPTnM9k7xXzPBnV57NayDTsint1ixlKz { width:221px;height:315px;top:378px;left:75px;text-align:left;text-align-last:left;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #s0enLcBmfG0Kliq8n5MiuTf8Xk7Q17zO { width:280px;height:432px;top:710px;left:21px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #LBrUmCL8UX9BEELwfakzxtTLh4y8OTlt { width:43px;height:43px;top:383px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #X0aWmC1Hhz16NqfWgtgqtdm6ieGtZeQL { width:43px;height:43px;top:438px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #doWGWGZJHfMwnes0wgpq5Sndawhqahl1 { width:43px;height:43px;top:489px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #rXD68wRauKTJdVtFcBHBU3SV8HutbmqF { width:43px;height:43px;top:557px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #ViaPNIJvfdGCPxavw9dIoVrGilZlKv06 { width:43px;height:43px;top:631px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #EyfOfBXLmIygS1e0yT9yMzfLEKB4xTeS { width:301px;height:1248px;top:0;left:8px;display:block; }
 }@media only screen and (max-width: 959px) { #pRrN6x2FEwTeXSNprC5TNGaZwsSwAsQ0 { width:298px;height:22px;top:337px;left:9px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #g4BAA4mMVvnU0kbbZHkqnf0wOv6dIQAb { height:20px;display:block; }
 }