.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:255,217,235;--color-primary-1:255,128,188;--color-primary-2:255,0,120;--color-primary-3:128,0,60;--color-primary-4:38,0,18;--color-secondary-0:221,227,236;--color-secondary-1:140,160,192;--color-secondary-2:25,65,129;--color-secondary-3:13,33,65;--color-secondary-4:4,10,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { 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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:5.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.25rem;left:0rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { 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.24935rem;width:2.24935rem;top:23.842232704163rem;left:29.934898376465rem;overflow:hidden;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:26.0625rem;width:29.875rem;top:3.154296875rem;left:45.124782562256rem;overflow:hidden;display:block; }
#yhTf2xAm6G5P31yuoOwKUuTewUIflhUc { color:#51b9ab;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:6.5rem;display:block; }
#ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:4.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:2.99913125rem;width:14.749375rem;top:1.4995660781861rem;left:0rem;overflow:hidden;display:block; }
#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw { position:relative;display:block; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw { background-color: transparent; background-image: none; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row .container > .video-iframe-container { display: none; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row > .video-iframe-container { display: none; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .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); }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw { border-width: 0; border-radius: 0; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .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; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;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; }#zaJkP5swKa6sl2KRkR0oc7k5mhTTTeyu { 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:11.6875rem;width:12.1875rem;top:0.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#pXRKbn3R7LnZa99qEUSfgPT3Nl2qMfVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.4375rem;height:8.125rem;display:block; }
#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { position:relative;display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { background-color: transparent; background-image: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container > .video-iframe-container { display: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row > .video-iframe-container { display: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .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); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { border-width: 0; border-radius: 0; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .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; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;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; }#yuTzu3gE3EN30l1H8QpS6GXf0kaQNS1l { 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:30.75rem;width:31.375rem;top:0.93315887451175rem;left:43.624134063721rem;overflow:hidden;display:block; }
#GNkqftUw8U18u40sixT6f7tkTzXEhuZo { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkcAXr9Rhl1xSUoof33m3GKkzT8v9fPC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0620625rem;height:5.43728125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23rem;left:0rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETtNKBZaTJ53bX8BwG5D70T1fRd2JdPT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33a9ac;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; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container { background-color: transparent; background-image: none; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container > .video-iframe-container { display: none; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row > .video-iframe-container { display: none; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .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); }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container { border-width: 0; border-radius: 0; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#bhnflBBLBLavLAhEgNPTuCVXkofv1Hrd { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6052513122559rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 { position:relative;display:block; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 { background-color: transparent; background-image: none; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row .container > .video-iframe-container { display: none; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row > .video-iframe-container { display: none; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .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); }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 { border-width: 0; border-radius: 0; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .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; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed #33a9ac;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;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; }#zF1fZXFCdvBCofNIpx9KC1OpfDkJuBu4 { 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:10.2495625rem;width:14.9370625rem;top:1.5288629531861rem;left:0rem;overflow:hidden;display:block; }
#K558T66yEbIZiPV7HFvhDZaokdgHIm0O { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#AEaFVZbCHgt6arJwlRFrlPBCzi8oFzf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#svHNu4PtymQd0LRiT5B2kUVqQvGAZHAa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:2.3426628112793rem;left:62.985027313231rem;overflow:hidden;display:block; }
#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 { position:relative;display:block; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 { background-color: transparent; background-image: none; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row .container > .video-iframe-container { display: none; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row > .video-iframe-container { display: none; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .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); }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 { border-width: 0; border-radius: 0; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .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; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed #33a9ac;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;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; }#xpTJR2d3oP2ObGOD4QMIHorQp2thwpkg { 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:10.1875rem;width:14.875rem;top:1.5288629531861rem;left:0rem;overflow:hidden;display:block; }
#IzT5MoPCmeqV6cTxsRZLUQcQWa3TGIag { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#IaNp7cVpmc4NZM9nGhKFUIJbrQ7Flz5S { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ { position:relative;display:block; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ { background-color: transparent; background-image: none; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row .container > .video-iframe-container { display: none; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row > .video-iframe-container { display: none; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .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); }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ { border-width: 0; border-radius: 0; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .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; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed #33a9ac;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;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; }#QT4vvZ5wXdSOkCGkwm3xQhyXQT7kA3rV { 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:10.125rem;width:14.8125rem;top:1.5288629531861rem;left:0rem;overflow:hidden;display:block; }
#KdTShLUVu7lcM0K4z3csfcTRusgJt29g { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#Jr2WU5JVIJuseD9DZ3KabfO7WwusouTe { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm { position:relative;display:block; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm { background-color: transparent; background-image: none; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row .container > .video-iframe-container { display: none; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row > .video-iframe-container { display: none; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .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); }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm { border-width: 0; border-radius: 0; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .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; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed #33a9ac;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;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; }#ZKnODn5XvOUMbo3s20W4lC2L5Qdu9LGx { 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:10.125rem;width:14.8125rem;top:1.5288629531861rem;left:0rem;overflow:hidden;display:block; }
#PchtUHBPdkGha5zGhmxJBS2aKexWEvhp { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#uORCZm1SM6ut3zmQ9FD0sfF27tiC3LLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB { position:relative;display:block; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB { background-color: transparent; background-image: none; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row .container > .video-iframe-container { display: none; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row > .video-iframe-container { display: none; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .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); }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB { border-width: 0; border-radius: 0; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .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; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed #33a9ac;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;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; }#v3Z4tLLPPMKm52rKJ6Ds2NieGBKLxRLz { 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:10.125rem;width:14.8125rem;top:1.5288629531861rem;left:0rem;overflow:hidden;display:block; }
#WwWxuM0kxur8SE3ddagRyT8KQVT5Zu3y { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8747825622559rem;left:17.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#u146nldTTrWL5twOIxSPoA9itiAQ8zGs { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 { position:relative;display:block; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 { background-color: transparent; background-image: none; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row .container > .video-iframe-container { display: none; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row > .video-iframe-container { display: none; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .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); }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 { border-width: 0; border-radius: 0; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .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; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;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; }#SJbmRBkEWDhlkGMqd9IHDN7giPUpur74 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.311625rem;height:5.43728125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:20.875rem;display:block; }
#Zmp54noTP5daEbODNsgu0NoEnS9AA2H4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFSX5s6Rl9PkraUrFsw7VGfQ6ggTnWi5 { position:absolute;display:block;z-index:15019;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.24935rem;width:2.24935rem;top:3.75rem;left:50.8125rem;overflow:hidden;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { 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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:8.65625rem;left:18.375rem;width:38.25rem;height:28.75rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0c1d3;border-left:0.0625rem solid #b0c1d3;border-right:0.0625rem solid #b0c1d3;border-bottom:0.0625rem solid #b0c1d3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:36rem;width:42.3125rem;top:3rem;left:16.375rem;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:17.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;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.9375rem;width:14.4375rem;top:3rem;left:22.5625rem;overflow:hidden;display:block; }
#rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { position:absolute;display:block;z-index:15009;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:3.8125rem;width:3.8125rem;top:2.5625rem;left:49.25rem;overflow:hidden;display:block; }
#TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { position:absolute;display:block;z-index:15010;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:3.8125rem;width:3.8125rem;top:2.5625rem;left:54.1875rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3291015625rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:28.125rem;height:3.31163125rem;top:14.249132156372rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:1.25rem;height:1.25rem;top:15.278863906861rem;left:25.311416149139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:16.0623125rem;height:13.9995625rem;top:2.8428821563721rem;left:31.687285900116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhTf2xAm6G5P31yuoOwKUuTewUIflhUc { width:24.3120625rem;height:3.2487rem;top:9.70486164093rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:30rem;height:2.84288125rem;top:6.0210504531861rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.6875rem;height:2.9865496154498rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw { display:block; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zaJkP5swKa6sl2KRkR0oc7k5mhTTTeyu { width:12.1875rem;height:11.6873125rem;top:1.9986991882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXRKbn3R7LnZa99qEUSfgPT3Nl2qMfVZ { width:33.5623125rem;height:11.701375rem;top:1.9932721853256rem;left:14.187283992767rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yuTzu3gE3EN30l1H8QpS6GXf0kaQNS1l { width:19.124375rem;height:18.75rem;top:1.4973945617676rem;left:28.625218868256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GNkqftUw8U18u40sixT6f7tkTzXEhuZo { width:28.2498125rem;height:2.11263125rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcAXr9Rhl1xSUoof33m3GKkzT8v9fPC { width:27.125rem;height:7.313375rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:26.6873125rem;height:3.31163125rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #ETtNKBZaTJ53bX8BwG5D70T1fRd2JdPT { width:28.2498125rem;height:1.7068125rem;top:4.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbO5KUKTNeylKBUoe3JBbEDQ761qTeay { display:block; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bhnflBBLBLavLAhEgNPTuCVXkofv1Hrd { width:47.75rem;height:4.5486125rem;top:1.6308574676514rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 { display:block; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zF1fZXFCdvBCofNIpx9KC1OpfDkJuBu4 { width:14.875rem;height:10.206976250351rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K558T66yEbIZiPV7HFvhDZaokdgHIm0O { width:30.0625rem;height:1.7871125rem;top:4rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEaFVZbCHgt6arJwlRFrlPBCzi8oFzf9 { width:30.1875rem;height:2.92535rem;top:6.375rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svHNu4PtymQd0LRiT5B2kUVqQvGAZHAa { width:8.625rem;height:8.625rem;top:2.3125rem;left:39.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 { display:block; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xpTJR2d3oP2ObGOD4QMIHorQp2thwpkg { width:14.875rem;height:10.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzT5MoPCmeqV6cTxsRZLUQcQWa3TGIag { width:30.1875rem;height:1.7871125rem;top:4rem;left:16.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaNp7cVpmc4NZM9nGhKFUIJbrQ7Flz5S { width:30.1875rem;height:2.92535rem;top:6.4375rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ { display:block; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QT4vvZ5wXdSOkCGkwm3xQhyXQT7kA3rV { width:14.8125rem;height:10.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdTShLUVu7lcM0K4z3csfcTRusgJt29g { width:30.1875rem;height:1.7871125rem;top:3.25rem;left:16.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jr2WU5JVIJuseD9DZ3KabfO7WwusouTe { width:30.1875rem;height:4.38801875rem;top:5.6875rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm { display:block; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZKnODn5XvOUMbo3s20W4lC2L5Qdu9LGx { width:14.8125rem;height:10.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PchtUHBPdkGha5zGhmxJBS2aKexWEvhp { width:30.1875rem;height:1.7871125rem;top:4rem;left:16.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uORCZm1SM6ut3zmQ9FD0sfF27tiC3LLZ { width:30.1875rem;height:2.92535rem;top:6.4375rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB { display:block; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v3Z4tLLPPMKm52rKJ6Ds2NieGBKLxRLz { width:14.8125rem;height:10.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwWxuM0kxur8SE3ddagRyT8KQVT5Zu3y { width:30.1875rem;height:3.57421875rem;top:3rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u146nldTTrWL5twOIxSPoA9itiAQ8zGs { width:30.1875rem;height:2.92535rem;top:7.4375rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 { display:block; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SJbmRBkEWDhlkGMqd9IHDN7giPUpur74 { width:28.125rem;height:3.3125rem;top:2.0625rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zmp54noTP5daEbODNsgu0NoEnS9AA2H4 { display:block; }
 }@media only screen and (max-width: 1199px) { #WFSX5s6Rl9PkraUrFsw7VGfQ6ggTnWi5 { width:1.25rem;height:1.25rem;top:3.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.8748125rem;height:28.75rem;top:7.1853256225588rem;left:4.4368491172791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:34.6875rem;top:3rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:47.75rem;height:2.11263125rem;top:4.1875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.59375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { width:2.25rem;height:2.25rem;top:1.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:2.25rem;height:2.25rem;top:1.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.8463625rem;top:5.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.625rem;height:3.3125rem;top:34.1875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:0.9375rem;height:0.9375rem;top:35.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:15.8745625rem;height:13.811875rem;top:19.061416625976rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTf2xAm6G5P31yuoOwKUuTewUIflhUc { width:18.75rem;height:4.87305rem;top:12.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:20rem;height:5.6857625rem;top:5.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw { display:block; }#FeQNDm5fbV7zKqAhKILOer2NEtpyS1lw > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaJkP5swKa6sl2KRkR0oc7k5mhTTTeyu { width:9.375rem;height:8.875rem;top:0.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXRKbn3R7LnZa99qEUSfgPT3Nl2qMfVZ { width:20rem;height:20.4774375rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuTzu3gE3EN30l1H8QpS6GXf0kaQNS1l { width:13.8125rem;height:13.5625rem;top:1.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNkqftUw8U18u40sixT6f7tkTzXEhuZo { width:20rem;height:3.89756875rem;top:15.756293773651rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkcAXr9Rhl1xSUoof33m3GKkzT8v9fPC { width:18.75rem;height:14.619125rem;top:23.285590648651rem;left:0.62500005960463rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:18.9995625rem;height:3.3125rem;top:39.310982704162rem;left:0.50021702051162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #ETtNKBZaTJ53bX8BwG5D70T1fRd2JdPT { width:20rem;height:1.62435rem;top:20.184463024139rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbO5KUKTNeylKBUoe3JBbEDQ761qTeay { display:block; }#TbO5KUKTNeylKBUoe3JBbEDQ761qTeay > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhnflBBLBLavLAhEgNPTuCVXkofv1Hrd { width:20rem;height:6.337875rem;top:1.2684469223023rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 { display:block; }#gftqfCSssF4LRmPPV9gTKlCX77oAAbc9 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF1fZXFCdvBCofNIpx9KC1OpfDkJuBu4 { width:12.5rem;height:8.125rem;top:1.7491264343262rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K558T66yEbIZiPV7HFvhDZaokdgHIm0O { width:20rem;height:1.62435rem;top:11.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEaFVZbCHgt6arJwlRFrlPBCzi8oFzf9 { width:20rem;height:4.38801875rem;top:13.624128818512rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svHNu4PtymQd0LRiT5B2kUVqQvGAZHAa { width:8.625rem;height:8.625rem;top:20.404275399288rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 { display:block; }#hBvwtbbqLgCAHC8OVihFEVVc8zwuKM73 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpTJR2d3oP2ObGOD4QMIHorQp2thwpkg { width:12.5rem;height:8.5rem;top:1.1859799623489rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzT5MoPCmeqV6cTxsRZLUQcQWa3TGIag { width:20rem;height:1.62435rem;top:11.061199188233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaNp7cVpmc4NZM9nGhKFUIJbrQ7Flz5S { width:20rem;height:5.85069375rem;top:13.373481750488rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ { display:block; }#rH2GJaXQSuEqQgfO0eNmhwQTwGirGyNZ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT4vvZ5wXdSOkCGkwm3xQhyXQT7kA3rV { width:12.5rem;height:8.5rem;top:1.2500064373016rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTShLUVu7lcM0K4z3csfcTRusgJt29g { width:20rem;height:1.62435rem;top:10.998266220092rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr2WU5JVIJuseD9DZ3KabfO7WwusouTe { width:20rem;height:5.85069375rem;top:13.159723281861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm { display:block; }#tnTg6E8ytwFZT6nKyc9cccm2JDDFaoTm > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKnODn5XvOUMbo3s20W4lC2L5Qdu9LGx { width:12.5rem;height:8.5rem;top:1.6872825622559rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchtUHBPdkGha5zGhmxJBS2aKexWEvhp { width:20rem;height:1.62435rem;top:11.812067031861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uORCZm1SM6ut3zmQ9FD0sfF27tiC3LLZ { width:20rem;height:4.38801875rem;top:14.322917938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB { display:block; }#Iq43uqJCuuE0cBKVJQAO0U95dR0ddbGB > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3Z4tLLPPMKm52rKJ6Ds2NieGBKLxRLz { width:12.5rem;height:8.5rem;top:0.81163024902344rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwWxuM0kxur8SE3ddagRyT8KQVT5Zu3y { width:20rem;height:4.87305rem;top:10.248481750488rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u146nldTTrWL5twOIxSPoA9itiAQ8zGs { width:20rem;height:4.38801875rem;top:16.044914245606rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 { display:block; }#uZAE091nz3TpK2XuzemDN4b2uLXrE4l3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJbmRBkEWDhlkGMqd9IHDN7giPUpur74 { width:18.9995625rem;height:3.3125rem;top:1.3118476867676rem;left:0.49913197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmp54noTP5daEbODNsgu0NoEnS9AA2H4 { display:block; }
 }@media only screen and (max-width: 763px) { #WFSX5s6Rl9PkraUrFsw7VGfQ6ggTnWi5 { width:1.875rem;height:1.875rem;top:2.0269098281861rem;left:16.809897482395rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:38.125rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:43.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:20rem;height:2.11263125rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { width:2.25rem;height:2.25rem;top:4.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:2.25rem;height:2.25rem;top:4.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.71831875rem;top:7.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }