.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:49,86,172;--color-primary-4:0,47,148;--color-secondary-0:255,204,204;--color-secondary-1:255,102,102;--color-secondary-2:255,0,0;--color-secondary-3:234,13,13;--color-secondary-4:51,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,255;--color-tertiary-2:250,246,246;--color-tertiary-3:248,245,245;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2725;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; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { background-color: transparent; background-image: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container > .video-iframe-container { display: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container { display: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .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); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { border-width: 0; border-radius: 0; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#fTkECT3rO6zi840QGuomExldCcTo6Pcz { 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:8.25rem;width:24.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AJ5xBvruGp56Tvv48TrwT3QQfRQLfwRM { background-color:#51e659;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.375rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#000000;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:15.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.40625rem;left:57.599999427796rem;display:block; }
#E4Em2LFqy5gdD56LJM08MKDxH5QyIbP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elphJVZMvoocWM7Akqm69IBrSFa0mgG7 { color:#32be41;display:block;width:55rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.956250190735rem;left:9.999218940735rem;height:7.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIBcOXpNbEwJ4uXRZFD59JzEMIrZX5ZL { background-color:#51e659;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.5rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:#000000;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:28.0625rem;height:4.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29rem;left:23.5rem;display:block; }
#w5243nFFFybib9FmqNAZN1KIm5W2GHRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAIwG6nAlhZtuixPRf86Zz3QUASzcK0C { box-sizing:content-box;height:3.25rem;width:15.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(109,255,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),0.5);border-left:0.0625rem solid rgba(var(--color-primary-0),0.5);border-right:0.0625rem solid rgba(var(--color-primary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.5);top:8.25rem;left:29.856251716614rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#ikeseWss6QAmZ7oXUr6oe2Qqb7POEqzX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:21.875rem;left:19.749218940735rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#h4DvlBblHw1gytc26xXdg6z2ZN0IxPXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.21875rem;left:59.287499427796rem; }
#cuTE3SPXsPLlNHSF7JTBh07RNBQJHndV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:30.1875rem;left:26.9375rem; }
#idr8ETEEd2ZrI6uF6VMPME5tkB58XqUV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:31.943749427796rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#FzGeKQRyvDgTbBoa7FqqylZ0QrPNVHXZ { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#4dff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.487500190735rem;left:31.618748664856rem;display:block; }
#k2LJy6KUzfnNfmJJXuMwzp7wGuD7CvLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.25rem;left:24.562500953674rem; }
#XWlVuBRGZVuCQXvTfRPATpC9TisL7TaK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:35.431251525879rem;left:25.899998664856rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#bSm9G0qxutAZzmdQDW5bKTr6Q7S3K2fw { color:#32be41;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:16.893751144409rem;left:25.037499427796rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5vUtUTSNBQey00AlLPOiLQlqJ5zgkiM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.21875rem;left:38.899998664856rem; }
#mb6rqfXIlU2GaOl5GcUyDc9eoOnKmEPL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:35.481249809265rem;left:37.412499427796rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2725;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; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container { background-color: transparent; background-image: none; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container > .video-iframe-container { display: none; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row > .video-iframe-container { display: none; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .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); }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container { border-width: 0; border-radius: 0; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container { font-size:0.875rem;font-family:arial;height:58.3625rem;width:75rem;position:relative;display:block; }#ckdJi9qAa10eJrTy7gbOswCEzurkRiMX { color:#fbfbfb;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:3.4968757629394rem;left:23.875000953674rem;height:7.3984375rem;text-align:center;text-align-last:center;display:block; }
#srC56qsNlR611mX14fl5bRJWmV7p8G7b { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.1960945129394rem;left:19.749218940735rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#c2OLT0qT6VSlTsSVsawUlFSsu9Os2uoM { color:#39d234;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:1.7976570129394rem;left:29.250000953674rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#nQIvWL7qgh0ynVqJewMmMDrMXNV1FGEN { box-sizing:content-box;height:13.5rem;width:18.25rem;position:absolute;display:block;z-index:15015;background-color:#312a2a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-0),0.46);border-left:0.0625rem solid rgba(var(--color-primary-0),0.46);border-right:0.0625rem solid rgba(var(--color-primary-0),0.46);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.46);top:12.761718988419rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TtXkz5mHyVqHEGeXx2Z3aXd3WwMgrEC6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.775000810623rem;left:0.796875rem; }
#qt2SoT5M32ggtJSTHCz9Pa224DCliLbT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.650001049042rem;left:19.749218940735rem; }
#BTTDrfIrnTqRyngi1UiDLFGdbB8gv5v7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.743751049042rem;left:38.474999427796rem; }
#SWQTonMfV7e0BHu5LZDpgMQ2ME5T61EA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.868751049042rem;left:57.287499427796rem; }
#aO8tvbzVN0tE7zku0Tvc7KDGAflQEAGl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:18.812501192093rem;left:0.79921817779544rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#bJvf03nxgBJemEeJ6tlMpTIlORIhlwZa { color:#fbfbfb;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:17.062499523163rem;left:0rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#tNfEmlqGU5Lo0FoCkfBEzuV8sqs0wZ2N { box-sizing:content-box;height:13.5rem;width:18.25rem;position:absolute;display:block;z-index:15016;background-color:#312a2a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-0),0.46);border-left:0.0625rem solid rgba(var(--color-primary-0),0.46);border-right:0.0625rem solid rgba(var(--color-primary-0),0.46);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.46);top:12.761718988419rem;left:18.999999046326rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#J5LQKEpKEJg5CsxT7Cpbtrac7QdHaLbc { box-sizing:content-box;height:13.5rem;width:18.25rem;position:absolute;display:block;z-index:15017;background-color:#312a2a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-0),0.46);border-left:0.0625rem solid rgba(var(--color-primary-0),0.46);border-right:0.0625rem solid rgba(var(--color-primary-0),0.46);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.46);top:12.761718988419rem;left:37.800000190735rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#g4v0s1BJCmwup7ym2RmcSZni1zZhWIdg { box-sizing:content-box;height:13.5rem;width:18.25rem;position:absolute;display:block;z-index:15018;background-color:#312a2a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-0),0.46);border-left:0.0625rem solid rgba(var(--color-primary-0),0.46);border-right:0.0625rem solid rgba(var(--color-primary-0),0.46);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.46);top:12.761718988419rem;left:56.561722755432rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TsvilGFgELAWVneyz3gvXm0WQGTbs3Hk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:18.811719655991rem;left:19.749218940735rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#Vx3Sq1ds6T1RpdQowaGaWXVGo2yktaTS { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:17.062499523163rem;left:19.362500190735rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#N01Bzq3q7sU4ogS2yhEAUdx2fS4821w8 { color:#fbfbfb;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:17.062499523163rem;left:38.162499427796rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#kf6TnFZOcA2qKVKRC1hH6IgsTOff0LuT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:18.812499523163rem;left:38.861718177796rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#W7O9eNbcpOVcMzq1zTeFmEpZp2ckBXHo { color:#fbfbfb;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:17.061718702316rem;left:55.249222755432rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#IoiE8383Ec7ol9ff64tdgMxBuNisfTao { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:18.812500953674rem;left:57.287499427796rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#XetKq502Rt54e6wliU0ziLNGMAcdSUba { color:#39d234;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.125rem;left:23.875rem;height:6.6625rem;text-align:center;text-align-last:center;display:block; }
#dc56nT9bBuOzkCK5GDhf3Z2SfFDKVuDZ { color:#39d234;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:31.4375rem;left:27.4375rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#JACyzpyS50sGbnyc9ZilVrZcTnESFxsu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:40.53750038147rem;left:19.749218940735rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#Xsn7CTtGNuT68FPwVy3OsBQpazOz9vD0 { background-color:rgba(51,53,64,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,167,167,0.46);border-left:0.0625rem solid rgba(216,167,167,0.46);border-right:0.0625rem solid rgba(216,167,167,0.46);border-bottom:0.0625rem solid rgba(216,167,167,0.46);border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#33eb2d;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.15rem;height:9.8375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:44.724999427796rem;left:23.875000953674rem;display:block; }
#y0qVQNDShF3yXDZL8MmEXqnyJhh2JVp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3tkk63z7Z6xEp3JlkIlUvLN8ryA8XPx { 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:15024;opacity:1;top:48.131252288818rem;left:26.175000190735rem; }
#SVnKPuyVS7NJSTwdH3hFhLussHnGzSVM { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:52.375rem;left:19.749218940735rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { background-color: transparent; background-image: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container > .video-iframe-container { display: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container { display: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .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); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { border-width: 0; border-radius: 0; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#thD9fLko0UxD8SIFsEWWFpoMGLGui5GH { color:rgba(var(--color-primary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:17.97265625rem;height:4.22265625rem;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) { #Let43Wt40ShlUtP1Ovh5wS862X0FZofB { display:none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTkECT3rO6zi840QGuomExldCcTo6Pcz { top:0rem;left:0rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5xBvruGp56Tvv48TrwT3QQfRQLfwRM { width:15.5rem;height:3.4375rem;top:2.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Em2LFqy5gdD56LJM08MKDxH5QyIbP1 { display:block; }
 }@media only screen and (max-width: 763px) { #elphJVZMvoocWM7Akqm69IBrSFa0mgG7 { top:12.9375rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIBcOXpNbEwJ4uXRZFD59JzEMIrZX5ZL { width:28.0625rem;height:4.1875rem;top:29rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5243nFFFybib9FmqNAZN1KIm5W2GHRE { display:block; }
 }@media only screen and (max-width: 763px) { #yAIwG6nAlhZtuixPRf86Zz3QUASzcK0C { top:8.25rem;left:16.231251716614rem;width:15.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeseWss6QAmZ7oXUr6oe2Qqb7POEqzX { top:21.8125rem;left:6.1242189407349rem;width:35.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4DvlBblHw1gytc26xXdg6z2ZN0IxPXw { top:3.1875rem;left:45.662499427796rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTE3SPXsPLlNHSF7JTBh07RNBQJHndV { top:30.1875rem;left:13.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idr8ETEEd2ZrI6uF6VMPME5tkB58XqUV { top:9.125rem;left:18.318749427796rem;width:12.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGeKQRyvDgTbBoa7FqqylZ0QrPNVHXZ { top:9.4375rem;left:17.993748664856rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LJy6KUzfnNfmJJXuMwzp7wGuD7CvLK { top:35.25rem;left:10.937500953674rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlVuBRGZVuCQXvTfRPATpC9TisL7TaK { top:35.375rem;left:12.274998664856rem;width:12.3125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSm9G0qxutAZzmdQDW5bKTr6Q7S3K2fw { top:16.875rem;left:11.412499427796rem;width:12.125rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5vUtUTSNBQey00AlLPOiLQlqJ5zgkiM { top:35.1875rem;left:25.274998664856rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb6rqfXIlU2GaOl5GcUyDc9eoOnKmEPL { top:35.4375rem;left:23.787499427796rem;width:16.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvLz3r9CBXySLOrHKcC0a7a16aovXEgE { display:block; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckdJi9qAa10eJrTy7gbOswCEzurkRiMX { top:3.4375rem;left:10.250000953674rem;width:27.25rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srC56qsNlR611mX14fl5bRJWmV7p8G7b { top:7.1875rem;left:6.1242189407349rem;width:35.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2OLT0qT6VSlTsSVsawUlFSsu9Os2uoM { top:1.75rem;left:15.625000953674rem;width:16.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIvWL7qgh0ynVqJewMmMDrMXNV1FGEN { top:12.75rem;left:0rem;width:18.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXkz5mHyVqHEGeXx2Z3aXd3WwMgrEC6 { top:13.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2SoT5M32ggtJSTHCz9Pa224DCliLbT { top:13.625rem;left:6.1242189407349rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTDrfIrnTqRyngi1UiDLFGdbB8gv5v7 { top:13.6875rem;left:24.849999427796rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWQTonMfV7e0BHu5LZDpgMQ2ME5T61EA { top:13.8125rem;left:43.662499427796rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO8tvbzVN0tE7zku0Tvc7KDGAflQEAGl { top:18.8125rem;left:0rem;width:16.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJvf03nxgBJemEeJ6tlMpTIlORIhlwZa { top:17rem;left:0rem;width:11.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNfEmlqGU5Lo0FoCkfBEzuV8sqs0wZ2N { top:12.75rem;left:5.3749990463257rem;width:18.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5LQKEpKEJg5CsxT7Cpbtrac7QdHaLbc { top:12.75rem;left:24.175000190735rem;width:18.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4v0s1BJCmwup7ym2RmcSZni1zZhWIdg { top:12.75rem;left:29.375rem;width:18.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvilGFgELAWVneyz3gvXm0WQGTbs3Hk { top:18.75rem;left:6.1242189407349rem;width:16.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx3Sq1ds6T1RpdQowaGaWXVGo2yktaTS { top:17rem;left:5.7375001907349rem;width:9.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01Bzq3q7sU4ogS2yhEAUdx2fS4821w8 { top:17rem;left:24.537499427796rem;width:12.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6TnFZOcA2qKVKRC1hH6IgsTOff0LuT { top:18.75rem;left:25.236718177796rem;width:16.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7O9eNbcpOVcMzq1zTeFmEpZp2ckBXHo { top:17rem;left:35.375rem;width:12.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiE8383Ec7ol9ff64tdgMxBuNisfTao { top:18.8125rem;left:31rem;width:16.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XetKq502Rt54e6wliU0ziLNGMAcdSUba { top:33.125rem;left:10.25rem;width:27.25rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc56nT9bBuOzkCK5GDhf3Z2SfFDKVuDZ { top:31.4375rem;left:13.8125rem;width:20.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JACyzpyS50sGbnyc9ZilVrZcTnESFxsu { top:40.5rem;left:6.1242189407349rem;width:35.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsn7CTtGNuT68FPwVy3OsBQpazOz9vD0 { width:27.125rem;height:9.8125rem;top:44.6875rem;left:10.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qVQNDShF3yXDZL8MmEXqnyJhh2JVp1 { display:block; }
 }@media only screen and (max-width: 763px) { #M3tkk63z7Z6xEp3JlkIlUvLN8ryA8XPx { top:48.125rem;left:12.550000190735rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVnKPuyVS7NJSTwdH3hFhLussHnGzSVM { top:52.375rem;left:6.1242189407349rem;width:35.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { display:block; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thD9fLko0UxD8SIFsEWWFpoMGLGui5GH { top:1.4375rem;left:4.34765625rem;width:37.375rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Let43Wt40ShlUtP1Ovh5wS862X0FZofB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0a2725, #0a2725);background-image: -moz-linear-gradient(90deg, #0a2725, #0a2725);background-image: -ms-linear-gradient(90deg, #0a2725, #0a2725);background-image: -o-linear-gradient(90deg, #0a2725, #0a2725);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2725', endColorstr='#0a2725' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2725', endColorstr='#0a2725' );";background-image: linear-gradient(90deg, #0a2725, #0a2725);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { background-color: transparent; background-image: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container > .video-iframe-container { display: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container { display: none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .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); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { border-width: 0; border-radius: 0; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTkECT3rO6zi840QGuomExldCcTo6Pcz { width:20rem;height:6.7692307692308rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5xBvruGp56Tvv48TrwT3QQfRQLfwRM { width:15.5rem;height:3.4375rem;top:6.75rem;left:2.25rem;box-shadow: 0.0625rem 0.375rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #E4Em2LFqy5gdD56LJM08MKDxH5QyIbP1 { display:block; }
 }@media only screen and (max-width: 763px) { #elphJVZMvoocWM7Akqm69IBrSFa0mgG7 { width:20rem;height:7.4238125rem;top:16.24374961853rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIBcOXpNbEwJ4uXRZFD59JzEMIrZX5ZL { width:19rem;height:4.1875rem;top:31.31875038147rem;left:0.49921876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5243nFFFybib9FmqNAZN1KIm5W2GHRE { display:block; }
 }@media only screen and (max-width: 763px) { #yAIwG6nAlhZtuixPRf86Zz3QUASzcK0C { width:15.1875rem;height:3.25rem;top:12.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeseWss6QAmZ7oXUr6oe2Qqb7POEqzX { width:20rem;height:5.84765625rem;top:24.24374961853rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h4DvlBblHw1gytc26xXdg6z2ZN0IxPXw { display:flex;width:1.8125rem;height:1.8125rem;top:7.5625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #cuTE3SPXsPLlNHSF7JTBh07RNBQJHndV { display:flex;width:1.8125rem;height:1.8125rem;top:32.50625038147rem;left:1.2375000119209rem; }
 }@media only screen and (max-width: 763px) { #idr8ETEEd2ZrI6uF6VMPME5tkB58XqUV { width:12.75rem;height:1.6rem;top:13rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGeKQRyvDgTbBoa7FqqylZ0QrPNVHXZ { width:0.875rem;height:0.875rem;top:13.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LJy6KUzfnNfmJJXuMwzp7wGuD7CvLK { display:flex;width:1.9375rem;height:1.9375rem;top:38.3125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #XWlVuBRGZVuCQXvTfRPATpC9TisL7TaK { width:12.3125rem;height:1.7rem;top:38.625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSm9G0qxutAZzmdQDW5bKTr6Q7S3K2fw { width:12.125rem;height:2.2rem;top:30.80625rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5vUtUTSNBQey00AlLPOiLQlqJ5zgkiM { display:flex;width:2.125rem;height:2.125rem;top:40.6875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #mb6rqfXIlU2GaOl5GcUyDc9eoOnKmEPL { width:16.4375rem;height:1.6rem;top:41.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvLz3r9CBXySLOrHKcC0a7a16aovXEgE { display:block; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvLz3r9CBXySLOrHKcC0a7a16aovXEgE > .row .container { width:20rem;height:95.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckdJi9qAa10eJrTy7gbOswCEzurkRiMX { width:20rem;height:1.6875rem;top:2.5859384536743rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #srC56qsNlR611mX14fl5bRJWmV7p8G7b { width:20rem;height:3.9rem;top:4.737500667572rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c2OLT0qT6VSlTsSVsawUlFSsu9Os2uoM { width:16.5rem;height:1.7rem;top:0.57421875rem;left:1.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIvWL7qgh0ynVqJewMmMDrMXNV1FGEN { width:18.25rem;height:13.5rem;top:10.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXkz5mHyVqHEGeXx2Z3aXd3WwMgrEC6 { display:flex;width:2.125rem;height:2.125rem;top:11.1875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #qt2SoT5M32ggtJSTHCz9Pa224DCliLbT { display:flex;width:2.375rem;height:2.375rem;top:25.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #BTTDrfIrnTqRyngi1UiDLFGdbB8gv5v7 { display:flex;width:2.1875rem;height:2.1875rem;top:40.625rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #SWQTonMfV7e0BHu5LZDpgMQ2ME5T61EA { display:flex;width:1.9375rem;height:1.9375rem;top:55.625rem;left:1.8125000596046rem; }
 }@media only screen and (max-width: 763px) { #aO8tvbzVN0tE7zku0Tvc7KDGAflQEAGl { width:16.75rem;height:4.875rem;top:16.25rem;left:1.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bJvf03nxgBJemEeJ6tlMpTIlORIhlwZa { width:11.5625rem;height:1.8rem;top:14.5rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNfEmlqGU5Lo0FoCkfBEzuV8sqs0wZ2N { width:18.25rem;height:13.5rem;top:25.125001072884rem;left:0.82499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5LQKEpKEJg5CsxT7Cpbtrac7QdHaLbc { width:18.25rem;height:13.5rem;top:39.5625rem;left:0.82499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4v0s1BJCmwup7ym2RmcSZni1zZhWIdg { width:18.25rem;height:13.5rem;top:54.249997138977rem;left:0.82499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvilGFgELAWVneyz3gvXm0WQGTbs3Hk { width:16.75rem;height:4.875rem;top:31.0625rem;left:1.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vx3Sq1ds6T1RpdQowaGaWXVGo2yktaTS { width:9.9375rem;height:1.8rem;top:29.311720848084rem;left:0.81171876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01Bzq3q7sU4ogS2yhEAUdx2fS4821w8 { width:12.375rem;height:1.8rem;top:43.860157012939rem;left:0.81171876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6TnFZOcA2qKVKRC1hH6IgsTOff0LuT { width:16.75rem;height:4.875rem;top:45.611716270447rem;left:1.6250000596046rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W7O9eNbcpOVcMzq1zTeFmEpZp2ckBXHo { width:8.625rem;height:1.8rem;top:58.737502098084rem;left:1.3117187619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiE8383Ec7ol9ff64tdgMxBuNisfTao { width:16.75rem;height:3.65625rem;top:60.487509727478rem;left:1.6250000596046rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XetKq502Rt54e6wliU0ziLNGMAcdSUba { width:20rem;height:5.2rem;top:71.837498664856rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc56nT9bBuOzkCK5GDhf3Z2SfFDKVuDZ { width:20rem;height:1.7rem;top:70.137503623963rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JACyzpyS50sGbnyc9ZilVrZcTnESFxsu { width:20rem;height:3.9rem;top:77.725002288819rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xsn7CTtGNuT68FPwVy3OsBQpazOz9vD0 { width:19.9rem;height:9.5875rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qVQNDShF3yXDZL8MmEXqnyJhh2JVp1 { display:block; }
 }@media only screen and (max-width: 763px) { #M3tkk63z7Z6xEp3JlkIlUvLN8ryA8XPx { display:flex;width:2.4375rem;height:2.4375rem;top:86.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVnKPuyVS7NJSTwdH3hFhLussHnGzSVM { width:20rem;height:1.3rem;top:91rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { display:block; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thD9fLko0UxD8SIFsEWWFpoMGLGui5GH { width:15.9375rem;height:4.875rem;top:1.8125rem;left:2.03125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }