.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:217,230,232;--color-primary-1:128,170,179;--color-primary-2:0,85,102;--color-primary-3:0,43,51;--color-primary-4:0,13,15;--color-secondary-0:217,255,255;--color-secondary-1:128,255,255;--color-secondary-2:0,255,255;--color-secondary-3:0,128,128;--color-secondary-4:0,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:Chakra Petch;--paragraphs-font-family:Chakra Petch; }@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:#000000;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); }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I { position:relative;display:block; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I { background-color: transparent; background-image: none; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row .container > .video-iframe-container { display: none; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row > .video-iframe-container { display: none; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .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); }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I { border-width: 0; border-radius: 0; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .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; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#elIVTWbTueF5O6A3B5bPm3WrJ9hg2fmq { 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:0.0625rem;width:0.125rem;top:6.25rem;left:7.65625rem;overflow:hidden;display:block; }
#txEycHTwIFChMgRHDTpre1epmJLTLuXn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:25.375rem;top:1.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#kSoVBU9eH3aq5xzmnX6hgMOTwbRwEwkP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:46.875rem;top:9.375rem;left:26.875rem;overflow:hidden;display:block; }
#ypVUf6kuMKiFoEFu6XRFpKUPpfbUzfvr { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:"chakra petch";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:10rem;left:44.0625rem;height:1.2744125rem;font-style:normal;display:block; }
#CcxzsvCl4Sxttdr0M1Mo0TSOMQsoDOtn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.6875rem;left:41.5625rem;filter: drop-shadow(0rem 0rem 0.375rem #00ffff); }
#T5yAl0G8n1q4GwfCXykL1whSbDOSA5wJ { color:rgba(var(--color-secondary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"chakra petch";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:10rem;left:38.75rem;height:1.2744125rem;font-style:normal;display:block; }
#Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 { 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:15025;opacity:1;top:8.125rem;left:69.6875rem;filter: drop-shadow(0rem 0rem 0.375rem #00ffff); }
#Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g { z-index:;position:relative;display:block; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g { background-color: transparent; background-image: none; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row .container > .video-iframe-container { display: none; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row > .video-iframe-container { display: none; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .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); }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g { border-width: 0; border-radius: 0; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .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; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rmIAus47oUim15DPx2AShyeJmXXZwkJL { 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:21.875rem;width:75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt { position:relative;display:block; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt { background-color: transparent; background-image: none; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row .container > .video-iframe-container { display: none; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row > .video-iframe-container { display: none; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .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); }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt { border-width: 0; border-radius: 0; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .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; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Troch0RyCTTBFgcEuDbslQfOCIRy8A7C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"chakra petch";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.14;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:6.8125rem;left:9.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHthx61G72criR3sprr0Zm10aBnfn9Fx { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:1.25rem;left:4.375rem;overflow:hidden;display:block; }
#MPURITGtxWt0bUFrUfB217IeJUJfDeKR { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:43.1875rem;top:7.5rem;left:27.5rem;overflow:hidden;display:block; }
#R07THGbz5g9wNXtwO3xFH1pMV7LP4QLA { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:"chakra petch";font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.14;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:12.3125rem;left:31.625rem;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C { position:relative;display:block; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C { background-color: transparent; background-image: none; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container > .video-iframe-container { display: none; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row > .video-iframe-container { display: none; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .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); }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C { border-width: 0; border-radius: 0; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hv0bxn1emq50vETmN516nQ8LzDASfKEw { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:10.375rem;left:3.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e10OtcM07OlcnXRzD9pVSmT4nk86Uv2z { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:8.125rem;left:3.4375rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#duwgU8Ia9skHV8aWtNWit0pT0DQKo5g5 { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:17.875rem;left:3.4375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xirxk8GJJEwQEo4qr0E8PNMgUh0WcGJO { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:41.6875rem;left:10.625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8lPz4xBZTiE6CPAbAy81GBwwfpg3Q45 { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.125rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:35.3125rem;left:10.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eowz9Vf4CdmqNsUd64w8sfznlBnpxTym { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:44.375rem;left:10.625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsEcAgynT9lVL7uf9VNpJTxW4T9z01hV { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:6.25rem;left:24.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,255,255,0.5) ;display:block; }
#iEOyJLHgrH4pvFK99WaNeR4L87Um6yhl { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:6.25rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,255,255,0.5) ;display:block; }
#aPTvT7ia394wUboAwmPanI7Jd0emxmMI { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:2.5;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:17.5rem;left:13.375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeDgQBthp508AbcvHFtbTV4u9MahLSyN { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:16rem;left:27.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UNC5LiObmdvR69ClSvBoor4HxtVlQ3KO { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:14.25rem;left:27.8125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ACsXJQzW6baafhAMDyxJydiO6pVcC8Ur { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:22rem;left:27.8125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smMpgTcT0WJSUObBtBMlyHqDUTedlA2h { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15025;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:37.5625rem;left:36.875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJN9DLtSEde6K9efTEHTXkkavd1FxFiz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15059;line-height:2.5;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:21.5625rem;left:37.875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaRlOWlT6CiLNLwhp342yoZi2wtk7oyh { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:41.5625rem;left:36.875rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAMp54Her6aPCu7ypCtLSikdv70Onopm { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15055;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:44.25rem;left:36.875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBFvMmfEwJCPmQmCGsIzak2PHIif7ZbV { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15031;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:16rem;left:52.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mGrTrGkpEOoCyZHAdQXkf8C0kLmsFoBm { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:14.25rem;left:52.8125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sg7qc9nZf55ixCOiCVaoDVy6OgDWTIQ5 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:22rem;left:52.8125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SIgGyP5MpGq08bI0fNKXOabqSVsWShXp { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15035;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:37.5625rem;left:61.875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkVARxAdkShEPmb6ri0x4EiTUAW5W957 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15069;line-height:2.5;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:21.5625rem;left:62.875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#diost6hh85TEsXG6yOXrkA7yCor82BfC { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:41.5625rem;left:61.875rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bU1nnMWk4phCiJ7aKSgdU4MmMtLftxV6 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15065;line-height:.8;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:44.25rem;left:61.875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLP6RDzyicTFtDOhwo1L1aNF66sTZDKX { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14992;top:24.0625rem;left:8.75rem;opacity:1;filter: drop-shadow(0rem 0rem 0.375rem #00ffff); }
#AmWXvd5IWBO73TUpzxpmlxpT436pEVad { position:absolute;display:block;z-index:14991;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:18.75rem;width:18.75rem;top:5rem;left:0.625rem;overflow:hidden;display:block; }
#nyHdsTDhxAm8MWdCoT6lNGUZvHGFKl6f { position:absolute;display:block;z-index:14992;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:15rem;width:15rem;top:33.125rem;left:8.125rem;overflow:hidden;display:block; }
#dH9UDTnLIUL5F8cNRQa3gdkE8NALeqci { position:absolute;display:block;z-index:14992;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:15rem;width:15rem;top:11.9375rem;left:26.875rem;overflow:hidden;display:block; }
#LBsGQfOMgD2R0NUPxnroSKFK4Pt21BHm { position:absolute;display:block;z-index:14993;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:12.5rem;width:12.5rem;top:35.375rem;left:35.625rem;overflow:hidden;display:block; }
#Ara0EhwrhIbFLGlziqE9dWz6sdfHpy6X { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14993;top:27.5625rem;left:34.375rem;opacity:1;filter: drop-shadow(0rem 0rem 0.375rem #00ffff); }
#f8P4W1zQJx2y1flCfHrxZtAypLo6w985 { position:absolute;display:block;z-index:14993;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:15rem;width:15rem;top:11.9375rem;left:51.875rem;overflow:hidden;display:block; }
#qGQveU7WOQxqy4tL547vTEMCE5gLatDH { position:absolute;display:block;z-index:14994;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:12.5rem;width:12.5rem;top:35.375rem;left:60.625rem;overflow:hidden;display:block; }
#UKBACck7T6dJspuD3TZRQDyJqO90sse6 { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14994;top:27.5625rem;left:59.375rem;opacity:1;filter: drop-shadow(0rem 0rem 0.375rem #00ffff); }
#CyCnFKfETqqktCFPpQLa2GaHnT2PAQxy { position:absolute;display:block;z-index:15022;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:4.0625rem;width:24.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IGQ4aq9A1b5S8La2HEnn5noco3byspB6 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:2.7;letter-spacing:0;top:0rem;left:0rem;height:4.04980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WuKJzwdrSoflwDad4eTIH5ask5irTxlB { 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:3.125rem;width:18.75rem;display:none; }
#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV { position:relative;display:block; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV { background-color: transparent; background-image: none; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container > .video-iframe-container { display: none; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row > .video-iframe-container { display: none; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .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); }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV { border-width: 0; border-radius: 0; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vmTTwsXB6zDC31rZLxdXefst8HhyVaRv { position:absolute;display:block;z-index:15004;height:40.625rem;width:35.625rem;top:5.625rem;left:31.875rem;display:block; }
#TeJv5U5BU0ziVMW9f5rDQBvUR7826quX { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:5.625rem;left:12.875rem;height:29.6953125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fnHfAFkF5NBVOmehAglMruptCXh3cBPv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.125rem;width:68.75rem;top:1.25rem;left:5rem;overflow:hidden;display:block; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.375rem #00ffff ;color:rgba(var(--color-secondary-2),1);padding-top:0.4525rem;padding-right:0.633125rem;padding-bottom:0.4525rem;padding-left:0.633125rem;display:block;align-items:center;width:3.794375rem;min-width:3.794375rem;height:2.416875rem;position:relative;font-family:"chakra petch";font-size:1.805rem;font-weight:700;line-height:38.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2825rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.0575rem;height:0.95125rem;position:relative;font-family:"chakra petch";font-size:0.679375rem;font-weight:400;line-height:15.22px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;text-shadow:0rem 0rem 0.375rem #00ffff;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.75rem;height:4.680625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:48.5rem;left:46.875rem;z-index:15026; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #PTLLcGyxeOGnmGtF68OoDibUUzUMFA8f { display:flex;position:relative;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #JJzXeV34zyyP97ewywrsr2rEcOEdLzQ2 { width:auto; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #Ggkh5x5dJWBiF818asCpe3haPylAUoa1 {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #UDcEGfK1Ifmrtn5IkvJdutL2qriL3hBF { display:flex;position:relative;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #CxFwZgavBTfhWILpLEemTZiayDMkbJvh {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #OHQtEqZS7OnTT3MZ3K2PJVoGUwJsEdR2 {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #Bg9wG9anoB1HaMU7TW06Wo30IrHMHDeZ { display:flex;position:relative;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #sORb5irIxvxNU7lu017L4xVdsr84wUyU {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #VMxR3d4kv0lTHuBQNZGdTNflJCCiK4af {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #FTofHyZgTSDQEiwnqbEOv9GWyhAsFmVT { display:flex;position:relative;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #X85V2NRclkdROtdg2ch4W05neWgZpbIc {  }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy #zINFcz9nyOq8QDnpHWTck7EJxDhHeVgr {  }
#RTb0Tc7nD2JZM6NpagiwswqiVlf04wQs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.15;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:48.5rem;left:37.75rem;height:3.44824375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E5lHvC51wnW6uWTme4ZIUHK1TPR89agT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:5.625rem;left:12.875rem;height:19.796875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kio0EcWzR9M8bkA91hcZwsbtsoaxfnbF { 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:55.6875rem;width:18.75rem;display:none; }
#gOqnriT2DOETVzn1J1azwkCWHU93294N { position:relative;display:block; }#gOqnriT2DOETVzn1J1azwkCWHU93294N { background-color: transparent; background-image: none; }#gOqnriT2DOETVzn1J1azwkCWHU93294N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row .container > .video-iframe-container { display: none; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row > .video-iframe-container { display: none; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .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); }#gOqnriT2DOETVzn1J1azwkCWHU93294N { border-width: 0; border-radius: 0; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .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; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pnLTTb525zg6nmiqa9HdTeIm5CiEPOz3 { color:#00ffff;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:3.5rem;left:19.75rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fydHkstWEvonpWJU3B7y2xev4MWwRF8T { position:absolute;display:block;z-index:14999;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:12.5rem;width:60.5rem;top:0rem;left:14.5rem;overflow:hidden;display:block; }
#bOkMWd9fQ6lzdX3FG9UABiUlCCpzVLZ7 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #00ffff;top:5.75rem;left:19.75rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyb0c7nB3iOsozklrCFmtVUAfo2wEesx { 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:34.1875rem;width:75rem;display:none; }
#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH { position:relative;display:block; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH { background-color: transparent; background-image: none; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container > .video-iframe-container { display: none; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row > .video-iframe-container { display: none; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .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); }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH { border-width: 0; border-radius: 0; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tCGKWgRXSUEif9MWyppKqbktqkFnh1VP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:63.125rem; }
#bD3q8JcRrJTqq68aBBku8AoF5ytvXecS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:62.5rem;display:block; }
#qaHQZTkkig1vQAFVG1DxmlZl0ig8hd8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkGrckDF5bJlA6ffT0iavsUo6RQoUqIK { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:0.625rem;left:64.375rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uSfSGT7KQgOdLPTgdIKonhi9TWObiQDc { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:0rem;left:62.5rem;overflow:hidden;display:block; }
#ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection { z-index:;position:relative;display:block; } #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection *:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="text"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="email"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="tel"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection textarea:focus-visible { outline: none; } #AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO { background-color: transparent; background-image: none; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row .container > .video-iframe-container { display: none; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row > .video-iframe-container { display: none; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .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); }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO { border-width: 0; border-radius: 0; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .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; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HMT8mgApJkign9Wn64iOsUEPhFdvCH3I { display:block; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elIVTWbTueF5O6A3B5bPm3WrJ9hg2fmq { top:6.25rem;left:0rem;width:0.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEycHTwIFChMgRHDTpre1epmJLTLuXn { top:1.5625rem;left:0rem;width:25.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoVBU9eH3aq5xzmnX6hgMOTwbRwEwkP { top:9.375rem;left:0.875rem;width:46.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVUf6kuMKiFoEFu6XRFpKUPpfbUzfvr { top:10rem;left:30.4375rem;width:8.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxzsvCl4Sxttdr0M1Mo0TSOMQsoDOtn { top:9.6875rem;left:27.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yAl0G8n1q4GwfCXykL1whSbDOSA5wJ { top:10rem;left:25.125rem;width:2.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 { top:8.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g { display:block; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmIAus47oUim15DPx2AShyeJmXXZwkJL { top:0.625rem;left:0rem;width:47.75rem;height:13.927083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt { display:block; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Troch0RyCTTBFgcEuDbslQfOCIRy8A7C { width:14.375rem;height:;top:6.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHthx61G72criR3sprr0Zm10aBnfn9Fx { top:1.25rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPURITGtxWt0bUFrUfB217IeJUJfDeKR { top:7.5rem;left:4.5625rem;width:43.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07THGbz5g9wNXtwO3xFH1pMV7LP4QLA { width:33.75rem;height:;top:12.3125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDqRC58trJM3yCZUqXKxExNOvXDOL4C { display:block; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv0bxn1emq50vETmN516nQ8LzDASfKEw { width:13.125rem;height:7.5rem;top:10.375rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10OtcM07OlcnXRzD9pVSmT4nk86Uv2z { width:13.125rem;height:1.625rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duwgU8Ia9skHV8aWtNWit0pT0DQKo5g5 { width:13.125rem;height:2.6875rem;top:17.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xirxk8GJJEwQEo4qr0E8PNMgUh0WcGJO { width:10rem;height:2.6875rem;top:41.6875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lPz4xBZTiE6CPAbAy81GBwwfpg3Q45 { width:10rem;height:6.5rem;top:35.3125rem;left:5.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eowz9Vf4CdmqNsUd64w8sfznlBnpxTym { width:10rem;height:1.5625rem;top:44.375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsEcAgynT9lVL7uf9VNpJTxW4T9z01hV { top:6.25rem;left:15.75rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEOyJLHgrH4pvFK99WaNeR4L87Um6yhl { top:6.25rem;left:31.625rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTvT7ia394wUboAwmPanI7Jd0emxmMI { top:17.5rem;left:8.8125rem;width:1.25rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeDgQBthp508AbcvHFtbTV4u9MahLSyN { width:13.125rem;height:6rem;top:16rem;left:15.875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNC5LiObmdvR69ClSvBoor4HxtVlQ3KO { width:13.125rem;height:1.0625rem;top:14.25rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsXJQzW6baafhAMDyxJydiO6pVcC8Ur { width:13.125rem;height:2.6875rem;top:22rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMpgTcT0WJSUObBtBMlyHqDUTedlA2h { width:10rem;height:4rem;top:37.5625rem;left:21.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJN9DLtSEde6K9efTEHTXkkavd1FxFiz { top:21.5625rem;left:24.1875rem;width:1.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRlOWlT6CiLNLwhp342yoZi2wtk7oyh { width:10rem;height:2.6875rem;top:41.5625rem;left:21.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMp54Her6aPCu7ypCtLSikdv70Onopm { width:10rem;height:1.5625rem;top:44.25rem;left:21.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFvMmfEwJCPmQmCGsIzak2PHIif7ZbV { width:13.125rem;height:6rem;top:16rem;left:31.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrTrGkpEOoCyZHAdQXkf8C0kLmsFoBm { width:13.125rem;height:1.0625rem;top:14.25rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7qc9nZf55ixCOiCVaoDVy6OgDWTIQ5 { width:13.125rem;height:2.6875rem;top:22rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIgGyP5MpGq08bI0fNKXOabqSVsWShXp { width:10rem;height:4rem;top:37.5625rem;left:37.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVARxAdkShEPmb6ri0x4EiTUAW5W957 { top:21.5625rem;left:40.0625rem;width:1.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diost6hh85TEsXG6yOXrkA7yCor82BfC { width:10rem;height:2.6875rem;top:41.5625rem;left:37.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU1nnMWk4phCiJ7aKSgdU4MmMtLftxV6 { width:10rem;height:1.5625rem;top:44.25rem;left:37.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP6RDzyicTFtDOhwo1L1aNF66sTZDKX { width:7.5rem;height:7.5rem;top:24.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmWXvd5IWBO73TUpzxpmlxpT436pEVad { top:5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHdsTDhxAm8MWdCoT6lNGUZvHGFKl6f { top:33.125rem;left:0.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH9UDTnLIUL5F8cNRQa3gdkE8NALeqci { top:11.9375rem;left:15.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsGQfOMgD2R0NUPxnroSKFK4Pt21BHm { top:35.375rem;left:19.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ara0EhwrhIbFLGlziqE9dWz6sdfHpy6X { width:7.5rem;height:7.5rem;top:27.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8P4W1zQJx2y1flCfHrxZtAypLo6w985 { top:11.9375rem;left:31.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQveU7WOQxqy4tL547vTEMCE5gLatDH { top:35.375rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKBACck7T6dJspuD3TZRQDyJqO90sse6 { width:7.5rem;height:7.5rem;top:27.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyCnFKfETqqktCFPpQLa2GaHnT2PAQxy { top:0rem;left:0rem;width:24.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQ4aq9A1b5S8La2HEnn5noco3byspB6 { width:21.875rem;height:4rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuKJzwdrSoflwDad4eTIH5ask5irTxlB { width:18.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV { display:block; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTTwsXB6zDC31rZLxdXefst8HhyVaRv { top:5.625rem;left:12.125rem;width:35.625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJv5U5BU0ziVMW9f5rDQBvUR7826quX { width:18.4375rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnHfAFkF5NBVOmehAglMruptCXh3cBPv { top:1.25rem;left:0rem;width:47.75rem;height:36.897727272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy { width:18.5rem;height:5.1875rem;display:flex;top:0rem;left:28.125rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #PTLLcGyxeOGnmGtF68OoDibUUzUMFA8f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #JJzXeV34zyyP97ewywrsr2rEcOEdLzQ2 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #Ggkh5x5dJWBiF818asCpe3haPylAUoa1 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #UDcEGfK1Ifmrtn5IkvJdutL2qriL3hBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #CxFwZgavBTfhWILpLEemTZiayDMkbJvh {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #OHQtEqZS7OnTT3MZ3K2PJVoGUwJsEdR2 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #Bg9wG9anoB1HaMU7TW06Wo30IrHMHDeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #sORb5irIxvxNU7lu017L4xVdsr84wUyU {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #VMxR3d4kv0lTHuBQNZGdTNflJCCiK4af {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #FTofHyZgTSDQEiwnqbEOv9GWyhAsFmVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #X85V2NRclkdROtdg2ch4W05neWgZpbIc {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #zINFcz9nyOq8QDnpHWTck7EJxDhHeVgr {  }
 }@media only screen and (max-width: 763px) { #RTb0Tc7nD2JZM6NpagiwswqiVlf04wQs { width:7.3125rem;height:3.4375rem;top:48.5rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5lHvC51wnW6uWTme4ZIUHK1TPR89agT { width:19.0625rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kio0EcWzR9M8bkA91hcZwsbtsoaxfnbF { width:18.75rem;height:55.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOqnriT2DOETVzn1J1azwkCWHU93294N { display:block; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnLTTb525zg6nmiqa9HdTeIm5CiEPOz3 { top:3.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fydHkstWEvonpWJU3B7y2xev4MWwRF8T { top:0rem;left:0rem;width:47.75rem;height:9.8657024793388rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOkMWd9fQ6lzdX3FG9UABiUlCCpzVLZ7 { top:5.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyb0c7nB3iOsozklrCFmtVUAfo2wEesx { width:47.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH { display:block; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCGKWgRXSUEif9MWyppKqbktqkFnh1VP { top:0.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD3q8JcRrJTqq68aBBku8AoF5ytvXecS { width:12.5rem;height:2.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHQZTkkig1vQAFVG1DxmlZl0ig8hd8z { display:block; }
 }@media only screen and (max-width: 763px) { #rkGrckDF5bJlA6ffT0iavsUo6RQoUqIK { top:0.625rem;left:42.75rem;width:5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfSGT7KQgOdLPTgdIKonhi9TWObiQDc { top:0rem;left:35.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection { display:block; } #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection *:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="text"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="email"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="tel"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection textarea:focus-visible { outline: none; } #AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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) { #HMT8mgApJkign9Wn64iOsUEPhFdvCH3I { display:block; }#HMT8mgApJkign9Wn64iOsUEPhFdvCH3I > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elIVTWbTueF5O6A3B5bPm3WrJ9hg2fmq { width:0.125rem;height:0.0625rem;top:8.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEycHTwIFChMgRHDTpre1epmJLTLuXn { width:17.5rem;height:6.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoVBU9eH3aq5xzmnX6hgMOTwbRwEwkP { width:18.75rem;height:0.875rem;top:9.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVUf6kuMKiFoEFu6XRFpKUPpfbUzfvr { width:7.8125rem;height:1.0625rem;top:8.75rem;left:9.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcxzsvCl4Sxttdr0M1Mo0TSOMQsoDOtn { display:flex;width:1.25rem;height:1.25rem;top:8.75rem;left:7.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #T5yAl0G8n1q4GwfCXykL1whSbDOSA5wJ { width:2.1875rem;height:1.25rem;top:8.75rem;left:5.625rem;font-size:0.625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 { display:flex;width:1.25rem;height:1.25rem;top:8.5625rem;left:17.875rem;font-size:0.875rem; }
#Zhre9NTXV5Tdt5Ki6lCTJXQ8TbuXxxx6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g { display:block; }#xUT6cf6LRdRT3g8vKBaCpP8LtEiiu55g > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmIAus47oUim15DPx2AShyeJmXXZwkJL { width:18.75rem;height:5.4375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt { display:block; }#FR0JrOPiCGrmVrgEH89JNhHNAebfrxGt > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Troch0RyCTTBFgcEuDbslQfOCIRy8A7C { width:6.875rem;height:4.98535rem;top:2.5078125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHthx61G72criR3sprr0Zm10aBnfn9Fx { width:10rem;height:10rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPURITGtxWt0bUFrUfB217IeJUJfDeKR { width:19.1875rem;height:10rem;top:10rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07THGbz5g9wNXtwO3xFH1pMV7LP4QLA { width:15.75rem;height:5.982425rem;top:12rem;left:2.125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDqRC58trJM3yCZUqXKxExNOvXDOL4C { display:block; }#gFDqRC58trJM3yCZUqXKxExNOvXDOL4C > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv0bxn1emq50vETmN516nQ8LzDASfKEw { width:10rem;height:4.5rem;top:5.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10OtcM07OlcnXRzD9pVSmT4nk86Uv2z { width:10rem;height:0.9619125rem;top:4.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duwgU8Ia9skHV8aWtNWit0pT0DQKo5g5 { width:10rem;height:2.69921875rem;top:9.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xirxk8GJJEwQEo4qr0E8PNMgUh0WcGJO { width:7.5rem;height:1.6875rem;top:17.375rem;left:8.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lPz4xBZTiE6CPAbAy81GBwwfpg3Q45 { width:7.5rem;height:2.5rem;top:14.9375rem;left:8.75rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eowz9Vf4CdmqNsUd64w8sfznlBnpxTym { width:7.5rem;height:1rem;top:19rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsEcAgynT9lVL7uf9VNpJTxW4T9z01hV { width:10rem;height:0.125rem;top:22.5rem;left:10rem;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(0,255,255,0.5) ;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #iEOyJLHgrH4pvFK99WaNeR4L87Um6yhl { width:10rem;height:0.125rem;top:41.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTvT7ia394wUboAwmPanI7Jd0emxmMI { width:1.25rem;height:3.125rem;top:9.5rem;left:11.4375rem;font-size:1.25rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #LeDgQBthp508AbcvHFtbTV4u9MahLSyN { width:8.75rem;height:3.75rem;top:26.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNC5LiObmdvR69ClSvBoor4HxtVlQ3KO { width:8.75rem;height:0.89355625rem;top:25.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsXJQzW6baafhAMDyxJydiO6pVcC8Ur { width:8.75rem;height:2.36230625rem;top:30.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMpgTcT0WJSUObBtBMlyHqDUTedlA2h { width:6.25rem;height:2.25rem;top:35rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJN9DLtSEde6K9efTEHTXkkavd1FxFiz { width:1.25rem;height:2.65625rem;top:30.0625rem;left:10.4375rem;font-size:1.0625rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRlOWlT6CiLNLwhp342yoZi2wtk7oyh { width:6.25rem;height:1.4619125rem;top:37.1875rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMp54Her6aPCu7ypCtLSikdv70Onopm { width:6.25rem;height:0.8994125rem;top:38.5625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFvMmfEwJCPmQmCGsIzak2PHIif7ZbV { width:8.75rem;height:3.75rem;top:46.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrTrGkpEOoCyZHAdQXkf8C0kLmsFoBm { width:8.75rem;height:0.89355625rem;top:44.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7qc9nZf55ixCOiCVaoDVy6OgDWTIQ5 { width:8.75rem;height:2.36230625rem;top:49.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIgGyP5MpGq08bI0fNKXOabqSVsWShXp { width:6.25rem;height:2.25rem;top:54.375rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVARxAdkShEPmb6ri0x4EiTUAW5W957 { width:1.25rem;height:2.65625rem;top:49.4375rem;left:10.4375rem;font-size:1.0625rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #diost6hh85TEsXG6yOXrkA7yCor82BfC { width:6.25rem;height:1.4619125rem;top:56.5625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU1nnMWk4phCiJ7aKSgdU4MmMtLftxV6 { width:6.25rem;height:0.8994125rem;top:58rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP6RDzyicTFtDOhwo1L1aNF66sTZDKX { width:3.75rem;height:3.75rem;top:13.75rem;left:4.375rem;font-size:2.625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #AmWXvd5IWBO73TUpzxpmlxpT436pEVad { width:11.25rem;height:11.25rem;top:2.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHdsTDhxAm8MWdCoT6lNGUZvHGFKl6f { width:7.5rem;height:7.5rem;top:13.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH9UDTnLIUL5F8cNRQa3gdkE8NALeqci { width:10rem;height:10rem;top:23.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsGQfOMgD2R0NUPxnroSKFK4Pt21BHm { width:6.875rem;height:6.875rem;top:33.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ara0EhwrhIbFLGlziqE9dWz6sdfHpy6X { width:3.125rem;height:3.125rem;top:33.75rem;left:5rem;font-size:2.1875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #f8P4W1zQJx2y1flCfHrxZtAypLo6w985 { width:10rem;height:10rem;top:43.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQveU7WOQxqy4tL547vTEMCE5gLatDH { width:6.875rem;height:6.875rem;top:53.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKBACck7T6dJspuD3TZRQDyJqO90sse6 { width:3.125rem;height:3.125rem;top:53.125rem;left:5rem;font-size:2.1875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #CyCnFKfETqqktCFPpQLa2GaHnT2PAQxy { width:12.5rem;height:2.0625rem;top:0rem;left:0rem;overflow:hidden;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #IGQ4aq9A1b5S8La2HEnn5noco3byspB6 { width:11.25rem;height:2.0625rem;top:0rem;left:8.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15071;line-height:2.75;display:block; }
 }@media only screen and (max-width: 763px) { #WuKJzwdrSoflwDad4eTIH5ask5irTxlB { top:0rem;left:7.5rem;width:12.5rem;height:2.0625rem;z-index:15070;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV { display:block; }#l3DlST8rSREJE5WrJ37Wvmh3eKpDg5EV > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTTwsXB6zDC31rZLxdXefst8HhyVaRv { width:18.125rem;height:41.25rem;top:9.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJv5U5BU0ziVMW9f5rDQBvUR7826quX { width:18.125rem;height:0;top:2.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnHfAFkF5NBVOmehAglMruptCXh3cBPv { width:20rem;height:15.454545454545rem;top:38.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-number { padding-top:0.415625rem;padding-right:0.37rem;padding-bottom:0.415625rem;padding-left:0.37rem;width:2.22125rem;min-width:2.22125rem;height:2.234375rem;font-size:1.6625rem;line-height:35.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.96125rem;height:0.883125rem;font-size:0.62375rem;line-height:14.13px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3lrHIgut9ZlOlardpRMismFRxeFALmy { width:15.625rem;height:4.3125rem;display:flex;top:53.375rem;left:3.125rem;z-index:15026;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #PTLLcGyxeOGnmGtF68OoDibUUzUMFA8f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #JJzXeV34zyyP97ewywrsr2rEcOEdLzQ2 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #Ggkh5x5dJWBiF818asCpe3haPylAUoa1 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #UDcEGfK1Ifmrtn5IkvJdutL2qriL3hBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #CxFwZgavBTfhWILpLEemTZiayDMkbJvh {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #OHQtEqZS7OnTT3MZ3K2PJVoGUwJsEdR2 {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #Bg9wG9anoB1HaMU7TW06Wo30IrHMHDeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #sORb5irIxvxNU7lu017L4xVdsr84wUyU {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #VMxR3d4kv0lTHuBQNZGdTNflJCCiK4af {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #FTofHyZgTSDQEiwnqbEOv9GWyhAsFmVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #X85V2NRclkdROtdg2ch4W05neWgZpbIc {  }
 }@media only screen and (max-width: 763px) { #R3lrHIgut9ZlOlardpRMismFRxeFALmy #zINFcz9nyOq8QDnpHWTck7EJxDhHeVgr {  }
 }@media only screen and (max-width: 763px) { #RTb0Tc7nD2JZM6NpagiwswqiVlf04wQs { width:13.75rem;height:1.1494125rem;top:51.6875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5lHvC51wnW6uWTme4ZIUHK1TPR89agT { width:18.125rem;height:5.5rem;top:2.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kio0EcWzR9M8bkA91hcZwsbtsoaxfnbF { top:0.625rem;left:0rem;width:20rem;height:59.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gOqnriT2DOETVzn1J1azwkCWHU93294N { display:block; }#gOqnriT2DOETVzn1J1azwkCWHU93294N > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnLTTb525zg6nmiqa9HdTeIm5CiEPOz3 { width:17.5rem;height:1.375rem;top:1.25rem;left:1.25rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fydHkstWEvonpWJU3B7y2xev4MWwRF8T { width:20rem;height:4.1318375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOkMWd9fQ6lzdX3FG9UABiUlCCpzVLZ7 { width:17.5rem;height:4.3984375rem;top:3.125rem;left:1.25rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyb0c7nB3iOsozklrCFmtVUAfo2wEesx { top:0rem;left:0rem;width:20rem;height:9.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH { display:block; }#O2LyAlg5K09VFxTaoDvmgA4i3nq6TKaH > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCGKWgRXSUEif9MWyppKqbktqkFnh1VP { display:flex;width:1.25rem;height:1.25rem;top:0.3125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #bD3q8JcRrJTqq68aBBku8AoF5ytvXecS { width:9.375rem;height:1.875rem;top:0rem;left:10.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qaHQZTkkig1vQAFVG1DxmlZl0ig8hd8z { display:block; }
 }@media only screen and (max-width: 763px) { #rkGrckDF5bJlA6ffT0iavsUo6RQoUqIK { width:6rem;height:1.25rem;top:0.3125rem;left:12.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uSfSGT7KQgOdLPTgdIKonhi9TWObiQDc { width:9.375rem;height:1.875rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection { display:block; } #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection *:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="text"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="email"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection input[type="tel"]:focus-visible, #ue09c625f6f3b45d20a0fd01c62ab4d0.widget-smartsection textarea:focus-visible { outline: none; } #AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .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; }#AZxI1VEGFLVFLqMikRKXCLWAsaclvZwO > .row .container { width:20rem;height:21.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }