.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:244,229,220;--color-primary-1:237,222,214;--color-primary-2:173,123,92;--color-primary-3:104,74,55;--color-primary-4:35,25,18;--color-secondary-0:222,237,221;--color-secondary-1:145,195,142;--color-secondary-2:34,134,29;--color-secondary-3:17,67,15;--color-secondary-4:5,20,4;--color-tertiary-0:255,255,255;--color-tertiary-1:187,191,191;--color-tertiary-2:142,149,149;--color-tertiary-3:104,104,104;--color-tertiary-4:66,78,79;--headlines-font-family:"Geist";--paragraphs-font-family:"Geist"; }@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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.5625rem;left:6.8125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:rgba(var(--color-tertiary-3),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:22.375rem;left:8.875rem;height:3.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.375rem 1.25rem rgba(63,76,71,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.875rem;left:20.9375rem;display:block; }
#CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hp3uWvVAdUwi4g0qV6tJNW1FHHIlMtCd { 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:6.9375rem;width:15.6875rem;top:1.5625rem;left:6.75rem;overflow:hidden;display:block; }
#uBkV5qlys55SStnKfLpAAJF2V24w9bgq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3125rem;left:40.875rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VEG4Dy5EZtADJUNCf5sQBiscrr7XB1yH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.125rem;left:39.1875rem; }
#rg6IITvy7g51fKxORzopdzX0TL2zpMqh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.0625rem;left:39.4375rem;display:block; }
#NT2bnk9Sac3kRE35kg16UAOfiNNQSuAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axFIi3Jxcyw11MCEltprshBGTg25XO8S { position:relative;display:block; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S { background-color: transparent; background-image: none; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row .container > .video-iframe-container { display: none; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row > .video-iframe-container { display: none; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .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); }#axFIi3Jxcyw11MCEltprshBGTg25XO8S { border-width: 0; border-radius: 0; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .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; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .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:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O38qOt6LChIRN7FOsC9Ci4XCFm3slsga { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.6875rem;left:19.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gRNuLvo76G7MwLavvtoSzC2skNVsECtb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.25rem;left:15.75rem; }
#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw { position:relative;display:block; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw { background-color: transparent; background-image: none; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row .container > .video-iframe-container { display: none; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row > .video-iframe-container { display: none; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .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); }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw { border-width: 0; border-radius: 0; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .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; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .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:21.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tOfxm8lxpaFlRWUVLuGGHKvd4HRwxofp { 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:20.0625rem;width:15rem;top:1.5rem;left:5.0625rem;overflow:hidden;display:block; }
#OLifiviVXsRo3H1X6uwIxsTkAtFFXwKa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:15rem;top:1.5625rem;left:22.5rem;overflow:hidden;display:block; }
#U09tUaezVu2K8aIiZkbTV1M0aOCIDOTa { position:absolute;display:block;z-index:15002;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:20rem;width:15rem;top:1.5625rem;left:40rem;overflow:hidden;display:block; }
#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot { position:relative;display:block; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot { background-color: transparent; background-image: none; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row .container > .video-iframe-container { display: none; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row > .video-iframe-container { display: none; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .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); }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot { border-width: 0; border-radius: 0; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .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; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .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:24.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rhCDFnD75Ti7Lm1LZJfD9icNmpnDkuzo { 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:20rem;width:15rem;top:1.34375rem;left:5.0625rem;overflow:hidden;display:block; }
#W9qiHD6C6TCtbfLZrM6T6ybKO9m5OQBq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:15rem;top:1.34375rem;left:22.5rem;overflow:hidden;display:block; }
#RTH7fAdGVssQslb6bK0q019mm7DEkDkN { position:absolute;display:block;z-index:15002;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:20rem;width:15rem;top:1.34375rem;left:40rem;overflow:hidden;display:block; }
#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container { background-color: transparent; background-image: none; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container > .video-iframe-container { display: none; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row > .video-iframe-container { display: none; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .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); }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container { border-width: 0; border-radius: 0; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#LMtyKuuDBnUQM44FaWzQyQptu1eFcWLN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.8125rem;left:3.5rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrDgw4v48qsnLQgNz1VWti1JHR29ONVH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.8125rem;left:23.5rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDMwEfQS8fZ3WCPDUyFu8XkBLPebmZeJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8125rem;left:43.5rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDSx70GAZCRnI3BSQPXT1Q5hJ62wv9Sk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.8125rem;left:7.40625rem;overflow:hidden;display:block; }
#I3AkO3fxhWE5hi8VS1yg3UkdVsuypIxL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:2.53125rem;left:27.125rem;overflow:hidden;display:block; }
#v0zdi1cm2EpFA4b1d8zCpLQHVi9pxEW3 { 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:5.1875rem;width:5.1875rem;top:2.8125rem;left:47.40625rem;overflow:hidden;display:block; }
#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container { background-color: transparent; background-image: none; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container > .video-iframe-container { display: none; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row > .video-iframe-container { display: none; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .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); }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container { border-width: 0; border-radius: 0; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#gAV1QgF7DXhngztuE1XRldEUUOzdXIZq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.310546875rem;left:12rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3ZnGKDGVc4hWGJDkCQMtbSHLtG8nQ0i { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.3095703125rem;left:33rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPw8wdR79IFX3PvAXV6kCMZDTXfuuqW3 { 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:5.1875rem;width:5.1875rem;top:2.5rem;left:16.65625rem;overflow:hidden;display:block; }
#rZAFuGi9vQwiDzRNJLTSfxahwSm6c2Qt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.5rem;left:38.25rem;overflow:hidden;display:block; }
#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container { background-color: transparent; background-image: none; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container > .video-iframe-container { display: none; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row > .video-iframe-container { display: none; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .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); }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container { border-width: 0; border-radius: 0; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#PQOqFh6RPADoFE2sof2blQ8ZBkv6RbQe { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.5rem;left:10.6875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhRcV9ZEGLbof47ZA7IfZwnoDTIiNH7v { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.375rem 1.25rem rgba(63,76,71,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.875rem;left:20.9375rem;display:block; }
#oSa14Buk0fV4BcTiogrwhT68iTxqgnM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z { 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; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container { background-color: transparent; background-image: none; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container > .video-iframe-container { display: none; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row > .video-iframe-container { display: none; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .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); }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container { border-width: 0; border-radius: 0; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#X07TrCmCWA8LXHCJsl1HNVnbzOkrwxLG { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8125rem;left:6.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#et1lTuDoTZ8e8ZDmiTbeTF6R2thsg17V { color:rgba(var(--color-tertiary-3),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.125rem;left:6.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn { 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; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container { background-color: transparent; background-image: none; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container > .video-iframe-container { display: none; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row > .video-iframe-container { display: none; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .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); }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container { border-width: 0; border-radius: 0; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#CTuFEcw8LOByw7alto7vGh4Np56LAqXi { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.599609375rem;left:3.90625rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ub3RNfnsyVRT30uA76gmVTI83NUuJq5J { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:2.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WUZSUyaaTkoDBWbOLQu8RBUQ9NS0KZ6c { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:22.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#C5qTHizfoAlg89BnLT6HdaBORWUE5Wpt { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.625rem;left:23.9375rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPRvVNRRpxVtQVRMBm55t5WrmQumlXdW { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:42.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LcDNoTkZmDUl318M4u4nUCcCBuMHlNBC { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.625rem;left:43.9375rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT { 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; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container { background-color: transparent; background-image: none; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container > .video-iframe-container { display: none; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row > .video-iframe-container { display: none; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .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); }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container { border-width: 0; border-radius: 0; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#Vu2NZ4IGGMLpUL6xf0C04uLI8GJBkTki { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.42578125rem;left:3.90625rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dd1e1JdwluVQFD9Zfu4E5hUeg7896Gsx { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:2.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#m0vb7UXnL0thld9zLfrEeaT9TTyC42gT { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:22.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kT6dv1bg4rTrROHTvINk6a1GX0r7HdTp { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.625rem;left:23.9375rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVOhIak8ZmUlHT5ynfDxsHpTQBrhgexQ { box-sizing:content-box;height:9rem;width:15.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:42.375rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.23) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XuiH0XChXq4IC17aJMt9pIGW9Q1fHHLQ { color:rgba(var(--color-primary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.599609375rem;left:43.71875rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(210deg, rgba(var(--color-tertiary-4),1), #43615c);background-image: -moz-linear-gradient(210deg, rgba(var(--color-tertiary-4),1), #43615c);background-image: -ms-linear-gradient(210deg, rgba(var(--color-tertiary-4),1), #43615c);background-image: -o-linear-gradient(210deg, rgba(var(--color-tertiary-4),1), #43615c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#43615c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#43615c' );";background-image: linear-gradient(210deg, rgba(var(--color-tertiary-4),1), #43615c);background-size:auto !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; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { background-color: transparent; background-image: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container > .video-iframe-container { display: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container { display: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .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); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { border-width: 0; border-radius: 0; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#RXF5rshnyqXtzBXcVwk9XqvH4TJ5kUvI { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3125rem;left:6.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ucIVhG5qQNqa1UKTBuCxnsobmI4aOZo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.6875rem;left:5.5rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWTxIr2FvUysfp1hufmLyHSdI3FXONvB { color:#ca9777;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.125rem;left:5.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TghOr6TZTaTAdaIk43TJme7UJpXDMWew { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:13.4375rem;left:5.5rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyFOAspVGvUmB22rTuZB1BCSLcRnQlpO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:23.9375rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLmsWk1CTTmA4WbNBok3MwLATd7XIs9i { color:#ca9777;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:11.125rem;left:23.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcGekztLa1GuBXEBN96E5hBXc29sLV0R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:13.4375rem;left:23.9375rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDPIeq6TSySteilsIItDgnhesqGk0kAs { box-sizing:content-box;height:7.5625rem;width:0.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:8.6875rem;left:20.0625rem;border-top:0;border-left:0;border-right:0.0625rem solid #ca9777;border-bottom:0;display:block; }
#W43agiBSgmkOkWqXprkxC1PSK82P3THz { box-sizing:content-box;height:7.5625rem;width:0.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.6875rem;left:39.625rem;border-top:0;border-left:0;border-right:0.0625rem solid #ca9777;border-bottom:0;display:block; }
#nNCI9QlHl7amWR94KAxTyOtUzulqGMBx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.6875rem;left:41.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCzH7yKF6xQbwXMT1N7G92OTZrWbHRhJ { color:#ca9777;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.125rem;left:41.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pC8lUWR6SxaJ0Drgvm5hvpXPtoUFXMn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.4375rem;left:41.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2awJyXIrPPgMgWs1gguywM3AdupIzhS { box-sizing:content-box;height:7.5625rem;width:0.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.6875rem;left:39.625rem;border-top:0;border-left:0;border-right:0.0625rem solid #ca9777;border-bottom:0;display:none; }
#ewV54SIbEUGvTOnQzTmHN4KrehJLmPHT { box-sizing:content-box;height:7.5625rem;width:0.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.6875rem;left:39.625rem;border-top:0;border-left:0;border-right:0.0625rem solid #ca9777;border-bottom:0;display:none; }
#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container { background-color: transparent; background-image: none; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container > .video-iframe-container { display: none; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row > .video-iframe-container { display: none; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .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); }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container { border-width: 0; border-radius: 0; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#Je446lR4NfF1zPJ7mNuTd0FuqvE0PoGm { color:#8e664d;display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.1875rem;left:12.9375rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qI3olG3Ak3T1ySgpWpa6vMTbwzB5hFKu { color:#8e664d;display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:7.8125rem;left:11rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container { background-color: transparent; background-image: none; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container > .video-iframe-container { display: none; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row > .video-iframe-container { display: none; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .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); }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container { border-width: 0; border-radius: 0; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#QrIBVaM6WLJb9ZvApzXcrlGs6VTd7ZhP { 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:15.0625rem;width:11rem;top:2.625rem;left:9.5rem;overflow:hidden;display:block; }
#UOUNSOmvgRp7aCVeERtvfw6SD1lbhpeD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.3125rem;left:34.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRxC6xe7bURVWEfewFvLgGTwrMwdRcg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.4375rem;left:36.125rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHir6G2stSC9gL7NR6vbpP5nZcgT9vRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.3125rem;left:34.125rem; }
#Pmm5iP7Wq3FaayuhFGXHE4nUzrc10E0m { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:12.75rem;left:35.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNaqVdTeyc2HnBfPs6Dn8lsh5NtUOxPN { box-sizing:content-box;height:3.625rem;width:0.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:12.4375rem;left:34.0625rem;border-top:0;border-left:0;border-right:0.125rem solid #ca9777;border-bottom:0;display:block; }
#r6WaMF9VPcmIWtZmPUdnmbJCyLHgf4JJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:1.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.25rem;left:34.1875rem;display:block; }
#cPPIdEmR0tLyUHwEVw8dW8zZPmPM6MkS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:11.5625rem;left:0.6875rem;width:46.4375rem;height:10.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:22.375rem;left:2.75rem;width:42.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:18.125rem;height:3.5625rem;top:27.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #hp3uWvVAdUwi4g0qV6tJNW1FHHIlMtCd { width:15.6875rem;height:6.9375rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkV5qlys55SStnKfLpAAJF2V24w9bgq { top:4.3125rem;left:34.75rem;width:12.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEG4Dy5EZtADJUNCf5sQBiscrr7XB1yH { width:1.875rem;height:1.875rem;top:4.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6IITvy7g51fKxORzopdzX0TL2zpMqh { width:13.9375rem;height:1.9375rem;top:4.0625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2bnk9Sac3kRE35kg16UAOfiNNQSuAy { display:block; }
 }@media only screen and (max-width: 763px) { #axFIi3Jxcyw11MCEltprshBGTg25XO8S { display:block; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O38qOt6LChIRN7FOsC9Ci4XCFm3slsga { top:2.6875rem;left:13.375rem;width:24.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRNuLvo76G7MwLavvtoSzC2skNVsECtb { width:3.125rem;height:3.125rem;top:2.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw { display:block; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOfxm8lxpaFlRWUVLuGGHKvd4HRwxofp { width:15rem;height:20.0625rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLifiviVXsRo3H1X6uwIxsTkAtFFXwKa { width:15rem;height:20rem;top:1.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U09tUaezVu2K8aIiZkbTV1M0aOCIDOTa { width:15rem;height:20rem;top:1.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFXTJymGeSzTEITrebtmuo6l02Cf5ot { display:block; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhCDFnD75Ti7Lm1LZJfD9icNmpnDkuzo { width:15rem;height:20rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9qiHD6C6TCtbfLZrM6T6ybKO9m5OQBq { width:15rem;height:20rem;top:1.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH7fAdGVssQslb6bK0q019mm7DEkDkN { width:15rem;height:20rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZeIFwmA71biPTe73sVmFsRxO3qFFkbc { display:block; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMtyKuuDBnUQM44FaWzQyQptu1eFcWLN { top:8.8125rem;left:1.4375rem;width:13.0625rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrDgw4v48qsnLQgNz1VWti1JHR29ONVH { top:8.8125rem;left:17.3125rem;width:13.0625rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMwEfQS8fZ3WCPDUyFu8XkBLPebmZeJ { top:8.8125rem;left:33.1875rem;width:13.0625rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSx70GAZCRnI3BSQPXT1Q5hJ62wv9Sk { width:5.1875rem;height:5.1875rem;top:2.8125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3AkO3fxhWE5hi8VS1yg3UkdVsuypIxL { width:5.75rem;height:5.75rem;top:2.5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0zdi1cm2EpFA4b1d8zCpLQHVi9pxEW3 { width:5.1875rem;height:5.1875rem;top:2.8125rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z { display:block; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAV1QgF7DXhngztuE1XRldEUUOzdXIZq { top:8.25rem;left:8.9375rem;width:14.5rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ZnGKDGVc4hWGJDkCQMtbSHLtG8nQ0i { top:8.25rem;left:23.875rem;width:15.6875rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPw8wdR79IFX3PvAXV6kCMZDTXfuuqW3 { width:5.1875rem;height:5.1875rem;top:2.5rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAFuGi9vQwiDzRNJLTSfxahwSm6c2Qt { width:5.1875rem;height:5.1875rem;top:2.5rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 { display:block; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQOqFh6RPADoFE2sof2blQ8ZBkv6RbQe { top:1.5rem;left:4.5625rem;width:38.625rem;height:2.699225rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhRcV9ZEGLbof47ZA7IfZwnoDTIiNH7v { width:18.125rem;height:3.5625rem;top:4.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSa14Buk0fV4BcTiogrwhT68iTxqgnM4 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z { display:block; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X07TrCmCWA8LXHCJsl1HNVnbzOkrwxLG { top:2.8125rem;left:0.65625rem;width:46.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et1lTuDoTZ8e8ZDmiTbeTF6R2thsg17V { top:5.125rem;left:0.65625rem;width:46.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn { display:block; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTuFEcw8LOByw7alto7vGh4Np56LAqXi { top:5.5625rem;left:1.84375rem;width:12.1875rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub3RNfnsyVRT30uA76gmVTI83NUuJq5J { width:15.25rem;height:9rem;top:2.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUZSUyaaTkoDBWbOLQu8RBUQ9NS0KZ6c { width:15.25rem;height:9rem;top:2.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qTHizfoAlg89BnLT6HdaBORWUE5Wpt { top:5.625rem;left:17.75rem;width:12.1875rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPRvVNRRpxVtQVRMBm55t5WrmQumlXdW { width:15.25rem;height:9rem;top:2.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcDNoTkZmDUl318M4u4nUCcCBuMHlNBC { top:5.625rem;left:33.625rem;width:12.1875rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT { display:block; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu2NZ4IGGMLpUL6xf0C04uLI8GJBkTki { top:6.375rem;left:1.84375rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1e1JdwluVQFD9Zfu4E5hUeg7896Gsx { width:15.25rem;height:9rem;top:2.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vb7UXnL0thld9zLfrEeaT9TTyC42gT { width:15.25rem;height:9rem;top:2.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6dv1bg4rTrROHTvINk6a1GX0r7HdTp { top:5.625rem;left:17.75rem;width:12.1875rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVOhIak8ZmUlHT5ynfDxsHpTQBrhgexQ { width:15.25rem;height:9rem;top:2.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuiH0XChXq4IC17aJMt9pIGW9Q1fHHLQ { top:5.5625rem;left:33.40625rem;width:12.5625rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T { display:block; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXF5rshnyqXtzBXcVwk9XqvH4TJ5kUvI { top:3.3125rem;left:0.65625rem;width:46.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIVhG5qQNqa1UKTBuCxnsobmI4aOZo7 { top:9.6875rem;left:0rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTxIr2FvUysfp1hufmLyHSdI3FXONvB { top:11.125rem;left:0rem;width:12.1875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghOr6TZTaTAdaIk43TJme7UJpXDMWew { top:13.4375rem;left:0rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyFOAspVGvUmB22rTuZB1BCSLcRnQlpO { top:9.6875rem;left:17.8125rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLmsWk1CTTmA4WbNBok3MwLATd7XIs9i { top:11.125rem;left:17.8125rem;width:12.1875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcGekztLa1GuBXEBN96E5hBXc29sLV0R { top:13.4375rem;left:17.8125rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPIeq6TSySteilsIItDgnhesqGk0kAs { width:0.5rem;height:7.5625rem;top:8.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43agiBSgmkOkWqXprkxC1PSK82P3THz { width:0.5rem;height:7.5625rem;top:8.6875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNCI9QlHl7amWR94KAxTyOtUzulqGMBx { top:9.6875rem;left:35.5625rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCzH7yKF6xQbwXMT1N7G92OTZrWbHRhJ { top:11.125rem;left:35.5625rem;width:12.1875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC8lUWR6SxaJ0Drgvm5hvpXPtoUFXMn1 { top:13.4375rem;left:35.5625rem;width:12.1875rem;height:1.6494125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2awJyXIrPPgMgWs1gguywM3AdupIzhS { width:0.5rem;height:7.5625rem;top:8.6875rem;left:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewV54SIbEUGvTOnQzTmHN4KrehJLmPHT { width:0.5rem;height:7.5625rem;top:8.6875rem;left:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA { display:block; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je446lR4NfF1zPJ7mNuTd0FuqvE0PoGm { top:3.1875rem;left:6.8125rem;width:34.1875rem;height:4.3496125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI3olG3Ak3T1ySgpWpa6vMTbwzB5hFKu { top:7.8125rem;left:4.875rem;width:38rem;height:3.298825rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 { display:block; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrIBVaM6WLJb9ZvApzXcrlGs6VTd7ZhP { width:11rem;height:15.0625rem;top:2.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUNSOmvgRp7aCVeERtvfw6SD1lbhpeD { top:4.3125rem;left:25rem;width:21.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRxC6xe7bURVWEfewFvLgGTwrMwdRcg7 { top:7.4375rem;left:26.9375rem;width:13.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHir6G2stSC9gL7NR6vbpP5nZcgT9vRr { width:1.875rem;height:1.875rem;top:7.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmm5iP7Wq3FaayuhFGXHE4nUzrc10E0m { top:12.75rem;left:26.1875rem;width:17.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNaqVdTeyc2HnBfPs6Dn8lsh5NtUOxPN { width:0.5rem;height:3.625rem;top:12.4375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6WaMF9VPcmIWtZmPUdnmbJCyLHgf4JJ { width:15.5rem;height:1.9375rem;top:7.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPIdEmR0tLyUHwEVw8dW8zZPmPM6MkS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f4e5dc;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;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:20rem;height:8.097625rem;top:12.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:20rem;height:6.5rem;top:21.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:17.625rem;height:4.25rem;top:29.625rem;left:1.1875rem;z-index:15011;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #hp3uWvVAdUwi4g0qV6tJNW1FHHIlMtCd { width:15.6875rem;height:6.9375rem;top:1rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkV5qlys55SStnKfLpAAJF2V24w9bgq { width:12.4375rem;height:1.5rem;top:9.0625rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEG4Dy5EZtADJUNCf5sQBiscrr7XB1yH { display:flex;width:1.875rem;height:1.875rem;top:8.875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #rg6IITvy7g51fKxORzopdzX0TL2zpMqh { width:14.125rem;height:1.9375rem;top:8.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2bnk9Sac3kRE35kg16UAOfiNNQSuAy { display:block; }
 }@media only screen and (max-width: 763px) { #axFIi3Jxcyw11MCEltprshBGTg25XO8S { display:block; }#axFIi3Jxcyw11MCEltprshBGTg25XO8S > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O38qOt6LChIRN7FOsC9Ci4XCFm3slsga { width:12.125rem;height:3.75rem;top:4.25rem;left:3.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRNuLvo76G7MwLavvtoSzC2skNVsECtb { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw { display:block; }#OIHE9NoKHHIR4e3B0FdSRAaGVaBETfBw > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOfxm8lxpaFlRWUVLuGGHKvd4HRwxofp { width:14.9375rem;height:19.9375rem;top:1.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLifiviVXsRo3H1X6uwIxsTkAtFFXwKa { width:14.9375rem;height:19.9375rem;top:22.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U09tUaezVu2K8aIiZkbTV1M0aOCIDOTa { width:14.9375rem;height:19.9375rem;top:43.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFXTJymGeSzTEITrebtmuo6l02Cf5ot { display:block; }#rzFXTJymGeSzTEITrebtmuo6l02Cf5ot > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhCDFnD75Ti7Lm1LZJfD9icNmpnDkuzo { width:14.9375rem;height:19.9375rem;top:1rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9qiHD6C6TCtbfLZrM6T6ybKO9m5OQBq { width:14.9375rem;height:19.9375rem;top:22.1875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH7fAdGVssQslb6bK0q019mm7DEkDkN { width:14.9375rem;height:19.9375rem;top:43.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZeIFwmA71biPTe73sVmFsRxO3qFFkbc { display:block; }#FZeIFwmA71biPTe73sVmFsRxO3qFFkbc > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMtyKuuDBnUQM44FaWzQyQptu1eFcWLN { width:13.0625rem;height:3.298825rem;top:7.6875rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrDgw4v48qsnLQgNz1VWti1JHR29ONVH { width:13.0625rem;height:3.298825rem;top:18.796875rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDMwEfQS8fZ3WCPDUyFu8XkBLPebmZeJ { width:13.0625rem;height:3.298825rem;top:29.375rem;left:3.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDSx70GAZCRnI3BSQPXT1Q5hJ62wv9Sk { width:5.1875rem;height:5.1875rem;top:2.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3AkO3fxhWE5hi8VS1yg3UkdVsuypIxL { width:5.75rem;height:5.75rem;top:12.546875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0zdi1cm2EpFA4b1d8zCpLQHVi9pxEW3 { width:5.1875rem;height:5.1875rem;top:23.75rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z { display:block; }#eVJSsBiI1JxWkSlqAmtI4s2Z6eu1io8z > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAV1QgF7DXhngztuE1XRldEUUOzdXIZq { width:14.5rem;height:3.298825rem;top:7.25rem;left:2.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3ZnGKDGVc4hWGJDkCQMtbSHLtG8nQ0i { width:15.6875rem;height:3.298825rem;top:17.875rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPw8wdR79IFX3PvAXV6kCMZDTXfuuqW3 { width:5.1875rem;height:5.1875rem;top:1.4375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAFuGi9vQwiDzRNJLTSfxahwSm6c2Qt { width:5.1875rem;height:5.1875rem;top:12.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 { display:block; }#dt1ghfmFRXqkDgQW8HOG9XnNOCC6B6W5 > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQOqFh6RPADoFE2sof2blQ8ZBkv6RbQe { width:20rem;height:2.699225rem;top:1.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhRcV9ZEGLbof47ZA7IfZwnoDTIiNH7v { width:18.125rem;height:3.5625rem;top:5.88671875rem;left:0.9375rem;z-index:15011;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSa14Buk0fV4BcTiogrwhT68iTxqgnM4 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z { display:block; }#Z3miQCu9ESFDWyTJvBNXVZpSOzwUIr7Z > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X07TrCmCWA8LXHCJsl1HNVnbzOkrwxLG { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #et1lTuDoTZ8e8ZDmiTbeTF6R2thsg17V { width:16.9375rem;height:3rem;top:7.25rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn { display:block; }#yZp8hQhpLIPQWMuuu5gzhmnTaDimKKTn > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTuFEcw8LOByw7alto7vGh4Np56LAqXi { width:12.1875rem;height:3.298825rem;top:4.099609375rem;left:3.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub3RNfnsyVRT30uA76gmVTI83NUuJq5J { width:15.25rem;height:9rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUZSUyaaTkoDBWbOLQu8RBUQ9NS0KZ6c { width:15.25rem;height:9rem;top:11.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qTHizfoAlg89BnLT6HdaBORWUE5Wpt { width:12.1875rem;height:3.298825rem;top:14.375rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPRvVNRRpxVtQVRMBm55t5WrmQumlXdW { width:15.25rem;height:9rem;top:21.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcDNoTkZmDUl318M4u4nUCcCBuMHlNBC { width:12.1875rem;height:3.298825rem;top:24.625rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT { display:block; }#rMbgTJ4Vb8ndl1znufOzkRslSf93ZBOT > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu2NZ4IGGMLpUL6xf0C04uLI8GJBkTki { width:12.1875rem;height:1.6494125rem;top:4.92578125rem;left:3.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd1e1JdwluVQFD9Zfu4E5hUeg7896Gsx { width:15.25rem;height:9rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vb7UXnL0thld9zLfrEeaT9TTyC42gT { width:15.25rem;height:9rem;top:11.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6dv1bg4rTrROHTvINk6a1GX0r7HdTp { width:12.1875rem;height:3.298825rem;top:14.375rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVOhIak8ZmUlHT5ynfDxsHpTQBrhgexQ { width:15.25rem;height:9rem;top:21.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuiH0XChXq4IC17aJMt9pIGW9Q1fHHLQ { width:12.5625rem;height:3.298825rem;top:24.599609375rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T { background-color:#234446;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;display:block; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { background-color: transparent; background-image: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container > .video-iframe-container { display: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container { display: none; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .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); }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { border-width: 0; border-radius: 0; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4Uf2OE9vW2rTeCa3zDXl1Us93cu8Z1T > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXF5rshnyqXtzBXcVwk9XqvH4TJ5kUvI { width:11.3125rem;height:4.5rem;top:2.4375rem;left:4.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucIVhG5qQNqa1UKTBuCxnsobmI4aOZo7 { width:12.1875rem;height:1.6494125rem;top:9.25rem;left:3.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWTxIr2FvUysfp1hufmLyHSdI3FXONvB { width:12.1875rem;height:2.3994125rem;top:10.6484375rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TghOr6TZTaTAdaIk43TJme7UJpXDMWew { width:12.1875rem;height:1.6494125rem;top:12.921875rem;left:3.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyFOAspVGvUmB22rTuZB1BCSLcRnQlpO { width:12.1875rem;height:1.6494125rem;top:17.4453125rem;left:3.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLmsWk1CTTmA4WbNBok3MwLATd7XIs9i { width:12.1875rem;height:2.3994125rem;top:18.90625rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcGekztLa1GuBXEBN96E5hBXc29sLV0R { width:12.1875rem;height:1.6494125rem;top:21.1171875rem;left:3.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDPIeq6TSySteilsIItDgnhesqGk0kAs { width:0.5rem;height:7.5625rem;top:22.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W43agiBSgmkOkWqXprkxC1PSK82P3THz { width:0.5rem;height:7.5625rem;top:37.6015625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNCI9QlHl7amWR94KAxTyOtUzulqGMBx { width:12.1875rem;height:1.6494125rem;top:26.1875rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCzH7yKF6xQbwXMT1N7G92OTZrWbHRhJ { width:12.1875rem;height:2.3994125rem;top:27.75rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pC8lUWR6SxaJ0Drgvm5hvpXPtoUFXMn1 { width:12.1875rem;height:1.6494125rem;top:29.9375rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2awJyXIrPPgMgWs1gguywM3AdupIzhS { width:11.8125rem;height:0.6875rem;top:15.34375rem;left:4.09375rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ca9777;display:block; }
 }@media only screen and (max-width: 763px) { #ewV54SIbEUGvTOnQzTmHN4KrehJLmPHT { width:11.8125rem;height:0.6875rem;top:24.03125rem;left:4.09375rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ca9777;display:block; }
 }@media only screen and (max-width: 763px) { #lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA { display:block; }#lPKNmqEbrBI92ZNGSqBfCHixmLtbgtbA > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je446lR4NfF1zPJ7mNuTd0FuqvE0PoGm { width:17.0625rem;height:8.69925rem;top:2.3125rem;left:1.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qI3olG3Ak3T1ySgpWpa6vMTbwzB5hFKu { width:18.0625rem;height:8.2470625rem;top:11.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 { display:block; }#IT0uAKW4w9PlJHiL2gSki22rD19ktfQ7 > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrIBVaM6WLJb9ZvApzXcrlGs6VTd7ZhP { width:10.5625rem;height:14.5rem;top:1.8125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUNSOmvgRp7aCVeERtvfw6SD1lbhpeD { width:13.75rem;height:3.298825rem;top:18.125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRxC6xe7bURVWEfewFvLgGTwrMwdRcg7 { width:13.875rem;height:1.6494125rem;top:22.5625rem;left:4.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHir6G2stSC9gL7NR6vbpP5nZcgT9vRr { display:flex;width:1.875rem;height:1.875rem;top:22.4375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #Pmm5iP7Wq3FaayuhFGXHE4nUzrc10E0m { width:15.3125rem;height:3rem;top:27.1875rem;left:3rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNaqVdTeyc2HnBfPs6Dn8lsh5NtUOxPN { width:0.5rem;height:3.625rem;top:26.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6WaMF9VPcmIWtZmPUdnmbJCyLHgf4JJ { width:15.5rem;height:1.9375rem;top:22.41796875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPIdEmR0tLyUHwEVw8dW8zZPmPM6MkS { display:block; }
 }