.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,224,230;--color-primary-1:243,152,173;--color-primary-2:231,48,91;--color-primary-3:116,24,46;--color-primary-4:35,7,14;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:41,68,77;--color-tertiary-0:220,242,235;--color-tertiary-1:139,212,189;--color-tertiary-2:22,169,122;--color-tertiary-3:11,85,61;--color-tertiary-4:3,25,18;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container { background-color: transparent; background-image: none; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container > .video-iframe-container { display: none; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row > .video-iframe-container { display: none; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .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); }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container { border-width: 0; border-radius: 0; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#Xv5B3WQOR6kmXGHSrqNisgtS90f2LrVb { box-sizing:content-box;height:44.875rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.95);background-image:none;top:0rem;left:52.505323410034rem;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#P65szL017BdwqXbinavTeCGH9boA5efH { color:#000000;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.965908050537rem;left:53.4730052948rem;height:7.14355625rem;display:block; }
#JQPFI50x32QTytHx6XHhtSZqFGgM2yTR { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:40.528228759766rem;left:54.693002700806rem;height:0.8125rem;display:block; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-form-header {  }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-container:first-of-type{padding-top:0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-container:last-of-type{padding-bottom:0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.05859375rem;left:53.498046875rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm {display:block;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.05859375rem;left:53.498046875rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #kFgSEpMdTzJuedZwmrFxQh7GnIeDMXVW { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #fUIT9KcyzuZNwgiHZAQSlGNMyRBIdMKs { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #hflLEgtqanE31ygWaufiKLNG521PxRni { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #DHTdeEBTLg8K5O2kd5OIJatP970dxNhb { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #ROcxv4kLI4CppIdZTxTzxAiWtIZWGID9 { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #ESXZeEuUhNd2q5lCBZuAzNH5qXCgyk4T { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #CHpEpP3pvGPLrtwRU3m1IpVyhLzJeVHv { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #v4COdzo9Vx9SpT3T3slbvEIaC4drRwVy { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #RxRb7xpknesp8SMdGkVSmkHnzfCEpI4G { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #tCVXN3BJaixtrEqXTsTtV6yTFGf96wiN { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #xKHaFcZZFLvekL0TyUPJFviS3fhxFen6 { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #TUZgJsaRprKVABNou1zwOCAx52fge1iz { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #TNwwMH2tg17fVnVTVsiBuzVbmWcAl6E5 { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #hBoxN4dS2Rs9CtlASCTm8M5lbVL77Nu5 { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #NgdLUT7XyXERaSSHTTM45nRUuQBFeGL0 { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #tWV3W1B3Dv89BcsZ3OSpoUsOkRBRdTKC { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #tyk0u7ME2UkDZ1VUFrxrxSLwcDV4T2dz { position:relative;display:none; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #TDnyLJA51kE40wpKda3xGXK8UrF9KuXe { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #zfSh1EPOO3IbT7tJmyZp376MBU7sE16H { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #dgT2oV0y2BXx7U1NHbClXm4faVw9xnEX { position:relative;z-index:2; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #FPLOiK8DwyatcIE5N8PxCMKWva5U0r34 { position:relative; }
#okd5R1xWm5RhRwOB4IJc4DBnxfJ85we2 { position:relative;display:block; }
#TqXNrL7Sll2tVuBskoR2LeLiTw8CMoyu { position:relative;display:block; }
#rIZfvsgO9Jd7VvSacIUTvv32hMEPcFC7 { position:relative;display:block; }
#GFrT6moBCUDQ5LsEOnx4sfyxsoKn2974 { position:relative;display:block; }
#cVH4fzxV2cmJHTdLN3NlPSNUdPaBV7Px { position:relative;display:block; }
#ccAHTKx4aapWb7ofRcNf8HlyTz6rAmR6 { position:relative;display:block; }
#C2LNMWTPOa2KBcRT4phzNLAespsrBANi { position:relative;display:block; }
#Lw41pnV81DLrv6JM38hR2U2z81pV8tLd { position:relative;display:block; }
#XeTnRRUfFonyISoNz3JnWlCy4BPzCh2w { position:relative;display:block; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #mAWD0vGJTa4tA5ndgostJezSH22EZKUl { position:relative; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm #FaXMcu44Nqy16fkynEbeWg4BQyh7Lkgv { position:relative; }
#oTEg6tmAhBk0s2WSApBsHmeOu82xO6J4 { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7494671344757rem;left:57.223188400269rem;height:0.8941rem;text-align:center;text-align-last:center;display:block; }
#ztJ0INdTDpd4ttKTV5OFiVPgLLcEqvcm { color:#29444d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.2624288797379rem;left:57.217863082886rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container { background-color: transparent; background-image: none; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container > .video-iframe-container { display: none; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row > .video-iframe-container { display: none; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .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); }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container { border-width: 0; border-radius: 0; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#FTLrercNPKekT5kTWN5MK42wXIyG8osT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:14.75rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29444d;background-image:url("https://images.assets-landingi.com/uc/c11b7aa9-bba8-46d8-b40e-ef58869f6543/LPLandingi1200x450pxlaciotatbaguier.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.adaptive-delivery-prevent-bg, #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.lazyload, #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.lazyloading { background-image: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { background-color: transparent; background-image: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container > .video-iframe-container { display: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row > .video-iframe-container { display: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .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); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { border-width: 0; border-radius: 0; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#pkTcUIdhs0iobIxuQhyaDtPKedT8JH9R { color:#29444d;display:block;width:44.25rem;position:absolute;font-family:"yeseva one";font-size:2.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#PBCkBFlMN8ySqV5oiBdckP2LgZf9U3JI { color:#29444d;display:block;width:44.8125rem;position:absolute;font-family:"yeseva one";font-size:1.5625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#FWKaxZIlymTUlp7S2oxvotts6sQqTHnh { box-sizing:content-box;height:0.125rem;width:6.1875rem;position:absolute;display:block;z-index:15033;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:2.25rem;display:block; }
#G2vkX50nnzq47a0pK1x8DVZTBv1sAbiU { box-sizing:content-box;height:6.125rem;width:46rem;position:absolute;display:block;z-index:15034;background-color:rgba(251,251,251,0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.40625rem;left:2.28125rem;display:block; }
#n93nhoI2ahBUrT6iDiPzcnQggBKRfn1W { box-sizing:content-box;height:3.25rem;width:46rem;position:absolute;display:block;z-index:15033;background-color:rgba(251,251,251,0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.953125rem;left:2.28125rem;display:block; }
#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container { background-color: transparent; background-image: none; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container > .video-iframe-container { display: none; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row > .video-iframe-container { display: none; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .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); }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container { border-width: 0; border-radius: 0; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#LNrLwaf704iUbToxpEGB7s79tUTVhmvM { color:#1f4051;display:block;width:43.375rem;position:absolute;font-family:"yeseva one";font-size:1.6875rem;font-weight:400;z-index:15030;line-height:2;letter-spacing:0;top:3.625rem;left:1.5625rem;height:3.375rem;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; }
#ZFo1Nk3eLKSTDGa3pL7fmNQXxTSVQO6u { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8rem;left:1.5625rem;display:block; }
#RhHwESmHMS7rgmTgpyUBLtWvTaQVIJJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1JQPbK1MJ3rZL1kgkr1cDq8BRUgcCC { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:8rem;left:16rem;display:block; }
#uaFMv8cq4NF2wNtT2ml93KkKJGoBIl6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlwTNpyNAqTang4vtqoOyJ5FKBCWIAKP { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8rem;left:31.0625rem;display:block; }
#dMVqzEv3UDmnUJaEGzIxMvLs9ehGsyPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCLcO8kykgyqeFzWlGzNHpoEfRmTKSNF { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.3125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:11.4375rem;left:9.3125rem;display:block; }
#fGlwVWzlhy851huqiQgNEyAILG0agBdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AV8qxcKnoMhtsCcN5iOVMROdm8T9KMuy { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.4375rem;left:24.375rem;display:block; }
#EMrxEPilUlEnPJ5fcJ4xPCFbbccVxF9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU { position:relative;display:block; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU { background-color: transparent; background-image: none; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container > .video-iframe-container { display: none; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row > .video-iframe-container { display: none; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .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); }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU { border-width: 0; border-radius: 0; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UI2yTZWGeI5FCIIHQ1e3meGyy95U469c { color:#1f4051;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:2.1125rem;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; }
#d6Wh9mKHxiToAgUfH0En5OpH6L37BI08 { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:29.125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uf6BLB3oEUgGfbD9e75X7rsmBJIJ91mk { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:41.5rem;left:2.5625rem;height:4.0488375rem;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; }
#BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6 { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94456ca5-76f9-43d3-ad46-8bde0a37fb46/decoupetulnperspectives_biscarrosse_domaine_des_oyats_2025_vue_sud_ouest_des_maisons_et_des_appartements_batslm.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.adaptive-delivery-prevent-bg, #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.lazyload, #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.lazyloading { background-image: none; }
#T9UhW5J0v25F7UyFgWrp2v35xNcThWm8 { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.625rem;left:2.6875rem;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;display:block; }
#bRkET5glwHn45Q30f0eDl2iuuAzirN5E { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15040;background-color:#f5f5f5;background-image:none;top:30.9375rem;left:13.6875rem;display:block; }
#GC0t2ORKV98Bul3TNrRFqKTapUpBzO1I { color:#1f4051;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:31.3125rem;left:14.125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#KIBnOAonyBZFSnOeFcL6sgEvet9d7hZJ { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:6.3125rem;left:25.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VI7ZSGe7DOniCH13XasmXJaPsvs2w9sL { color:rgba(var(--color-secondary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:18.6875rem;left:25.5625rem;height:4.0488375rem;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; }
#SbDb7Ge5uptBuIS991rkZTwWqFfIdw7b { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:25.6875rem;height:2.6rem;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;display:block; }
#UQpc0EmRRxy4e5ITa1ggmpFd1TIfgH77 { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.3125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g8skcz6xtgzt8CaJCBimxPTBDcHnZJQT { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:18.6875rem;left:2.5625rem;height:4.0488375rem;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; }
#qvo9pEnuImg4WahO5tKWDTpGDCh26k97 { color:#29444d;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6875rem;height:2.6rem;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;display:block; }
#ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afc0e59c-7be9-4d7f-a67b-f2e44ec29105/decoupetulnperspective_capbreton_domaine_saint_nicolas1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:25.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.adaptive-delivery-prevent-bg, #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.lazyload, #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.lazyloading { background-image: none; }
#nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa853a7e-5082-42d9-b547-207f1653ab7b/decoupetuln645x360px22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.adaptive-delivery-prevent-bg, #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.lazyload, #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.lazyloading { background-image: none; }
#DLm8opVRGCKL413P3dwTmW20rE6mTDe3 { box-sizing:content-box;height:1.75rem;width:7rem;position:absolute;display:block;z-index:15052;background-color:#f5f5f5;background-image:none;top:8.125rem;left:15.0625rem;display:block; }
#ASaVCAV9WsqXeU4kI3SnagLoRpWsTEwH { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15054;background-color:#f5f5f5;background-image:none;top:8.125rem;left:36.6875rem;display:block; }
#AQLldpfbk0URW5LSgPFnK05G41TS4dXI { color:#1f4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.5rem;left:15.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#rMZ4GRC9vgvOTGbhVmTZnOQDDzoeUqeC { color:#1f4051;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#TlOGURSnbyr8AEGFVVi6lUl8kxbluVkN { z-index:15056;top:23.4853515625rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tyO5qA2UVdXCshpwXwOBbooxlyosunwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiKHNuqdpZgxrkEA2Oak8agwwXILg53I { z-index:15057;top:23.4853515625rem;left:31.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vcyL4uxnR0u1yPpRhSnavT9Lv3SPFofP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpl7SNehmra5Zy6nQNvSkrTdvHimAsZC { z-index:15057;top:46.25rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z1w5dvXQ4TUU8JSafgOUqZ1rsewqhy1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaB1JMtGqZwOO9gSHZnAUHLohRJSQtcK { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:29.125rem;left:25.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bxccoPEPWz4ulSSbNb2hK31eAcgMDb4r { color:#1f4051;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:41.5rem;left:25.5625rem;height:4.0488375rem;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; }
#UzEtnbd7BsVkoSTeVTa7mEviUJ24s4wo { z-index:15064;top:46.25rem;left:31.3125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eI1q5WbRNVqTcI5o9IqVPw6NI5d1bHrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9aTcV2FxfO5NDRwMddnECErkofuNtHT { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.625rem;left:25.6875rem;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;display:block; }
#cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c4e97c7-9c78-488e-83b1-0cef5f3d1e1a/5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.125rem;left:25.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.adaptive-delivery-prevent-bg, #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.lazyload, #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.lazyloading { background-image: none; }
#CE4GJRgIG39JaddmdMUCw9m3CT69sQ4z { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15047;background-color:#f5f5f5;background-image:none;top:30.9375rem;left:36.6875rem;display:block; }
#qk9kBgVOlssQuMOAsXui4Ti2UsWtKouK { color:#1f4051;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:31.3125rem;left:37.125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container { background-color: transparent; background-image: none; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container > .video-iframe-container { display: none; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row > .video-iframe-container { display: none; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .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); }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container { border-width: 0; border-radius: 0; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#i8pNUbqDBAwI5AAWECsFtnGNnpEHBvpL { color:#1f4051;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:;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; }
#dUkp7kVuuw0Jpev7S55zH33PvGaKWPQF { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:29.125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uaquRB2oBEtbs5ogwCuITTcgEypTQycK { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:41.5rem;left:2.5625rem;height:4.0488375rem;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; }
#zfvDB42ctP51vKbzNSNsuPXsisRchuDa { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63914ab6-f24d-4e32-a8cf-9129bfbf1c3a/villafavre2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#zfvDB42ctP51vKbzNSNsuPXsisRchuDa.adaptive-delivery-prevent-bg, #zfvDB42ctP51vKbzNSNsuPXsisRchuDa.lazyload, #zfvDB42ctP51vKbzNSNsuPXsisRchuDa.lazyloading { background-image: none; }
#DJKAgaBUE5lfS4079AVkmlOVS1L8MXsk { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.625rem;left:2.6875rem;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;display:block; }
#v2wx0Amt2aHUbOUdtwGm4zmqpNh2PCWp { box-sizing:content-box;height:1.75rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#f5f5f5;background-image:none;top:30.9375rem;left:15.625rem;display:block; }
#nB4HlJKgB9TJbJfkS52ytCt0snogeNnC { color:#1f4051;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:31.3125rem;left:15.8125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#COQn7TPFFGz7HoptHRcmH7sJDTnNc69W { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:6.3125rem;left:25.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#teUZlnItDOpiFJ3HH1aDKOSzg08TMK4R { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:25.6875rem;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;display:block; }
#ydGrkSOiKPfClBiFAHy1LVlTVNa6P082 { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.3125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#atDnPxFcc1oEXWLJgQmHTTh8T717bWPT { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:18.6875rem;left:2.5625rem;height:4.0488375rem;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; }
#FGu3FLEECexJ8c9FppGe4OinNIlnR2Ir { color:#29444d;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6875rem;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;display:block; }
#JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5252791d-8b39-4a98-9753-d4f6f25bb498/DecoupeTULN_LaTestePyla_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:25.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.adaptive-delivery-prevent-bg, #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.lazyload, #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.lazyloading { background-image: none; }
#OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a10c009a-63f1-4173-b760-4284529b8b57/DecoupeTULNAPPARTEMENT_TEMOIN_LES_ALLES_OSTREICA_C003ARES4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.adaptive-delivery-prevent-bg, #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.lazyload, #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.lazyloading { background-image: none; }
#GlFiLZ1vuKsTGXt7o7m61gTihTgUybsh { box-sizing:content-box;height:1.75rem;width:7rem;position:absolute;display:block;z-index:15052;background-color:#f5f5f5;background-image:none;top:8.125rem;left:15.0625rem;display:block; }
#zTuSm80pv3lLMpmcsAwi6iKVTVAvsKRm { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15054;background-color:#f5f5f5;background-image:none;top:8.125rem;left:36.6875rem;display:block; }
#bR0ylOTGtvy716WBdc18q6omHIG60FXP { color:#1f4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.5rem;left:15.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#gzbEIQkbi3f4QWpxslg6wo67ex748ZMO { color:#1f4051;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#gkX8iE9oukpRuKXwtCHzRoiznF7RMu4W { z-index:15056;top:23.4853515625rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ku1VVfRHcy2qfaAaDVQQBfWDI3hx1H9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGzLTLuOmNvhye9LAQwUFDRIv0fStuAx { z-index:15057;top:23.4853515625rem;left:31.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VvizOiDyNWZNRPgm6duHZuXK5CQJWGcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcFcm5LB09hkBBvsepx7r1g6ldxXGTFG { z-index:15057;top:46.25rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t7SW05KrDGgz1L10GKIx2rT3PSZcgGzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXFG7g6oxcciESM4izs4kqOakIFsnqd2 { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15058;line-height:1.8;letter-spacing:0;top:18.6865234375rem;left:25.65625rem;height:4.0488375rem;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; }
#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 { position:relative;display:block; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 { background-color: transparent; background-image: none; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container > .video-iframe-container { display: none; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row > .video-iframe-container { display: none; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .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); }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 { border-width: 0; border-radius: 0; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hExlaPnLpBFM03CoI22l7FrfnLul3rNW { color:#1f4051;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:;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; }
#tXu6Ezaqlha9e7yluPxMn16CSeo2l636 { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:6.3125rem;left:25.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qIZdp3TJ4Xef89AuNLSuUEf8D8UbSO2y { color:rgba(var(--color-secondary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:18.6875rem;left:25.5625rem;height:4.0488375rem;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; }
#hlSCEfwe2MXTlNvK6W5RZH1vnWiA8DLM { color:#1f4051;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:25.6875rem;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;display:block; }
#TVs5cLKsii4Bvxgm8bkdzu1Hig2tKsuS { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.3125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MGNkEgTV0hCttaLeXbWuRZituHglOvDd { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:18.6875rem;left:2.5625rem;height:4.0488375rem;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; }
#buSR3EpXEWTzFpmXpgqiPQmUwi4VqO0U { color:#29444d;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6875rem;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;display:block; }
#enDcTMENRAPT98FoGagVcBK3XythNcVc { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f8c6152-28b8-41d3-b41c-8c784aa09b27/LigneurspanoramiquePERSPECTIVES_SAINT_MALO_HAMEAU_DU_ROSAIS_LE_PAVILLON_LA_VILLA_202441.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:25.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#enDcTMENRAPT98FoGagVcBK3XythNcVc.adaptive-delivery-prevent-bg, #enDcTMENRAPT98FoGagVcBK3XythNcVc.lazyload, #enDcTMENRAPT98FoGagVcBK3XythNcVc.lazyloading { background-image: none; }
#p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60491036-935c-4d16-b608-7c421fc66812/deauville_jardins_hippodrome_terrasse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.adaptive-delivery-prevent-bg, #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.lazyload, #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.lazyloading { background-image: none; }
#q78Uh7kf7buI7w9ieFGFA2UyEtQOHuo9 { box-sizing:content-box;height:1.75rem;width:7.375rem;position:absolute;display:block;z-index:15052;background-color:#f5f5f5;background-image:none;top:8.125rem;left:14.6875rem;display:block; }
#X0GTcRtNcsTx7IaVJXtSlRtydMurbUfJ { box-sizing:content-box;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:15054;background-color:#f5f5f5;background-image:none;top:8.125rem;left:36.6875rem;display:block; }
#gDXdqPq80WNeaG7ZUbDUDaH0dhG0dkMp { color:#1f4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.5rem;left:15.0625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#gX28ffdCts0TPoBOKLbozcNSbvw5qQH4 { color:#1f4051;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#dk87CmVHzymV5gycXLB6WKB4H4G2LLpX { z-index:15056;top:23.4853515625rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xu3JdhZNlgwcU5P9mDdmDK7bJA4L6RWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3TJ4b5CCsX1PyCuizGn7R1IVbBoTxRl { z-index:15057;top:23.4853515625rem;left:31.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AeiP3oyqZTqSt1aTRylZPKyd1gmwoFqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container { background-color: transparent; background-image: none; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container > .video-iframe-container { display: none; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row > .video-iframe-container { display: none; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .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); }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container { border-width: 0; border-radius: 0; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#EsPAbO41wCb6cddvXUoTocK2cvGnWqV2 { color:#1f4051;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:;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; }
#LMIuRJ9ty42qLm3guVvQ3ZmZHMTlQfx4 { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.3125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PwQIB80fR1wlEpuq7hKvZmid7KgAPUqv { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:18.6875rem;left:2.5625rem;height:4.0488375rem;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; }
#ZrezuA25UVanl8XPX1CBifIBL8RduQvB { color:#29444d;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6875rem;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;display:block; }
#XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88a40c88-d224-4f4e-afea-671e9bda91c5/DecoupeTULN645x360pxLaCiotatterrasse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.adaptive-delivery-prevent-bg, #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.lazyload, #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.lazyloading { background-image: none; }
#uB89ARCqImCQbMasKiROw82iTzeFKMPC { box-sizing:content-box;height:1.75rem;width:7rem;position:absolute;display:block;z-index:15052;background-color:#f5f5f5;background-image:none;top:8.125rem;left:15.0625rem;display:block; }
#LxUgqk4Fcw6WuvXnlSOzk01ceZEQRw7v { color:#1f4051;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.5rem;left:15.375rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#TXdXm2JwdlEdyRSpbtv7yS7iAVcxeiRD { z-index:15056;top:23.4853515625rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J9cCcBusqkQVZ7RD9GcySJKgkPp0NK51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X { position:relative;display:block; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X { background-color: transparent; background-image: none; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container > .video-iframe-container { display: none; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row > .video-iframe-container { display: none; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .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); }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X { border-width: 0; border-radius: 0; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KWvXU012zEgq3IazDgEpfJbVlnIHsZTW { color:#1f4051;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:;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; }
#Qki9mQimRHrCQJ8vxTsUALhZSCFRoJtQ { box-sizing:content-box;height:19.75rem;width:19.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.3125rem;left:2.125rem;border-top:0.0625rem solid #ababab;border-left:0.0625rem solid #ababab;border-right:0.0625rem solid #ababab;border-bottom:0.0625rem solid #ababab;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GT1a6nZwaUnwlA4zA9CizwM3EILKU8Xp { color:#369cbe;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:18.6875rem;left:2.5625rem;height:4.0488375rem;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; }
#zVLVXJI4qclaFnncEq9aGRwCmbeM4vSz { color:#29444d;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6875rem;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;display:block; }
#dArVgGx3XK68qA3TZEvxEX5D45tScUTJ { box-sizing:content-box;height:9rem;width:19.875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c58aabc9-a597-43da-9fae-47ef6370dd55/persterrassev7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3125rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.adaptive-delivery-prevent-bg, #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.lazyload, #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.lazyloading { background-image: none; }
#bi2VhTBE1fAqLVpGPbxpps7TbpFgzUQ6 { box-sizing:content-box;height:1.75rem;width:6.6875rem;position:absolute;display:block;z-index:15052;background-color:#f5f5f5;background-image:none;top:8.125rem;left:15.375rem;display:block; }
#h5vI9ZEdlhuDsiMs2ByTHTdqCXxXZTsD { color:#1f4051;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.5rem;left:15.8125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#T6VLmpnqvk81DwNNLAToTl6Q8b8TI2uG { z-index:15056;top:23.4853515625rem;left:8.28125rem;background-color:#a9d2b3;background-image:none;border-top:0.0625rem solid #a9d2b3;border-left:0.0625rem solid #a9d2b3;border-right:0.0625rem solid #a9d2b3;border-bottom:0.0625rem solid #a9d2b3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRsOtAqpG5cmKON1iVIX5NswxLLisv0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container { background-color: transparent; background-image: none; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container > .video-iframe-container { display: none; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row > .video-iframe-container { display: none; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .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); }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container { border-width: 0; border-radius: 0; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#pSrxQhvxewyAJXcIwzTudDCDkdxF7BqW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:14.75rem;top:5.9488639831543rem;left:0rem;overflow:hidden;display:block; }
#AfGtW4UO5SXw4XzmaKtHT77VqbRvTO1G { color:#333333;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:36.1875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TROiCKr3zTTCfmqJ9JRZQ0H3TAXlT4P8 { color:#333333;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:34.5625rem;height:0.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wp3H8gtER9kki602IipMzD1QHKSI3Prq { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.875rem;left:35.0625rem; }
#RnHo81SPNT61BXcOdetZ2mR8osn1XgAf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:33.25rem;display:block; }
#aHNUfdM7hh5gaM3sVb1xZ2LHPregIuht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuZJukwKRzlZeZ46V6Esb29JTbI04z0O { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:21.4375rem;display:block; }
#HVpkfiX1RSLSoSGHx1rhVOVdmc5QdqzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acrpf0BkGTXti5Qg11INmTlfOec3xvWh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:9.625rem;display:block; }
#sp1kiDrvn9qN5IeJKoIz6vUaPUXmr4VJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuUHeq3k48NlJ5bCGSv9XeO83iAT69KX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.5rem;left:1.875rem;display:block; }
#DBfUOTLLwALTpMza1mTkqx2W97FQLt9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXUTBpWQ7btP6twMDC9eV2ceUnvqDhvs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.75rem;left:17.0625rem;display:none; }
#TX9ZJnUOu0K7isuF2zHOSoCmgnsrWc3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NA00uhDyBNwl9KXTFx1OgVdeuXbGOUmO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:24.8125rem;display:none; }
#vHALo9ARO0Bszo4uJuwU943Eoh6CnuQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDTEfhQlOg6U8K95VtTtBlgfsSlAbmAA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:36.625rem;display:none; }
#xTmyCWWPBXPhd8zl1TXiZkJHgA5HQtdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHKOS4xEWbZtfwumzo9Rr6L2mAA7lSQl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:48.4375rem;display:none; }
#lsZnr61BsvP6S7vRaOMLGcEvIwWbApUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UphhFgBgXHDWHZzriOdTVTy0yycnvoop { position:relative;display:none; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop { border-width: 0; border-radius: 0; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hLonoCwuGNwuTRxilkEZSzyeqKoFrqIe { background-color:#a9d2b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.279296875rem;left:28.749109268189rem;display:block; }
#ecXdqpvHdFdPHPs4J3ArHKeibUJD5cla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ { display:block; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv5B3WQOR6kmXGHSrqNisgtS90f2LrVb { top:0rem;left:25.75rem;width:21.875rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P65szL017BdwqXbinavTeCGH9boA5efH { top:35.9375rem;left:27.625rem;width:20.125rem;height:7.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQPFI50x32QTytHx6XHhtSZqFGgM2yTR { top:40.5rem;left:30.25rem;width:17.5rem;height:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm  { width:17.5rem;height:auto;top:3.625rem;left:27.75rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm {display:block;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm { width:17.5rem;height:auto;top:3.625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #kFgSEpMdTzJuedZwmrFxQh7GnIeDMXVW {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #fUIT9KcyzuZNwgiHZAQSlGNMyRBIdMKs {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #hflLEgtqanE31ygWaufiKLNG521PxRni {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #DHTdeEBTLg8K5O2kd5OIJatP970dxNhb {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #ROcxv4kLI4CppIdZTxTzxAiWtIZWGID9 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #ESXZeEuUhNd2q5lCBZuAzNH5qXCgyk4T {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #CHpEpP3pvGPLrtwRU3m1IpVyhLzJeVHv {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #v4COdzo9Vx9SpT3T3slbvEIaC4drRwVy {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #RxRb7xpknesp8SMdGkVSmkHnzfCEpI4G {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tCVXN3BJaixtrEqXTsTtV6yTFGf96wiN {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #xKHaFcZZFLvekL0TyUPJFviS3fhxFen6 { display:block; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TUZgJsaRprKVABNou1zwOCAx52fge1iz {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TNwwMH2tg17fVnVTVsiBuzVbmWcAl6E5 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #hBoxN4dS2Rs9CtlASCTm8M5lbVL77Nu5 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #NgdLUT7XyXERaSSHTTM45nRUuQBFeGL0 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tWV3W1B3Dv89BcsZ3OSpoUsOkRBRdTKC {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tyk0u7ME2UkDZ1VUFrxrxSLwcDV4T2dz {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TDnyLJA51kE40wpKda3xGXK8UrF9KuXe {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #zfSh1EPOO3IbT7tJmyZp376MBU7sE16H {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #dgT2oV0y2BXx7U1NHbClXm4faVw9xnEX {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #FPLOiK8DwyatcIE5N8PxCMKWva5U0r34 {  }
 }@media only screen and (max-width: 763px) { #okd5R1xWm5RhRwOB4IJc4DBnxfJ85we2 { display:block; }
 }@media only screen and (max-width: 763px) { #TqXNrL7Sll2tVuBskoR2LeLiTw8CMoyu { display:block; }
 }@media only screen and (max-width: 763px) { #rIZfvsgO9Jd7VvSacIUTvv32hMEPcFC7 { display:block; }
 }@media only screen and (max-width: 763px) { #GFrT6moBCUDQ5LsEOnx4sfyxsoKn2974 { display:block; }
 }@media only screen and (max-width: 763px) { #cVH4fzxV2cmJHTdLN3NlPSNUdPaBV7Px { display:block; }
 }@media only screen and (max-width: 763px) { #ccAHTKx4aapWb7ofRcNf8HlyTz6rAmR6 { display:block; }
 }@media only screen and (max-width: 763px) { #C2LNMWTPOa2KBcRT4phzNLAespsrBANi { display:block; }
 }@media only screen and (max-width: 763px) { #Lw41pnV81DLrv6JM38hR2U2z81pV8tLd { display:block; }
 }@media only screen and (max-width: 763px) { #XeTnRRUfFonyISoNz3JnWlCy4BPzCh2w { display:block; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #mAWD0vGJTa4tA5ndgostJezSH22EZKUl {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #FaXMcu44Nqy16fkynEbeWg4BQyh7Lkgv {  }
 }@media only screen and (max-width: 763px) { #oTEg6tmAhBk0s2WSApBsHmeOu82xO6J4 { top:2.6875rem;left:35.25rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztJ0INdTDpd4ttKTV5OFiVPgLLcEqvcm { top:1.25rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw { display:block; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTLrercNPKekT5kTWN5MK42wXIyG8osT { top:0.75rem;left:0rem;width:14.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ { display:block; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTcUIdhs0iobIxuQhyaDtPKedT8JH9R { top:1.625rem;left:0rem;width:44.25rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBCkBFlMN8ySqV5oiBdckP2LgZf9U3JI { top:9.5625rem;left:0rem;width:44.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaxZIlymTUlp7S2oxvotts6sQqTHnh { top:8.1875rem;left:0rem;width:6.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2vkX50nnzq47a0pK1x8DVZTBv1sAbiU { top:1.375rem;left:0rem;width:46rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93nhoI2ahBUrT6iDiPzcnQggBKRfn1W { top:8.9375rem;left:0rem;width:46rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 { display:block; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNrLwaf704iUbToxpEGB7s79tUTVhmvM { top:3.625rem;left:0rem;width:43.375rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFo1Nk3eLKSTDGa3pL7fmNQXxTSVQO6u { width:12.875rem;height:2.3125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHwESmHMS7rgmTgpyUBLtWvTaQVIJJC { display:block; }
 }@media only screen and (max-width: 763px) { #JR1JQPbK1MJ3rZL1kgkr1cDq8BRUgcCC { width:12.875rem;height:2.3125rem;top:8rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFMv8cq4NF2wNtT2ml93KkKJGoBIl6h { display:block; }
 }@media only screen and (max-width: 763px) { #hlwTNpyNAqTang4vtqoOyJ5FKBCWIAKP { width:12.875rem;height:2.3125rem;top:8rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMVqzEv3UDmnUJaEGzIxMvLs9ehGsyPz { display:block; }
 }@media only screen and (max-width: 763px) { #yCLcO8kykgyqeFzWlGzNHpoEfRmTKSNF { width:12.875rem;height:2.3125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlwVWzlhy851huqiQgNEyAILG0agBdf { display:block; }
 }@media only screen and (max-width: 763px) { #AV8qxcKnoMhtsCcN5iOVMROdm8T9KMuy { width:12.875rem;height:2.25rem;top:11.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMrxEPilUlEnPJ5fcJ4xPCFbbccVxF9R { display:block; }
 }@media only screen and (max-width: 763px) { #XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU { display:block; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UI2yTZWGeI5FCIIHQ1e3meGyy95U469c { top:2.125rem;left:0rem;width:36.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Wh9mKHxiToAgUfH0En5OpH6L37BI08 { top:29.125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf6BLB3oEUgGfbD9e75X7rsmBJIJ91mk { top:41.5rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6 { top:29.125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UhW5J0v25F7UyFgWrp2v35xNcThWm8 { top:38.625rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkET5glwHn45Q30f0eDl2iuuAzirN5E { top:30.9375rem;left:0.0625rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0t2ORKV98Bul3TNrRFqKTapUpBzO1I { top:31.3125rem;left:0.5rem;width:7.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIBnOAonyBZFSnOeFcL6sgEvet9d7hZJ { top:6.3125rem;left:11.5rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI7ZSGe7DOniCH13XasmXJaPsvs2w9sL { top:18.6875rem;left:11.9375rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDb7Ge5uptBuIS991rkZTwWqFfIdw7b { top:15.6875rem;left:12.0625rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQpc0EmRRxy4e5ITa1ggmpFd1TIfgH77 { top:6.3125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8skcz6xtgzt8CaJCBimxPTBDcHnZJQT { top:18.6875rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvo9pEnuImg4WahO5tKWDTpGDCh26k97 { top:15.8125rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT { top:6.3125rem;left:11.5rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl { top:6.3125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLm8opVRGCKL413P3dwTmW20rE6mTDe3 { top:8.125rem;left:1.4375rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASaVCAV9WsqXeU4kI3SnagLoRpWsTEwH { top:8.125rem;left:23.0625rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLldpfbk0URW5LSgPFnK05G41TS4dXI { top:8.5rem;left:1.75rem;width:6.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZ4GRC9vgvOTGbhVmTZnOQDDzoeUqeC { top:8.5rem;left:23.75rem;width:7rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOGURSnbyr8AEGFVVi6lUl8kxbluVkN { top:23.4375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyO5qA2UVdXCshpwXwOBbooxlyosunwu { display:block; }
 }@media only screen and (max-width: 763px) { #oiKHNuqdpZgxrkEA2Oak8agwwXILg53I { top:23.4375rem;left:17.65625rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcyL4uxnR0u1yPpRhSnavT9Lv3SPFofP { display:block; }
 }@media only screen and (max-width: 763px) { #vpl7SNehmra5Zy6nQNvSkrTdvHimAsZC { top:46.25rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1w5dvXQ4TUU8JSafgOUqZ1rsewqhy1R { display:block; }
 }@media only screen and (max-width: 763px) { #PaB1JMtGqZwOO9gSHZnAUHLohRJSQtcK { top:29.125rem;left:11.5rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxccoPEPWz4ulSSbNb2hK31eAcgMDb4r { top:41.5rem;left:11.9375rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzEtnbd7BsVkoSTeVTa7mEviUJ24s4wo { top:46.25rem;left:17.6875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1q5WbRNVqTcI5o9IqVPw6NI5d1bHrT { display:block; }
 }@media only screen and (max-width: 763px) { #K9aTcV2FxfO5NDRwMddnECErkofuNtHT { top:38.625rem;left:12.0625rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw { top:29.125rem;left:11.5rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE4GJRgIG39JaddmdMUCw9m3CT69sQ4z { top:30.9375rem;left:23.0625rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9kBgVOlssQuMOAsXui4Ti2UsWtKouK { top:31.3125rem;left:23.5rem;width:7.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK { display:block; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8pNUbqDBAwI5AAWECsFtnGNnpEHBvpL { top:2.125rem;left:0rem;width:36.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkp7kVuuw0Jpev7S55zH33PvGaKWPQF { top:29.125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaquRB2oBEtbs5ogwCuITTcgEypTQycK { top:41.5rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvDB42ctP51vKbzNSNsuPXsisRchuDa { top:29.125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKAgaBUE5lfS4079AVkmlOVS1L8MXsk { top:38.625rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wx0Amt2aHUbOUdtwGm4zmqpNh2PCWp { top:30.9375rem;left:2rem;width:6.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB4HlJKgB9TJbJfkS52ytCt0snogeNnC { top:31.3125rem;left:2.1875rem;width:5.625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQn7TPFFGz7HoptHRcmH7sJDTnNc69W { top:6.3125rem;left:11.5rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teUZlnItDOpiFJ3HH1aDKOSzg08TMK4R { top:15.6875rem;left:12.0625rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGrkSOiKPfClBiFAHy1LVlTVNa6P082 { top:6.3125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atDnPxFcc1oEXWLJgQmHTTh8T717bWPT { top:18.6875rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGu3FLEECexJ8c9FppGe4OinNIlnR2Ir { top:15.8125rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW { top:6.3125rem;left:11.5rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p { top:6.3125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlFiLZ1vuKsTGXt7o7m61gTihTgUybsh { top:8.125rem;left:1.4375rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuSm80pv3lLMpmcsAwi6iKVTVAvsKRm { top:8.125rem;left:23.0625rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR0ylOTGtvy716WBdc18q6omHIG60FXP { top:8.5rem;left:1.75rem;width:6.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbEIQkbi3f4QWpxslg6wo67ex748ZMO { top:8.5rem;left:23.75rem;width:7rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkX8iE9oukpRuKXwtCHzRoiznF7RMu4W { top:23.4375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku1VVfRHcy2qfaAaDVQQBfWDI3hx1H9G { display:block; }
 }@media only screen and (max-width: 763px) { #SGzLTLuOmNvhye9LAQwUFDRIv0fStuAx { top:23.4375rem;left:17.65625rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvizOiDyNWZNRPgm6duHZuXK5CQJWGcn { display:block; }
 }@media only screen and (max-width: 763px) { #bcFcm5LB09hkBBvsepx7r1g6ldxXGTFG { top:46.25rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7SW05KrDGgz1L10GKIx2rT3PSZcgGzo { display:block; }
 }@media only screen and (max-width: 763px) { #JXFG7g6oxcciESM4izs4kqOakIFsnqd2 { top:18.625rem;left:12.03125rem;width:18.875rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVWdBeQk9gubO3HFWT9UIxbOzo318O83 { display:block; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hExlaPnLpBFM03CoI22l7FrfnLul3rNW { top:2.125rem;left:0rem;width:36.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu6Ezaqlha9e7yluPxMn16CSeo2l636 { top:6.3125rem;left:11.5rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIZdp3TJ4Xef89AuNLSuUEf8D8UbSO2y { top:18.6875rem;left:11.9375rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlSCEfwe2MXTlNvK6W5RZH1vnWiA8DLM { top:15.6875rem;left:12.0625rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVs5cLKsii4Bvxgm8bkdzu1Hig2tKsuS { top:6.3125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGNkEgTV0hCttaLeXbWuRZituHglOvDd { top:18.6875rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buSR3EpXEWTzFpmXpgqiPQmUwi4VqO0U { top:15.8125rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDcTMENRAPT98FoGagVcBK3XythNcVc { top:6.3125rem;left:11.5rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur { top:6.3125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #q78Uh7kf7buI7w9ieFGFA2UyEtQOHuo9 { top:8.125rem;left:1.0625rem;width:7.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0GTcRtNcsTx7IaVJXtSlRtydMurbUfJ { top:8.125rem;left:23.0625rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDXdqPq80WNeaG7ZUbDUDaH0dhG0dkMp { top:8.5rem;left:1.4375rem;width:6.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX28ffdCts0TPoBOKLbozcNSbvw5qQH4 { top:8.5rem;left:23.75rem;width:7rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk87CmVHzymV5gycXLB6WKB4H4G2LLpX { top:23.4375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3JdhZNlgwcU5P9mDdmDK7bJA4L6RWl { display:block; }
 }@media only screen and (max-width: 763px) { #n3TJ4b5CCsX1PyCuizGn7R1IVbBoTxRl { top:23.4375rem;left:17.65625rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiP3oyqZTqSt1aTRylZPKyd1gmwoFqC { display:block; }
 }@media only screen and (max-width: 763px) { #JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX { display:block; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsPAbO41wCb6cddvXUoTocK2cvGnWqV2 { top:2.125rem;left:0rem;width:36.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMIuRJ9ty42qLm3guVvQ3ZmZHMTlQfx4 { top:6.3125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQIB80fR1wlEpuq7hKvZmid7KgAPUqv { top:18.6875rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrezuA25UVanl8XPX1CBifIBL8RduQvB { top:15.8125rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt { top:6.3125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB89ARCqImCQbMasKiROw82iTzeFKMPC { top:8.125rem;left:1.4375rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUgqk4Fcw6WuvXnlSOzk01ceZEQRw7v { top:8.5rem;left:1.75rem;width:6.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdXm2JwdlEdyRSpbtv7yS7iAVcxeiRD { top:23.4375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9cCcBusqkQVZ7RD9GcySJKgkPp0NK51 { display:block; }
 }@media only screen and (max-width: 763px) { #XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X { display:block; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWvXU012zEgq3IazDgEpfJbVlnIHsZTW { top:2.125rem;left:0rem;width:36.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qki9mQimRHrCQJ8vxTsUALhZSCFRoJtQ { top:6.3125rem;left:0rem;width:19.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT1a6nZwaUnwlA4zA9CizwM3EILKU8Xp { top:18.6875rem;left:0rem;width:19.0625rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVLVXJI4qclaFnncEq9aGRwCmbeM4vSz { top:15.8125rem;left:0rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ { top:6.3125rem;left:0rem;width:19.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi2VhTBE1fAqLVpGPbxpps7TbpFgzUQ6 { top:8.125rem;left:1.75rem;width:6.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5vI9ZEdlhuDsiMs2ByTHTdqCXxXZTsD { top:8.5rem;left:2.1875rem;width:5.5625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VLmpnqvk81DwNNLAToTl6Q8b8TI2uG { top:23.4375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRsOtAqpG5cmKON1iVIX5NswxLLisv0K { display:block; }
 }@media only screen and (max-width: 763px) { #yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd { display:block; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSrxQhvxewyAJXcIwzTudDCDkdxF7BqW { top:5.9375rem;left:0rem;width:14.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGtW4UO5SXw4XzmaKtHT77VqbRvTO1G { top:6.8125rem;left:22.5625rem;width:8.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TROiCKr3zTTCfmqJ9JRZQ0H3TAXlT4P8 { top:8rem;left:20.9375rem;width:9.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3H8gtER9kki602IipMzD1QHKSI3Prq { top:6.875rem;left:21.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnHo81SPNT61BXcOdetZ2mR8osn1XgAf { width:11.1875rem;height:3.4375rem;top:1.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHNUfdM7hh5gaM3sVb1xZ2LHPregIuht { display:block; }
 }@media only screen and (max-width: 763px) { #SuZJukwKRzlZeZ46V6Esb29JTbI04z0O { width:11.1875rem;height:3.4375rem;top:1.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVpkfiX1RSLSoSGHx1rhVOVdmc5QdqzF { display:block; }
 }@media only screen and (max-width: 763px) { #acrpf0BkGTXti5Qg11INmTlfOec3xvWh { width:11.1875rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp1kiDrvn9qN5IeJKoIz6vUaPUXmr4VJ { display:block; }
 }@media only screen and (max-width: 763px) { #HuUHeq3k48NlJ5bCGSv9XeO83iAT69KX { width:7.75rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBfUOTLLwALTpMza1mTkqx2W97FQLt9k { display:block; }
 }@media only screen and (max-width: 763px) { #iXUTBpWQ7btP6twMDC9eV2ceUnvqDhvs { width:7.75rem;height:3.4375rem;top:1.75rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX9ZJnUOu0K7isuF2zHOSoCmgnsrWc3A { display:block; }
 }@media only screen and (max-width: 763px) { #NA00uhDyBNwl9KXTFx1OgVdeuXbGOUmO { width:11.1875rem;height:3.4375rem;top:1.75rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHALo9ARO0Bszo4uJuwU943Eoh6CnuQo { display:block; }
 }@media only screen and (max-width: 763px) { #fDTEfhQlOg6U8K95VtTtBlgfsSlAbmAA { width:11.1875rem;height:3.4375rem;top:1.75rem;left:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTmyCWWPBXPhd8zl1TXiZkJHgA5HQtdn { display:block; }
 }@media only screen and (max-width: 763px) { #aHKOS4xEWbZtfwumzo9Rr6L2mAA7lSQl { width:11.1875rem;height:3.4375rem;top:1.75rem;left:34.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsZnr61BsvP6S7vRaOMLGcEvIwWbApUI { display:block; }
 }@media only screen and (max-width: 763px) { #UphhFgBgXHDWHZzriOdTVTy0yycnvoop { display:block; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLonoCwuGNwuTRxilkEZSzyeqKoFrqIe { width:17.5rem;height:3.4375rem;top:1.25rem;left:15.124109268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXdqpvHdFdPHPs4J3ArHKeibUJD5cla { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ { position:relative;z-index:auto;display:none; }#vGNJHlOZpO9anzNHPIZI0wJEemPGTVTJ > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xv5B3WQOR6kmXGHSrqNisgtS90f2LrVb { width:19.875rem;height:44.875rem;top:1.25rem;left:0.0625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P65szL017BdwqXbinavTeCGH9boA5efH { width:20rem;height:7.78764375rem;top:37.215911865234rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQPFI50x32QTytHx6XHhtSZqFGgM2yTR { width:10.3125rem;height:1.62464375rem;top:41.777698516846rem;left:2.25rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm  { width:17.5rem;height:0;top:6.3089489936831rem;left:0rem; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Cnkkdw865hfOChzRTNm03faFpmTSidxm {display:block;}#Cnkkdw865hfOChzRTNm03faFpmTSidxm { width:17.5rem;height:0;top:6.3089489936831rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #kFgSEpMdTzJuedZwmrFxQh7GnIeDMXVW {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #fUIT9KcyzuZNwgiHZAQSlGNMyRBIdMKs { display:none; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #hflLEgtqanE31ygWaufiKLNG521PxRni {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #DHTdeEBTLg8K5O2kd5OIJatP970dxNhb {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #ROcxv4kLI4CppIdZTxTzxAiWtIZWGID9 { display:none; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #ESXZeEuUhNd2q5lCBZuAzNH5qXCgyk4T {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #CHpEpP3pvGPLrtwRU3m1IpVyhLzJeVHv {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #v4COdzo9Vx9SpT3T3slbvEIaC4drRwVy { display:none; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #RxRb7xpknesp8SMdGkVSmkHnzfCEpI4G {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tCVXN3BJaixtrEqXTsTtV6yTFGf96wiN {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #xKHaFcZZFLvekL0TyUPJFviS3fhxFen6 { display:none; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TUZgJsaRprKVABNou1zwOCAx52fge1iz {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TNwwMH2tg17fVnVTVsiBuzVbmWcAl6E5 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #hBoxN4dS2Rs9CtlASCTm8M5lbVL77Nu5 { display:none; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #NgdLUT7XyXERaSSHTTM45nRUuQBFeGL0 {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tWV3W1B3Dv89BcsZ3OSpoUsOkRBRdTKC {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #tyk0u7ME2UkDZ1VUFrxrxSLwcDV4T2dz {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #TDnyLJA51kE40wpKda3xGXK8UrF9KuXe {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #zfSh1EPOO3IbT7tJmyZp376MBU7sE16H {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #dgT2oV0y2BXx7U1NHbClXm4faVw9xnEX {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #FPLOiK8DwyatcIE5N8PxCMKWva5U0r34 {  }
 }@media only screen and (max-width: 763px) { #okd5R1xWm5RhRwOB4IJc4DBnxfJ85we2 { display:block; }
 }@media only screen and (max-width: 763px) { #TqXNrL7Sll2tVuBskoR2LeLiTw8CMoyu { display:block; }
 }@media only screen and (max-width: 763px) { #rIZfvsgO9Jd7VvSacIUTvv32hMEPcFC7 { display:block; }
 }@media only screen and (max-width: 763px) { #GFrT6moBCUDQ5LsEOnx4sfyxsoKn2974 { display:block; }
 }@media only screen and (max-width: 763px) { #cVH4fzxV2cmJHTdLN3NlPSNUdPaBV7Px { display:block; }
 }@media only screen and (max-width: 763px) { #ccAHTKx4aapWb7ofRcNf8HlyTz6rAmR6 { display:block; }
 }@media only screen and (max-width: 763px) { #C2LNMWTPOa2KBcRT4phzNLAespsrBANi { display:block; }
 }@media only screen and (max-width: 763px) { #Lw41pnV81DLrv6JM38hR2U2z81pV8tLd { display:block; }
 }@media only screen and (max-width: 763px) { #XeTnRRUfFonyISoNz3JnWlCy4BPzCh2w { display:block; }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #mAWD0vGJTa4tA5ndgostJezSH22EZKUl {  }
 }@media only screen and (max-width: 763px) { #Cnkkdw865hfOChzRTNm03faFpmTSidxm #FaXMcu44Nqy16fkynEbeWg4BQyh7Lkgv {  }
 }@media only screen and (max-width: 763px) { #oTEg6tmAhBk0s2WSApBsHmeOu82xO6J4 { width:12.5rem;height:0.8931125rem;top:3.9992897510529rem;left:4.7805404663086rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztJ0INdTDpd4ttKTV5OFiVPgLLcEqvcm { width:12.5rem;height:1.54385625rem;top:2.5120738744736rem;left:4.7748565673828rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw { display:block; }#zt8iOaO39xo0igfqJh1P9Kq5II7gIxaw > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTLrercNPKekT5kTWN5MK42wXIyG8osT { width:18.75rem;height:4.0625rem;top:0.78125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ { background-color:#29444d;background-image:url("https://images.assets-landingi.com/uc/960d6006-8932-47c3-8596-31c0f4a87682/DecoupeTULN645x360pxLaCiotatpiscine.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.adaptive-delivery-prevent-bg, #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.lazyload, #W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ.lazyloading { background-image: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { background-color: transparent; background-image: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container > .video-iframe-container { display: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row > .video-iframe-container { display: none; }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .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); }#W2dTpXbOQ7hw6cNyxleDQwUtsr5b1TCZ > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTcUIdhs0iobIxuQhyaDtPKedT8JH9R { width:17.5rem;height:9.597625rem;top:1.3125rem;left:1.25rem;font-size:1.5rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBCkBFlMN8ySqV5oiBdckP2LgZf9U3JI { width:20rem;height:7.5rem;top:13.5966796875rem;left:0rem;font-size:1.5625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaxZIlymTUlp7S2oxvotts6sQqTHnh { width:6.1875rem;height:0.125rem;top:12.0966875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2vkX50nnzq47a0pK1x8DVZTBv1sAbiU { width:20rem;height:9.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93nhoI2ahBUrT6iDiPzcnQggBKRfn1W { width:20rem;height:7.75rem;top:13.4716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 { display:block; }#prpE0vAKzWRSkXvSDMJWCbaPHKbPIyb9 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNrLwaf704iUbToxpEGB7s79tUTVhmvM { width:20rem;height:2.25rem;top:2.123046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFo1Nk3eLKSTDGa3pL7fmNQXxTSVQO6u { width:13.1875rem;height:2.1875rem;top:6.03125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHwESmHMS7rgmTgpyUBLtWvTaQVIJJC { display:block; }
 }@media only screen and (max-width: 763px) { #JR1JQPbK1MJ3rZL1kgkr1cDq8BRUgcCC { width:13.1875rem;height:2.1875rem;top:9.46875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFMv8cq4NF2wNtT2ml93KkKJGoBIl6h { display:block; }
 }@media only screen and (max-width: 763px) { #hlwTNpyNAqTang4vtqoOyJ5FKBCWIAKP { width:12.875rem;height:2.3125rem;top:12.90625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMVqzEv3UDmnUJaEGzIxMvLs9ehGsyPz { display:block; }
 }@media only screen and (max-width: 763px) { #yCLcO8kykgyqeFzWlGzNHpoEfRmTKSNF { width:12.875rem;height:2.3125rem;top:16.40625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlwVWzlhy851huqiQgNEyAILG0agBdf { display:block; }
 }@media only screen and (max-width: 763px) { #AV8qxcKnoMhtsCcN5iOVMROdm8T9KMuy { width:12.875rem;height:2.25rem;top:19.84375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMrxEPilUlEnPJ5fcJ4xPCFbbccVxF9R { display:block; }
 }@media only screen and (max-width: 763px) { #XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU { display:block; }#XV1gP27NCLAPWUmxMX9OiTJGIKJ7HvSU > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UI2yTZWGeI5FCIIHQ1e3meGyy95U469c { width:20rem;height:1.462675rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Wh9mKHxiToAgUfH0En5OpH6L37BI08 { width:19.8125rem;height:18.75rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf6BLB3oEUgGfbD9e75X7rsmBJIJ91mk { width:19.0625rem;height:3.375rem;top:61.25rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6 { width:19.875rem;height:9rem;top:48.6875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94456ca5-76f9-43d3-ad46-8bde0a37fb46/decoupetulnperspectives_biscarrosse_domaine_des_oyats_2025_vue_sud_ouest_des_maisons_et_des_appartements_batslm.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.adaptive-delivery-prevent-bg, #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.lazyload, #BZDprOgcIGwQQsKBUg015N6Tuu2ZXFE6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T9UhW5J0v25F7UyFgWrp2v35xNcThWm8 { width:18.75rem;height:2.5996125rem;top:58.1875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkET5glwHn45Q30f0eDl2iuuAzirN5E { width:10.1875rem;height:1.6875rem;top:50.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0t2ORKV98Bul3TNrRFqKTapUpBzO1I { width:9.0625rem;height:1.0556625rem;top:50.875rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIBnOAonyBZFSnOeFcL6sgEvet9d7hZJ { width:19.8125rem;height:18.75rem;top:27.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI7ZSGe7DOniCH13XasmXJaPsvs2w9sL { width:19.0625rem;height:3.375rem;top:39.8125rem;left:0.5rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SbDb7Ge5uptBuIS991rkZTwWqFfIdw7b { width:18.75rem;height:2.5996125rem;top:36.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQpc0EmRRxy4e5ITa1ggmpFd1TIfgH77 { width:19.8125rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8skcz6xtgzt8CaJCBimxPTBDcHnZJQT { width:19.0625rem;height:3.375rem;top:18.5625rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qvo9pEnuImg4WahO5tKWDTpGDCh26k97 { width:18.75rem;height:2.5996125rem;top:15.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT { width:19.875rem;height:9rem;top:27.4375rem;left:0.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afc0e59c-7be9-4d7f-a67b-f2e44ec29105/decoupetulnperspective_capbreton_domaine_saint_nicolas1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.adaptive-delivery-prevent-bg, #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.lazyload, #ClAq9ZgL7Upy7sbwZBAczQxE0VzMXWTT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl { width:19.875rem;height:9rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa853a7e-5082-42d9-b547-207f1653ab7b/decoupetuln645x360px22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.adaptive-delivery-prevent-bg, #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.lazyload, #nHrgsxKmdl9lqVOmx0XqnSoeLH7KbyUl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DLm8opVRGCKL413P3dwTmW20rE6mTDe3 { width:8rem;height:1.75rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASaVCAV9WsqXeU4kI3SnagLoRpWsTEwH { width:13.9375rem;height:1.75rem;top:29.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLldpfbk0URW5LSgPFnK05G41TS4dXI { width:7.0625rem;height:1.0556625rem;top:8.375rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZ4GRC9vgvOTGbhVmTZnOQDDzoeUqeC { width:12.6875rem;height:1.0556625rem;top:29.625rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOGURSnbyr8AEGFVVi6lUl8kxbluVkN { top:22.75rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyO5qA2UVdXCshpwXwOBbooxlyosunwu { display:block; }
 }@media only screen and (max-width: 763px) { #oiKHNuqdpZgxrkEA2Oak8agwwXILg53I { top:44.0625rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcyL4uxnR0u1yPpRhSnavT9Lv3SPFofP { display:block; }
 }@media only screen and (max-width: 763px) { #vpl7SNehmra5Zy6nQNvSkrTdvHimAsZC { top:65.25rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1w5dvXQ4TUU8JSafgOUqZ1rsewqhy1R { display:block; }
 }@media only screen and (max-width: 763px) { #PaB1JMtGqZwOO9gSHZnAUHLohRJSQtcK { width:19.8125rem;height:19.75rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxccoPEPWz4ulSSbNb2hK31eAcgMDb4r { width:19.0625rem;height:3.375rem;top:81.1875rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UzEtnbd7BsVkoSTeVTa7mEviUJ24s4wo { top:85.9375rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1q5WbRNVqTcI5o9IqVPw6NI5d1bHrT { display:block; }
 }@media only screen and (max-width: 763px) { #K9aTcV2FxfO5NDRwMddnECErkofuNtHT { width:18.75rem;height:2.5996125rem;top:78.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw { width:19.875rem;height:9rem;top:68.8125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c4e97c7-9c78-488e-83b1-0cef5f3d1e1a/5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.adaptive-delivery-prevent-bg, #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.lazyload, #cpqcs92RFhLRKZVzIiuk11AUS5ZTEnXw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CE4GJRgIG39JaddmdMUCw9m3CT69sQ4z { width:8.375rem;height:1.75rem;top:70.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9kBgVOlssQuMOAsXui4Ti2UsWtKouK { width:7.3125rem;height:1.0556625rem;top:71rem;left:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK { display:block; }#zmyNSKcdCpZunPvSwtXPxXt9xNkvdoFK > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8pNUbqDBAwI5AAWECsFtnGNnpEHBvpL { width:20rem;height:1.462675rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkp7kVuuw0Jpev7S55zH33PvGaKWPQF { width:19.8125rem;height:18.75rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaquRB2oBEtbs5ogwCuITTcgEypTQycK { width:19.0625rem;height:3.375rem;top:61.25rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zfvDB42ctP51vKbzNSNsuPXsisRchuDa { width:19.875rem;height:9rem;top:48.6875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63914ab6-f24d-4e32-a8cf-9129bfbf1c3a/villafavre2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zfvDB42ctP51vKbzNSNsuPXsisRchuDa.adaptive-delivery-prevent-bg, #zfvDB42ctP51vKbzNSNsuPXsisRchuDa.lazyload, #zfvDB42ctP51vKbzNSNsuPXsisRchuDa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DJKAgaBUE5lfS4079AVkmlOVS1L8MXsk { width:18.75rem;height:2.5996125rem;top:58.1875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wx0Amt2aHUbOUdtwGm4zmqpNh2PCWp { width:10.1875rem;height:1.6875rem;top:50.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB4HlJKgB9TJbJfkS52ytCt0snogeNnC { width:9.0625rem;height:1.0556625rem;top:50.875rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQn7TPFFGz7HoptHRcmH7sJDTnNc69W { width:19.8125rem;height:18.75rem;top:27.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teUZlnItDOpiFJ3HH1aDKOSzg08TMK4R { width:18.75rem;height:2.5996125rem;top:36.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGrkSOiKPfClBiFAHy1LVlTVNa6P082 { width:19.8125rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atDnPxFcc1oEXWLJgQmHTTh8T717bWPT { width:19.0625rem;height:3.375rem;top:18.5625rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FGu3FLEECexJ8c9FppGe4OinNIlnR2Ir { width:18.75rem;height:2.5996125rem;top:15.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW { width:19.875rem;height:9rem;top:27.4375rem;left:0.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5252791d-8b39-4a98-9753-d4f6f25bb498/DecoupeTULN_LaTestePyla_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.adaptive-delivery-prevent-bg, #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.lazyload, #JitkULgHwF4W4y6XXLO2gCEp2XaNt3HW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p { width:19.875rem;height:9rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a10c009a-63f1-4173-b760-4284529b8b57/DecoupeTULNAPPARTEMENT_TEMOIN_LES_ALLES_OSTREICA_C003ARES4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.adaptive-delivery-prevent-bg, #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.lazyload, #OA5bWwFEdlyKCV8BvgTigN9k2ZlO3w8p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GlFiLZ1vuKsTGXt7o7m61gTihTgUybsh { width:8rem;height:1.75rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuSm80pv3lLMpmcsAwi6iKVTVAvsKRm { width:13.9375rem;height:1.75rem;top:29.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR0ylOTGtvy716WBdc18q6omHIG60FXP { width:7.0625rem;height:1.0556625rem;top:8.375rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbEIQkbi3f4QWpxslg6wo67ex748ZMO { width:12.6875rem;height:1.0556625rem;top:29.625rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkX8iE9oukpRuKXwtCHzRoiznF7RMu4W { top:22.75rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku1VVfRHcy2qfaAaDVQQBfWDI3hx1H9G { display:block; }
 }@media only screen and (max-width: 763px) { #SGzLTLuOmNvhye9LAQwUFDRIv0fStuAx { top:44.0625rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvizOiDyNWZNRPgm6duHZuXK5CQJWGcn { display:block; }
 }@media only screen and (max-width: 763px) { #bcFcm5LB09hkBBvsepx7r1g6ldxXGTFG { top:65.25rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7SW05KrDGgz1L10GKIx2rT3PSZcgGzo { display:block; }
 }@media only screen and (max-width: 763px) { #JXFG7g6oxcciESM4izs4kqOakIFsnqd2 { width:18.875rem;height:3.375rem;top:40rem;left:0.5625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CVWdBeQk9gubO3HFWT9UIxbOzo318O83 { display:block; }#CVWdBeQk9gubO3HFWT9UIxbOzo318O83 > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hExlaPnLpBFM03CoI22l7FrfnLul3rNW { width:20rem;height:1.462675rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu6Ezaqlha9e7yluPxMn16CSeo2l636 { width:19.8125rem;height:18.75rem;top:27.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIZdp3TJ4Xef89AuNLSuUEf8D8UbSO2y { width:19.0625rem;height:3.375rem;top:39.8125rem;left:0.5rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hlSCEfwe2MXTlNvK6W5RZH1vnWiA8DLM { width:18.75rem;height:2.5996125rem;top:36.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVs5cLKsii4Bvxgm8bkdzu1Hig2tKsuS { width:19.8125rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGNkEgTV0hCttaLeXbWuRZituHglOvDd { width:19.0625rem;height:3.375rem;top:18.5625rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #buSR3EpXEWTzFpmXpgqiPQmUwi4VqO0U { width:18.75rem;height:2.5996125rem;top:15.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDcTMENRAPT98FoGagVcBK3XythNcVc { width:19.875rem;height:9rem;top:27.4375rem;left:0.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f8c6152-28b8-41d3-b41c-8c784aa09b27/LigneurspanoramiquePERSPECTIVES_SAINT_MALO_HAMEAU_DU_ROSAIS_LE_PAVILLON_LA_VILLA_202441.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#enDcTMENRAPT98FoGagVcBK3XythNcVc.adaptive-delivery-prevent-bg, #enDcTMENRAPT98FoGagVcBK3XythNcVc.lazyload, #enDcTMENRAPT98FoGagVcBK3XythNcVc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur { width:19.875rem;height:9rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60491036-935c-4d16-b608-7c421fc66812/deauville_jardins_hippodrome_terrasse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.adaptive-delivery-prevent-bg, #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.lazyload, #p4yX1oQeeVrqZIeC0TqJlTxLU7aJgqur.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q78Uh7kf7buI7w9ieFGFA2UyEtQOHuo9 { width:8rem;height:1.75rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0GTcRtNcsTx7IaVJXtSlRtydMurbUfJ { width:13.9375rem;height:1.75rem;top:29.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDXdqPq80WNeaG7ZUbDUDaH0dhG0dkMp { width:7.0625rem;height:1.0556625rem;top:8.375rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX28ffdCts0TPoBOKLbozcNSbvw5qQH4 { width:12.6875rem;height:1.0556625rem;top:29.625rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk87CmVHzymV5gycXLB6WKB4H4G2LLpX { top:22.75rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3JdhZNlgwcU5P9mDdmDK7bJA4L6RWl { display:block; }
 }@media only screen and (max-width: 763px) { #n3TJ4b5CCsX1PyCuizGn7R1IVbBoTxRl { top:44.0625rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiP3oyqZTqSt1aTRylZPKyd1gmwoFqC { display:block; }
 }@media only screen and (max-width: 763px) { #JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX { display:block; }#JXtEDZVeuzPAzNLAfzxpxys5zfpxOyAX > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsPAbO41wCb6cddvXUoTocK2cvGnWqV2 { width:20rem;height:1.462675rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMIuRJ9ty42qLm3guVvQ3ZmZHMTlQfx4 { width:19.8125rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQIB80fR1wlEpuq7hKvZmid7KgAPUqv { width:19.0625rem;height:3.375rem;top:18.5625rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZrezuA25UVanl8XPX1CBifIBL8RduQvB { width:18.75rem;height:2.5996125rem;top:15.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt { width:19.875rem;height:9rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88a40c88-d224-4f4e-afea-671e9bda91c5/DecoupeTULN645x360pxLaCiotatterrasse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.adaptive-delivery-prevent-bg, #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.lazyload, #XZoytJdEzTvvmEohJMBuRiT3PrpKC9Tt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uB89ARCqImCQbMasKiROw82iTzeFKMPC { width:8rem;height:1.75rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUgqk4Fcw6WuvXnlSOzk01ceZEQRw7v { width:7.0625rem;height:1.0556625rem;top:8.375rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdXm2JwdlEdyRSpbtv7yS7iAVcxeiRD { top:22.75rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9cCcBusqkQVZ7RD9GcySJKgkPp0NK51 { display:block; }
 }@media only screen and (max-width: 763px) { #XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X { display:block; }#XGh5TQaio9QEMtlmDVQU9gSf4bZRrs3X > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWvXU012zEgq3IazDgEpfJbVlnIHsZTW { width:20rem;height:1.462675rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qki9mQimRHrCQJ8vxTsUALhZSCFRoJtQ { width:19.8125rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT1a6nZwaUnwlA4zA9CizwM3EILKU8Xp { width:19.0625rem;height:3.375rem;top:18.5625rem;left:0.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zVLVXJI4qclaFnncEq9aGRwCmbeM4vSz { width:18.75rem;height:2.5996125rem;top:15.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ { width:19.875rem;height:9rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c58aabc9-a597-43da-9fae-47ef6370dd55/persterrassev7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.adaptive-delivery-prevent-bg, #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.lazyload, #dArVgGx3XK68qA3TZEvxEX5D45tScUTJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bi2VhTBE1fAqLVpGPbxpps7TbpFgzUQ6 { width:8rem;height:1.75rem;top:8rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5vI9ZEdlhuDsiMs2ByTHTdqCXxXZTsD { width:7.0625rem;height:1.0556625rem;top:8.375rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VLmpnqvk81DwNNLAToTl6Q8b8TI2uG { top:22.75rem;left:6.1875rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRsOtAqpG5cmKON1iVIX5NswxLLisv0K { display:block; }
 }@media only screen and (max-width: 763px) { #yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd { display:block; }#yKnXV5owskzgV0x8AWdvF8yDOBV5WeSd > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSrxQhvxewyAJXcIwzTudDCDkdxF7BqW { width:14.75rem;height:3.1875rem;top:2.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGtW4UO5SXw4XzmaKtHT77VqbRvTO1G { width:8.3125rem;height:1.462675rem;top:18rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TROiCKr3zTTCfmqJ9JRZQ0H3TAXlT4P8 { width:9.9375rem;height:0.8125rem;top:19.4375rem;left:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3H8gtER9kki602IipMzD1QHKSI3Prq { display:flex;width:1.125rem;height:1.125rem;top:18.125rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #RnHo81SPNT61BXcOdetZ2mR8osn1XgAf { width:11.1875rem;height:3.4375rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHNUfdM7hh5gaM3sVb1xZ2LHPregIuht { display:block; }
 }@media only screen and (max-width: 763px) { #SuZJukwKRzlZeZ46V6Esb29JTbI04z0O { width:11.1875rem;height:3.4375rem;top:26.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVpkfiX1RSLSoSGHx1rhVOVdmc5QdqzF { display:block; }
 }@media only screen and (max-width: 763px) { #acrpf0BkGTXti5Qg11INmTlfOec3xvWh { width:11.1875rem;height:3.4375rem;top:22.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp1kiDrvn9qN5IeJKoIz6vUaPUXmr4VJ { display:block; }
 }@media only screen and (max-width: 763px) { #HuUHeq3k48NlJ5bCGSv9XeO83iAT69KX { width:8.125rem;height:3.4375rem;top:17.5625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBfUOTLLwALTpMza1mTkqx2W97FQLt9k { display:block; }
 }@media only screen and (max-width: 763px) { #iXUTBpWQ7btP6twMDC9eV2ceUnvqDhvs { width:20rem;height:2.5rem;top:6.5625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TX9ZJnUOu0K7isuF2zHOSoCmgnsrWc3A { display:block; }
 }@media only screen and (max-width: 763px) { #NA00uhDyBNwl9KXTFx1OgVdeuXbGOUmO { width:20rem;height:2.5rem;top:9.0625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vHALo9ARO0Bszo4uJuwU943Eoh6CnuQo { display:block; }
 }@media only screen and (max-width: 763px) { #fDTEfhQlOg6U8K95VtTtBlgfsSlAbmAA { width:20rem;height:2.5rem;top:11.5625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xTmyCWWPBXPhd8zl1TXiZkJHgA5HQtdn { display:block; }
 }@media only screen and (max-width: 763px) { #aHKOS4xEWbZtfwumzo9Rr6L2mAA7lSQl { width:20rem;height:2.5rem;top:14.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lsZnr61BsvP6S7vRaOMLGcEvIwWbApUI { display:block; }
 }@media only screen and (max-width: 763px) { #UphhFgBgXHDWHZzriOdTVTy0yycnvoop { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#a9d2b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container { background-color: transparent; background-image: none; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container > .video-iframe-container { display: none; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row > .video-iframe-container { display: none; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .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); }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container { border-width: 0; border-radius: 0; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UphhFgBgXHDWHZzriOdTVTy0yycnvoop > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLonoCwuGNwuTRxilkEZSzyeqKoFrqIe { width:17.5rem;height:2.374825rem;top:0.6246452331543rem;left:1.2491122484207rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#29444d;display:block; }
 }@media only screen and (max-width: 763px) { #ecXdqpvHdFdPHPs4J3ArHKeibUJD5cla { display:block; }
 }