.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:224,219,245;--color-primary-1:197,180,244;--color-primary-2:102,75,204;--color-primary-3:61,45,122;--color-primary-4:20,15,41;--color-secondary-0:255,234,223;--color-secondary-1:255,184,148;--color-secondary-2:255,112,41;--color-secondary-3:128,56,21;--color-secondary-4:38,17,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container { background-color: transparent; background-image: none; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container > .video-iframe-container { display: none; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row > .video-iframe-container { display: none; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .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); }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container { border-width: 0; border-radius: 0; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#U5Iov6cluJ6ybW0IFRw5dB7r74Hxe1KK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:14.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#CN2NABDHU0D7xdKKwNBOEqm8ftt8zBv1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.75rem;width:19.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:40.4375rem;overflow:hidden;display:block; }
#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container { background-color: transparent; background-image: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container > .video-iframe-container { display: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row > .video-iframe-container { display: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .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); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container { border-width: 0; border-radius: 0; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#vEAfbqGgDbTgT3F1oS5wLrUOV31qIbAK { display:block;width:43.9375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.1875rem;left:8.0625rem;height:6.5996125rem;text-align:center;text-align-last:center;color:#0f0f10;font-style:normal;display:block; }
#rwKggZnNhvH8fWOErqHGyK9XVyzclRS0 { display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.0625rem;left:14.3125rem;height:5.0996125rem;text-align:center;text-align-last:center;color:#ff7029;font-style:normal;display:block; }
#cen7EvZVeRKL4qTMfuSZR9Bx8DIKxUI9 { display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.125rem;left:25.875rem;height:5.625rem;color:#37373b;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NnK9OcNNTt5GfJ63EOr6pgQv7evKL0i0 { display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.8125rem;left:5.84375rem;height:3.75rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT3UvgPMIck3ag1iGnyLvG50GVbB3iOT { position:absolute;display:block;z-index:15014;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.875rem;width:22.6875rem;top:13.4375rem;left:18.6875rem;overflow:hidden;display:block; }
#Mv0Bz1S0ttlTgTJnsoD5cSKeM3LQPJV4 { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#ify9UhLLuHpVcJoKCSzKsATkoRisgoEa { background-color:#5ec14c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:5.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.75rem;left:16.5625rem;display:block; }
#FtLp6tsz0MFKJW73vvzrxarVGGfGN02D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIdCr3tp8Nq3P92fB6aalmON8ITuIU4C { display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:39.5625rem;left:21.125rem;height:1.875rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpLelWstadoMOZTy6eJJUxm46sBI0hEi { 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:16.5rem;width:44.5rem;top:21.375rem;left:6.8125rem;overflow:hidden;display:block; }
#KRlyEOoL6wcIsrAToeXc0xlzaPesdCqb { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(46deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(46deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(46deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(46deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(46deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container { background-color: transparent; background-image: none; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container > .video-iframe-container { display: none; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row > .video-iframe-container { display: none; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .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); }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container { border-width: 0; border-radius: 0; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#NBhvez37TZ6kITDhqvlEEVcCsEhSM0nA { display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.125rem;left:25.875rem;height:5.625rem;color:#37373b;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w6GGlnB4AEtmwE8KT0eiXi31ic6SNHXJ { display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #664ccd;top:1.71875rem;left:7.28125rem;height:4.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvMI8Eg6GTZenAnaDksz4vsv1fQvgsie { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container { background-color: transparent; background-image: none; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container > .video-iframe-container { display: none; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row > .video-iframe-container { display: none; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .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); }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container { border-width: 0; border-radius: 0; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#v6kPmlMgLkRbQ3iK4I8l3oa2u0tPTOb4 { display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.125rem;left:25.875rem;height:5.625rem;color:#37373b;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ebTTpnPt4tHFDtl1Jt4OWhWrAB3r7m2z { 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:12.375rem;width:21.5rem;top:2.5rem;left:9.1875rem;overflow:hidden;display:block; }
#PU8zXfS4MyIaNEeFtEAU7rrRP8cmIqgp { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:21.3125rem;top:3.84375rem;left:32.625rem;overflow:hidden;display:block; }
#UJgWKiTZyZBml9wPZfFCx4SpKhZ3sfWC { background-color:#5ec14c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:5.0625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:26.5rem;left:16.5625rem;display:block; }
#MFhTySsO2sxEDCGrom0GaGzhTTfTqJF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zm7y8Rl00A09GJ6JPAr5duGuCmtv9XAZ { display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:20.875rem;left:21.1875rem;height:2.8125rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDn146i1BfxJEzDxKOTMUbObt8X6m8aT { 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:15008;opacity:1;top:21.25rem;left:18.75rem; }
#aCC42EN3FCFxgqKTsTsSMrz8O5XhyndX { display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.0625rem;left:8.59375rem;height:2.8125rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyLFV7TRqkFrNXRCF5FAgIvxzh7TrES8 { display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.46875rem;left:21.125rem;height:1.875rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbqI9JadQSDActz6A5GCTuu5g7xFzWBp { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#qS6tJ6EcTaSL2bPuD7SsMfNZHCfbZ3Pg { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#zaAmRTMg0rsazidsSlZtZXQDOE43ouQ5 { display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.25rem;left:0rem;height:5.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ { background-color:#4d4d4d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container { background-color: transparent; background-image: none; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container > .video-iframe-container { display: none; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row > .video-iframe-container { display: none; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .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); }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container { border-width: 0; border-radius: 0; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#TQCIptT6dCPSrVd2mKC38v79zbki2PQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.7498125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8110809326172rem;left:1.6237564086914rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqzGeA3Gy1TtnSNoTToI9D9ixCu4fHFD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.2357940673828rem;left:13.586645126342rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkxmEl2wLCEl8BqRofAOHkPnO0SUdpUo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2982940673828rem;left:38.462354660034rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF { display:block; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5Iov6cluJ6ybW0IFRw5dB7r74Hxe1KK { width:14.875rem;height:3.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2NABDHU0D7xdKKwNBOEqm8ftt8zBv1 { width:19.5625rem;height:1.75rem;top:1.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 { display:block; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEAfbqGgDbTgT3F1oS5wLrUOV31qIbAK { width:19.375rem;height:3.5rem;top:19.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKggZnNhvH8fWOErqHGyK9XVyzclRS0 { width:19.375rem;height:3.5rem;top:19.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen7EvZVeRKL4qTMfuSZR9Bx8DIKxUI9 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnK9OcNNTt5GfJ63EOr6pgQv7evKL0i0 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3UvgPMIck3ag1iGnyLvG50GVbB3iOT { top:13.4375rem;left:12.5625rem;width:22.6875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0Bz1S0ttlTgTJnsoD5cSKeM3LQPJV4 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ify9UhLLuHpVcJoKCSzKsATkoRisgoEa { width:26.875rem;height:5.0625rem;top:33.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtLp6tsz0MFKJW73vvzrxarVGGfGN02D { display:block; }
 }@media only screen and (max-width: 763px) { #yIdCr3tp8Nq3P92fB6aalmON8ITuIU4C { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpLelWstadoMOZTy6eJJUxm46sBI0hEi { top:21.375rem;left:0.6875rem;width:44.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRlyEOoL6wcIsrAToeXc0xlzaPesdCqb { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 { display:block; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBhvez37TZ6kITDhqvlEEVcCsEhSM0nA { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6GGlnB4AEtmwE8KT0eiXi31ic6SNHXJ { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvMI8Eg6GTZenAnaDksz4vsv1fQvgsie { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw { display:block; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kPmlMgLkRbQ3iK4I8l3oa2u0tPTOb4 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebTTpnPt4tHFDtl1Jt4OWhWrAB3r7m2z { top:2.5rem;left:3.0625rem;width:21.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8zXfS4MyIaNEeFtEAU7rrRP8cmIqgp { top:3.8125rem;left:26.4375rem;width:21.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJgWKiTZyZBml9wPZfFCx4SpKhZ3sfWC { width:26.875rem;height:5.0625rem;top:26.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhTySsO2sxEDCGrom0GaGzhTTfTqJF1 { display:block; }
 }@media only screen and (max-width: 763px) { #zm7y8Rl00A09GJ6JPAr5duGuCmtv9XAZ { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDn146i1BfxJEzDxKOTMUbObt8X6m8aT { top:21.25rem;left:12.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCC42EN3FCFxgqKTsTsSMrz8O5XhyndX { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLFV7TRqkFrNXRCF5FAgIvxzh7TrES8 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbqI9JadQSDActz6A5GCTuu5g7xFzWBp { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS6tJ6EcTaSL2bPuD7SsMfNZHCfbZ3Pg { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaAmRTMg0rsazidsSlZtZXQDOE43ouQ5 { width:23.875rem;height:5.125rem;top:3.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ { display:block; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQCIptT6dCPSrVd2mKC38v79zbki2PQ4 { top:1.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqzGeA3Gy1TtnSNoTToI9D9ixCu4fHFD { top:4.1875rem;left:7.46142578125rem;width:4.75rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkxmEl2wLCEl8BqRofAOHkPnO0SUdpUo { top:4.25rem;left:32.337354660034rem;width:6.9375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF { display:block; }#OPVPEwd8u3hyiztdAkPPpQUoLznA0oHF > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5Iov6cluJ6ybW0IFRw5dB7r74Hxe1KK { width:8.5rem;height:2rem;top:0.7490234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CN2NABDHU0D7xdKKwNBOEqm8ftt8zBv1 { width:9.625rem;height:0.8125rem;top:1.4375rem;left:10.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 { display:block; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 { background-color: transparent; background-image: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container > .video-iframe-container { display: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row > .video-iframe-container { display: none; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .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); }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 { border-width: 0; border-radius: 0; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .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; }#kaJZ2pNmVBVZbSvEQNVdBihFUic5R9d5 > .row .container { width:20rem;height:27.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEAfbqGgDbTgT3F1oS5wLrUOV31qIbAK { width:20rem;height:3.5996125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rwKggZnNhvH8fWOErqHGyK9XVyzclRS0 { width:20rem;height:2.54980625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen7EvZVeRKL4qTMfuSZR9Bx8DIKxUI9 { width:20rem;height:0;top:49.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #NnK9OcNNTt5GfJ63EOr6pgQv7evKL0i0 { width:20rem;height:auto;top:15.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #vT3UvgPMIck3ag1iGnyLvG50GVbB3iOT { width:19.25rem;height:0.625rem;top:7.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0Bz1S0ttlTgTJnsoD5cSKeM3LQPJV4 { width:20rem;height:5.5996125rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;z-index:15001;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ify9UhLLuHpVcJoKCSzKsATkoRisgoEa { width:20rem;height:3.75rem;top:20.75rem;left:0rem;font-size:1.375rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FtLp6tsz0MFKJW73vvzrxarVGGfGN02D { display:block; }
 }@media only screen and (max-width: 763px) { #yIdCr3tp8Nq3P92fB6aalmON8ITuIU4C { width:17.75rem;height:auto;top:39.5625rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lpLelWstadoMOZTy6eJJUxm46sBI0hEi { width:20rem;height:7.4157303370787rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRlyEOoL6wcIsrAToeXc0xlzaPesdCqb { width:20rem;height:1.2246125rem;top:25.306640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15004;font-family:"open sans";color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 { display:block; }#G6xHmCf7XGEICxH8gdrTifS6ov5vtss8 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBhvez37TZ6kITDhqvlEEVcCsEhSM0nA { width:20rem;height:0;top:7.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #w6GGlnB4AEtmwE8KT0eiXi31ic6SNHXJ { width:20rem;height:auto;top:1.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RvMI8Eg6GTZenAnaDksz4vsv1fQvgsie { width:20rem;height:4.46191875rem;top:0.994140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15002;font-family:"open sans";color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem #664ccd;display:block; }
 }@media only screen and (max-width: 763px) { #fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw { display:block; }#fd6HLeLMyzHtaxnzgWZac8dG9BpcbSmw > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kPmlMgLkRbQ3iK4I8l3oa2u0tPTOb4 { width:20rem;height:0;top:7.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ebTTpnPt4tHFDtl1Jt4OWhWrAB3r7m2z { width:20rem;height:11.558625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8zXfS4MyIaNEeFtEAU7rrRP8cmIqgp { width:20rem;height:11.59375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJgWKiTZyZBml9wPZfFCx4SpKhZ3sfWC { width:18.5rem;height:3.6875rem;top:33.3125rem;left:0.75rem;font-size:1.25rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MFhTySsO2sxEDCGrom0GaGzhTTfTqJF1 { display:block; }
 }@media only screen and (max-width: 763px) { #zm7y8Rl00A09GJ6JPAr5duGuCmtv9XAZ { width:20rem;height:auto;top:20.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FDn146i1BfxJEzDxKOTMUbObt8X6m8aT { display:flex;width:1.625rem;height:1.625rem;top:29.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #aCC42EN3FCFxgqKTsTsSMrz8O5XhyndX { width:20rem;height:auto;top:18.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xyLFV7TRqkFrNXRCF5FAgIvxzh7TrES8 { width:17.75rem;height:auto;top:32.4375rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pbqI9JadQSDActz6A5GCTuu5g7xFzWBp { width:20rem;height:1.2246125rem;top:37.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15003;font-family:"open sans";color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #qS6tJ6EcTaSL2bPuD7SsMfNZHCfbZ3Pg { width:16.5rem;height:2.76171875rem;top:26.58740234375rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;z-index:15004;font-family:"open sans";color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zaAmRTMg0rsazidsSlZtZXQDOE43ouQ5 { width:13.25rem;height:1.48730625rem;top:29.6875rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15005;font-family:"open sans";color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ { display:block; }#T92an2IGPTanl0WEg9f0ZZ4UuxNTVWsZ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQCIptT6dCPSrVd2mKC38v79zbki2PQ4 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqzGeA3Gy1TtnSNoTToI9D9ixCu4fHFD { width:4.75rem;height:0.73095625rem;top:6.6246337890625rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkxmEl2wLCEl8BqRofAOHkPnO0SUdpUo { width:6.9375rem;height:0.73095625rem;top:6.6246337890625rem;left:13.061967253685rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }