.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:232,244,238;--color-primary-1:185,223,203;--color-primary-2:138,202,169;--color-primary-3:83,121,101;--color-primary-4:0,93,84;--color-secondary-0:225,249,252;--color-secondary-1:154,235,245;--color-secondary-2:53,215,234;--color-secondary-3:27,108,117;--color-secondary-4:8,32,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"PoliceCocon";--paragraphs-font-family:"PoliceCocon"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container { background-color: transparent; background-image: none; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container > .video-iframe-container { display: none; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row > .video-iframe-container { display: none; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .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); }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container { border-width: 0; border-radius: 0; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Hb1K5bKIqWFHEctTpVJd3Wx5KcQp6LX8 { background-color:#039257;background-image:none;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:rgba(var(--color-tertiary-0),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:62.25rem;display:block; }
#CVG2wNnprz5ZMhmQryLXdr9m3lB7der1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcGDyfkKDKMHtUmGUBNx6KEXGeizKFBS { position:absolute;display:block;z-index:15008;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:3rem;width:7rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#x99xggW4GbnxaHkVEZBQOkKkJqkQMXer { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;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:#008f4f;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.0625rem;left:49.6875rem;display:block; }
#LGBK7wWKEwR7PQNSwUd1PWrxacLn908M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c69aebe3-a85b-4335-95a6-16d9683bb97c/CoverLPDesktop1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.adaptive-delivery-prevent-bg, #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.lazyload, #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.lazyloading { background-image: none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { background-color: transparent; background-image: none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container > .video-iframe-container { display: none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row > .video-iframe-container { display: none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .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); }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { border-width: 0; border-radius: 0; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { font-size:0.875rem;font-family:"open sans";height:51.125rem;width:75rem;overflow:visible;position:relative;display:block; }#vXffnytDW0HBTJ11ugCQ0nK7dTr9it8H { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.1875rem;width:27.8125rem;top:23.8125rem;left:0rem;display:block; }
#uCfPEcqO3lw82hrBd4KyopRoTehZgAkx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5625rem;left:1.8125rem;height:4.0625rem;display:block; }
#XyTqJI7J9dCqLwMhMrRER6p9BSTGfwxz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.5rem;left:1.8125rem;height:10.3993125rem;font-style:normal;display:block; }
#u0pJ0CC5PVUWcO91Eb7POgMhNFQcJerP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:none; }
#NtVX8RIItDdKiAk2fTv3adwB28NUhwz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4619125rem;font-style:normal;display:none; }
#sWFybokwwNWJDLcGPD7X74lkdMTDlNOp { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:23rem;left:36.25rem;display:block; }
#tldkeogvs5eIdsAJtITNTgPJgBizRwdJ { position:absolute;display:block;z-index:15015;background-color:#039257;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:7.375rem;top:25.5625rem;left:2rem;display:block; }
#rmGeaZbLpi036qAXXvmyJM86yeIo6OiA { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.8125rem;left:2.625rem;height:1.462675rem;font-style:normal;display:block; }
#tNxPJS83P8kdXycRIrHhSIkah1SR90HV { color:rgba(var(--color-primary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.8125rem;left:10.4375rem;height:1.462675rem;font-style:normal;display:block; }
#cKsczbLDf7D5MVZhhXkiWipBhdnIMMTG { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:9.5625rem;top:25.5625rem;left:9.75rem;display:block; }
#s5uZ80HpLI6lILnrIocfh3bGufd6lkby { position:absolute;display:block;z-index:15020;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:2.1875rem;width:2.1875rem;top:25.4375rem;left:19.875rem;overflow:hidden;display:block; }
#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66468e9-c659-4c71-9e65-c840c19c5550/Sliderdesktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.adaptive-delivery-prevent-bg, #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.lazyload, #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.lazyloading { background-image: none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container { border-width: 0; border-radius: 0; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#hhDU5PXUiQCadvu1EUUgfckvBfI0mv81 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:8.4375rem;left:0rem;display:block; }
#KZdzDN1Ps7SU4vS3BDE4uKVened9MrtT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:block; }
#aQ9GsrdkuAWMGdE4uWnBuyECMh7Xg900 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#Irnv2fgnGUN0TZe0hH6BS7g9l3fxvma4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:block; }
#aMuVgTLT0zR0ityc8k0oAFXDBrLZONQO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.9rem;font-style:normal;display:block; }
#GXmO2RkRr0E5XtttwGKT5kgnp9pUOugh { background-color:#039257;background-image:none;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:rgba(var(--color-tertiary-0),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:block; }
#yMVCln6ilpygb0MnUEgw0TqinJbTTKkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfATTNVnQgonkEWS0ir2AJPAeEloriJv { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 { position:relative;display:none; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 { border-width: 0; border-radius: 0; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .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; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#qGXCwFSXlx12TexF7CnzkmSvv2qoEX0A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:none; }
#rcTPPaLihiTSXcvkhXTkcauC616TBiwM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.8994125rem;font-style:normal;display:none; }
#zOf3n6QtCpODe1wnftCtK56NFB5SJwsy { background-color:#039257;background-image:none;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:rgba(var(--color-tertiary-0),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:5.5rem;left:47.25rem;display:none; }
#iQ7fwgGFuGIZRCfeC9dRSkXf6ClKCAwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ja1qQeTWcephopuFrzwedMHZmkGwBuww { position:absolute;display:block;z-index:15015;background-color:#039257;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:7.375rem;top:10.5rem;left:2rem;display:none; }
#Cx22L2fJf2AXORO3wOdfH6GFSiEct2PI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.625rem;height:1.4624rem;font-style:normal;display:none; }
#ti0DXbUL6uEcd9TUiSypTRV0TC3MATFV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:9.0625rem;top:10.5rem;left:9.75rem;display:none; }
#REeIJbanAClneTP1io5GF9tVxN1nwKXW { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.7373046875rem;left:10.4375rem;height:1.4624rem;font-style:normal;display:none; }
#cNTqIc37DDRA6zeW2Qy3bGqzQ2GJ6ZhC { position:absolute;display:block;z-index:15020;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:2.1875rem;width:2.1875rem;top:10.375rem;left:19.4375rem;overflow:hidden;display:none; }
#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container { background-color: transparent; background-image: none; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container > .video-iframe-container { display: none; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row > .video-iframe-container { display: none; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .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); }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container { border-width: 0; border-radius: 0; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container { font-size:0.875rem;font-family:"open sans";height:8.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#AP76BFkyZH6OcCcXf9iHMaxF6TnSuaoH { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.265625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#oTV0gROboSbcq77vNGNukh2go0JkT0Nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container { background-color: transparent; background-image: none; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container > .video-iframe-container { display: none; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row > .video-iframe-container { display: none; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .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); }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container { border-width: 0; border-radius: 0; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#z3fEdDOq8Jq4K9qhSdbmiDHG0bTcLcDf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:6.4995625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JIc6r2MKdlgG6ac3tb9BvIUDrLzoawgS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6875rem;left:36.0625rem;height:6.4995625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P2PcfMZg0bAvXWnoimTgHxoDxKezCPyL { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:27.0625rem;left:0rem;display:block; }
#eGZr9TSMF3wqp7MOvfuLp5sigWOLxQFw { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:28.125rem;left:35.5rem;display:block; }
#gx3TghETufXac9u5m2mrkfVus5Itqazw { position:absolute;display:block;z-index:15018;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.375rem;width:3.375rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#Pxs101dcVwS7Cmehkq3FA7NcRo9Tx4mp { position:absolute;display:block;z-index:15019;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.375rem;width:3.375rem;top:3.125rem;left:36.0625rem;overflow:hidden;display:block; }
#hTJ3v3JcBUzPxgvAcFqgzlFWF1lgo6IM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:2.03125rem;display:block; }
#C9FQiySgSipqtfTBbdxudqTWTR5ewr4k { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:36.0625rem;height:2.03125rem;display:block; }
#AyVOKt5nSlTyJqbABpNNXyIkrFiTFd1l { position:absolute;display:block;z-index:15013;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:1.4375rem;width:1.4375rem;top:19.375rem;left:0rem;overflow:hidden;display:block; }
#MoV7FGNTHiwmXpdFHufAxI1rDUCxfP36 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:2.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDHs188Lbf6B9cMRep94c6bNCKzoEDlE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.6875rem;left:2.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6yeXeFVaiMH2rJr9fOHtpDP8D0GVlSp { position:absolute;display:block;z-index:15015;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:1.4375rem;width:1.4375rem;top:21.4375rem;left:0rem;overflow:hidden;display:block; }
#C8gDvJCGBVtHrIq3KqNJlLQToTR39Ts7 { position:absolute;display:block;z-index:15013;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:1.4375rem;width:1.4375rem;top:23.5625rem;left:0rem;overflow:hidden;display:block; }
#PMRzsTe0bEC1KQnOl8aWPkkpFHdSS4f1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.8125rem;left:2.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#obyq7J88ouy3H0M2puUfpvGQed9lNI6s { position:absolute;display:block;z-index:15019;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:1.4375rem;width:1.4375rem;top:19.375rem;left:36.0625rem;overflow:hidden;display:block; }
#A3S2rF9l3XiAVrsvaB9RLtJWt3uZPDuV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.625rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Am97fbTEmpHmxmrUNHnFLL31iPtNKpXE { position:absolute;display:block;z-index:15021;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:1.4375rem;width:1.4375rem;top:21.4375rem;left:36.0625rem;overflow:hidden;display:block; }
#VXaeXQPnAZuRL1xFT5dE0su2KsmMi8t2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.6875rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVcpUUL9Vvm10XR5x1TfW0tsvSumqTX6 { position:absolute;display:block;z-index:15019;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:1.4375rem;width:1.4375rem;top:23.5625rem;left:36.0625rem;overflow:hidden;display:block; }
#EigG8GdJXcrD269t7EzU94NossIfp0gc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container { background-color: transparent; background-image: none; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container > .video-iframe-container { display: none; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row > .video-iframe-container { display: none; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .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); }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container { border-width: 0; border-radius: 0; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container { font-size:0.875rem;font-family:"open sans";height:44.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#f5cpkNmMwillOcEDpBvuaIFsz6DL4LCK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#Gg5PtMmKasUGbXC9T2uw74ZOrR2ORdzT { position:absolute;display:block;z-index:15016;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:1.4375rem;width:1.4375rem;top:16.625rem;left:34.25rem;overflow:hidden;display:block; }
#lE8DeMDe95JSRU6s0vBFvCpyJ0rikQiP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.6875rem;left:36.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DG7IBSFCmhUUDyR51c8ZRpCZARBqlT3i { position:absolute;display:block;z-index:15022;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:1.4375rem;width:1.4375rem;top:19.375rem;left:34.25rem;overflow:hidden;display:block; }
#Etki4UzS3qIKOahDf9omTSCKOJR7Rwkh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:36.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hS3v4diuC3BpULbqBvPOKwcTeXpSMqbH { position:absolute;display:block;z-index:15018;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:1.4375rem;width:1.4375rem;top:23.5rem;left:34.25rem;overflow:hidden;display:block; }
#gmXhAFVLapAHR0CV8cR0dCSRPwm2HOO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5rem;left:36.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukO2yb9IfxnI9zrpeO9PKS4SgcDkEGzQ { position:absolute;display:block;z-index:15020;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:1.4375rem;width:1.4375rem;top:26rem;left:34.25rem;overflow:hidden;display:block; }
#U21O5zoC5FqCGaqPSVSnfXHANU4EFmQU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.0625rem;left:36.625rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NFHB4hBxcCaNw0kTQnouEoEDzKiIN51G { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.75rem;left:36.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2pImboG2WIOeJGMGTJD9or8OdxMX49D { position:absolute;display:block;z-index:15022;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:1.4375rem;width:1.4375rem;top:29.6875rem;left:34.25rem;overflow:hidden;display:block; }
#kCLsXXcWKkJVXwuJnSM142DlDQ0S4mhv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.061875rem;width:23.3745625rem;top:16.624350070953rem;left:0rem;overflow:hidden;display:block; }
#tq08c1wSJvTwdLPHH4yCJZOTWOli8nDi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.5rem;left:36.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpMdcdapZK4btleHNdd0WyGJ2BeJXeQv { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.23) ;height:1.5625rem;width:1.5625rem;top:32.375rem;left:34.25rem;overflow:hidden;display:block; }
#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { background-color: transparent; background-image: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container > .video-iframe-container { display: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row > .video-iframe-container { display: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .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); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { border-width: 0; border-radius: 0; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#JfE48o58stV7oopktGIVkNqE3Kc8NdGQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSCPv81fgIt6aOSTvtgIp53LQWqw6V2N { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzH9o3nBsax4bAXnGG6u4sCT0Ts9EGph { background-color:#039257;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:rgba(var(--color-tertiary-0),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.6875rem;left:0rem;display:block; }
#vERB8PbowKkd7J8TyXe43fBPCIt5uUo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uasr589AfyHWDZR94c2CEePrU3qM4rIX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.8125rem;width:34.125rem;top:4.75rem;left:37.75rem;display:block; }
#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container { background-color: transparent; background-image: none; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container > .video-iframe-container { display: none; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row > .video-iframe-container { display: none; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .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); }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container { border-width: 0; border-radius: 0; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container { font-size:0.875rem;font-family:"open sans";height:36.75rem;width:75rem;overflow:visible;position:relative;display:block; }#XDDy4EenH9Ih4SPIvX7X4Fh07bPPlu43 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#PDJQRG8v8wBD9C41awXsN1na2agTtr7o { position:absolute;display:block;z-index:15002;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.625rem;width:3.625rem;top:13.6875rem;left:0rem;overflow:hidden;display:block; }
#OX8dVImKhhTWXCbodLiO6scutzrNDtJN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:2.03125rem;display:block; }
#deCv89ru11w3yWIEFQZkhPGoV0X9awKf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#M2hvte8iI1bxpfB4vEl37V8SKxZO4e3P { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:27.4375rem;left:0rem;display:block; }
#oT3hMt4S8bnHyfXm8TFAZ1vvK02nXsw9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:26.125rem;left:26rem;display:block; }
#JPA3iPHIwQtK21vWZrg7Bf44FqlFmLTp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.6875rem;left:26rem;height:2.599825rem;font-style:normal;display:block; }
#ksLL8cbsHOcJZqA0npJMxIeenM9HLDtg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:26rem;height:2.03125rem;display:block; }
#ygEqXNNTzZhUTG2ThlVZ2UpFwNli0ale { position:absolute;display:block;z-index:15006;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.5625rem;width:3.625rem;top:13.6875rem;left:26rem;overflow:hidden;display:block; }
#CXcepVA9Lp3LncTr6A0ETzr86D6tsvZu { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:26.125rem;left:52.75rem;display:block; }
#XTJAEiSaHsMxhfKWMuq091tHKlLD7gQS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.6875rem;left:52.75rem;height:2.599825rem;font-style:normal;display:block; }
#lhZ2Ii3n0O0ZlVpUgqyKeQgxrF689f0n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.75rem;height:2.03125rem;display:block; }
#yN6TVIwIgeLBDpyLK3mlULIQLxgJPKae { position:absolute;display:block;z-index:15010;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.625rem;width:3.625rem;top:13.6875rem;left:52.75rem;overflow:hidden;display:block; }
#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e43b9144-1236-4b59-91e1-aa0f85f31425/Vector.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4.adaptive-delivery-prevent-bg, #FLX93gWMME3ZohGMszFuXbp85zHSLeW4.lazyload, #FLX93gWMME3ZohGMszFuXbp85zHSLeW4.lazyloading { background-image: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { background-color: transparent; background-image: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container > .video-iframe-container { display: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container { display: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .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); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { border-width: 0; border-radius: 0; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { font-size:0.875rem;font-family:"open sans";height:28.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#TDzsPUr1rGQhSaFVh92Fbc7ebx00fBQv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:7.3111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cCTLXoNBT8Lld0McoTCuJoMMhNfdZpwT { position:absolute;display:block;z-index:15018;height:21.75rem;width:38.75rem;top:1.125rem;left:36.25rem;display:block; }
#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container { background-color: transparent; background-image: none; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container > .video-iframe-container { display: none; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row > .video-iframe-container { display: none; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .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); }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container { border-width: 0; border-radius: 0; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#pd9b6TVbST7Vlp4QvANvLrxNhX9OlK1v { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.1875rem;width:67.375rem;top:2.125rem;left:3.8125rem;display:block; }
#JG86FxrDC7sOyf8PzNHQwlvEI8T4rI9X { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:39.8125rem;height:5.6857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ceq7iD9LDAx4lo9dpz5w8lh9L7xkWlwt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:39.8125rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#GTut8FF4pDhQ3DFJnHImB9qh5dEDCRC8 { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;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:#008f4f;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.1875rem;left:39.8125rem;display:block; }
#E79UIFXoMqcqWTVdX1rTk56Ettlr0dth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9113a135-517c-45fc-9d27-9de0cd0948b0/Conseiller1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:11.1875rem;left:11.125rem;display:block; }#uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv.adaptive-delivery-prevent-bg, #uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv.lazyload, #uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv.lazyloading { background-image: none; }
#fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/06403ca4-1355-4ec1-9370-8e2f1a8adfd8/Conseiller2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:4.5625rem;left:22.5625rem;display:block; }#fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3.adaptive-delivery-prevent-bg, #fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3.lazyload, #fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3.lazyloading { background-image: none; }
#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c0d531ea-0f77-4e59-a735-288c4f588ad9/coupleplage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.adaptive-delivery-prevent-bg, #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.lazyload, #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.lazyloading { background-image: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { background-color: transparent; background-image: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container > .video-iframe-container { display: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row > .video-iframe-container { display: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .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); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { border-width: 0; border-radius: 0; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#hb66gGTw47Vcnzbh7BNxk7unil7tG3O6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:1.875rem;display:block; }
#Bhcpn4RMdyzCzGbdkqEV4MsnWgxeWxCX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.3869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtUiGzoBztFpbX22Q8dE0FWWk2hFO1Vk { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.6875rem;height:4.3869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZgHNI6DPDb7URDg74CcUFqGDVWNoxK7F { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.5rem;left:1.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2pubzmTBWCBETAX1zOpzop3EPez63wq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:51.875rem;display:block; }
#CVX9OvMWALwoPrGCEEDiXaZ7ALMlQNBd { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.5rem;left:26.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCisENGI6Bm1WG0SUQNOuvt8gp1ICg0B { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:26.875rem;display:block; }
#y2oSiRu1T48xtF89ETbThS6vvWOMx75b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:45.5rem;left:51.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrilxSsdKlCdNK5RRE1TZrtqX4XQUe8y { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:49.625rem;left:1.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urE70uvQfTDGuqq6Nii0893M395fClKT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.625rem;left:26.8125rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yonXgi7qMG4c6wciZaiuUfu3nP3fGMW3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.625rem;left:51.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r { position:relative;display:block; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r { background-color: transparent; background-image: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container > .video-iframe-container { display: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row > .video-iframe-container { display: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .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); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r { border-width: 0; border-radius: 0; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .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; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;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; }#fLx5QvsvZg1W0ekmEMdBhgmrcrBflOTe { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOgv6cVtJgtdpHhx2D9Aw4f0Ry8RtCcB { position:absolute;display:block;z-index:15016;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:2.5rem;width:2.5rem;top:15.875rem;left:59.875rem;overflow:hidden;display:block; }
#OcDFF0syQF593pS8QihItyedCxdv5xke { position:absolute;display:block;z-index:15017;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:2rem;width:2rem;top:16.125rem;left:64rem;overflow:hidden;display:block; }
#lR7LPnMTmohv90NkgcSm8OX2oGpIlGHU { position:absolute;display:block;z-index:15018;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:1.75rem;width:1.75rem;top:16.25rem;left:67rem;overflow:hidden;display:block; }
#OAVQtQu2HZQa5X6VARI8tONNTEmtf2r6 { position:absolute;display:block;z-index:15019;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:1.9375rem;width:1.9375rem;top:16.15625rem;left:56.8125rem;overflow:hidden;display:block; }
#frUCsk2eAryH3FwMUbbAg9sANODk1JrR { color:#26904c;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#X1REeedWd93tNnCc9wtOGiuPyNMUiEM5 { color:#26904c;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNsPVFNvrVpqltcxcoLSge1DWXBxIPXp { color:#26904c;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BH4GMekSqiFl0HO8RBNw7N6nZBbotKRB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDn6B43QQcb2lt2Uc4fmeT0S72lr6mDC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.4375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3gJ8ozzShBFyS37gHsQW3G1cS8Un4tE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.4375rem;height:1.625rem;font-style:normal;display:block; }
#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F { position:relative;display:block; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F { background-color: transparent; background-image: none; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row .container > .video-iframe-container { display: none; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row > .video-iframe-container { display: none; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .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); }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F { border-width: 0; border-radius: 0; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .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; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row .container { border-top:0.0625rem solid #f3f3f3;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#MMU67y1TftX4Ia4sRrQXLJ6D4FCxPtk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.037109375rem;left:31.03125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g { display:block; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1K5bKIqWFHEctTpVJd3Wx5KcQp6LX8 { width:11.625rem;height:3rem;top:1.125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVG2wNnprz5ZMhmQryLXdr9m3lB7der1 { display:block; }
 }@media only screen and (max-width: 763px) { #AcGDyfkKDKMHtUmGUBNx6KEXGeizKFBS { top:1.125rem;left:0rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x99xggW4GbnxaHkVEZBQOkKkJqkQMXer { width:11.625rem;height:3rem;top:1.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGBK7wWKEwR7PQNSwUd1PWrxacLn908M { display:block; }
 }@media only screen and (max-width: 763px) { #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x { display:block; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXffnytDW0HBTJ11ugCQ0nK7dTr9it8H { top:23.8125rem;left:0rem;width:27.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCfPEcqO3lw82hrBd4KyopRoTehZgAkx { top:28.5625rem;left:0rem;width:24.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyTqJI7J9dCqLwMhMrRER6p9BSTGfwxz { top:33.5rem;left:0rem;width:24.1875rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0pJ0CC5PVUWcO91Eb7POgMhNFQcJerP { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtVX8RIItDdKiAk2fTv3adwB28NUhwz5 { top:13.875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWFybokwwNWJDLcGPD7X74lkdMTDlNOp { top:23rem;left:9rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tldkeogvs5eIdsAJtITNTgPJgBizRwdJ { top:25.5625rem;left:0rem;width:7.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmGeaZbLpi036qAXXvmyJM86yeIo6OiA { top:25.8125rem;left:0rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNxPJS83P8kdXycRIrHhSIkah1SR90HV { top:25.8125rem;left:0rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKsczbLDf7D5MVZhhXkiWipBhdnIMMTG { top:25.5625rem;left:0rem;width:9.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uZ80HpLI6lILnrIocfh3bGufd6lkby { top:25.4375rem;left:6.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy { display:block; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhDU5PXUiQCadvu1EUUgfckvBfI0mv81 { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZdzDN1Ps7SU4vS3BDE4uKVened9MrtT { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ9GsrdkuAWMGdE4uWnBuyECMh7Xg900 { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irnv2fgnGUN0TZe0hH6BS7g9l3fxvma4 { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMuVgTLT0zR0ityc8k0oAFXDBrLZONQO { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXmO2RkRr0E5XtttwGKT5kgnp9pUOugh { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMVCln6ilpygb0MnUEgw0TqinJbTTKkL { display:block; }
 }@media only screen and (max-width: 763px) { #NfATTNVnQgonkEWS0ir2AJPAeEloriJv { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 { display:none; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGXCwFSXlx12TexF7CnzkmSvv2qoEX0A { top:3.75rem;left:0rem;width:20rem;height:3.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcTPPaLihiTSXcvkhXTkcauC616TBiwM { top:7.75rem;left:0rem;width:20rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOf3n6QtCpODe1wnftCtK56NFB5SJwsy { width:11.625rem;height:3rem;top:6.125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7fwgGFuGIZRCfeC9dRSkXf6ClKCAwa { display:block; }
 }@media only screen and (max-width: 763px) { #Ja1qQeTWcephopuFrzwedMHZmkGwBuww { top:10.5rem;left:0rem;width:7.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cx22L2fJf2AXORO3wOdfH6GFSiEct2PI { top:10.75rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti0DXbUL6uEcd9TUiSypTRV0TC3MATFV { top:10.5rem;left:0rem;width:9.0625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #REeIJbanAClneTP1io5GF9tVxN1nwKXW { top:0.4375rem;left:0rem;width:8rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNTqIc37DDRA6zeW2Qy3bGqzQ2GJ6ZhC { top:10.375rem;left:5.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LP06P0hlW9NvQ0me8QeeFikBomVyFD9i { display:block; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP76BFkyZH6OcCcXf9iHMaxF6TnSuaoH { top:3.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTV0gROboSbcq77vNGNukh2go0JkT0Nc { display:block; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3fEdDOq8Jq4K9qhSdbmiDHG0bTcLcDf { top:11.3125rem;left:0rem;width:28.25rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIc6r2MKdlgG6ac3tb9BvIUDrLzoawgS { top:10.6875rem;left:3.5rem;width:28.25rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PcfMZg0bAvXWnoimTgHxoDxKezCPyL { top:27.0625rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGZr9TSMF3wqp7MOvfuLp5sigWOLxQFw { top:28.125rem;left:21.8125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx3TghETufXac9u5m2mrkfVus5Itqazw { top:2.9375rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxs101dcVwS7Cmehkq3FA7NcRo9Tx4mp { top:3.125rem;left:22.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ3v3JcBUzPxgvAcFqgzlFWF1lgo6IM { top:8.1875rem;left:0rem;width:20.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FQiySgSipqtfTBbdxudqTWTR5ewr4k { top:8.1875rem;left:4.9375rem;width:26.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVOKt5nSlTyJqbABpNNXyIkrFiTFd1l { top:19.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV7FGNTHiwmXpdFHufAxI1rDUCxfP36 { top:19.625rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHs188Lbf6B9cMRep94c6bNCKzoEDlE { top:21.6875rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6yeXeFVaiMH2rJr9fOHtpDP8D0GVlSp { top:21.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8gDvJCGBVtHrIq3KqNJlLQToTR39Ts7 { top:23.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMRzsTe0bEC1KQnOl8aWPkkpFHdSS4f1 { top:23.8125rem;left:0rem;width:22.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obyq7J88ouy3H0M2puUfpvGQed9lNI6s { top:19.375rem;left:22.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3S2rF9l3XiAVrsvaB9RLtJWt3uZPDuV { top:19.625rem;left:3rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am97fbTEmpHmxmrUNHnFLL31iPtNKpXE { top:21.4375rem;left:22.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXaeXQPnAZuRL1xFT5dE0su2KsmMi8t2 { top:21.6875rem;left:3rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcpUUL9Vvm10XR5x1TfW0tsvSumqTX6 { top:23.5625rem;left:22.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigG8GdJXcrD269t7EzU94NossIfp0gc { top:23.8125rem;left:9.375rem;width:22.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc { display:block; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5cpkNmMwillOcEDpBvuaIFsz6DL4LCK { top:6.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg5PtMmKasUGbXC9T2uw74ZOrR2ORdzT { top:16.625rem;left:20.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE8DeMDe95JSRU6s0vBFvCpyJ0rikQiP { top:16.6875rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7IBSFCmhUUDyR51c8ZRpCZARBqlT3i { top:19.375rem;left:20.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etki4UzS3qIKOahDf9omTSCKOJR7Rwkh { top:19.4375rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3v4diuC3BpULbqBvPOKwcTeXpSMqbH { top:23.5rem;left:20.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmXhAFVLapAHR0CV8cR0dCSRPwm2HOO1 { top:23.5rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukO2yb9IfxnI9zrpeO9PKS4SgcDkEGzQ { top:26rem;left:20.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21O5zoC5FqCGaqPSVSnfXHANU4EFmQU { top:26.0625rem;left:19rem;width:28.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFHB4hBxcCaNw0kTQnouEoEDzKiIN51G { top:29.75rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2pImboG2WIOeJGMGTJD9or8OdxMX49D { top:29.6875rem;left:20.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLsXXcWKkJVXwuJnSM142DlDQ0S4mhv { top:16.5625rem;left:0rem;width:23.3125rem;height:24.995332466116rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq08c1wSJvTwdLPHH4yCJZOTWOli8nDi { top:32.5rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpMdcdapZK4btleHNdd0WyGJ2BeJXeQv { top:32.375rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv { display:block; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfE48o58stV7oopktGIVkNqE3Kc8NdGQ { top:5.5625rem;left:0rem;width:31.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCPv81fgIt6aOSTvtgIp53LQWqw6V2N { top:12.4375rem;left:0rem;width:29.25rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzH9o3nBsax4bAXnGG6u4sCT0Ts9EGph { width:12.8125rem;height:3.0625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vERB8PbowKkd7J8TyXe43fBPCIt5uUo5 { display:block; }
 }@media only screen and (max-width: 763px) { #Uasr589AfyHWDZR94c2CEePrU3qM4rIX { top:4.75rem;left:0rem;width:34.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L { display:block; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDDy4EenH9Ih4SPIvX7X4Fh07bPPlu43 { top:5.0625rem;left:0rem;width:40.5625rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJQRG8v8wBD9C41awXsN1na2agTtr7o { top:13.6875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX8dVImKhhTWXCbodLiO6scutzrNDtJN { top:18.8125rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deCv89ru11w3yWIEFQZkhPGoV0X9awKf { top:21.6875rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2hvte8iI1bxpfB4vEl37V8SKxZO4e3P { top:27.4375rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3hMt4S8bnHyfXm8TFAZ1vvK02nXsw9 { top:26.125rem;left:12.375rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPA3iPHIwQtK21vWZrg7Bf44FqlFmLTp { top:21.6875rem;left:12.375rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksLL8cbsHOcJZqA0npJMxIeenM9HLDtg { top:18.8125rem;left:12.375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygEqXNNTzZhUTG2ThlVZ2UpFwNli0ale { top:13.6875rem;left:12.375rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXcepVA9Lp3LncTr6A0ETzr86D6tsvZu { top:26.125rem;left:39.125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTJAEiSaHsMxhfKWMuq091tHKlLD7gQS { top:21.6875rem;left:32.3125rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhZ2Ii3n0O0ZlVpUgqyKeQgxrF689f0n { top:18.8125rem;left:32.625rem;width:15.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN6TVIwIgeLBDpyLK3mlULIQLxgJPKae { top:13.6875rem;left:39.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLX93gWMME3ZohGMszFuXbp85zHSLeW4 { display:block; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDzsPUr1rGQhSaFVh92Fbc7ebx00fBQv { top:2.9375rem;left:0rem;width:20.5625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCTLXoNBT8Lld0McoTCuJoMMhNfdZpwT { top:1.125rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT06NI2Tey75UALTdoIhAaT5oGZTZI1B { display:block; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd9b6TVbST7Vlp4QvANvLrxNhX9OlK1v { top:2.125rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG86FxrDC7sOyf8PzNHQwlvEI8T4rI9X { top:6.25rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq7iD9LDAx4lo9dpz5w8lh9L7xkWlwt { top:14.3125rem;left:20.4375rem;width:27.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTut8FF4pDhQ3DFJnHImB9qh5dEDCRC8 { width:11.625rem;height:3rem;top:19.1875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E79UIFXoMqcqWTVdX1rTk56Ettlr0dth { display:block; }
 }@media only screen and (max-width: 763px) { #uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv { top:11.1875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3 { top:4.5625rem;left:8.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 { display:block; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb66gGTw47Vcnzbh7BNxk7unil7tG3O6 { top:43.5625rem;left:0rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhcpn4RMdyzCzGbdkqEV4MsnWgxeWxCX { top:6.9375rem;left:0rem;width:44.1875rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtUiGzoBztFpbX22Q8dE0FWWk2hFO1Vk { top:11.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHNI6DPDb7URDg74CcUFqGDVWNoxK7F { top:45.5rem;left:0rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2pubzmTBWCBETAX1zOpzop3EPez63wq { top:43.5625rem;left:26.375rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVX9OvMWALwoPrGCEEDiXaZ7ALMlQNBd { top:45.5rem;left:10.4375rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCisENGI6Bm1WG0SUQNOuvt8gp1ICg0B { top:43.5625rem;left:10.5rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oSiRu1T48xtF89ETbThS6vvWOMx75b { top:45.5rem;left:26.3125rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrilxSsdKlCdNK5RRE1TZrtqX4XQUe8y { top:49.625rem;left:0rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urE70uvQfTDGuqq6Nii0893M395fClKT { top:49.625rem;left:10.375rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yonXgi7qMG4c6wciZaiuUfu3nP3fGMW3 { top:49.625rem;left:26.25rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r { display:block; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLx5QvsvZg1W0ekmEMdBhgmrcrBflOTe { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgv6cVtJgtdpHhx2D9Aw4f0Ry8RtCcB { top:15.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcDFF0syQF593pS8QihItyedCxdv5xke { top:16.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7LPnMTmohv90NkgcSm8OX2oGpIlGHU { top:16.25rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAVQtQu2HZQa5X6VARI8tONNTEmtf2r6 { top:16.125rem;left:43.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUCsk2eAryH3FwMUbbAg9sANODk1JrR { top:13.3125rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1REeedWd93tNnCc9wtOGiuPyNMUiEM5 { top:16.875rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNsPVFNvrVpqltcxcoLSge1DWXBxIPXp { top:20.5625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH4GMekSqiFl0HO8RBNw7N6nZBbotKRB { top:13.25rem;left:37.5625rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDn6B43QQcb2lt2Uc4fmeT0S72lr6mDC { top:13.4375rem;left:18.8125rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3gJ8ozzShBFyS37gHsQW3G1cS8Un4tE { top:16.3125rem;left:18.8125rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F { display:block; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMU67y1TftX4Ia4sRrQXLJ6D4FCxPtk9 { top:1rem;left:17.40625rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AwBv8e6xqeqc7WgCGe3yvPRVeJ9sB95g > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1K5bKIqWFHEctTpVJd3Wx5KcQp6LX8 { width:11.625rem;height:3rem;top:0.875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVG2wNnprz5ZMhmQryLXdr9m3lB7der1 { display:block; }
 }@media only screen and (max-width: 763px) { #AcGDyfkKDKMHtUmGUBNx6KEXGeizKFBS { width:5.375rem;height:2.3125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x99xggW4GbnxaHkVEZBQOkKkJqkQMXer { width:11.625rem;height:3rem;top:1.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGBK7wWKEwR7PQNSwUd1PWrxacLn908M { display:block; }
 }@media only screen and (max-width: 763px) { #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/083c9200-a8ac-4c02-95fb-c0e6304c263d/_Cover.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.adaptive-delivery-prevent-bg, #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.lazyload, #ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x.lazyloading { background-image: none; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { border-width: 0; border-radius: 0; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObUbCJWTtL6lCtNFB4vOWRhn2aXuGR5x > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXffnytDW0HBTJ11ugCQ0nK7dTr9it8H { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCfPEcqO3lw82hrBd4KyopRoTehZgAkx { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyTqJI7J9dCqLwMhMrRER6p9BSTGfwxz { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0pJ0CC5PVUWcO91Eb7POgMhNFQcJerP { width:9.6875rem;height:2.3125rem;top:24.75rem;left:5rem;z-index:15012;background-color:#d9505b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NtVX8RIItDdKiAk2fTv3adwB28NUhwz5 { width:13.6875rem;height:2.1125rem;top:24.8125rem;left:3.1875rem;font-size:1.625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWFybokwwNWJDLcGPD7X74lkdMTDlNOp { width:20rem;height:21.6875rem;top:23rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tldkeogvs5eIdsAJtITNTgPJgBizRwdJ { width:7.375rem;height:1.9375rem;top:28.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmGeaZbLpi036qAXXvmyJM86yeIo6OiA { width:6.1875rem;height:0;top:28.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNxPJS83P8kdXycRIrHhSIkah1SR90HV { width:7.875rem;height:1.4619125rem;top:31.7373046875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKsczbLDf7D5MVZhhXkiWipBhdnIMMTG { width:9.0625rem;height:1.9375rem;top:31.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uZ80HpLI6lILnrIocfh3bGufd6lkby { width:2.1875rem;height:2.1875rem;top:34.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0d35605-ef01-46e1-9c28-3462ef41e035/CoverLPMobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.adaptive-delivery-prevent-bg, #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.lazyload, #D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy.lazyloading { background-image: none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container { background-color: transparent; background-image: none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container > .video-iframe-container { display: none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row > .video-iframe-container { display: none; }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .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); }#D7neSHC5DFRkNyKbPOOhHRzSToTyF1xy > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhDU5PXUiQCadvu1EUUgfckvBfI0mv81 { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZdzDN1Ps7SU4vS3BDE4uKVened9MrtT { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ9GsrdkuAWMGdE4uWnBuyECMh7Xg900 { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Irnv2fgnGUN0TZe0hH6BS7g9l3fxvma4 { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMuVgTLT0zR0ityc8k0oAFXDBrLZONQO { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXmO2RkRr0E5XtttwGKT5kgnp9pUOugh { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMVCln6ilpygb0MnUEgw0TqinJbTTKkL { display:block; }
 }@media only screen and (max-width: 763px) { #NfATTNVnQgonkEWS0ir2AJPAeEloriJv { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 { background-color:#ffffff;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; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container { background-color: transparent; background-image: none; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container > .video-iframe-container { display: none; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row > .video-iframe-container { display: none; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .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); }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container { border-width: 0; border-radius: 0; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCN0OfT0wZPhRO8mImSHGgpVnWBUWGT9 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGXCwFSXlx12TexF7CnzkmSvv2qoEX0A { width:20rem;height:4.0625rem;top:3.75rem;left:0rem;font-size:1.5625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcTPPaLihiTSXcvkhXTkcauC616TBiwM { width:20rem;height:11.69925rem;top:10.0625rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOf3n6QtCpODe1wnftCtK56NFB5SJwsy { width:11.625rem;height:3rem;top:17.625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ7fwgGFuGIZRCfeC9dRSkXf6ClKCAwa { display:block; }
 }@media only screen and (max-width: 763px) { #Ja1qQeTWcephopuFrzwedMHZmkGwBuww { width:7.375rem;height:1.9375rem;top:0.3125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Cx22L2fJf2AXORO3wOdfH6GFSiEct2PI { width:6.1875rem;height:1.462675rem;top:0.5625rem;left:0.625rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ti0DXbUL6uEcd9TUiSypTRV0TC3MATFV { width:8.875rem;height:1.9375rem;top:0.25rem;left:7.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #REeIJbanAClneTP1io5GF9tVxN1nwKXW { width:8.5rem;height:1.462675rem;top:0.4375rem;left:7.9375rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #cNTqIc37DDRA6zeW2Qy3bGqzQ2GJ6ZhC { width:2.1875rem;height:2.1875rem;top:0.125rem;left:17.0625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LP06P0hlW9NvQ0me8QeeFikBomVyFD9i { display:block; }#LP06P0hlW9NvQ0me8QeeFikBomVyFD9i > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP76BFkyZH6OcCcXf9iHMaxF6TnSuaoH { width:20rem;height:2.275rem;top:3.8500003814698rem;left:0rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTV0gROboSbcq77vNGNukh2go0JkT0Nc { display:block; }#oTV0gROboSbcq77vNGNukh2go0JkT0Nc > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3fEdDOq8Jq4K9qhSdbmiDHG0bTcLcDf { width:20rem;height:7.3111875rem;top:11rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIc6r2MKdlgG6ac3tb9BvIUDrLzoawgS { width:20rem;height:7.3112rem;top:40.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2PcfMZg0bAvXWnoimTgHxoDxKezCPyL { width:7.5rem;height:0.125rem;top:28.724609375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGZr9TSMF3wqp7MOvfuLp5sigWOLxQFw { width:7.5rem;height:0.125rem;top:65.9619140625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx3TghETufXac9u5m2mrkfVus5Itqazw { width:3.375rem;height:3.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxs101dcVwS7Cmehkq3FA7NcRo9Tx4mp { width:3.375rem;height:3.375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ3v3JcBUzPxgvAcFqgzlFWF1lgo6IM { width:20rem;height:2.03125rem;top:7.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9FQiySgSipqtfTBbdxudqTWTR5ewr4k { width:20rem;height:2.03125rem;top:36.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyVOKt5nSlTyJqbABpNNXyIkrFiTFd1l { width:1.4375rem;height:1.4375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV7FGNTHiwmXpdFHufAxI1rDUCxfP36 { width:17.6875rem;height:1.3rem;top:20.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHs188Lbf6B9cMRep94c6bNCKzoEDlE { width:17.8125rem;height:1.3rem;top:22.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6yeXeFVaiMH2rJr9fOHtpDP8D0GVlSp { width:1.4375rem;height:1.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8gDvJCGBVtHrIq3KqNJlLQToTR39Ts7 { width:1.4375rem;height:1.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMRzsTe0bEC1KQnOl8aWPkkpFHdSS4f1 { width:17.25rem;height:2.6rem;top:24.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obyq7J88ouy3H0M2puUfpvGQed9lNI6s { width:1.4375rem;height:1.4375rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3S2rF9l3XiAVrsvaB9RLtJWt3uZPDuV { width:17.25rem;height:1.3rem;top:49.4375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am97fbTEmpHmxmrUNHnFLL31iPtNKpXE { width:1.4375rem;height:1.4375rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXaeXQPnAZuRL1xFT5dE0su2KsmMi8t2 { width:16.25rem;height:1.3rem;top:52.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcpUUL9Vvm10XR5x1TfW0tsvSumqTX6 { width:1.4375rem;height:1.4375rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigG8GdJXcrD269t7EzU94NossIfp0gc { width:14.375rem;height:1.3rem;top:54.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc { display:block; }#ITFo6bqpyFKeBHfcWtsk5JtiKpA0Gfwc > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5cpkNmMwillOcEDpBvuaIFsz6DL4LCK { width:19.25rem;height:4.0625rem;top:2.75rem;left:0.375rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gg5PtMmKasUGbXC9T2uw74ZOrR2ORdzT { width:1.4375rem;height:1.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE8DeMDe95JSRU6s0vBFvCpyJ0rikQiP { width:16.25rem;height:1.3rem;top:26.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7IBSFCmhUUDyR51c8ZRpCZARBqlT3i { width:1.4375rem;height:1.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etki4UzS3qIKOahDf9omTSCKOJR7Rwkh { width:17.5625rem;height:3.9rem;top:29.25rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3v4diuC3BpULbqBvPOKwcTeXpSMqbH { width:1.4375rem;height:1.4375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmXhAFVLapAHR0CV8cR0dCSRPwm2HOO1 { width:17.8125rem;height:2.6rem;top:34.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukO2yb9IfxnI9zrpeO9PKS4SgcDkEGzQ { width:1.4375rem;height:1.4375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21O5zoC5FqCGaqPSVSnfXHANU4EFmQU { width:17.9375rem;height:2.6rem;top:38.75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFHB4hBxcCaNw0kTQnouEoEDzKiIN51G { width:18.0625rem;height:1.3rem;top:43rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2pImboG2WIOeJGMGTJD9or8OdxMX49D { width:1.4375rem;height:1.4375rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLsXXcWKkJVXwuJnSM142DlDQ0S4mhv { width:15.061875rem;height:16.124125rem;top:8.3734812736512rem;left:2.4685332775116rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tq08c1wSJvTwdLPHH4yCJZOTWOli8nDi { width:18rem;height:1.3rem;top:46.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpMdcdapZK4btleHNdd0WyGJ2BeJXeQv { width:1.5625rem;height:1.5625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv { background-color:rgba(198,231,241,0.4);background-image:none;display:block; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { background-color: transparent; background-image: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container > .video-iframe-container { display: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row > .video-iframe-container { display: none; }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .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); }#i1VpkIsRRqbkrk135wI2EdUwbNfDEUcv > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfE48o58stV7oopktGIVkNqE3Kc8NdGQ { width:20rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nSCPv81fgIt6aOSTvtgIp53LQWqw6V2N { width:20rem;height:3.65625rem;top:8.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzH9o3nBsax4bAXnGG6u4sCT0Ts9EGph { width:18.1875rem;height:3.375rem;top:14.5rem;left:0.90625rem;font-size:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vERB8PbowKkd7J8TyXe43fBPCIt5uUo5 { display:block; }
 }@media only screen and (max-width: 763px) { #Uasr589AfyHWDZR94c2CEePrU3qM4rIX { height:11.0244375rem;width:20rem;top:20.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L { display:block; }#uKWzEWps5u0OwHwrlZEOd116gFX2Ps6L > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDDy4EenH9Ih4SPIvX7X4Fh07bPPlu43 { width:19.8125rem;height:2.275rem;top:4.4375rem;left:0.125rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDJQRG8v8wBD9C41awXsN1na2agTtr7o { width:3.625rem;height:3.625rem;top:8.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX8dVImKhhTWXCbodLiO6scutzrNDtJN { width:17.0625rem;height:2.03125rem;top:13.5rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deCv89ru11w3yWIEFQZkhPGoV0X9awKf { width:19.0625rem;height:3.9rem;top:17.0625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2hvte8iI1bxpfB4vEl37V8SKxZO4e3P { width:7.5rem;height:0.125rem;top:40.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3hMt4S8bnHyfXm8TFAZ1vvK02nXsw9 { width:7.5rem;height:0.125rem;top:58.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPA3iPHIwQtK21vWZrg7Bf44FqlFmLTp { width:15.5625rem;height:2.6rem;top:36rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksLL8cbsHOcJZqA0npJMxIeenM9HLDtg { width:17.4375rem;height:2.03125rem;top:32.5rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygEqXNNTzZhUTG2ThlVZ2UpFwNli0ale { width:3.625rem;height:3.5625rem;top:27.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXcepVA9Lp3LncTr6A0ETzr86D6tsvZu { width:7.5rem;height:0.125rem;top:23.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTJAEiSaHsMxhfKWMuq091tHKlLD7gQS { width:20rem;height:2.6rem;top:53.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhZ2Ii3n0O0ZlVpUgqyKeQgxrF689f0n { width:16.5rem;height:2.03125rem;top:50.3125rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yN6TVIwIgeLBDpyLK3mlULIQLxgJPKae { width:3.625rem;height:3.625rem;top:45.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLX93gWMME3ZohGMszFuXbp85zHSLeW4 { background-color:#f7f7f7;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; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { background-color: transparent; background-image: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container > .video-iframe-container { display: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container { display: none; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .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); }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { border-width: 0; border-radius: 0; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLX93gWMME3ZohGMszFuXbp85zHSLeW4 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDzsPUr1rGQhSaFVh92Fbc7ebx00fBQv { width:20rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cCTLXoNBT8Lld0McoTCuJoMMhNfdZpwT { width:20rem;height:21.75rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT06NI2Tey75UALTdoIhAaT5oGZTZI1B { display:block; }#iT06NI2Tey75UALTdoIhAaT5oGZTZI1B > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd9b6TVbST7Vlp4QvANvLrxNhX9OlK1v { width:20rem;height:35.4375rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG86FxrDC7sOyf8PzNHQwlvEI8T4rI9X { width:20rem;height:4.38671875rem;top:18.275390625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq7iD9LDAx4lo9dpz5w8lh9L7xkWlwt { width:20rem;height:4.38801875rem;top:24.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTut8FF4pDhQ3DFJnHImB9qh5dEDCRC8 { width:11.625rem;height:3rem;top:31.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E79UIFXoMqcqWTVdX1rTk56Ettlr0dth { display:block; }
 }@media only screen and (max-width: 763px) { #uSOGTMtZCTXGK3yQJiDUkIfSdlDlDBQv { width:9.4375rem;height:9.4375rem;top:4rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUSRbMdrFSgFLNgU2Rz2OlySb0e3yl3 { width:6.25rem;height:6.25rem;top:9.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd476114-a915-4f3a-966e-2be59a3192b1/coupleplage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.adaptive-delivery-prevent-bg, #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.lazyload, #t32Mxi21WktPKcqzpweQmOV0nkCcbfG2.lazyloading { background-image: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { background-color: transparent; background-image: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container > .video-iframe-container { display: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row > .video-iframe-container { display: none; }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .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); }#t32Mxi21WktPKcqzpweQmOV0nkCcbfG2 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb66gGTw47Vcnzbh7BNxk7unil7tG3O6 { width:20rem;height:7.9375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhcpn4RMdyzCzGbdkqEV4MsnWgxeWxCX { width:15.6875rem;height:2.03125rem;top:2.375rem;left:2.1875rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtUiGzoBztFpbX22Q8dE0FWWk2hFO1Vk { width:14.4375rem;height:4.0625rem;top:4.375rem;left:2.8125rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHNI6DPDb7URDg74CcUFqGDVWNoxK7F { width:9.375rem;height:4.224175rem;top:29.25rem;left:5.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2pubzmTBWCBETAX1zOpzop3EPez63wq { width:20rem;height:8.1875rem;top:49.499569177627rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVX9OvMWALwoPrGCEEDiXaZ7ALMlQNBd { width:20rem;height:4.224175rem;top:40rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCisENGI6Bm1WG0SUQNOuvt8gp1ICg0B { width:20rem;height:8.25rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oSiRu1T48xtF89ETbThS6vvWOMx75b { width:20rem;height:4.224175rem;top:50.375rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrilxSsdKlCdNK5RRE1TZrtqX4XQUe8y { width:12.875rem;height:1.7871125rem;top:34.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urE70uvQfTDGuqq6Nii0893M395fClKT { width:20rem;height:1.7871125rem;top:44.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yonXgi7qMG4c6wciZaiuUfu3nP3fGMW3 { width:20rem;height:1.7871125rem;top:54.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r { background-color:#ffffff;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; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container { background-color: transparent; background-image: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container > .video-iframe-container { display: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row > .video-iframe-container { display: none; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .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); }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container { border-width: 0; border-radius: 0; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBI1Z1aHAtZ5RsdrZVHsVdVdgieTGc7r > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLx5QvsvZg1W0ekmEMdBhgmrcrBflOTe { width:20rem;height:2.03125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOgv6cVtJgtdpHhx2D9Aw4f0Ry8RtCcB { width:1.9375rem;height:1.9375rem;top:28.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcDFF0syQF593pS8QihItyedCxdv5xke { width:1.5625rem;height:1.5625rem;top:28.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7LPnMTmohv90NkgcSm8OX2oGpIlGHU { width:1.4375rem;height:1.4375rem;top:28.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAVQtQu2HZQa5X6VARI8tONNTEmtf2r6 { width:1.4375rem;height:1.4375rem;top:28.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUCsk2eAryH3FwMUbbAg9sANODk1JrR { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1REeedWd93tNnCc9wtOGiuPyNMUiEM5 { width:16.1875rem;height:1.625rem;top:12.75rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNsPVFNvrVpqltcxcoLSge1DWXBxIPXp { width:19.875rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BH4GMekSqiFl0HO8RBNw7N6nZBbotKRB { width:10.1875rem;height:1.625rem;top:25.375rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDn6B43QQcb2lt2Uc4fmeT0S72lr6mDC { width:10.1875rem;height:1.625rem;top:19.3125rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3gJ8ozzShBFyS37gHsQW3G1cS8Un4tE { width:8.875rem;height:1.462675rem;top:22.5rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F { display:block; }#cgbOTqbWr8uniuGIaL4eoPBWP22CCC0F > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMU67y1TftX4Ia4sRrQXLJ6D4FCxPtk9 { width:12.9375rem;height:1.2999125rem;top:1.25rem;left:3.53125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }