.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:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffefa;background-image:url("https://images.assets-landingi.com/uc/1e605c91-d0fc-4dd0-bd04-2b3f636d7391/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#n33iMgtnMBTloAsxhucTzgQS8TFWKNUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:13.125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#N5mooMH3i6NxRI7QW8k8k8dIstQUyuWa { color:#0f4746;display:block;width:37.6875rem;position:absolute;font-family:"pt sans";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:13.5rem;display:block; }
#PlAhxz8SF7fog6VhrOWdgufODLhnrldN { color:#212226;display:block;width:8.625rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:4.54980625rem;display:block; }
#LgccFNGZiDuHnGlBxGyCttwN5tsHSmRy { color:#212226;display:block;width:9.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:1.29980625rem;display:block; }
#z3xCyyNcaLpGrz47xLdWTwUAKJAgQlL5 { color:#212226;display:block;width:6.375rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4375rem;left:11.875rem;height:4.54980625rem;display:block; }
#IIeMbOhyvFzzm2A0PnlxJZNizOQh97He { color:#212226;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:11.875rem;height:1.29980625rem;display:block; }
#Ura7mHDdfRhPrdXpdww0JOORfhg4T7LW { color:#212226;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27rem;left:25.0625rem;height:1.29980625rem;display:block; }
#zTT9NLIXTaKrim8GkHo9HThLpaHD3rV5 { color:#212226;display:block;width:6.375rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:25.0625rem;height:4.54980625rem;display:block; }
#upKDWBF8oCbZ1NRQ5LZkugLxcJ4H8dGf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:15.4375rem;top:31.0625rem;left:14.3125rem;overflow:hidden;display:block; }
#eshihtBVbfRS0lqLZlU0LNsSJf7Uggeo { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:13.4375rem;top:31.0625rem;left:0rem;overflow:hidden;display:block; }
#aFRSHyXwerfcWkcTySvUTtIgQKIfQQol { position:absolute;display:block;z-index:15011;height:27.1875rem;width:29.375rem;top:5.75rem;left:45.625rem;display:block; }
#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF { background-color:#fffefa;background-image:url("https://images.assets-landingi.com/uc/1e605c91-d0fc-4dd0-bd04-2b3f636d7391/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF.adaptive-delivery-prevent-bg, #qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF.lazyload, #qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF.lazyloading { background-image: none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container { border-width: 0; border-radius: 0; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:none; }#MH4WV3TfVhSomJBpdZSRQ36Sb6kNwb2L { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:13.125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ewgDT9JKoXIrDdEqep3Ca5NgwmhLUId9 { color:#0f4746;display:block;width:33.625rem;position:absolute;font-family:"pt sans";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:13.5rem;display:block; }
#Dpf8VVAfeMAQew2o21DDLpNd45BM0y7H { color:#212226;display:block;width:6.375rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:4.54980625rem;display:block; }
#Q98NfgRwILXTi5TnVCOSuyMvAGmmwaK1 { color:#212226;display:block;width:9.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:1.29980625rem;display:block; }
#HlC2HzkBKM57UnhEmavdcJ8xD8nusEXA { color:#212226;display:block;width:6.375rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4375rem;left:11.875rem;height:4.54980625rem;display:block; }
#Bdf5U619eLk33MxnApm6P4owbKRPKtNJ { color:#212226;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:11.875rem;height:1.29980625rem;display:block; }
#HT9oxUgSB7JVaRkm5RBaJqtoSoLIKDX3 { color:#212226;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27rem;left:25.0625rem;height:1.29980625rem;display:block; }
#fHhvOIzOrfeTQvK5EFp1XPSfy9WEN8gp { color:#212226;display:block;width:6.375rem;position:absolute;font-family:"pt sans";font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:25.0625rem;height:4.54980625rem;display:block; }
#XvQKVwNlNpXTTWtq0FVpOIyrfuBBzoLQ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:15.4375rem;top:37.25rem;left:14.3125rem;overflow:hidden;display:block; }
#mKWnmWxKTCEQ0BHTmLUlkvTpwxRDbPQm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:13.4375rem;top:37.25rem;left:0rem;overflow:hidden;display:block; }
#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq { background-color:#fffefa;background-image:url("https://images.assets-landingi.com/uc/1e605c91-d0fc-4dd0-bd04-2b3f636d7391/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq.adaptive-delivery-prevent-bg, #BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq.lazyload, #BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq.lazyloading { background-image: none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container { border-width: 0; border-radius: 0; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:none; }#gT9aiXLtL9T7OEV4XhzfSTlBGVem0WuW { position:absolute;display:block;z-index:15011;height:21.75rem;width:29.3125rem;top:7rem;left:45.6875rem;display:block; }
#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb { background-color:#fffefa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container { background-color: transparent; background-image: none; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container > .video-iframe-container { display: none; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row > .video-iframe-container { display: none; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .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); }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container { border-width: 0; border-radius: 0; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#hAA7TkMwr0H4JuaWyGGJBPMCoc5LqLQw { color:#0f4746;display:block;width:48.1875rem;position:absolute;font-family:"pt sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#HfmnnLkHie3nhTVnv0BVTlrTFxNhHz8W { color:#0f4746;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#LmTW1A27XkynIboo8euRK0AAJxuhpzSq { box-sizing:content-box;height:18.5625rem;width:16.1875rem;position:absolute;display:block;z-index:15000;background-color:#e7edec;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:2.0625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#SEPuDMEuVl9VKTCvHoMaU0U5UhOUU7k4 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:3.875rem;top:12.1875rem;left:3.125rem;overflow:hidden;display:block; }
#NDzKatF6Adfo9l5e9A4pOSKgsclA6arz { color:#0f4746;display:block;width:12.875rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GlW591evc1ee59pRqrN9lM3PrqRKfTJq { box-sizing:content-box;height:18.5625rem;width:16.1875rem;position:absolute;display:block;z-index:15004;background-color:#e7edec;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:20.375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#vusxXC7bWJ0LNr7hfqLvTTDbm0fSJ5zB { color:#0f4746;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5rem;left:21.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#sSzLSi3MI4dRngynQJXkUI2cCzTMuTnC { color:#0f4746;display:block;width:12.875rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:21.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rF8T88tkT620Dkmv6O6JL74R3e4I9NB9 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:3.875rem;top:12.1875rem;left:21.4375rem;overflow:hidden;display:block; }
#pgWp9WOivaWMmQJV4FCD9vlUK213X3Ju { box-sizing:content-box;height:18.5625rem;width:16.1875rem;position:absolute;display:block;z-index:15008;background-color:#e7edec;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:38.5625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#Agycf6RV1aqUBsCV4GesanddD71ElWnN { color:#0f4746;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.125rem;height:;text-align:left;text-align-last:left;display:block; }
#wiFT46BZAqRie8fkUeZoTIBZyBpGBQEq { color:#0f4746;display:block;width:13.375rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrHlLtNhcK8Tx6c7T1NFi5Zvqa8MflV7 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:3.75rem;top:12.1875rem;left:39.625rem;overflow:hidden;display:block; }
#zD4GU3CdAsMOHEU12pweD37BU1vDlWSq { box-sizing:content-box;height:18.5625rem;width:16.1875rem;position:absolute;display:block;z-index:15012;background-color:#e7edec;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:56.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#quqPIfiXwzLIS2bbMO21pR4fVd65WR8V { color:#0f4746;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5rem;left:58.3125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#JTWJmvhNDzW9ni4PaVPT67yaZ2quATaz { color:#0f4746;display:block;width:14rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.3125rem;left:58.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UsIpcwHmmFirQSOzT0AQD0P24EXQIt0c { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.75rem;top:12.1875rem;left:57.8125rem;overflow:hidden;display:block; }
#fZDJThRKp9kS3pHKTnJp8C1KEoxSRZ7E { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.4375rem;left:28.25rem;display:block; }
#JPLF4OIvTTEsCoTv4oZPiLOeWFFiJOhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlcVzs96hldXuALIB55eTkEVUNMzP9UO { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.4375rem;left:28.25rem;display:none; }
#qgTzP2UTwbuTAIcVi6AvzQasTMgdiv28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 { background-color:#0f4746;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container { background-color: transparent; background-image: none; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container > .video-iframe-container { display: none; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row > .video-iframe-container { display: none; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .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); }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container { border-width: 0; border-radius: 0; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;overflow:visible;position:relative;display:block; }#v8MTA17H5bVhW2RNbQz9cXdiSuuoIGiB { color:#fffefa;display:block;width:33.625rem;position:absolute;font-family:"pt sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:20.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#z8TwlNhMoqc5TIGLMnoqV0CRda6u9tmz { box-sizing:content-box;height:12.6875rem;width:19.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:7.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#VplLAkClFS0g7x7uvNiwqQAL4yFXaiUd { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:2.6875rem;top:10.6875rem;left:8.5rem;overflow:hidden;display:block; }
#h658PAnvJLmgKVPrrPd1xFeGIf2pnnEy { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:12.25rem;left:11.8125rem;overflow:hidden;display:block; }
#UDal9nA16DbS4ps5IvdTrGihtXSaoFqo { color:#212226;display:block;width:13.4375rem;position:absolute;font-family:"pt sans";font-size:0.8125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:10.9375rem;left:11.8125rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HZEasyfPkrGMeMB01SeRAZ1LI0nxhKCa { color:rgba(33,34,38,0.8);display:block;width:16.75rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:14.875rem;left:8.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZlLyUnF5k0S4l9DcyTBxRTmItRJp1up6 { box-sizing:content-box;height:16.5rem;width:19.375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:27.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#FnhDBOWlbSuZWLPXD4tWuiNAkTKm3HQ9 { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:2.6875rem;top:10.6875rem;left:29.125rem;overflow:hidden;display:block; }
#laXobm1UD1lOL2fXhRMzLkSD0ISNFXgI { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:12.25rem;left:32.4375rem;overflow:hidden;display:block; }
#GpOh3M15FMG0ZGTvvip1OiD4qIVUZbkl { color:#212226;display:block;width:13.4375rem;position:absolute;font-family:"pt sans";font-size:0.8125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:10.9375rem;left:32.4375rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bkx871n3zO4gz0Er8g2iCvH9Bmx1uf1y { color:rgba(33,34,38,0.8);display:block;width:16.75rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:14.875rem;left:29.125rem;height:9.44725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cgEJIEW8aFuDkG2MSaxLyowRa2P8J54y { box-sizing:content-box;height:13.5625rem;width:19.375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:48.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#vNex6gtJnEfTniaOs54stJZRT1c6S1cC { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:2.6875rem;top:10.6875rem;left:49.75rem;overflow:hidden;display:block; }
#X9t4TOTxghXlw1iAIsMle0g5LFnUeU8U { color:rgba(33,34,38,0.8);display:block;width:16.75rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:14.875rem;left:49.75rem;height:6.7480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fKThTsmrQeULEIEA4qxm6Q5fxvi15B0H { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:12.25rem;left:53.0625rem;overflow:hidden;display:block; }
#uU2i7sqe1KdCvavaJt31VWBn5IgdubOB { color:#212226;display:block;width:13.4375rem;position:absolute;font-family:"pt sans";font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:10.9375rem;left:53.0625rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#izUTMgUvxBmHVoz80emPcQ4E1C2pDaoQ { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.25rem;left:28.25rem;display:block; }
#cdtM7ABde2tgfitJWOzGnq4SdxHLompC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PW6xatNFRTNRzMfx6OPwO6Qy3QTID7yo { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.25rem;left:28.25rem;display:none; }
#dUQNerEkNii4KIsPwZi30FvfCD9fEuLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc { background-color:#fffefa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container { background-color: transparent; background-image: none; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container > .video-iframe-container { display: none; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row > .video-iframe-container { display: none; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .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); }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container { border-width: 0; border-radius: 0; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#JtEF7XubZNzSxkRn1CVGgGIGgBHBFT8P { color:#0f4746;display:block;width:33.625rem;position:absolute;font-family:"pt sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:20.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#oLGKRq7MB1CTkurxLdlvfM2wVdWwW6F2 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:26.625rem;width:24.125rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#nAHdvvM5vixufl8HJVIFRg44T6NVyLWb { color:#212226;display:block;width:42.1875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17rem;left:26.875rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ryhq9Dp9rJ4b8Ti1b5X5Ck7kcgqSHzTB { color:#212226;display:block;width:41.3125rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.375rem;left:26.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu { background-color:#fffefa;background-image:url("https://images.assets-landingi.com/uc/0dd50677-dd26-434e-a993-106e057145a2/Photo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu.adaptive-delivery-prevent-bg, #QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu.lazyload, #QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu.lazyloading { background-image: none; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container { background-color: transparent; background-image: none; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container > .video-iframe-container { display: none; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row > .video-iframe-container { display: none; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .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); }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container { border-width: 0; border-radius: 0; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qMpFfQ7ONhbtDGcGBqGU2g9aVecCo0E8 { color:#fffefa;display:block;width:41.75rem;position:absolute;font-family:"pt sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:16.625rem;height:;text-align:center;text-align-last:center;display:block; }
#HmfplPvHuzdtGSIOL7ZfeeZaFkcCZ5QZ { color:#fffefa;display:block;width:32.0625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.9375rem;left:21.5rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FK580Ihtxe3Puk9No48kIztTEhIWg4c9 { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.25rem;left:28.25rem;display:block; }
#yqsMzn4UDs89LpUuLN6rK6xwwggcilkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWVRVxpxkvxfWN9bCkNxNt52rF7eUMiw { background-color:#ffce4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#212226;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.25rem;left:28.25rem;display:none; }
#W9LR8Pk174ICtLghDX3bD1fh4TlMnFk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP { background-color:#fffefa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container { background-color: transparent; background-image: none; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container > .video-iframe-container { display: none; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row > .video-iframe-container { display: none; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .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); }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container { border-width: 0; border-radius: 0; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZASITplZoPIoQvcTMbfF0c4IVDg5sfhx { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:16.6875rem;top:2.6875rem;left:29.15625rem;overflow:hidden;display:block; }
#NvtTNpn5JhAR2IORLyivfD7ATTAl6MG4 { color:#212226;display:block;width:42.1875rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6.0625rem;left:16.40625rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n33iMgtnMBTloAsxhucTzgQS8TFWKNUr { top:2.125rem;left:0rem;width:13.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mooMH3i6NxRI7QW8k8k8dIstQUyuWa { top:7rem;left:0rem;width:37.6875rem;height:13.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAhxz8SF7fog6VhrOWdgufODLhnrldN { top:22.4375rem;left:0rem;width:8.625rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgccFNGZiDuHnGlBxGyCttwN5tsHSmRy { top:27rem;left:0rem;width:9.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xCyyNcaLpGrz47xLdWTwUAKJAgQlL5 { top:22.4375rem;left:0rem;width:6.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeMbOhyvFzzm2A0PnlxJZNizOQh97He { top:27rem;left:0rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura7mHDdfRhPrdXpdww0JOORfhg4T7LW { top:27rem;left:11.4375rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTT9NLIXTaKrim8GkHo9HThLpaHD3rV5 { top:22.4375rem;left:11.4375rem;width:6.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKDWBF8oCbZ1NRQ5LZkugLxcJ4H8dGf { top:31.0625rem;left:0.6875rem;width:15.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eshihtBVbfRS0lqLZlU0LNsSJf7Uggeo { top:31.0625rem;left:0rem;width:13.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRSHyXwerfcWkcTySvUTtIgQKIfQQol { top:5.75rem;left:18.375rem;width:29.375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF { display:none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MH4WV3TfVhSomJBpdZSRQ36Sb6kNwb2L { top:2.125rem;left:0rem;width:13.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewgDT9JKoXIrDdEqep3Ca5NgwmhLUId9 { top:4.9375rem;left:0rem;width:20rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpf8VVAfeMAQew2o21DDLpNd45BM0y7H { top:14.6875rem;left:0rem;width:4.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98NfgRwILXTi5TnVCOSuyMvAGmmwaK1 { top:27rem;left:0rem;width:9.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlC2HzkBKM57UnhEmavdcJ8xD8nusEXA { top:22.4375rem;left:0rem;width:6.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdf5U619eLk33MxnApm6P4owbKRPKtNJ { top:27rem;left:0rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9oxUgSB7JVaRkm5RBaJqtoSoLIKDX3 { top:27rem;left:11.4375rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHhvOIzOrfeTQvK5EFp1XPSfy9WEN8gp { top:22.4375rem;left:11.4375rem;width:6.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQKVwNlNpXTTWtq0FVpOIyrfuBBzoLQ { top:37.25rem;left:0.6875rem;width:15.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKWnmWxKTCEQ0BHTmLUlkvTpwxRDbPQm { top:37.25rem;left:0rem;width:13.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq { display:none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gT9aiXLtL9T7OEV4XhzfSTlBGVem0WuW { top:7rem;left:18.4375rem;width:29.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb { display:block; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAA7TkMwr0H4JuaWyGGJBPMCoc5LqLQw { top:3.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmnnLkHie3nhTVnv0BVTlrTFxNhHz8W { top:16.5rem;left:0rem;width:11.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTW1A27XkynIboo8euRK0AAJxuhpzSq { top:10.125rem;left:0rem;width:16.1875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEPuDMEuVl9VKTCvHoMaU0U5UhOUU7k4 { top:12.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDzKatF6Adfo9l5e9A4pOSKgsclA6arz { top:21.3125rem;left:0rem;width:12.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlW591evc1ee59pRqrN9lM3PrqRKfTJq { top:10.125rem;left:6.75rem;width:16.1875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vusxXC7bWJ0LNr7hfqLvTTDbm0fSJ5zB { top:16.5rem;left:8.3125rem;width:11.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzLSi3MI4dRngynQJXkUI2cCzTMuTnC { top:21.3125rem;left:8.3125rem;width:12.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF8T88tkT620Dkmv6O6JL74R3e4I9NB9 { top:12.1875rem;left:7.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWp9WOivaWMmQJV4FCD9vlUK213X3Ju { top:10.125rem;left:24.9375rem;width:16.1875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agycf6RV1aqUBsCV4GesanddD71ElWnN { top:16.5rem;left:26.5rem;width:11.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFT46BZAqRie8fkUeZoTIBZyBpGBQEq { top:21.3125rem;left:26.5rem;width:13.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrHlLtNhcK8Tx6c7T1NFi5Zvqa8MflV7 { top:12.1875rem;left:26rem;width:3.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD4GU3CdAsMOHEU12pweD37BU1vDlWSq { top:10.125rem;left:31.5625rem;width:16.1875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqPIfiXwzLIS2bbMO21pR4fVd65WR8V { top:16.5rem;left:35.875rem;width:11.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWJmvhNDzW9ni4PaVPT67yaZ2quATaz { top:21.3125rem;left:33.75rem;width:14rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsIpcwHmmFirQSOzT0AQD0P24EXQIt0c { top:12.1875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDJThRKp9kS3pHKTnJp8C1KEoxSRZ7E { width:18.5rem;height:3.1875rem;top:31.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPLF4OIvTTEsCoTv4oZPiLOeWFFiJOhp { display:block; }
 }@media only screen and (max-width: 763px) { #RlcVzs96hldXuALIB55eTkEVUNMzP9UO { width:18.5rem;height:3.1875rem;top:31.4375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgTzP2UTwbuTAIcVi6AvzQasTMgdiv28 { display:block; }
 }@media only screen and (max-width: 763px) { #SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 { display:block; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8MTA17H5bVhW2RNbQz9cXdiSuuoIGiB { top:4rem;left:7.0625rem;width:33.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8TwlNhMoqc5TIGLMnoqV0CRda6u9tmz { top:9.375rem;left:0rem;width:19.375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VplLAkClFS0g7x7uvNiwqQAL4yFXaiUd { top:10.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h658PAnvJLmgKVPrrPd1xFeGIf2pnnEy { top:12.25rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDal9nA16DbS4ps5IvdTrGihtXSaoFqo { top:10.9375rem;left:0rem;width:13.4375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZEasyfPkrGMeMB01SeRAZ1LI0nxhKCa { top:14.875rem;left:0rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLyUnF5k0S4l9DcyTBxRTmItRJp1up6 { top:9.375rem;left:14.125rem;width:19.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhDBOWlbSuZWLPXD4tWuiNAkTKm3HQ9 { top:10.6875rem;left:15.5rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXobm1UD1lOL2fXhRMzLkSD0ISNFXgI { top:12.25rem;left:18.8125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpOh3M15FMG0ZGTvvip1OiD4qIVUZbkl { top:10.9375rem;left:18.8125rem;width:13.4375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkx871n3zO4gz0Er8g2iCvH9Bmx1uf1y { top:14.875rem;left:15.5rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgEJIEW8aFuDkG2MSaxLyowRa2P8J54y { top:9.375rem;left:28.375rem;width:19.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNex6gtJnEfTniaOs54stJZRT1c6S1cC { top:10.6875rem;left:36.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9t4TOTxghXlw1iAIsMle0g5LFnUeU8U { top:14.875rem;left:31rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKThTsmrQeULEIEA4qxm6Q5fxvi15B0H { top:12.25rem;left:39.4375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2i7sqe1KdCvavaJt31VWBn5IgdubOB { top:10.9375rem;left:34.3125rem;width:13.4375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUTMgUvxBmHVoz80emPcQ4E1C2pDaoQ { width:18.5rem;height:3.1875rem;top:28.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdtM7ABde2tgfitJWOzGnq4SdxHLompC { display:block; }
 }@media only screen and (max-width: 763px) { #PW6xatNFRTNRzMfx6OPwO6Qy3QTID7yo { width:18.5rem;height:3.1875rem;top:28.25rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUQNerEkNii4KIsPwZi30FvfCD9fEuLn { display:block; }
 }@media only screen and (max-width: 763px) { #elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc { display:block; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtEF7XubZNzSxkRn1CVGgGIGgBHBFT8P { top:4rem;left:7.0625rem;width:33.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLGKRq7MB1CTkurxLdlvfM2wVdWwW6F2 { top:6.0625rem;left:0rem;width:24.125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAHdvvM5vixufl8HJVIFRg44T6NVyLWb { top:17rem;left:5.5625rem;width:42.1875rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryhq9Dp9rJ4b8Ti1b5X5Ck7kcgqSHzTB { top:24.375rem;left:6.4375rem;width:41.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu { display:block; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMpFfQ7ONhbtDGcGBqGU2g9aVecCo0E8 { top:7.125rem;left:3rem;width:41.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfplPvHuzdtGSIOL7ZfeeZaFkcCZ5QZ { top:12.9375rem;left:7.875rem;width:32.0625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK580Ihtxe3Puk9No48kIztTEhIWg4c9 { width:18.5rem;height:4.375rem;top:21.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqsMzn4UDs89LpUuLN6rK6xwwggcilkd { display:block; }
 }@media only screen and (max-width: 763px) { #WWVRVxpxkvxfWN9bCkNxNt52rF7eUMiw { width:18.5rem;height:4.375rem;top:21.25rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9LR8Pk174ICtLghDX3bD1fh4TlMnFk4 { display:block; }
 }@media only screen and (max-width: 763px) { #qheZz20Qhnlg39Bu62KK5cA3PraFy6RP { display:block; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZASITplZoPIoQvcTMbfF0c4IVDg5sfhx { top:2.6875rem;left:15.53125rem;width:16.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvtTNpn5JhAR2IORLyivfD7ATTAl6MG4 { top:6.0625rem;left:2.78125rem;width:42.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:80.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n33iMgtnMBTloAsxhucTzgQS8TFWKNUr { width:13.125rem;height:1.6875rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mooMH3i6NxRI7QW8k8k8dIstQUyuWa { width:20rem;height:10.7988125rem;top:4.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlAhxz8SF7fog6VhrOWdgufODLhnrldN { width:4.6875rem;height:2.2749rem;top:15.4375rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgccFNGZiDuHnGlBxGyCttwN5tsHSmRy { width:5.625rem;height:2.2744125rem;top:17.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3xCyyNcaLpGrz47xLdWTwUAKJAgQlL5 { width:3.6875rem;height:2.2749rem;top:15.4375rem;left:8.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIeMbOhyvFzzm2A0PnlxJZNizOQh97He { width:4.6875rem;height:2.2744125rem;top:17.6875rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ura7mHDdfRhPrdXpdww0JOORfhg4T7LW { width:6.875rem;height:2.2744125rem;top:17.6875rem;left:13.125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zTT9NLIXTaKrim8GkHo9HThLpaHD3rV5 { width:4.75rem;height:2.2749rem;top:15.4375rem;left:14.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upKDWBF8oCbZ1NRQ5LZkugLxcJ4H8dGf { width:10.6875rem;height:1.625rem;top:21.625rem;left:9.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eshihtBVbfRS0lqLZlU0LNsSJf7Uggeo { width:9rem;height:1.625rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aFRSHyXwerfcWkcTySvUTtIgQKIfQQol { width:20rem;height:21.75rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF { background-color:#fffefa;background-image:none;display:block; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container { background-color: transparent; background-image: none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container > .video-iframe-container { display: none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row > .video-iframe-container { display: none; }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .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); }#qT9ESaRyg76RTuUmZBKcmn5RwsWvw8ZF > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH4WV3TfVhSomJBpdZSRQ36Sb6kNwb2L { width:13.125rem;height:1.6875rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewgDT9JKoXIrDdEqep3Ca5NgwmhLUId9 { width:20rem;height:7.4238125rem;top:4.9375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dpf8VVAfeMAQew2o21DDLpNd45BM0y7H { width:4.6875rem;height:2.2749rem;top:14.3125rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q98NfgRwILXTi5TnVCOSuyMvAGmmwaK1 { width:5.625rem;height:2.2744125rem;top:16.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlC2HzkBKM57UnhEmavdcJ8xD8nusEXA { width:3.6875rem;height:2.2749rem;top:14.3125rem;left:8.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bdf5U619eLk33MxnApm6P4owbKRPKtNJ { width:4.6875rem;height:2.2744125rem;top:16.5625rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT9oxUgSB7JVaRkm5RBaJqtoSoLIKDX3 { width:6.875rem;height:2.2744125rem;top:16.5625rem;left:13.125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fHhvOIzOrfeTQvK5EFp1XPSfy9WEN8gp { width:4.75rem;height:2.2749rem;top:14.3125rem;left:14.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvQKVwNlNpXTTWtq0FVpOIyrfuBBzoLQ { width:10.6875rem;height:1.625rem;top:20.5625rem;left:9.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mKWnmWxKTCEQ0BHTmLUlkvTpwxRDbPQm { width:9rem;height:1.625rem;top:20.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq { background-color:#0f4746;background-image:none;display:block; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container { background-color: transparent; background-image: none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container > .video-iframe-container { display: none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row > .video-iframe-container { display: none; }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .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); }#BNbklfhZBCnDL7zvlXXCgeXTOurqz4lq > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT9aiXLtL9T7OEV4XhzfSTlBGVem0WuW { width:20rem;height:21.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb { display:block; }#u1P2fa9sW2vT4uRKvu2zrO2zxIt4g9Jb > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAA7TkMwr0H4JuaWyGGJBPMCoc5LqLQw { width:20rem;height:3.8994125rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmnnLkHie3nhTVnv0BVTlrTFxNhHz8W { width:11.875rem;height:3.25rem;top:15.8125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTW1A27XkynIboo8euRK0AAJxuhpzSq { width:16.1875rem;height:18.5625rem;top:8.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEPuDMEuVl9VKTCvHoMaU0U5UhOUU7k4 { width:3.875rem;height:3.875rem;top:11rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDzKatF6Adfo9l5e9A4pOSKgsclA6arz { width:12.875rem;height:4.875rem;top:20.125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlW591evc1ee59pRqrN9lM3PrqRKfTJq { width:16.1875rem;height:18.5625rem;top:28.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vusxXC7bWJ0LNr7hfqLvTTDbm0fSJ5zB { width:11.875rem;height:3.25rem;top:35.125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzLSi3MI4dRngynQJXkUI2cCzTMuTnC { width:12.875rem;height:4.875rem;top:39.375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF8T88tkT620Dkmv6O6JL74R3e4I9NB9 { width:3.875rem;height:3.875rem;top:30.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWp9WOivaWMmQJV4FCD9vlUK213X3Ju { width:16.1875rem;height:18.5625rem;top:48.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agycf6RV1aqUBsCV4GesanddD71ElWnN { width:11.875rem;height:3.25rem;top:54.9375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFT46BZAqRie8fkUeZoTIBZyBpGBQEq { width:13.375rem;height:4.875rem;top:58.8125rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrHlLtNhcK8Tx6c7T1NFi5Zvqa8MflV7 { width:3.75rem;height:3.875rem;top:50.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD4GU3CdAsMOHEU12pweD37BU1vDlWSq { width:16.1875rem;height:18.5625rem;top:68.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqPIfiXwzLIS2bbMO21pR4fVd65WR8V { width:11.875rem;height:3.25rem;top:74.75rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWJmvhNDzW9ni4PaVPT67yaZ2quATaz { width:14rem;height:4.875rem;top:79rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsIpcwHmmFirQSOzT0AQD0P24EXQIt0c { width:3.75rem;height:3.75rem;top:70.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDJThRKp9kS3pHKTnJp8C1KEoxSRZ7E { width:20rem;height:3.1875rem;top:89.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPLF4OIvTTEsCoTv4oZPiLOeWFFiJOhp { display:block; }
 }@media only screen and (max-width: 763px) { #RlcVzs96hldXuALIB55eTkEVUNMzP9UO { width:20rem;height:3.1875rem;top:89.1875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qgTzP2UTwbuTAIcVi6AvzQasTMgdiv28 { display:block; }
 }@media only screen and (max-width: 763px) { #SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 { display:block; }#SnuPx5KvLKTbg6L0d3XhbKir2Kx7aSd1 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8MTA17H5bVhW2RNbQz9cXdiSuuoIGiB { width:20rem;height:1.94970625rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8TwlNhMoqc5TIGLMnoqV0CRda6u9tmz { width:19.375rem;height:12.6875rem;top:6.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VplLAkClFS0g7x7uvNiwqQAL4yFXaiUd { width:2.6875rem;height:2.6875rem;top:7.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h658PAnvJLmgKVPrrPd1xFeGIf2pnnEy { width:5rem;height:0.9375rem;top:9.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDal9nA16DbS4ps5IvdTrGihtXSaoFqo { width:13.4375rem;height:0.9746125rem;top:8.125rem;left:4.9375rem;font-size:0.8125rem;color:#0b2e57;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HZEasyfPkrGMeMB01SeRAZ1LI0nxhKCa { width:16.75rem;height:5.3984375rem;top:12rem;left:1.625rem;font-size:1.125rem;color:rgba(11,46,87,0.8);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLyUnF5k0S4l9DcyTBxRTmItRJp1up6 { width:19.375rem;height:17.75rem;top:20.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhDBOWlbSuZWLPXD4tWuiNAkTKm3HQ9 { width:2.6875rem;height:2.6875rem;top:21.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXobm1UD1lOL2fXhRMzLkSD0ISNFXgI { width:5rem;height:0.9375rem;top:23.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpOh3M15FMG0ZGTvvip1OiD4qIVUZbkl { width:13.4375rem;height:0.9746125rem;top:22.25rem;left:5rem;font-size:0.8125rem;color:#0b2e57;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bkx871n3zO4gz0Er8g2iCvH9Bmx1uf1y { width:16.75rem;height:9.44725rem;top:26.0625rem;left:1.6875rem;font-size:1.125rem;color:rgba(11,46,87,0.8);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgEJIEW8aFuDkG2MSaxLyowRa2P8J54y { width:19.375rem;height:13.5625rem;top:39.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNex6gtJnEfTniaOs54stJZRT1c6S1cC { width:2.6875rem;height:2.6875rem;top:41.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9t4TOTxghXlw1iAIsMle0g5LFnUeU8U { width:16.75rem;height:6.7480625rem;top:45.25rem;left:1.625rem;font-size:1.125rem;color:rgba(11,46,87,0.8);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKThTsmrQeULEIEA4qxm6Q5fxvi15B0H { width:5rem;height:0.9375rem;top:42.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2i7sqe1KdCvavaJt31VWBn5IgdubOB { width:13.4375rem;height:0.9746125rem;top:41.4375rem;left:4.9375rem;font-size:0.8125rem;color:#0b2e57;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #izUTMgUvxBmHVoz80emPcQ4E1C2pDaoQ { width:20rem;height:3.1875rem;top:55.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdtM7ABde2tgfitJWOzGnq4SdxHLompC { display:block; }
 }@media only screen and (max-width: 763px) { #PW6xatNFRTNRzMfx6OPwO6Qy3QTID7yo { width:20rem;height:3.1875rem;top:55.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dUQNerEkNii4KIsPwZi30FvfCD9fEuLn { display:block; }
 }@media only screen and (max-width: 763px) { #elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc { display:block; }#elRvuTFOGTNxRwv3xJ0EQWPOhv5ix5Vc > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtEF7XubZNzSxkRn1CVGgGIGgBHBFT8P { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLGKRq7MB1CTkurxLdlvfM2wVdWwW6F2 { width:13.625rem;height:15.1875rem;top:2.57421875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAHdvvM5vixufl8HJVIFRg44T6NVyLWb { width:20rem;height:6.499rem;top:21.1875rem;left:0rem;font-size:1rem;color:rgba(33,34,38,0.8);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ryhq9Dp9rJ4b8Ti1b5X5Ck7kcgqSHzTB { width:20rem;height:1.29980625rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu { display:block; }#QQFmyMHKe9tuWHHZUeuams8UCqr0vpRu > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMpFfQ7ONhbtDGcGBqGU2g9aVecCo0E8 { width:20rem;height:1.94970625rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfplPvHuzdtGSIOL7ZfeeZaFkcCZ5QZ { width:20rem;height:3.8994125rem;top:6.4375rem;left:0rem;font-size:1rem;color:rgba(255,254,250,0.8);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FK580Ihtxe3Puk9No48kIztTEhIWg4c9 { width:20rem;height:3.4375rem;top:14rem;left:0.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqsMzn4UDs89LpUuLN6rK6xwwggcilkd { display:block; }
 }@media only screen and (max-width: 763px) { #WWVRVxpxkvxfWN9bCkNxNt52rF7eUMiw { width:20rem;height:3.4375rem;top:11.625rem;left:0rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #W9LR8Pk174ICtLghDX3bD1fh4TlMnFk4 { display:block; }
 }@media only screen and (max-width: 763px) { #qheZz20Qhnlg39Bu62KK5cA3PraFy6RP { display:block; }#qheZz20Qhnlg39Bu62KK5cA3PraFy6RP > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZASITplZoPIoQvcTMbfF0c4IVDg5sfhx { width:12.4375rem;height:1.5rem;top:1.5rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvtTNpn5JhAR2IORLyivfD7ATTAl6MG4 { width:20rem;height:0.9746125rem;top:4.4375rem;left:0rem;font-size:0.75rem;color:rgba(33,34,38,0.8);text-align:center;text-align-last:center;display:block; }
 }