.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:225,242,218;--color-primary-1:166,217,145;--color-primary-2:106,191,72;--color-primary-3:94,169,65;--color-primary-4:54,107,30;--color-secondary-0:222,224,226;--color-secondary-1:146,151,159;--color-secondary-2:37,47,62;--color-secondary-3:19,24,31;--color-secondary-4:6,7,9;--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); }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container { background-color: transparent; background-image: none; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container > .video-iframe-container { display: none; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row > .video-iframe-container { display: none; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .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); }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container { border-width: 0; border-radius: 0; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#mScBG7iicvirS6LmiviPrDSA8SwhEGzD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.99925rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fB6lGtCDN5qnv2ayyeeOwlk3mOuQEbqS { z-index:15003;top:0.90625rem;left:60.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mnvqzPFVVPeB7CE1gIAMBN8q87sz4VFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container { background-color: transparent; background-image: none; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container > .video-iframe-container { display: none; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row > .video-iframe-container { display: none; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .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); }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container { border-width: 0; border-radius: 0; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container { font-size:0.875rem;font-family:arial;height:167.078125rem;width:75rem;position:relative;display:block; }#ehO6fSobXpTWiFDV36HeVdFinWfJlEdw { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.0625rem;left:34.375rem;display:block; }
#awgMfyidkVLfPXT8iCgiHTLmPvXnRECP { color:rgba(var(--color-secondary-2),1);display:block;width:58.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.9368896484375rem;left:8.4686279296875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC1CEMvLBKB614ck2U4mCtW83rs91NI6 { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:12.499389648438rem;left:18.250122070312rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqQTwunuAgyW1sVlsP1PszcmqlKan3MK { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.186157226562rem;left:5.843505859375rem;height:7.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oztPR2tUJXnEMdgQNVSEJQqvi5imJKTo { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:27.875rem;left:6.4375rem;height:11.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEDJw70hW97hMMNR86wDKKbLonfNc0Va { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:25.1875rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mV7ciPgKzg5rmRU77ab6ikDC0NNIvAEi { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.125rem;left:6.4375rem;height:1.900025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrTTyHUXc1Qda279X3rpaqViKi13Tw4c { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:42.4375rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i { color:rgba(var(--color-secondary-2),1);display:block;width:52.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:47.686767578125rem;left:11.810913085938rem;height:13.9251875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i li:before{  }
#PftMaoCSHQKu8QC6Nci4IDWmAiLAQ4FW { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:64.6875rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOQ7kKX4EldlPShUHv0oy30DerkkgIr6 { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:67.375rem;left:6.4375rem;height:7.600125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2quDpsTKSx0HA6u1TLyo4StaTW0qKm8 { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:80rem;left:6.4375rem;height:9.500125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoPBaHi5ENR9w48F5sWiG2rJbDsmAQzL { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:77.3125rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ap0TPgmNRNN6yaXFN4F54m8JCTObR1uE { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:95.1875rem;left:6.4375rem;height:1.900025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gu7m1dc9LhsodrSN0nWPH3TcqeP4G2yS { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:92.5rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 { color:rgba(var(--color-secondary-2),1);display:block;width:52.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:97.649536132812rem;left:11.812744140625rem;height:22.77525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 li:before{  }
#sy6vrZGdFwAGX0nyv7L1m90ynnTruIFT { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:125.3125rem;left:5.8125rem;height:3.80005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eASLBz8W2O4hGP1vpcDHwA1L3T8Mbrnh { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:122.625rem;left:18.25rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpWaRetJ55wpZtJTwIWgzMEOxsaOLpu2 { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:133.6875rem;left:6.4375rem;height:7.600125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLzz4Tr6uPIDz7sOOi28TRutOTrlIH4g { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:131rem;left:18.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy5z4OkpJX3302XCvUX94BdichPZ6OyN { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:146.6875rem;left:7.25rem;height:3.80005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJ1eOFe2A3aEVlKx2OUD7wSHqnpggCyn { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:144rem;left:19.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1G59i2Tuhg7OvXyqNbfyTTA9D1zfEDT { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:156.1875rem;left:7.875rem;height:3.80005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2gEE7VmRsTSRQrp51T46U7cTmJKt8OB { color:rgba(var(--color-secondary-2),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:153.5rem;left:20.3125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container { background-color: transparent; background-image: none; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container > .video-iframe-container { display: none; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row > .video-iframe-container { display: none; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .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); }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container { border-width: 0; border-radius: 0; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#W1zFSppqlB25QRc4JE3NnJnh0b4weJfI { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.874633789062rem;left:6.37451171875rem;height:8.99659375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwaUFxO46d55mi1haubTXFUyLCCpbxmt { color:rgba(var(--color-tertiary-0),1);display:block;width:19.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:14.625rem;left:41.1875rem;height:3.5986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqHG9iPVOm5nxmNORKNyshxW2b5kT2bc { 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:8.375rem;width:14.0625rem;top:0.9765625rem;left:30.46875rem;overflow:hidden;display:block; }
#f6WgwzqQDpbrPlTOI9wINOtoUQ1DRi8v { 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:15016;opacity:1;top:11.5rem;left:49.5rem; }
#S8EeLudDTLbulUBLWDk0ZVnII1FWOFwP { box-sizing:content-box;height:9.375rem;width:0.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.874633789062rem;left:39.061889648438rem;border-top:0;border-left:0.125rem dashed #e8e2e3;border-right:0;border-bottom:0;display:block; }
#qV9f7OlSU4xg6yPXBoWOGN4RKNNs4TQp { z-index:15006;top:22.242431640625rem;left:30.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2655rem;height:2.578rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QzsEiXCG9eMrp5yenG1FAQ3aPUCn1SNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ { display:block; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mScBG7iicvirS6LmiviPrDSA8SwhEGzD { top:0rem;left:0rem;width:7.9375rem;height:5.2714902959652rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB6lGtCDN5qnv2ayyeeOwlk3mOuQEbqS { top:0.875rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvqzPFVVPeB7CE1gIAMBN8q87sz4VFG { display:block; }
 }@media only screen and (max-width: 763px) { #SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp { display:block; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehO6fSobXpTWiFDV36HeVdFinWfJlEdw { top:4.0625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgMfyidkVLfPXT8iCgiHTLmPvXnRECP { top:5.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1CEMvLBKB614ck2U4mCtW83rs91NI6 { top:12.4375rem;left:4.6251220703125rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqQTwunuAgyW1sVlsP1PszcmqlKan3MK { top:15.125rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztPR2tUJXnEMdgQNVSEJQqvi5imJKTo { top:27.875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEDJw70hW97hMMNR86wDKKbLonfNc0Va { top:25.1875rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV7ciPgKzg5rmRU77ab6ikDC0NNIvAEi { top:45.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTTyHUXc1Qda279X3rpaqViKi13Tw4c { top:42.4375rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i { top:47.625rem;left:0rem;width:47.75rem;height:13.875rem;font-size:1rem;display:block; }#rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i li:before{  }
 }@media only screen and (max-width: 763px) { #PftMaoCSHQKu8QC6Nci4IDWmAiLAQ4FW { top:64.6875rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOQ7kKX4EldlPShUHv0oy30DerkkgIr6 { top:67.375rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2quDpsTKSx0HA6u1TLyo4StaTW0qKm8 { top:80rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoPBaHi5ENR9w48F5sWiG2rJbDsmAQzL { top:77.3125rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap0TPgmNRNN6yaXFN4F54m8JCTObR1uE { top:95.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu7m1dc9LhsodrSN0nWPH3TcqeP4G2yS { top:92.5rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 { top:97.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 li:before{  }
 }@media only screen and (max-width: 763px) { #sy6vrZGdFwAGX0nyv7L1m90ynnTruIFT { top:125.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eASLBz8W2O4hGP1vpcDHwA1L3T8Mbrnh { top:122.625rem;left:4.625rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpWaRetJ55wpZtJTwIWgzMEOxsaOLpu2 { top:133.6875rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLzz4Tr6uPIDz7sOOi28TRutOTrlIH4g { top:131rem;left:5.25rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy5z4OkpJX3302XCvUX94BdichPZ6OyN { top:146.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1eOFe2A3aEVlKx2OUD7wSHqnpggCyn { top:144rem;left:6.0625rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1G59i2Tuhg7OvXyqNbfyTTA9D1zfEDT { top:156.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gEE7VmRsTSRQrp51T46U7cTmJKt8OB { top:153.5rem;left:6.6875rem;width:38.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y { display:block; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1zFSppqlB25QRc4JE3NnJnh0b4weJfI { top:10.8125rem;left:0rem;width:30.0625rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwaUFxO46d55mi1haubTXFUyLCCpbxmt { top:14.5625rem;left:27.562133789062rem;width:19.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqHG9iPVOm5nxmNORKNyshxW2b5kT2bc { top:0.9375rem;left:16.84375rem;width:14.0625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WgwzqQDpbrPlTOI9wINOtoUQ1DRi8v { top:11.5rem;left:35.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8EeLudDTLbulUBLWDk0ZVnII1FWOFwP { top:10.8125rem;left:25.436889648438rem;width:0.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV9f7OlSU4xg6yPXBoWOGN4RKNNs4TQp { top:22.1875rem;left:16.84375rem;width:17.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsEiXCG9eMrp5yenG1FAQ3aPUCn1SNy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AbDDbIQQRRTQBcgrTrPL807cs8GquUHQ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mScBG7iicvirS6LmiviPrDSA8SwhEGzD { width:4.93713125rem;height:3.2495125rem;top:0.2886962890625rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB6lGtCDN5qnv2ayyeeOwlk3mOuQEbqS { top:0.2886962890625rem;left:7.1856689453125rem;width:11.499625rem;height:2.999875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvqzPFVVPeB7CE1gIAMBN8q87sz4VFG { display:block; }
 }@media only screen and (max-width: 763px) { #SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp { display:block; }#SBgJ1qXRlhdi1WmZzb0sd7oTTtQxyQlp > .row .container { width:20rem;height:261rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehO6fSobXpTWiFDV36HeVdFinWfJlEdw { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgMfyidkVLfPXT8iCgiHTLmPvXnRECP { width:20rem;height:4.79980625rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC1CEMvLBKB614ck2U4mCtW83rs91NI6 { width:20rem;height:4.19921875rem;top:8.86230625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqQTwunuAgyW1sVlsP1PszcmqlKan3MK { width:20rem;height:15.9912125rem;top:14.311525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oztPR2tUJXnEMdgQNVSEJQqvi5imJKTo { width:20rem;height:23.9868125rem;top:37.00193125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEDJw70hW97hMMNR86wDKKbLonfNc0Va { width:20rem;height:4.19921875rem;top:31.5527125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mV7ciPgKzg5rmRU77ab6ikDC0NNIvAEi { width:20rem;height:3.19824375rem;top:67.6873375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrTTyHUXc1Qda279X3rpaqViKi13Tw4c { width:20rem;height:4.19921875rem;top:62.23811875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i { width:20rem;height:26.2109375rem;top:72.13558125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rAP5Ogw3eOPP8ysPud25y7ICPqytZS8i li:before{  }
 }@media only screen and (max-width: 763px) { #PftMaoCSHQKu8QC6Nci4IDWmAiLAQ4FW { width:20rem;height:4.19921875rem;top:99.59651875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOQ7kKX4EldlPShUHv0oy30DerkkgIr6 { width:20rem;height:15.9911875rem;top:105.0457375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2quDpsTKSx0HA6u1TLyo4StaTW0qKm8 { width:20rem;height:19.1894375rem;top:127.73558125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoPBaHi5ENR9w48F5sWiG2rJbDsmAQzL { width:20rem;height:4.19921875rem;top:122.2863625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ap0TPgmNRNN6yaXFN4F54m8JCTObR1uE { width:20rem;height:3.19824375rem;top:153.6236125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gu7m1dc9LhsodrSN0nWPH3TcqeP4G2yS { width:20rem;height:4.19921875rem;top:148.17439375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 { width:20rem;height:37.0556875rem;top:158.07185625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Ty6vnxZMwUbGpnP9I6qgnqCLDZAsXDE4 li:before{  }
 }@media only screen and (max-width: 763px) { #sy6vrZGdFwAGX0nyv7L1m90ynnTruIFT { width:20rem;height:9.59475rem;top:201.8267625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eASLBz8W2O4hGP1vpcDHwA1L3T8Mbrnh { width:20rem;height:4.19921875rem;top:196.37754375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpWaRetJ55wpZtJTwIWgzMEOxsaOLpu2 { width:20rem;height:14.3920625rem;top:218.12073125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLzz4Tr6uPIDz7sOOi28TRutOTrlIH4g { width:20rem;height:4.19921875rem;top:212.6715125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy5z4OkpJX3302XCvUX94BdichPZ6OyN { width:20rem;height:7.995625rem;top:237.11184375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1eOFe2A3aEVlKx2OUD7wSHqnpggCyn { width:20rem;height:2.0996125rem;top:233.76223125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1G59i2Tuhg7OvXyqNbfyTTA9D1zfEDT { width:20rem;height:7.995625rem;top:251.8066875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2gEE7VmRsTSRQrp51T46U7cTmJKt8OB { width:20rem;height:4.19921875rem;top:246.35746875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y { display:block; }#RO5wfEO6PbFlRstVPAXTAhzTcz4Ayq6y > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1zFSppqlB25QRc4JE3NnJnh0b4weJfI { width:18.562rem;height:8.99779375rem;top:7.1240234375rem;left:0.7177734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwaUFxO46d55mi1haubTXFUyLCCpbxmt { width:19.749125rem;height:3.5986375rem;top:20.933225rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqHG9iPVOm5nxmNORKNyshxW2b5kT2bc { width:7.8125rem;height:4.62463125rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WgwzqQDpbrPlTOI9wINOtoUQ1DRi8v { display:flex;width:2.3120125rem;height:2.3120125rem;top:18.53466796875rem;left:8.843994140625rem; }
 }@media only screen and (max-width: 763px) { #S8EeLudDTLbulUBLWDk0ZVnII1FWOFwP { width:0.625rem;height:9.375rem;top:22.9193125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qV9f7OlSU4xg6yPXBoWOGN4RKNNs4TQp { top:25.78185625rem;left:1.375rem;width:17.140375rem;height:2.45288125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsEiXCG9eMrp5yenG1FAQ3aPUCn1SNy { display:block; }
 }