.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:251,246,240;--color-secondary-1:240,227,204;--color-secondary-2:225,198,153;--color-secondary-3:113,99,77;--color-secondary-4:34,30,23;--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:"Poppins";--paragraphs-font-family:"Poppins"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igGI0TtnqfoEKOKzRXWQ6402mul56pun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:block; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container { background-color: transparent; background-image: none; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container > .video-iframe-container { display: none; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row > .video-iframe-container { display: none; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .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); }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container { border-width: 0; border-radius: 0; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#H83EaLbIaden9nRfbWM7WgyzNfmogRnq { position:absolute;display:block;z-index:15007;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.875rem;width:4.125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#uTG0BFhzRxqyP8qvKrkCFr7sAohfT5Ap { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6875rem;left:55.812498092651rem;display:block; }
#V5fPfKSplVJuwivdpUT11qIX6Lk1D3vI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uafshKJTJeXQythf7eeEC7Ghi0zk6qSm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:44.375rem;display:block; }
#ChdJeEMvrTxip3lhisbNCG67L1SZFAuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVygnM11s1QvtGTKcTSN0bofFT0SRzGd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.6875rem;left:38rem;display:block; }
#cqhiuAgX4HTZwsWT303vXdp213e4WRTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xoE2nQOzsxKfl4kJoffJnbUgPZTDWfpQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:31.5625rem;display:block; }
#eFrxtc0q1wQIVAG9gzt5cqXXBOsVQmkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DE7WK0GSHN0QrBQGuqDnTDfSTXoN9zbT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:1.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.6875rem;left:19.5625rem;display:block; }
#qCzzM7GrGGy7TZKUG6dBVE1c3ZJRxbq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCyDmTJfrUWnJ9R6X3GnsBx1lKtaJRMh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:50.687501907349rem;display:block; }
#H9DSSQKeSqmxEUWnm1VQcy4bKgziqwAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:none; }#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W > .row .container { border-width: 0; border-radius: 0; }#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:none; }#ytIDy9TqiV7vwBGTCFMxA9rkSsX5VQVJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#izUo9gL7OT7dXl63vAKspTkSkcRMLgxc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TBNWPXnbUFeCIPxaTnkkrbG5AhQ2NHgc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FsiSisenI3bTJQ7gce17HpzWfNPEMhx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ST6Kqg1czApRiML4DXaw1yMgplg7SJ3K { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QkU4iPARublT0iEtg93gDkS7wXiO7Q41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wu6NT55sa8CeTEMNZgX44eTZQc35D3fv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Qu31GeMeWNCP0ZNnKs6pNiF8PRDA1lXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6IS1fttG6TXQuKtvyne1Fa5rFtMpemZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AuqSWaWSUc8h7p832TMNwGkAH83THq1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5i0psF99zNW9mhgkE1XkfoXDRJ5yJlD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#B3lRog1UcBWHZgQ2HeVw1ySIMAyUb3Iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSrx3UUpewaqzAy6WkyNJhDm6P1XEXLd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#CSTEVxCpwBA2vIT4x3PiOuSPUlrhorPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf { position:relative;display:none; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf { border-width: 0; border-radius: 0; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .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; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .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; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO { position:relative;display:none; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO { border-width: 0; border-radius: 0; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .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; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .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:1.5625rem;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; }#iSc2qg8bnZLPVPVrzDG5anWBGaICkiE1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:anton;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:30.46249961853rem;height:1.25rem;display:none; }
#BMslgi6Wb6o6yTegvtFlUmPCPz31uXsn { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.375rem;left:30.125rem;display:none; }
#MPmiyfZwcH31TexK9NtiM8HBZLTe4t9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILLAGVW7kTpzV6bu1EHkcPDkHR9fITaP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:30.59375rem;left:23.375rem;height:5.625rem;font-style:normal;display:none; }
#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76654e62-d953-4788-96d6-82ed2ba2ab55/istanbul3.png");background-position:top 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; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP.adaptive-delivery-prevent-bg, #yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP.lazyload, #yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP.lazyloading { background-image: none; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { background-color: transparent; background-image: none; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container > .video-iframe-container { display: none; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row > .video-iframe-container { display: none; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .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); }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { border-width: 0; border-radius: 0; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { font-size:0.875rem;font-family:arial;height:73.3125rem;width:75rem;position:relative;display:block; }#TCkxH51dOc4EGDwfcalbyTzIxoQXuBlh { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:30.59375rem;left:23.375rem;height:5.625rem;font-style:normal;display:none; }
#TSCmsBwbmd09VMS4bXhvGF0dcGin7XfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gTLQCmAUTeaTPlFMs95STu9ITbp15iRJ { position:absolute;display:block;z-index:15000;height:35.6875rem;width:20rem;top:1.5625rem;left:36.6875rem;display:none; }
#i3potaHCuPTUXwFBueoCTR7iH8L3Hp3n { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.375rem;left:30.125rem;display:block; }
#pzFRnISpDcgcpzu9wfbvlZE6IhKyMuDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ta8IC5o5VBb3p5eLwl8I5tMqMCrRAdKe { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:30.59375rem;left:23.375rem;height:5.625rem;font-style:normal;display:block; }
#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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:none; }#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO > .row .container { border-width: 0; border-radius: 0; }#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:none; }#GqyQM4X1eWQtMnxZmTGAyxy09qnPJ0vE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6874876022339rem;left:13.34375rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEkZCsMFD8LA7d2E0IG5Zrw1HaazQPQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:30.3125rem;left:26.75rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d4cw8JSbxs3KHiVlifbBcB3ALz93PObd { 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:1.5625rem;width:6.8125rem;top:1.6875rem;left:28.3125rem;overflow:hidden;display:block; }
#cPIBaVK8Ht2ngFI21fUePZ1FmTT7J8ZX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:35.5rem;height:1.38125rem;font-style:normal;display:block; }
#yxTehrN0Gx2hNoyU7TxMUFavMmSEp4QN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.75rem;left:28.8125rem; }
#Nk7sEBvFNpofJsIVIqV6bLHcBbnHHEix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:34rem;left:28.6875rem; }
#qXZW5qklRE8T8ccqcKHoMwf5dSx4XQeW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.4375rem;left:28.6875rem; }
#PMvzSbnPPLV0E9KGVl2Z75EPknrkz2q6 { color:#ff0042;display:block;width:1rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.25rem;left:29.0625rem;height:1.95rem;display:block; }
#nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.5rem;left:27.9375rem;display:block; }#nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp.adaptive-delivery-prevent-bg, #nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp.lazyload, #nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp.lazyloading { background-image: none; }
#R117wgrHONvHGLiMvr5FB40D489Q5J0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:38.875rem;left:28.0625rem;display:block; }#HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr.adaptive-delivery-prevent-bg, #HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr.lazyload, #HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr.lazyloading { background-image: none; }
#vGg52Qmm8tRfTgqXkRJiBKpSkynMoqPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3puZcseKw2xS6vwTM0crA3ZWSKLka4A { position:absolute;display:block;z-index:15027;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:22.875rem;width:22.875rem;top:7.237500190735rem;left:26.062501907349rem;overflow:hidden;display:block; }
#VvoqdJ7T9y7IQcgNhP0LW3S0upoOTR5S { position:absolute;display:block;z-index:15031;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.5625rem;width:18.75rem;top:41.6875rem;left:28.1875rem;overflow:hidden;display:block; }
#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL { position:relative;display:block; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL { background-color: transparent; background-image: none; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row .container > .video-iframe-container { display: none; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row > .video-iframe-container { display: none; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .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); }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL { border-width: 0; border-radius: 0; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .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; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .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:31.25rem;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; }#tZ0MT155tiqMGmd24yC0v0tLP38SmnmS { position:absolute;display:block;z-index:15001;height:25.0625rem;width:75rem;top:5.5rem;left:0rem;display:block; }
#HhLobL2eeMDiohchrZM6bqu35qIegdF4 { position:absolute;display:block;z-index:15002;height:8.875rem;width:15.875rem;top:0.87501907348631rem;left:29.562501907349rem;display:block; }
#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD { position:relative;display:block; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD { background-color: transparent; background-image: none; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row .container > .video-iframe-container { display: none; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row > .video-iframe-container { display: none; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .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); }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD { border-width: 0; border-radius: 0; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .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; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .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.25rem;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; }#Xa7re1EFW7UOi6H9fIOg4uFHzw7euyaX { position:absolute;display:block;z-index:15006;height:15.625rem;width:70.125rem;top:5.8125rem;left:2.4375rem;display:block; }
#XE7qTOQBJhPhStlvSTLq7Nzu6EQmrX4X { position:absolute;display:block;z-index:15005;height:13.6875rem;width:24.6875rem;top:0rem;left:25.156251907349rem;display:block; }
#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 { position:relative;display:block; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 { background-color: transparent; background-image: none; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row .container > .video-iframe-container { display: none; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row > .video-iframe-container { display: none; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .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); }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 { border-width: 0; border-radius: 0; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .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; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .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:4rem;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; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V { position:relative;display:none; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V { border-width: 0; border-radius: 0; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V > .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; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V > .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:35.8125rem;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; }#TvffZps1L5oVQVShPP6pmkRnsVxTsFIJ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:6.1000000089407rem;left:18.125rem;display:block; }
#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f { position:relative;display:none; }#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f { border-width: 0; border-radius: 0; }#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f > .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; }#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f > .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:52.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; }#N6MM7y7LkFZEMO1ClK4LBRZ9F1TFSvAB { position:absolute;display:block;z-index:15001;height:36.6875rem;width:65.625rem;top:14.310546875rem;left:2.8125rem;display:block; }
#GNOL6wrwhtq9c7POXdLwpRGXQvih7SgP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt { position:relative;display:none; }#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt { border-width: 0; border-radius: 0; }#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt > .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; }#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt > .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; }#AwOnkLe2XzrTyq3QgLMQS1A1VEwP01dn { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#AQaVQvzJD4lkysKloSatcRtue1GkUP5F { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ffptvJh2H6MV2BcB599NwwKkL1eq4f6F { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL { position:relative;display:none; }#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL { border-width: 0; border-radius: 0; }#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL > .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; }#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL > .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; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { background-color: transparent; background-image: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container > .video-iframe-container { display: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row > .video-iframe-container { display: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .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); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { border-width: 0; border-radius: 0; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#VIxVMbPTWSi3XET0TR8vTlw3yC2GaeIT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:15.3125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqMBACrg9ss4E71aKkv5DSTf2OadLBH4 { box-sizing:content-box;height:18.5rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a6a5d071-7183-40a2-af83-da93eec85177/IMG_6763EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#dqMBACrg9ss4E71aKkv5DSTf2OadLBH4.adaptive-delivery-prevent-bg, #dqMBACrg9ss4E71aKkv5DSTf2OadLBH4.lazyload, #dqMBACrg9ss4E71aKkv5DSTf2OadLBH4.lazyloading { background-image: none; }
#qqR0oEK786vABU8TEinEk1ADomgBotIe { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0.125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVMhhPBgKFcsi5vTuX3SqlxLsztzzqA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.1875rem;left:15.15625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#klzCK0nJvX1kT9vDVlsTCCoppMIwiX38 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.5625rem;left:19.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF { box-sizing:content-box;height:18.5rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e2daee5-e450-428f-8946-0c4df1be0207/IMG_6796EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.125rem;left:18.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF.adaptive-delivery-prevent-bg, #F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF.lazyload, #F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF.lazyloading { background-image: none; }
#cdKqvSIC5ERZo8RddTsNiCRugoorC8ee { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.5625rem;left:38rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg { box-sizing:content-box;height:18.5rem;width:18rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13f8814b-80af-4124-85b7-635e88c5be8c/IMG_6771EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.125rem;left:37.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg.adaptive-delivery-prevent-bg, #pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg.lazyload, #pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg.lazyloading { background-image: none; }
#fXbly9OSsZMmmNn0ZzTizQDJ7r1Vtot8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:56.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J { box-sizing:content-box;height:18.5rem;width:18rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2af5d9ab-9611-40b4-94ee-cbc6ba28b5f0/IMG_6800EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.125rem;left:56.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J.adaptive-delivery-prevent-bg, #JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J.lazyload, #JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J.lazyloading { background-image: none; }
#o6RP2sH0EurTSOpboRy2DViBzfwVr4Cz { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.012500762939rem;left:30.125001907349rem;display:block; }
#l16LAi8dGCMXpl7gG8LVCyfKMnbMPV2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container { background-color: transparent; background-image: none; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container > .video-iframe-container { display: none; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row > .video-iframe-container { display: none; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .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); }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container { border-width: 0; border-radius: 0; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#N5S4Qf6wAihrVyDwv7pm1nMn3TacrKFL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:anton;font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:38rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#JR4permo0uCrW52cO6wBFnI3Qfs45Ef5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.0625rem;left:38rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV { box-sizing:content-box;height:37.875rem;width:30.75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/652b076e-9a91-461e-b092-8d07907be612/IMG_3530.preview.rotate_270.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.4) ;display:block; }#vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.adaptive-delivery-prevent-bg, #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.lazyload, #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.lazyloading { background-image: none; }
#WwmSxptP9w0GNGeTyWFiX6dM7TDvII0f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:18.0625rem;width:40.5625rem;top:44.687499523163rem;left:34.437501907349rem;overflow:hidden;display:block; }
#TqDXKlcpCuB1Qawmcosdroqpw6zTLSBH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:anton;font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.6875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#IT8SpTpvw2LPpQvQGrdsMKBC8Kc7wub7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:49.5rem;left:0rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#nNn2ZR47qXwD9eN0OZZcb9L2tHNLmL78 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.375rem;left:9.125rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#cvEsZVMIT6FApXOfA0QWbe3Sud1n9FfE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.375rem;left:9.125rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#tHIWqd7dPqGCBFmVduBRMpElrR8eC5zw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.75rem;width:27.125rem;top:44.936719894409rem;left:34.437501907349rem;overflow:hidden;display:none; }
#okbS3SasvgyqlUqcmpSuutXuFlowBhuL { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.3125rem;left:47.375rem;display:block; }
#xCOqT8IauCs8UMFB6gC1TFCJ7TyrTuzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4IvFWXwEhw1glO3VpO6a9onoVVSdOzW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#SHV4FtDqPeWd12O1HPrQrIla9RF0g8i7 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.8246097564698rem;left:12.96875rem;display:block; }
#VvSyi1b0EBRT2i61WrOSZ9kw1iqn9QPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTKrpa0W8WkHThtawigHcQgxo57LLABh { position:relative;display:none; }#MTKrpa0W8WkHThtawigHcQgxo57LLABh { border-width: 0; border-radius: 0; }#MTKrpa0W8WkHThtawigHcQgxo57LLABh > .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; }#MTKrpa0W8WkHThtawigHcQgxo57LLABh > .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; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { background-color: transparent; background-image: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container > .video-iframe-container { display: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row > .video-iframe-container { display: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .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); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { border-width: 0; border-radius: 0; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#qxyZsxBHF1w4lsJez4iws7LlaQhf3Cb5 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:15.3125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECs9OnVeC1MgBb3y4GF5DtZpvTxaf3u6 { box-sizing:content-box;height:18.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:#fdfdfd;background-image:none;top:26.75rem;left:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LBaDXar49xCbXxZBh0LFxOgRzk42fZot { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9371094703675rem;left:12rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#V5x320TlHxMF5uTnFXZdRnHQbd18pb6s { position:absolute;display:block;z-index:15007;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:4.4375rem;width:4.4375rem;top:27.5625rem;left:12.0625rem;overflow:hidden;display:block; }
#yQ0yORZEiOqgaozgyJEwr69MXFc9vr63 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.5625rem;left:5.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZ92tBUVqtHdAG66yLR1o07v1KUIBKwE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:34.25rem;left:5.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#UQgngQqXOukUl5H8c9s1z0I3LOX2OqXK { box-sizing:content-box;height:18.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:#fdfdfd;background-image:none;top:20.09375rem;left:28.156251907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#XXHrTllN6hQidTpf4EVe3aDhoLFCAn8u { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:27.60000038147rem;left:29.437501907349rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#tNdArCckBN2RZHxALmoop4R2kfmXI07C { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.949999809265rem;left:28.281251907349rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#teNHWeEaT7yDeil5Zzr4TBreCgU3UX9E { position:absolute;display:block;z-index:15011;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:4.3125rem;width:4.3125rem;top:20.6875rem;left:35.343751907349rem;overflow:hidden;display:block; }
#eaUNcGcbueTK1wFUikcGZbyD9wRo69Cl { box-sizing:content-box;height:18.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15014;background-color:#fdfdfd;background-image:none;top:26.75rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#URCTW4Xwd4F1U1nSAuWxzEfqmBbew2Fc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:34.25rem;left:52.375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#aGO5k7JkIwLIO2oPHKrOpk1Hms1hrVRp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.625rem;left:51.375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F2rwwFFXV7JFfsFxm69Jol4VR1fkHJQr { 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:5.5rem;width:5.5rem;top:26.75rem;left:57.8125rem;overflow:hidden;display:block; }
#PdL4TVy6R4EQEfcEgHNfJPnbMT1C4PuW { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.450000762939rem;left:30.125001907349rem;display:block; }
#WOT40VyFgMw0qRkCskUzGMRkVe06ln6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWZ1vrrWCFbDANEfsLfOEJ1QaWdtRBym { box-sizing:content-box;height:18.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:#fdfdfd;background-image:none;top:20.09375rem;left:28.156251907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 { 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; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container { background-color: transparent; background-image: none; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container > .video-iframe-container { display: none; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row > .video-iframe-container { display: none; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .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); }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container { border-width: 0; border-radius: 0; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#FImMeWLgBPuTcOU5a3TI2gw8RAsVJWPN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.5625rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKgHa2XeXuIXkht876dTD3oqO0uEAmlp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.875rem;left:1.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#PMn22yqpyJXOrIcXIvD76rwT0pkArHWC { 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:32.1875rem;width:32.1875rem;top:1.3125rem;left:42.3125rem;overflow:hidden;display:block; }
#coKz5MiUQxPAwFbTMixKV8QPqixO8xKs { 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:32.1875rem;width:32.1875rem;top:24.375rem;left:1.5625rem;overflow:hidden;display:block; }
#ylVTRk6Dslm9VTEMlaFs3CdglGFbpRPO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:39.4375rem;left:39.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#hF49FxG7l7fSz9nXsen5tVsB8T3PaX0x { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.0625rem;left:39.625rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdRTBTPH2yZmam40FI03G4XSEgv4i0I9 { 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:32.1875rem;width:32.1875rem;top:49.5rem;left:40.25rem;overflow:hidden;display:block; }
#TptZMwJbugKI3HaQqBsbbVaP0kHINhCS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:64.75rem;left:0.4375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#wecc7SHLKynJZ2JZWCVVwgCB8nuoA0dC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:60.375rem;left:0.4375rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X0DziAQ7ZKwS0l2H84Qp5WWfRrfVRD6v { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:64.75rem;left:0.4375rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#otOwenUTiRTJTyzwDy67Enim3N0mBB5G { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:64.75rem;left:0.4375rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#Wh63WqLmJpVpuNT1492fRHn46gWctrPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:64.75rem;left:0.4375rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#KP9Nby6yGm6WPRFgxbtE2Hc8BR0JbAZr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:39.4375rem;left:39.625rem;height:6rem;text-align:center;text-align-last:center;display:none; }
#vpVDyNgrk6p1RtInIgHQkfx1NiTUdcAn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.0625rem;left:39.625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX { 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; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container { background-color: transparent; background-image: none; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container > .video-iframe-container { display: none; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row > .video-iframe-container { display: none; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .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); }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container { border-width: 0; border-radius: 0; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#ZSZaafAA4qtTT7KCV1FoIavQGiW8RHNF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:anton;font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:15.3125rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.19) ; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto;font-style:normal; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-trigger.adaptive-delivery-prevent-bg, #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-trigger.lazyload, #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-trigger.lazyloading { background-image: none; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU { box-sizing:content-box;height:auto;width:53.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.5625rem;left:9.53125rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #TGwavDoffAhZfEal73zFmyMzTWVf8DUc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #tI3WOTOzT6uRpFkyCnmuFFodbsO74eJH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Ny9XUbTMuyEqSaMcugsSdCZASTEDTrBM { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #khnDXKWMlmw5KKSfqnzbWqB889TCSp1H {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LDuT86RmamLJ4eNbxuDDx14IEulOeWwP {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #l38hdLyKUObxywifB4Q5Zfw3LVWFaSGC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #bAtHpkX4mvXdRllBDU2TZaUVpvXIzXKZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #U6Pf1ZK40yTcxV6g8StAyNghbTQ08nGw { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #HTHASsAqWxEZud7LShqyeVRdPrUZ3OHB {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #gXSCFMCOFBZH5zNE61pJBMC2skNNiW0c { display:none; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #DdKh36ucDeZMgDd4uPTMGXgTlWl6ZHxA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #xantVW8eNmDuTread5TU0z8mEnaz3MgG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Mv6VICxRIU9hoP3GHDXTXyucShOKtzWz { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #JTCsc2ehZk7Kn1d8CmGdPrrTmcbbugtZ {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LMEpt2iCAycDuPqr3lbcu65Dq9sCwnNm { display:none; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #nhUQfQgPf4iXPxB10gAXObGpybPTGuy2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #NlazauHbkU2i3vCkJRGeu3bkWkrkPVGN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #VtSRAUTfFLwEKD1yKIu4RQ69sM2ANF1G { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #iIpNtJ3bc3QzcwGp5ZyL1zzrhMRMdiy3 {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #KsT9QBiZK5SXnp3Q2mXrp3lTTNlLmv40 { display:none; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CIqiewLI34hhBUs01T8nN3txDzCmsmvl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #L7F7Wv4HWeR1zwV5squMM4rTuyVKK1Xd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #IRGH4vEOWaawvWEcmcLvaBbnakSTC8vT { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #maMxrPdTcpDWr9n4pWSWvrsviWB8w6ca {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #qRGawdn4KMRSksR0vw05KRvJaOEqCmwU { display:none; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #PbfTruRMbEtaUSLX5ioEpac5eeQwiNO3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #OWD4TUmIwZ7vgHpLPk8g97MfVyxuaN2O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #AUsLfd18qcgLkbqwleZ3diWth10CEpeP { display:block;position:relative; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #O8EWNvfFnPTqgkPmIOUg2zrD0nChfdTW {  }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CMVZcsLWtTOLTLGdJyxmEx3Iq0izXuPb { display:none; }
#nJbEIfzLZyExTNt8sc7ra4KOowQ5ZV64 { 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-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.199597358704rem;left:30.125001907349rem;display:block; }
#EiQqGs5STREE2ikd6cJPZPzgKTAc97GL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; } #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection *:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="text"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="email"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="tel"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection textarea:focus-visible { outline: none; } #ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { background-color: transparent; background-image: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container > .video-iframe-container { display: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row > .video-iframe-container { display: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .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); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { border-width: 0; border-radius: 0; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igGI0TtnqfoEKOKzRXWQ6402mul56pun { display:block; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H83EaLbIaden9nRfbWM7WgyzNfmogRnq { top:0.8125rem;left:0rem;width:4.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTG0BFhzRxqyP8qvKrkCFr7sAohfT5Ap { width:6.3125rem;height:1.1875rem;top:1.6875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5fPfKSplVJuwivdpUT11qIX6Lk1D3vI { display:block; }
 }@media only screen and (max-width: 763px) { #uafshKJTJeXQythf7eeEC7Ghi0zk6qSm { width:6.3125rem;height:1.1875rem;top:1.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChdJeEMvrTxip3lhisbNCG67L1SZFAuH { display:block; }
 }@media only screen and (max-width: 763px) { #QVygnM11s1QvtGTKcTSN0bofFT0SRzGd { width:6.3125rem;height:1.1875rem;top:1.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhiuAgX4HTZwsWT303vXdp213e4WRTb { display:block; }
 }@media only screen and (max-width: 763px) { #xoE2nQOzsxKfl4kJoffJnbUgPZTDWfpQ { width:6.3125rem;height:1.1875rem;top:1.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrxtc0q1wQIVAG9gzt5cqXXBOsVQmkr { display:block; }
 }@media only screen and (max-width: 763px) { #DE7WK0GSHN0QrBQGuqDnTDfSTXoN9zbT { width:12.75rem;height:1.1875rem;top:1.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzzM7GrGGy7TZKUG6dBVE1c3ZJRxbq4 { display:block; }
 }@media only screen and (max-width: 763px) { #cCyDmTJfrUWnJ9R6X3GnsBx1lKtaJRMh { width:6.3125rem;height:1.1875rem;top:1.6875rem;left:37.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DSSQKeSqmxEUWnm1VQcy4bKgziqwAr { display:block; }
 }@media only screen and (max-width: 763px) { #S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W { display:none; }#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ytIDy9TqiV7vwBGTCFMxA9rkSsX5VQVJ { top:1.4375rem;left:0rem;width:5.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUo9gL7OT7dXl63vAKspTkSkcRMLgxc { display:none; }
 }@media only screen and (max-width: 763px) { #TBNWPXnbUFeCIPxaTnkkrbG5AhQ2NHgc { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #FsiSisenI3bTJQ7gce17HpzWfNPEMhx0 { display:block; }
 }@media only screen and (max-width: 763px) { #ST6Kqg1czApRiML4DXaw1yMgplg7SJ3K { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QkU4iPARublT0iEtg93gDkS7wXiO7Q41 { display:block; }
 }@media only screen and (max-width: 763px) { #Wu6NT55sa8CeTEMNZgX44eTZQc35D3fv { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Qu31GeMeWNCP0ZNnKs6pNiF8PRDA1lXT { display:block; }
 }@media only screen and (max-width: 763px) { #f6IS1fttG6TXQuKtvyne1Fa5rFtMpemZ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AuqSWaWSUc8h7p832TMNwGkAH83THq1O { display:block; }
 }@media only screen and (max-width: 763px) { #m5i0psF99zNW9mhgkE1XkfoXDRJ5yJlD { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #B3lRog1UcBWHZgQ2HeVw1ySIMAyUb3Iy { display:block; }
 }@media only screen and (max-width: 763px) { #nSrx3UUpewaqzAy6WkyNJhDm6P1XEXLd { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #CSTEVxCpwBA2vIT4x3PiOuSPUlrhorPq { display:block; }
 }@media only screen and (max-width: 763px) { #T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf { display:none; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO { display:block; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSc2qg8bnZLPVPVrzDG5anWBGaICkiE1 { top:0rem;left:16.83749961853rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMslgi6Wb6o6yTegvtFlUmPCPz31uXsn { width:14.75rem;height:3.4375rem;top:37.375rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPmiyfZwcH31TexK9NtiM8HBZLTe4t9x { display:block; }
 }@media only screen and (max-width: 763px) { #ILLAGVW7kTpzV6bu1EHkcPDkHR9fITaP { top:30.5625rem;left:9.75rem;width:28.25rem;height:5.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP { display:block; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCkxH51dOc4EGDwfcalbyTzIxoQXuBlh { top:30.5625rem;left:9.75rem;width:28.25rem;height:5.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCmsBwbmd09VMS4bXhvGF0dcGin7XfK { display:none; }
 }@media only screen and (max-width: 763px) { #gTLQCmAUTeaTPlFMs95STu9ITbp15iRJ { top:1.5625rem;left:23.0625rem;width:20rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3potaHCuPTUXwFBueoCTR7iH8L3Hp3n { width:14.75rem;height:3.4375rem;top:37.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFRnISpDcgcpzu9wfbvlZE6IhKyMuDZ { display:block; }
 }@media only screen and (max-width: 763px) { #ta8IC5o5VBb3p5eLwl8I5tMqMCrRAdKe { top:30.5625rem;left:9.75rem;width:28.25rem;height:5.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO { display:block; }#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqyQM4X1eWQtMnxZmTGAyxy09qnPJ0vE { top:2.625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEkZCsMFD8LA7d2E0IG5Zrw1HaazQPQ1 { top:30.3125rem;left:13.125001907349rem;width:24.6875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4cw8JSbxs3KHiVlifbBcB3ALz93PObd { top:1.6875rem;left:14.6875rem;width:6.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPIBaVK8Ht2ngFI21fUePZ1FmTT7J8ZX { top:1.8125rem;left:21.875001907349rem;width:13.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTehrN0Gx2hNoyU7TxMUFavMmSEp4QN { top:30.75rem;left:15.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk7sEBvFNpofJsIVIqV6bLHcBbnHHEix { top:34rem;left:15.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXZW5qklRE8T8ccqcKHoMwf5dSx4XQeW { top:32.4375rem;left:15.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMvzSbnPPLV0E9KGVl2Z75EPknrkz2q6 { top:32.25rem;left:15.4375rem;width:1rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp { width:18.75rem;height:2.8125rem;top:35.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R117wgrHONvHGLiMvr5FB40D489Q5J0m { display:block; }
 }@media only screen and (max-width: 763px) { #HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr { width:18.75rem;height:2.8125rem;top:38.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGg52Qmm8tRfTgqXkRJiBKpSkynMoqPt { display:block; }
 }@media only screen and (max-width: 763px) { #T3puZcseKw2xS6vwTM0crA3ZWSKLka4A { top:7.1875rem;left:12.437501907349rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvoqdJ7T9y7IQcgNhP0LW3S0upoOTR5S { top:41.6875rem;left:14.5625rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZKFu3DG13CPcwuyUX3oZZyJvostKBpL { display:block; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ0MT155tiqMGmd24yC0v0tLP38SmnmS { top:5.5rem;left:0rem;width:47.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhLobL2eeMDiohchrZM6bqu35qIegdF4 { top:0.875rem;left:15.937501907349rem;width:15.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leT4JKwhaocoeBwp2CbArSqPBSNnGcmD { display:block; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa7re1EFW7UOi6H9fIOg4uFHzw7euyaX { top:5.8125rem;left:0rem;width:47.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE7qTOQBJhPhStlvSTLq7Nzu6EQmrX4X { top:0rem;left:11.531251907349rem;width:24.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 { display:block; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V { display:block; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvffZps1L5oVQVShPP6pmkRnsVxTsFIJ { top:6.0625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f { display:none; }#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6MM7y7LkFZEMO1ClK4LBRZ9F1TFSvAB { top:14.25rem;left:0rem;width:47.75rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNOL6wrwhtq9c7POXdLwpRGXQvih7SgP { display:none; }
 }@media only screen and (max-width: 763px) { #UTroDqDldX1Exq0THlkbR0dTnqRVbRtt { display:none; }#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AwOnkLe2XzrTyq3QgLMQS1A1VEwP01dn { display:none; }
 }@media only screen and (max-width: 763px) { #AQaVQvzJD4lkysKloSatcRtue1GkUP5F { display:none; }
 }@media only screen and (max-width: 763px) { #ffptvJh2H6MV2BcB599NwwKkL1eq4f6F { display:none; }
 }@media only screen and (max-width: 763px) { #xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL { display:none; }#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT { display:block; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIxVMbPTWSi3XET0TR8vTlw3yC2GaeIT { top:5rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqMBACrg9ss4E71aKkv5DSTf2OadLBH4 { top:18.125rem;left:0rem;width:18rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqR0oEK786vABU8TEinEk1ADomgBotIe { top:38.5625rem;left:0rem;width:18rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVMhhPBgKFcsi5vTuX3SqlxLsztzzqA3 { top:10.1875rem;left:1.53125rem;width:44.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzCK0nJvX1kT9vDVlsTCCoppMIwiX38 { top:38.5625rem;left:5.4375rem;width:18rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF { top:18.125rem;left:5.3125rem;width:18rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdKqvSIC5ERZo8RddTsNiCRugoorC8ee { top:38.5625rem;left:24.375001907349rem;width:18rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg { top:18.125rem;left:24.25rem;width:18rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXbly9OSsZMmmNn0ZzTizQDJ7r1Vtot8 { top:38.5625rem;left:29.75rem;width:18rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J { top:18.125rem;left:29.5rem;width:18rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RP2sH0EurTSOpboRy2DViBzfwVr4Cz { width:14.75rem;height:3.4375rem;top:43rem;left:16.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #l16LAi8dGCMXpl7gG8LVCyfKMnbMPV2G { display:block; }
 }@media only screen and (max-width: 763px) { #pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR { display:block; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5S4Qf6wAihrVyDwv7pm1nMn3TacrKFL { top:8.8125rem;left:14.3125rem;width:33.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR4permo0uCrW52cO6wBFnI3Qfs45Ef5 { top:14.0625rem;left:14.3125rem;width:33.4375rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV { top:4rem;left:0rem;width:30.75rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwmSxptP9w0GNGeTyWFiX6dM7TDvII0f { top:44.625rem;left:7.1875rem;width:40.5625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDXKlcpCuB1Qawmcosdroqpw6zTLSBH { top:44.6875rem;left:0rem;width:33.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8SpTpvw2LPpQvQGrdsMKBC8Kc7wub7 { top:49.5rem;left:0rem;width:30.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNn2ZR47qXwD9eN0OZZcb9L2tHNLmL78 { top:33.4375rem;left:0rem;width:20rem;height:18rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvEsZVMIT6FApXOfA0QWbe3Sud1n9FfE { top:63.375rem;left:0rem;width:20rem;height:18rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHIWqd7dPqGCBFmVduBRMpElrR8eC5zw { top:44.875rem;left:7.1875rem;width:27.125rem;height:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #okbS3SasvgyqlUqcmpSuutXuFlowBhuL { width:14.75rem;height:3.4375rem;top:35.3125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCOqT8IauCs8UMFB6gC1TFCJ7TyrTuzB { display:block; }
 }@media only screen and (max-width: 763px) { #l4IvFWXwEhw1glO3VpO6a9onoVVSdOzW { top:86.1875rem;left:0rem;width:20rem;height:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHV4FtDqPeWd12O1HPrQrIla9RF0g8i7 { width:7.5rem;height:1.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSyi1b0EBRT2i61WrOSZ9kw1iqn9QPT { display:block; }
 }@media only screen and (max-width: 763px) { #MTKrpa0W8WkHThtawigHcQgxo57LLABh { display:none; }#MTKrpa0W8WkHThtawigHcQgxo57LLABh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs { display:block; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxyZsxBHF1w4lsJez4iws7LlaQhf3Cb5 { top:5rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECs9OnVeC1MgBb3y4GF5DtZpvTxaf3u6 { top:26.75rem;left:0rem;width:18.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBaDXar49xCbXxZBh0LFxOgRzk42fZot { top:9.875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5x320TlHxMF5uTnFXZdRnHQbd18pb6s { top:27.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0yORZEiOqgaozgyJEwr69MXFc9vr63 { top:31.5625rem;left:0rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ92tBUVqtHdAG66yLR1o07v1KUIBKwE { top:34.25rem;left:0rem;width:17.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgngQqXOukUl5H8c9s1z0I3LOX2OqXK { top:20.0625rem;left:14.531251907349rem;width:18.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHrTllN6hQidTpf4EVe3aDhoLFCAn8u { top:27.5625rem;left:15.812501907349rem;width:16.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdArCckBN2RZHxALmoop4R2kfmXI07C { top:24.9375rem;left:14.656251907349rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNHWeEaT7yDeil5Zzr4TBreCgU3UX9E { top:20.6875rem;left:21.718751907349rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaUNcGcbueTK1wFUikcGZbyD9wRo69Cl { top:26.75rem;left:29.0625rem;width:18.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URCTW4Xwd4F1U1nSAuWxzEfqmBbew2Fc { top:34.25rem;left:31.3125rem;width:16.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGO5k7JkIwLIO2oPHKrOpk1Hms1hrVRp { top:31.625rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rwwFFXV7JFfsFxm69Jol4VR1fkHJQr { top:26.75rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdL4TVy6R4EQEfcEgHNfJPnbMT1C4PuW { width:14.75rem;height:3.4375rem;top:41.4375rem;left:16.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT40VyFgMw0qRkCskUzGMRkVe06ln6u { display:block; }
 }@media only screen and (max-width: 763px) { #oWZ1vrrWCFbDANEfsLfOEJ1QaWdtRBym { top:20.0625rem;left:14.531251907349rem;width:18.6875rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 { display:block; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FImMeWLgBPuTcOU5a3TI2gw8RAsVJWPN { top:9.5rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgHa2XeXuIXkht876dTD3oqO0uEAmlp { top:13.875rem;left:0rem;width:33.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMn22yqpyJXOrIcXIvD76rwT0pkArHWC { top:1.3125rem;left:15.5625rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coKz5MiUQxPAwFbTMixKV8QPqixO8xKs { top:24.375rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylVTRk6Dslm9VTEMlaFs3CdglGFbpRPO { top:39.4375rem;left:14.3125rem;width:33.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF49FxG7l7fSz9nXsen5tVsB8T3PaX0x { top:35.0625rem;left:14.3125rem;width:33.4375rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdRTBTPH2yZmam40FI03G4XSEgv4i0I9 { top:49.5rem;left:15.5625rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptZMwJbugKI3HaQqBsbbVaP0kHINhCS { top:64.75rem;left:0rem;width:33.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wecc7SHLKynJZ2JZWCVVwgCB8nuoA0dC { top:60.375rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0DziAQ7ZKwS0l2H84Qp5WWfRrfVRD6v { top:64.75rem;left:0rem;width:33.4375rem;height:9rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #otOwenUTiRTJTyzwDy67Enim3N0mBB5G { top:64.75rem;left:0rem;width:33.4375rem;height:9rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wh63WqLmJpVpuNT1492fRHn46gWctrPQ { top:64.75rem;left:0rem;width:33.4375rem;height:9rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KP9Nby6yGm6WPRFgxbtE2Hc8BR0JbAZr { top:40.8125rem;left:0rem;width:20rem;height:16.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpVDyNgrk6p1RtInIgHQkfx1NiTUdcAn { top:36.25rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX { display:block; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSZaafAA4qtTT7KCV1FoIavQGiW8RHNF { top:2.3125rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5.53125rem; }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #TGwavDoffAhZfEal73zFmyMzTWVf8DUc {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #tI3WOTOzT6uRpFkyCnmuFFodbsO74eJH {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Ny9XUbTMuyEqSaMcugsSdCZASTEDTrBM {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #khnDXKWMlmw5KKSfqnzbWqB889TCSp1H {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LDuT86RmamLJ4eNbxuDDx14IEulOeWwP {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #l38hdLyKUObxywifB4Q5Zfw3LVWFaSGC {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #bAtHpkX4mvXdRllBDU2TZaUVpvXIzXKZ {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #U6Pf1ZK40yTcxV6g8StAyNghbTQ08nGw {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #HTHASsAqWxEZud7LShqyeVRdPrUZ3OHB {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #gXSCFMCOFBZH5zNE61pJBMC2skNNiW0c {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #DdKh36ucDeZMgDd4uPTMGXgTlWl6ZHxA {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #xantVW8eNmDuTread5TU0z8mEnaz3MgG {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Mv6VICxRIU9hoP3GHDXTXyucShOKtzWz {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #JTCsc2ehZk7Kn1d8CmGdPrrTmcbbugtZ {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LMEpt2iCAycDuPqr3lbcu65Dq9sCwnNm {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #nhUQfQgPf4iXPxB10gAXObGpybPTGuy2 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #NlazauHbkU2i3vCkJRGeu3bkWkrkPVGN {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #VtSRAUTfFLwEKD1yKIu4RQ69sM2ANF1G {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #iIpNtJ3bc3QzcwGp5ZyL1zzrhMRMdiy3 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #KsT9QBiZK5SXnp3Q2mXrp3lTTNlLmv40 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CIqiewLI34hhBUs01T8nN3txDzCmsmvl {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #L7F7Wv4HWeR1zwV5squMM4rTuyVKK1Xd {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #IRGH4vEOWaawvWEcmcLvaBbnakSTC8vT {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #maMxrPdTcpDWr9n4pWSWvrsviWB8w6ca {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #qRGawdn4KMRSksR0vw05KRvJaOEqCmwU {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #PbfTruRMbEtaUSLX5ioEpac5eeQwiNO3 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #OWD4TUmIwZ7vgHpLPk8g97MfVyxuaN2O {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #AUsLfd18qcgLkbqwleZ3diWth10CEpeP {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #O8EWNvfFnPTqgkPmIOUg2zrD0nChfdTW {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CMVZcsLWtTOLTLGdJyxmEx3Iq0izXuPb {  }
 }@media only screen and (max-width: 763px) { #nJbEIfzLZyExTNt8sc7ra4KOowQ5ZV64 { width:14.75rem;height:3.4375rem;top:42.1875rem;left:16.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQqGs5STREE2ikd6cJPZPzgKTAc97GL { display:block; }
 }@media only screen and (max-width: 763px) { #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection { display:block; } #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection *:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="text"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="email"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="tel"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection textarea:focus-visible { outline: none; } #ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igGI0TtnqfoEKOKzRXWQ6402mul56pun { position:relative;z-index:auto;display:none; }#igGI0TtnqfoEKOKzRXWQ6402mul56pun > .row .container { width:20rem;height:27.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H83EaLbIaden9nRfbWM7WgyzNfmogRnq { width:5rem;height:3.5625rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTG0BFhzRxqyP8qvKrkCFr7sAohfT5Ap { width:6.3125rem;height:1.1875rem;top:15.59375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5fPfKSplVJuwivdpUT11qIX6Lk1D3vI { display:block; }
 }@media only screen and (max-width: 763px) { #uafshKJTJeXQythf7eeEC7Ghi0zk6qSm { width:6.3125rem;height:1.1875rem;top:13.15625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChdJeEMvrTxip3lhisbNCG67L1SZFAuH { display:block; }
 }@media only screen and (max-width: 763px) { #QVygnM11s1QvtGTKcTSN0bofFT0SRzGd { width:6.3125rem;height:1.1875rem;top:10.71875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhiuAgX4HTZwsWT303vXdp213e4WRTb { display:block; }
 }@media only screen and (max-width: 763px) { #xoE2nQOzsxKfl4kJoffJnbUgPZTDWfpQ { width:6.3125rem;height:1.1875rem;top:8.28125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrxtc0q1wQIVAG9gzt5cqXXBOsVQmkr { display:block; }
 }@media only screen and (max-width: 763px) { #DE7WK0GSHN0QrBQGuqDnTDfSTXoN9zbT { width:12.75rem;height:1.1875rem;top:5.84375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzzM7GrGGy7TZKUG6dBVE1c3ZJRxbq4 { display:block; }
 }@media only screen and (max-width: 763px) { #cCyDmTJfrUWnJ9R6X3GnsBx1lKtaJRMh { width:6.3125rem;height:1.1875rem;top:18.03125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DSSQKeSqmxEUWnm1VQcy4bKgziqwAr { display:block; }
 }@media only screen and (max-width: 763px) { #S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W { position:relative;z-index:auto;display:block; }#S6qTXQK7aBZpaCFwXHpbVW7OgDnCzl9W > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytIDy9TqiV7vwBGTCFMxA9rkSsX5VQVJ { width:9.1875rem;height:4.4375rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #izUo9gL7OT7dXl63vAKspTkSkcRMLgxc { display:flex;top:1.0625rem;left:16.8125rem;width:2.3125rem;height:2.3125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #TBNWPXnbUFeCIPxaTnkkrbG5AhQ2NHgc { top:13.75rem;left:7.0625rem;width:5.875rem;height:1.125rem;z-index:15005;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FsiSisenI3bTJQ7gce17HpzWfNPEMhx0 { display:block; }
 }@media only screen and (max-width: 763px) { #ST6Kqg1czApRiML4DXaw1yMgplg7SJ3K { top:10rem;left:7.0625rem;width:5.875rem;height:1.125rem;z-index:15006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QkU4iPARublT0iEtg93gDkS7wXiO7Q41 { display:block; }
 }@media only screen and (max-width: 763px) { #Wu6NT55sa8CeTEMNZgX44eTZQc35D3fv { top:8.1875rem;left:7.0625rem;width:5.875rem;height:1.125rem;z-index:15007;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Qu31GeMeWNCP0ZNnKs6pNiF8PRDA1lXT { display:block; }
 }@media only screen and (max-width: 763px) { #f6IS1fttG6TXQuKtvyne1Fa5rFtMpemZ { top:6.125rem;left:7.0625rem;width:5.875rem;height:1.125rem;z-index:15008;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AuqSWaWSUc8h7p832TMNwGkAH83THq1O { display:block; }
 }@media only screen and (max-width: 763px) { #m5i0psF99zNW9mhgkE1XkfoXDRJ5yJlD { top:4.4375rem;left:3.21875rem;width:13.5625rem;height:1.125rem;z-index:15009;background-color:transparent;background-image:none;color:#e1c699;display:block; }
 }@media only screen and (max-width: 763px) { #B3lRog1UcBWHZgQ2HeVw1ySIMAyUb3Iy { display:block; }
 }@media only screen and (max-width: 763px) { #nSrx3UUpewaqzAy6WkyNJhDm6P1XEXLd { top:11.875rem;left:7.0625rem;width:5.875rem;height:1.125rem;z-index:15006;background-color:transparent;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CSTEVxCpwBA2vIT4x3PiOuSPUlrhorPq { display:block; }
 }@media only screen and (max-width: 763px) { #T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf { background-color:rgba(var(--color-tertiary-4),1);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; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container { background-color: transparent; background-image: none; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container > .video-iframe-container { display: none; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row > .video-iframe-container { display: none; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .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); }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container { border-width: 0; border-radius: 0; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0PKCmbruJ8GM2ioIxsNqVTGqF65VUQf > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c598634-f026-4ea3-9ca4-89edae359f60/3.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO.adaptive-delivery-prevent-bg, #ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO.lazyload, #ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO.lazyloading { background-image: none; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container { background-color: transparent; background-image: none; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container > .video-iframe-container { display: none; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row > .video-iframe-container { display: none; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .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); }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container { border-width: 0; border-radius: 0; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMFmVa5MUTsUgMOVPvFphPdNDNH4TxsO > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSc2qg8bnZLPVPVrzDG5anWBGaICkiE1 { width:16.0625rem;height:0;top:2.5rem;left:1.96875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMslgi6Wb6o6yTegvtFlUmPCPz31uXsn { width:9.25rem;height:2.25rem;top:19.3125rem;left:5.375rem;z-index:15007;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPmiyfZwcH31TexK9NtiM8HBZLTe4t9x { display:block; }
 }@media only screen and (max-width: 763px) { #ILLAGVW7kTpzV6bu1EHkcPDkHR9fITaP { width:18.625rem;height:3.625rem;top:15.125rem;left:0.6875rem;font-size:2.0625rem;font-family:lato;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP { background-color:#000000;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:none; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { border-width: 0; border-radius: 0; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiHS9SZQkcXIQ9aB8h0KwxTpww9KRRtP > .row .container { width:20rem;height:56.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCkxH51dOc4EGDwfcalbyTzIxoQXuBlh { width:18.625rem;height:0;top:17.693359375rem;left:0.6875rem;font-size:2.0625rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #TSCmsBwbmd09VMS4bXhvGF0dcGin7XfK { display:flex;top:49.298828125rem;left:2.625rem;width:2.75rem;height:2.75rem;z-index:15005;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTLQCmAUTeaTPlFMs95STu9ITbp15iRJ { width:19.9375rem;height:38.625rem;top:2.6875011920929rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3potaHCuPTUXwFBueoCTR7iH8L3Hp3n { width:14.75rem;height:3.4375rem;top:31.98046875rem;left:2.625rem;z-index:15006;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pzFRnISpDcgcpzu9wfbvlZE6IhKyMuDZ { display:block; }
 }@media only screen and (max-width: 763px) { #ta8IC5o5VBb3p5eLwl8I5tMqMCrRAdKe { width:18.625rem;height:3.625rem;top:26.5625rem;left:0.6875rem;font-size:2.0625rem;font-family:lato;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO { display:none; }#OIsfeoXGvKO2Cpul2uvcmnQlakWpu8tO > .row .container { width:20rem;height:65rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqyQM4X1eWQtMnxZmTGAyxy09qnPJ0vE { width:20rem;height:2.6rem;top:2.625rem;left:0rem;font-size:2rem;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LEkZCsMFD8LA7d2E0IG5Zrw1HaazQPQ1 { width:18.8125rem;height:4.4625rem;top:26.5625rem;left:1.1875rem;font-size:0.875rem;line-height:1.7;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #d4cw8JSbxs3KHiVlifbBcB3ALz93PObd { width:6.25rem;height:1.375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPIBaVK8Ht2ngFI21fUePZ1FmTT7J8ZX { width:8.9375rem;height:1.3rem;top:1.375rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTehrN0Gx2hNoyU7TxMUFavMmSEp4QN { display:flex;width:1.1875rem;height:1.1875rem;top:26.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #Nk7sEBvFNpofJsIVIqV6bLHcBbnHHEix { display:flex;width:1.3125rem;height:1.3125rem;top:29.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qXZW5qklRE8T8ccqcKHoMwf5dSx4XQeW { display:flex;width:1.25rem;height:1.25rem;top:28.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PMvzSbnPPLV0E9KGVl2Z75EPknrkz2q6 { width:0.8125rem;height:1.95rem;top:27.875rem;left:1.5rem;font-size:1.5rem;color:#ff0445;display:block; }
 }@media only screen and (max-width: 763px) { #nJUgFu1Qwn4KEHzLHGwEz4eJR7kQmLNp { width:18.75rem;height:2.8125rem;top:31.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R117wgrHONvHGLiMvr5FB40D489Q5J0m { display:block; }
 }@media only screen and (max-width: 763px) { #HFrAUt6Xo8gV0gzEog0c0ovrvMrNfIkr { width:18.75rem;height:2.8125rem;top:35.925003051757rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGg52Qmm8tRfTgqXkRJiBKpSkynMoqPt { display:block; }
 }@media only screen and (max-width: 763px) { #T3puZcseKw2xS6vwTM0crA3ZWSKLka4A { width:20rem;height:20rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VvoqdJ7T9y7IQcgNhP0LW3S0upoOTR5S { width:18.75rem;height:2.5625rem;top:39.987487792969rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZKFu3DG13CPcwuyUX3oZZyJvostKBpL { display:none; }#JZKFu3DG13CPcwuyUX3oZZyJvostKBpL > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZ0MT155tiqMGmd24yC0v0tLP38SmnmS { width:20rem;height:25.0625rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhLobL2eeMDiohchrZM6bqu35qIegdF4 { width:15.875rem;height:8.875rem;top:0.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #leT4JKwhaocoeBwp2CbArSqPBSNnGcmD { display:none; }#leT4JKwhaocoeBwp2CbArSqPBSNnGcmD > .row .container { width:20rem;height:64.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xa7re1EFW7UOi6H9fIOg4uFHzw7euyaX { width:13.375rem;height:7.5rem;top:18.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE7qTOQBJhPhStlvSTLq7Nzu6EQmrX4X { width:20rem;height:13.6875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 { display:none; }#vF3q2aSrHhnbzsNb6GW3coVMRlop7nH1 > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V { display:none; }#D69iFzu1m72XC5CumXBZ4IZQXwubsZ0V > .row .container { width:20rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvffZps1L5oVQVShPP6pmkRnsVxTsFIJ { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f { display:block; }#AfCKeHTBEIWb5kGKewoSTrW4TQNuFR8f > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6MM7y7LkFZEMO1ClK4LBRZ9F1TFSvAB { width:20rem;height:18rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNOL6wrwhtq9c7POXdLwpRGXQvih7SgP { top:3.3125rem;left:1.8125rem;width:16.4375rem;height:9.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UTroDqDldX1Exq0THlkbR0dTnqRVbRtt { display:block; }#UTroDqDldX1Exq0THlkbR0dTnqRVbRtt > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwOnkLe2XzrTyq3QgLMQS1A1VEwP01dn { top:10.341796875rem;left:0rem;width:20rem;height:16rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #AQaVQvzJD4lkysKloSatcRtue1GkUP5F { top:0rem;left:0rem;width:20rem;height:12.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ffptvJh2H6MV2BcB599NwwKkL1eq4f6F { top:14.625rem;left:0rem;width:20rem;height:14.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL { display:block; }#xmDZ6lpb3PsNAqlKJxtdKAWe6HTKyWTL > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT { background-color:#000000;background-image:none;display:block; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { background-color: transparent; background-image: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container > .video-iframe-container { display: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row > .video-iframe-container { display: none; }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .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); }#FtvOXTZWAUHyhFH4MLUooN2Rw09nTFbT > .row .container { width:20rem;height:129.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIxVMbPTWSi3XET0TR8vTlw3yC2GaeIT { width:20rem;height:5.125rem;top:2.0746097564698rem;left:0rem;font-size:2rem;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dqMBACrg9ss4E71aKkv5DSTf2OadLBH4 { width:19.9375rem;height:21.5rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqR0oEK786vABU8TEinEk1ADomgBotIe { width:18rem;height:1.75rem;top:42.6875rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVMhhPBgKFcsi5vTuX3SqlxLsztzzqA3 { width:20rem;height:12rem;top:7.9242172241213rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzCK0nJvX1kT9vDVlsTCCoppMIwiX38 { width:18rem;height:1.75rem;top:68.937488079069rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2G2DbIGNEV1oUJ92DHdTzpPOynZmeOF { width:20rem;height:21.5rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdKqvSIC5ERZo8RddTsNiCRugoorC8ee { width:18rem;height:1.75rem;top:95.375rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBPBsTyZwCqUhsRQfMkeKw5ZowWc28pg { width:20rem;height:21.5625rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXbly9OSsZMmmNn0ZzTizQDJ7r1Vtot8 { width:18rem;height:1.75rem;top:120.6875038147rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMVi1xTqoeocvhlx6p8CkDFJoPCGk33J { width:20rem;height:20.625rem;top:99.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RP2sH0EurTSOpboRy2DViBzfwVr4Cz { width:14.75rem;height:3.4375rem;top:123.81250190735rem;left:2.6250001192093rem;z-index:15006;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l16LAi8dGCMXpl7gG8LVCyfKMnbMPV2G { display:block; }
 }@media only screen and (max-width: 763px) { #pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR { display:block; }#pheZAIvTgTFbK6ZMghwDv3lpSUpqmnnR > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5S4Qf6wAihrVyDwv7pm1nMn3TacrKFL { width:20rem;height:2.5625rem;top:28.687498092651rem;left:0rem;font-size:2rem;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JR4permo0uCrW52cO6wBFnI3Qfs45Ef5 { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV { width:20rem;height:25.5rem;top:2.1249999403954rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/652b076e-9a91-461e-b092-8d07907be612/IMG_3530.preview.rotate_270.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.adaptive-delivery-prevent-bg, #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.lazyload, #vEBq6ABgGmd3lNhkxEQDffAwW3eLfxtV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WwmSxptP9w0GNGeTyWFiX6dM7TDvII0f { width:20rem;height:8.905875rem;top:51.974997043609rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDXKlcpCuB1Qawmcosdroqpw6zTLSBH { width:20rem;height:0;top:62.749999225138rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT8SpTpvw2LPpQvQGrdsMKBC8Kc7wub7 { width:20rem;height:0;top:66.225002288819rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNn2ZR47qXwD9eN0OZZcb9L2tHNLmL78 { width:20rem;height:18rem;top:32.287500858307rem;left:0rem;font-size:1rem;z-index:15005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cvEsZVMIT6FApXOfA0QWbe3Sud1n9FfE { width:20rem;height:18rem;top:62.671487808225rem;left:0rem;font-size:1rem;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tHIWqd7dPqGCBFmVduBRMpElrR8eC5zw { width:20rem;height:8.5rem;top:82.124994277956rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #okbS3SasvgyqlUqcmpSuutXuFlowBhuL { width:14.75rem;height:3.4375rem;top:105.3750038147rem;left:2.6250001192093rem;z-index:15006;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xCOqT8IauCs8UMFB6gC1TFCJ7TyrTuzB { display:block; }
 }@media only screen and (max-width: 763px) { #l4IvFWXwEhw1glO3VpO6a9onoVVSdOzW { width:20rem;height:12rem;top:92.562515258787rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SHV4FtDqPeWd12O1HPrQrIla9RF0g8i7 { width:7.5rem;height:1.4375rem;top:110.0625038147rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSyi1b0EBRT2i61WrOSZ9kw1iqn9QPT { display:block; }
 }@media only screen and (max-width: 763px) { #MTKrpa0W8WkHThtawigHcQgxo57LLABh { display:block; }#MTKrpa0W8WkHThtawigHcQgxo57LLABh > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs { background-color:#000000;background-image:none;display:block; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { background-color: transparent; background-image: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container > .video-iframe-container { display: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row > .video-iframe-container { display: none; }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .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); }#DAUfERsGdFnaLkiLlNxd72ImwqDSxfSs > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxyZsxBHF1w4lsJez4iws7LlaQhf3Cb5 { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;font-family:lato;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECs9OnVeC1MgBb3y4GF5DtZpvTxaf3u6 { width:18.8125rem;height:15.75rem;top:33.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBaDXar49xCbXxZBh0LFxOgRzk42fZot { width:20rem;height:19.5rem;top:7.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5x320TlHxMF5uTnFXZdRnHQbd18pb6s { width:4.4375rem;height:4.4375rem;top:33.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0yORZEiOqgaozgyJEwr69MXFc9vr63 { width:17.5rem;height:1.75rem;top:38.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ92tBUVqtHdAG66yLR1o07v1KUIBKwE { width:17.5rem;height:7.5rem;top:40.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgngQqXOukUl5H8c9s1z0I3LOX2OqXK { width:19.5rem;height:16.75rem;top:52.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHrTllN6hQidTpf4EVe3aDhoLFCAn8u { width:17.5rem;height:7.5rem;top:60rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdArCckBN2RZHxALmoop4R2kfmXI07C { width:17.5rem;height:1.75rem;top:58.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNHWeEaT7yDeil5Zzr4TBreCgU3UX9E { width:4.4375rem;height:4.4375rem;top:53.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaUNcGcbueTK1wFUikcGZbyD9wRo69Cl { width:19.625rem;height:21.75rem;top:72.95rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #URCTW4Xwd4F1U1nSAuWxzEfqmBbew2Fc { width:17.5rem;height:7.5rem;top:80.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGO5k7JkIwLIO2oPHKrOpk1Hms1hrVRp { width:17.5rem;height:1.75rem;top:78.75rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rwwFFXV7JFfsFxm69Jol4VR1fkHJQr { width:5.5rem;height:5.5rem;top:73.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdL4TVy6R4EQEfcEgHNfJPnbMT1C4PuW { width:14.75rem;height:3.4375rem;top:28.499598026276rem;left:2.6250001192093rem;z-index:15006;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOT40VyFgMw0qRkCskUzGMRkVe06ln6u { display:block; }
 }@media only screen and (max-width: 763px) { #oWZ1vrrWCFbDANEfsLfOEJ1QaWdtRBym { width:19.5rem;height:16.75rem;top:73rem;left:0.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 { display:block; }#x7kJWle6rsQ0PrabXmxk82ntByQzu3t8 > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FImMeWLgBPuTcOU5a3TI2gw8RAsVJWPN { width:20rem;height:auto;top:9.5rem;left:0rem;font-size:1.75rem;font-family:lato;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wKgHa2XeXuIXkht876dTD3oqO0uEAmlp { width:20rem;height:auto;top:13.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PMn22yqpyJXOrIcXIvD76rwT0pkArHWC { width:20rem;height:20rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #coKz5MiUQxPAwFbTMixKV8QPqixO8xKs { width:20rem;height:20rem;top:20.174988567829rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylVTRk6Dslm9VTEMlaFs3CdglGFbpRPO { width:20rem;height:13.5rem;top:6.7246217727663rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF49FxG7l7fSz9nXsen5tVsB8T3PaX0x { width:20rem;height:4.5rem;top:2.2246093153954rem;left:0rem;font-size:1.75rem;font-family:lato;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdRTBTPH2yZmam40FI03G4XSEgv4i0I9 { width:20rem;height:20rem;top:59.387499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptZMwJbugKI3HaQqBsbbVaP0kHINhCS { width:20rem;height:0;top:82.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wecc7SHLKynJZ2JZWCVVwgCB8nuoA0dC { width:20rem;height:0;top:79.625rem;left:0rem;font-size:1.75rem;font-family:lato;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X0DziAQ7ZKwS0l2H84Qp5WWfRrfVRD6v { width:20rem;height:0;top:52.325000762939rem;left:1.3999999761581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #otOwenUTiRTJTyzwDy67Enim3N0mBB5G { width:20rem;height:0;top:50.825000762939rem;left:1.3999999761581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Wh63WqLmJpVpuNT1492fRHn46gWctrPQ { width:20rem;height:0;top:47.58749961853rem;left:1.3999999761581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #KP9Nby6yGm6WPRFgxbtE2Hc8BR0JbAZr { width:20rem;height:16.5rem;top:42.937513351441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vpVDyNgrk6p1RtInIgHQkfx1NiTUdcAn { width:20rem;height:2.25rem;top:40.712500572204rem;left:0rem;font-size:1.75rem;font-family:lato;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX { display:block; }#HGFbayDZPDf6nqRHqDTDpK2z68BVyrdX > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSZaafAA4qtTT7KCV1FoIavQGiW8RHNF { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-heading-text { font-size:1.125rem;height:auto;font-family:lato; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU .accordion-desc-text { font-size:0.9375rem;height:auto; }
#MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU { display:flex;height:auto;width:17.5rem;top:4.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #TGwavDoffAhZfEal73zFmyMzTWVf8DUc {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #tI3WOTOzT6uRpFkyCnmuFFodbsO74eJH {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Ny9XUbTMuyEqSaMcugsSdCZASTEDTrBM {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #khnDXKWMlmw5KKSfqnzbWqB889TCSp1H {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LDuT86RmamLJ4eNbxuDDx14IEulOeWwP {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #l38hdLyKUObxywifB4Q5Zfw3LVWFaSGC {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #bAtHpkX4mvXdRllBDU2TZaUVpvXIzXKZ {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #U6Pf1ZK40yTcxV6g8StAyNghbTQ08nGw {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #HTHASsAqWxEZud7LShqyeVRdPrUZ3OHB {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #gXSCFMCOFBZH5zNE61pJBMC2skNNiW0c {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #DdKh36ucDeZMgDd4uPTMGXgTlWl6ZHxA {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #xantVW8eNmDuTread5TU0z8mEnaz3MgG {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #Mv6VICxRIU9hoP3GHDXTXyucShOKtzWz {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #JTCsc2ehZk7Kn1d8CmGdPrrTmcbbugtZ {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #LMEpt2iCAycDuPqr3lbcu65Dq9sCwnNm {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #nhUQfQgPf4iXPxB10gAXObGpybPTGuy2 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #NlazauHbkU2i3vCkJRGeu3bkWkrkPVGN {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #VtSRAUTfFLwEKD1yKIu4RQ69sM2ANF1G {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #iIpNtJ3bc3QzcwGp5ZyL1zzrhMRMdiy3 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #KsT9QBiZK5SXnp3Q2mXrp3lTTNlLmv40 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CIqiewLI34hhBUs01T8nN3txDzCmsmvl {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #L7F7Wv4HWeR1zwV5squMM4rTuyVKK1Xd {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #IRGH4vEOWaawvWEcmcLvaBbnakSTC8vT {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #maMxrPdTcpDWr9n4pWSWvrsviWB8w6ca {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #qRGawdn4KMRSksR0vw05KRvJaOEqCmwU {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #PbfTruRMbEtaUSLX5ioEpac5eeQwiNO3 {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #OWD4TUmIwZ7vgHpLPk8g97MfVyxuaN2O {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #AUsLfd18qcgLkbqwleZ3diWth10CEpeP {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #O8EWNvfFnPTqgkPmIOUg2zrD0nChfdTW {  }
 }@media only screen and (max-width: 763px) { #MxleLZT1xyRiFSGPa5vmQgAyF3FKkhZU #CMVZcsLWtTOLTLGdJyxmEx3Iq0izXuPb {  }
 }@media only screen and (max-width: 763px) { #nJbEIfzLZyExTNt8sc7ra4KOowQ5ZV64 { width:14.75rem;height:3.4375rem;top:53.16250038147rem;left:2.6250001192093rem;z-index:15006;font-family:lato;background-color:#e1c699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EiQqGs5STREE2ikd6cJPZPzgKTAc97GL { display:block; }
 }@media only screen and (max-width: 763px) { #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection { background-color:#000000;background-image:none;display:block; } #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection *:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="text"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="email"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection input[type="tel"]:focus-visible, #c0db36f460bda547efe3fcc8c57b87e6.widget-smartsection textarea:focus-visible { outline: none; } #ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { background-color: transparent; background-image: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container > .video-iframe-container { display: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row > .video-iframe-container { display: none; }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .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); }#ts3a9dxxD8f17hfhglpyCA3mTynfAnym > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }