.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:238,231,227;--color-primary-1:197,174,161;--color-primary-2:139,92,66;--color-primary-3:70,46,33;--color-primary-4:21,14,10;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:107,107,107;--color-secondary-3:54,54,54;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:249,247,247;--color-tertiary-2:236,228,228;--color-tertiary-3:118,114,114;--color-tertiary-4:24,23,23;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { 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:23.4375rem;width:13rem;top:4.625rem;left:40.0625rem;overflow:hidden;display:block; }
#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#010a55;display:block;width:43.75rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:8.3125rem;left:2.3125rem;height:2.68115rem;font-style:normal;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:15.82470703125rem;left:2.3125rem;height:6.74805625rem;font-style:normal;display:block; }
#sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { z-index:15003;top:25.5rem;left:2.43798828125rem;background-color:#334443;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.8125rem;border-top-right-radius:4.8125rem;border-bottom-left-radius:4.8125rem;border-bottom-right-radius:4.8125rem;box-shadow: 0.0625rem 0.25rem 1.25rem #f8eedf ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.875rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O3t9O4S2yIU6B2Agq8hHSUuc9s6wQaLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:8.0625rem;top:0rem;left:2.3125rem;overflow:hidden;display:block; }
#L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { 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:1.8125rem;width:2rem;top:26.75rem;left:55.4375rem;overflow:hidden;display:block; }
#kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { 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:1.875rem;width:2rem;top:5.3125rem;left:41rem;overflow:hidden;display:block; }
#JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.125rem;top:14.625rem;left:32.9375rem;display:block; }
#ziVEqWHq3A8g5X9zFTU05631ZVfxlGI0 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.84375rem;left:54.375rem;display:block; }
#QbEh0tixugJHpE0NO4OKU4MC4CRyXMZu { color:#010a55;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#HRkhvxUGnk8i3dfDw24hs1NWWALbTuR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.24951171875rem;left:14.37548828125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVXI5MOVWx9MNIDgWv6in6KCf1U6sIZD { background-color:rgba(var(--color-primary-3),0);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-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:#000541;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:12.59375rem;display:block; }
#xopPHwgzPKBHJuPhQTAuxFknQmE9TGF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 { 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; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { background-color: transparent; background-image: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container > .video-iframe-container { display: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row > .video-iframe-container { display: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .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); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { border-width: 0; border-radius: 0; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#qHOBca9rGJyMUHuy0tG0dWwRTzfieA2u { color:#01192e;display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.875rem;left:20.8125rem;height:18.89456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oDo8sMgLVlDu3LnwRXCfHn2QCZQ38geX { position:absolute;display:block;z-index:15006;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: 0.1875rem 0.1875rem 1.875rem #334443 ;height:19rem;width:13.4375rem;top:32.310546875rem;left:39.83447265625rem;overflow:hidden;display:block; }
#zvSPISDJJJi5NuywlURZGhfsX9P1NZ1p { position:absolute;display:block;z-index:15007;background-color:#334443;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.625rem;left:20.8125rem;display:block; }
#KNz3UO5NRZEgSiFLTxNEcD0Gerg6Rs8B { color:#01192e;display:block;width:35.875rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.8125rem;height:2.4375rem;font-style:normal;display:block; }
#TBy6T5vo6K3RhaSTsr0AlyDylQH47ngg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:34.12451171875rem;left:4.77880859375rem;height:13.4961rem;display:block; }
#MS2Qq1w1LHpssyibxpH4diXqPCwQVxCq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 1.25rem #334443 ;height:25.9375rem;width:14.375rem;top:3.03515625rem;left:4.77880859375rem;display:block; }
#V85WTXxQRNCTkwWO1OTWE6kx5kK1qFrl { 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:7.875rem;width:6.1875rem;top:26.18701171875rem;left:52.3125rem;overflow:hidden;display:block; }
#mgLt93AJ1Q5Hc2dVzXx7xyxrkMzSBTBu { position:absolute;display:block;z-index:15008;background-color:#334443;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:32.498046875rem;left:4.77880859375rem;display:block; }
#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #334443);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #334443);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #334443);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #334443);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#334443' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#334443' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #334443);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; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { background-color: transparent; background-image: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container > .video-iframe-container { display: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row > .video-iframe-container { display: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .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); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { border-width: 0; border-radius: 0; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334443;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; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { background-color: transparent; background-image: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .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); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { border-width: 0; border-radius: 0; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { color:#f8eedf;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem #000541;top:1.58740234375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334443;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; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { background-color: transparent; background-image: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container > .video-iframe-container { display: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row > .video-iframe-container { display: none; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .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); }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { border-width: 0; border-radius: 0; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#JGcRPCTay8DBZxGmZMA0pENP66HS8siu { position:absolute;display:block;z-index:14996;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:6.5625rem;left:6.5rem;display:block; }
#PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { color:#f8eedf;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:11.974609375rem;left:10.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { color:#f8eedf;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.474609375rem;left:10.4375rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { color:#f8eedf;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.474609375rem;left:30.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { color:#f8eedf;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:11.974609375rem;left:30.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbkTnKIISWzOpH8oFDe0eOgIlyJtACGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.8125rem;left:6.8125rem; }
#H1cHLWDfv6HL1BgTTmtZzE48z3dOPeQ7 { color:#f8eedf;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:17.35009765625rem;left:30.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LaIW5Vs3eL9qiTk8M0AX52lA1zVgxDHu { color:#f8eedf;display:block;width:41.8125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:7.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { color:#f8eedf;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem #000541;top:2.75rem;left:6.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfOTAcoGz4en5v3OGtagWLoXeZo66NKp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:16.1875rem;top:5.25rem;left:43.8125rem;overflow:hidden;display:block; }
#fLPdPvscZXzroJlMyfRCrPuHzDuHLzoh { z-index:15025;top:32.1875rem;left:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -moz-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -ms-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -o-linear-gradient(173deg, #e8c999, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );";background-image: linear-gradient(173deg, #e8c999, #f8eedf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000541;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2a68c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VtU6MWb774DeVopLW2NpgAashFWgFQGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCMHBKhp06QRwpBqnoTTUrWW9t4TcAbs { color:#f8eedf;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:17.35009765625rem;left:10.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmpDVFyesmziJvI4BRetUy0gfrtiXB69 { position:absolute;display:block;z-index:14998;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:6.5625rem;left:26.375rem;display:block; }
#L87LD5zNe8ieguX0Oykri7tQhncPVHK4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.8125rem;left:26.6875rem; }
#UTxREUTFoiZuNXmuygtBczfEB0bcS3k4 { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:11.9375rem;left:6.5rem;display:block; }
#AIJcJauoPbnWm3CNIdT2VXov2oava1Qd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.1875rem;left:6.8125rem; }
#HmdTRDFBEn8nqfkMT4zP3tcrV0Iwurc5 { position:absolute;display:block;z-index:15002;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:11.9375rem;left:26.375rem;display:block; }
#OOu56eXNnfEAb912gAOwNpHCX255Jw3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.1875rem;left:26.6875rem; }
#mpZmOk3mVmD7i0TO03DWwFg8lMW04nqR { position:absolute;display:block;z-index:15004;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:17.3125rem;left:26.375rem;display:block; }
#cuOZUKwtkH6h5lrWe9tcgRWy5WqCypqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.5625rem;left:26.6875rem; }
#c8ypsuwNtdW8Hms1f0u6yPGgCfwMUIgb { position:absolute;display:block;z-index:15006;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:17.3125rem;left:6.5rem;display:block; }
#GmS6t5Q0uu2plovwyp0Orm7wSbq0SNKc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.5625rem;left:6.8125rem; }
#XZpIbswKQmS3sS98pgBSHDxX6zhntx0P { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:12.1875rem;left:6.5rem;display:none; }
#axM7sSRXFo0vG0MuD6w3nPRTTSumHdW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.4375rem;left:6.8125rem;display:none; }
#xo7OM13uqmz4roQfts2rGzoVULC8TpyM { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:12.1875rem;left:6.5rem;display:none; }
#TVmUIvQCzktV2evOHEHhbP1nRD81fnF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.4375rem;left:6.8125rem;display:none; }
#JBg5CFtT8NJ2Res4cFn35Elg0n9kKuWT { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:12.1875rem;left:6.5rem;display:none; }
#eewEOI9FGxGcTvPvQwAegHwON0QRwiDp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.4375rem;left:6.8125rem;display:none; }
#lf020G0ReecHHJCNPzka1maMhO3D0LRN { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:12.1875rem;left:6.5rem;display:none; }
#eV59ev7WWA7iTu9iUGvwK0yMkNtbyabV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.4375rem;left:6.8125rem;display:none; }
#dKoifTbHeKZdiyARu3rqzBvJQUAF9ir1 { position:absolute;display:block;z-index:15000;background-color:#f87c37;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3rem;width:3rem;top:12.1875rem;left:6.5rem;display:none; }
#nbNSfA8TMHuk6RqD2CkIf8KOQGgQ0pQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.4375rem;left:6.8125rem;display:none; }
#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #334443, #f8eedf);background-image: -moz-linear-gradient(180deg, #334443, #f8eedf);background-image: -ms-linear-gradient(180deg, #334443, #f8eedf);background-image: -o-linear-gradient(180deg, #334443, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#334443', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#334443', endColorstr='#f8eedf' );";background-image: linear-gradient(180deg, #334443, #f8eedf);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; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container { background-color: transparent; background-image: none; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container > .video-iframe-container { display: none; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row > .video-iframe-container { display: none; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .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); }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container { border-width: 0; border-radius: 0; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eedf;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; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container { background-color: transparent; background-image: none; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container > .video-iframe-container { display: none; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row > .video-iframe-container { display: none; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .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); }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container { border-width: 0; border-radius: 0; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#RpoqT5GRaAfTE69aJeTvizTHuBE5a33b { 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:6.75rem;width:10.25rem;top:30.65625rem;left:4.875rem;overflow:hidden;display:block; }
#iJt4vv43czkWvzSSGHKaADXVRbAOOMSp { color:#000541;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:38.4375rem;left:2.375rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDDm3fLV0Mn6pgoVnz0s7xTAUmsmW7zA { color:#000541;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:26.5rem;left:22.53125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcUKn1LQrqACOUoz7SJmULBNvm9Ms2fR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:9.625rem;top:18.5rem;left:25.1875rem;overflow:hidden;display:block; }
#UwsITTUr2lHs5pPJRmiqPV6ZuF0Thc9n { color:#000541;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:38.5rem;left:42.9375rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6OdSU667z7vmZbHfUePBdbZXDr1dbEs { position:absolute;display:block;z-index:15006;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.625rem;width:8.9375rem;top:30.6875rem;left:46rem;overflow:hidden;display:block; }
#gPIsNQE00n3eTURO8gxsTqOCTuuGtsk1 { 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:6.8125rem;width:10.3125rem;top:4.3125rem;left:5rem;overflow:hidden;display:block; }
#ci1oSuWlwNgucO6XsufmRZGzuwyX7cP1 { color:#000541;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.125rem;left:4.25rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMSEHZ9sk0praKRcv3nDscltclveRnIq { color:#000541;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:21.5625rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxyxR1ZTJzc7IURTeGOnst6Kqx7rSMrE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10.625rem;top:4.25rem;left:24.8125rem;overflow:hidden;display:block; }
#LUAf9ra2C79lro3BSg59UUgq6x0enp54 { color:#000541;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:26.25rem;left:42.75rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoRetNqF0GoTPMa9AhcaT6NJ3dxOewuZ { position:absolute;display:block;z-index:15006;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.6875rem;width:10.3125rem;top:18.5rem;left:44.625rem;overflow:hidden;display:block; }
#QvTO03sT543QIxAZGySpMuxMKhVGleR2 { color:#000541;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:26.5rem;left:3.625rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLTOanZ2zcztsXNyFXNvSAODy7JSPomc { 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:6.9375rem;width:8.75rem;top:18.625rem;left:6.5rem;overflow:hidden;display:block; }
#v3VoJoybdOmaVINJeP7QBrNOcDnx4CJl { color:#000541;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:38.4375rem;left:22.375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogUQBFPoD2SgPJ5PMHecdaFT5n0rMdH2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10.125rem;top:30.6875rem;left:24.9375rem;overflow:hidden;display:block; }
#AaMoffhAwSFamcpG5Z1tm1QZModVBHtk { color:#000541;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem #f8eedf;top:0rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q6O0QxBW6eNuNkSdkCX8Ey9oNDJerkMo { color:#000541;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:12.0625rem;left:42.5rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0WQXge9knr3ctU8EN8DfRJNLHlkH1vb { 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:6.625rem;width:10.0625rem;top:4.3125rem;left:44.375rem;overflow:hidden;display:block; }
#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eedf, #000541);background-image: -moz-linear-gradient(180deg, #f8eedf, #000541);background-image: -ms-linear-gradient(180deg, #f8eedf, #000541);background-image: -o-linear-gradient(180deg, #f8eedf, #000541);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#000541' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#000541' );";background-image: linear-gradient(180deg, #f8eedf, #000541);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; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container { background-color: transparent; background-image: none; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container > .video-iframe-container { display: none; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row > .video-iframe-container { display: none; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .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); }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container { border-width: 0; border-radius: 0; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000541;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; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container { background-color: transparent; background-image: none; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container > .video-iframe-container { display: none; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row > .video-iframe-container { display: none; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .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); }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container { border-width: 0; border-radius: 0; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#C63lC8FGiJPDwZKqlWCDMwpwQP5kP81J { color:#000000;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrK2Zro8qZKdPRu2uERCV0WLKDZemmph { color:#000000;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:11.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2x8vOLsvsF9TAEMI31gMfc0ux9m5Re3 { color:#000541;display:block;width:2.3125rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.53125rem;left:8.40625rem;height:2.84375rem;font-style:normal;display:block; }
#LJX7NNMlSOag7Ay0DwU9rnRkGzTDsenq { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:26.3125rem;top:18.5625rem;left:9.25rem;display:block; }
#z1KbELDXN5hHHJH9LwPwILiW5Tq35Otp { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0;top:15.5625rem;left:9.1875rem;display:block; }
#ryU4nSwrgdkOm9D5Bg9FzMEnPgCE9TH7 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.5625rem;left:12.5625rem;height:2.8496125rem;font-style:normal;display:block; }
#LmwEsK5CQlPbZPo6AVWv0OaDmuvPmMTS { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.0625rem;left:12.625rem;height:4.5rem;font-style:normal;display:block; }
#pMEegnKlrFCQ1GRa5EdTHC5cRihTNe20 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:0;top:21.0625rem;left:38.3125rem;display:block; }
#IL0Bs5BgD4KftOycuqdLeU9K0qByKZzQ { position:absolute;display:block;z-index:15011;background-color:#5d866c;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:15.4375rem;left:35.5625rem;display:block; }
#PxPubvpTrkEKzpTzup3qCBc5CNteTvPP { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.5rem;left:42.0625rem;height:1.42480625rem;font-style:normal;display:block; }
#TWplFZtq7IXFoqlTr7tztKAHZ7LGNO2X { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:17.5rem;left:42.0625rem;height:3.375rem;font-style:normal;display:block; }
#sBFwElwfJ3iQ9XsroBSpM6Wm9Bdeihm2 { position:absolute;display:block;z-index:15015;background-color:#5d866c;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:20.9375rem;left:6.25rem;display:block; }
#TxZsVuI9q7QALUMZ9MBPu5R9168Nqqvd { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:24.1875rem;left:12.5625rem;height:2.8496125rem;font-style:normal;display:block; }
#i1zBBFGeipvJ2Tpv7rGCMhO0XnkVh5Aq { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:27.5625rem;left:12.5625rem;height:3.375rem;font-style:normal;display:block; }
#TMPZFKgF7yW9ezakXs6dyPLVorXHJm4N { position:absolute;display:block;z-index:15015;background-color:#5d866c;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:31.375rem;left:34.625rem;display:block; }
#s9KebFvNqIQnDNNCsfKeudzvBlkzdIh8 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:28.625rem;top:23.0625rem;left:9.5rem;display:block; }
#ZtIQJIU05Lhnk4SPrc69oMGWOBVbLRcr { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:0;top:25.46875rem;left:9rem;display:block; }
#BIv7LGIJGaKZepftAALgx2dzmEWdPvHX { color:#000000;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:31.359375rem;left:41.0625rem;height:2.8496125rem;font-style:normal;display:block; }
#qsKo3wAs0ChZe8OVDVGNTfxWoXJzxZkT { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:34.8125rem;left:40.9375rem;height:7.875rem;font-style:normal;display:block; }
#xBpftNGfzbnFd3M5IM0KNvitvFJ3ObKA { z-index:15026;top:47.33447265625rem;left:13.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -moz-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -ms-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -o-linear-gradient(173deg, #e8c999, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );";background-image: linear-gradient(173deg, #e8c999, #f8eedf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000541;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2a68c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zpyWHTLNE8CuUiQsheIRMHB6KTSsT0kq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhKEIX7Du8OHBdCqvIPdeFTirRxhnklS { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:28.625rem;top:34.125rem;left:9.03125rem;display:block; }
#JaXG7TZ6wxt3VXbSUVdfRSyCETIFkiAo { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.650390625rem;left:6.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaSrPxG2tRVz12mByJb26KfPbhH6UaFT { position:absolute;display:block;z-index:15000;background-color:#5d866c;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:9.6875rem;left:6.25rem;display:block; }
#RCgriGKsJCXqThvdAZTDfgS8ZiTnROn1 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:16.51220703125rem;left:35.53125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4J8OQ50hhNvGc48I5hOTDtlqcCRcTGL { color:#000541;display:block;width:2.3125rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.25rem;left:37.625rem;height:2.84375rem;font-style:normal;display:block; }
#bbX90zw5Qa4EAu62IC8BOks2F2Ry1GFf { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:22.14990234375rem;left:6.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKvERWlSXgVoE1b6aLameHnZkmkkfxvb { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.49365234375rem;left:34.59375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUvy09k2Vv5dt3Tt60G2fwzi33CKLn5I { color:#000541;display:block;width:2.3125rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:8.28125rem;height:2.84375rem;font-style:normal;display:block; }
#GbnmaJzKpdxTMvsfL6v2DTepGaUJWFvS { color:#000541;display:block;width:2.3125rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:33.34375rem;left:36.5rem;height:2.84375rem;font-style:normal;display:block; }
#G6cwSpT0Wq1HA95ee6Ji8ZXRZusuxAEC { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:17.8125rem;top:30.75rem;left:3.0625rem;overflow:hidden;display:block; }
#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000541, #f8eedf);background-image: -moz-linear-gradient(180deg, #000541, #f8eedf);background-image: -ms-linear-gradient(180deg, #000541, #f8eedf);background-image: -o-linear-gradient(180deg, #000541, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000541', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000541', endColorstr='#f8eedf' );";background-image: linear-gradient(180deg, #000541, #f8eedf);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; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container { background-color: transparent; background-image: none; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container > .video-iframe-container { display: none; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row > .video-iframe-container { display: none; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .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); }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container { border-width: 0; border-radius: 0; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eedf, #ffffff);background-image: -moz-linear-gradient(180deg, #f8eedf, #ffffff);background-image: -ms-linear-gradient(180deg, #f8eedf, #ffffff);background-image: -o-linear-gradient(180deg, #f8eedf, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f8eedf, #ffffff);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; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container { background-color: transparent; background-image: none; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container > .video-iframe-container { display: none; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row > .video-iframe-container { display: none; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .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); }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container { border-width: 0; border-radius: 0; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#Mqzbdr0eCRMqik7CHEhHogCWK801XXTS { color:#000541;display:block;width:49.1875rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.25rem;left:5.40625rem;height:2.4375rem;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; }
#qnbe1Dut8dnlxkbWwShLRXvceNm0PEEz { color:#000541;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6005859375rem;left:17.96875rem;height:5.8496rem;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; }
#ac0JZSZNiE18T57UAaZusuIMB4Qw4QPL { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(324deg, #f87c37, #e8c999);background-image: -moz-linear-gradient(324deg, #f87c37, #e8c999);background-image: -ms-linear-gradient(324deg, #f87c37, #e8c999);background-image: -o-linear-gradient(324deg, #f87c37, #e8c999);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87c37', endColorstr='#e8c999' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87c37', endColorstr='#e8c999' );";background-image: linear-gradient(324deg, #f87c37, #e8c999);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.5rem;width:31.5rem;top:27.3125rem;left:14.25rem;display:block; }
#kbhhEtAeQCNpPhZ9glQcPWSEbf8BVt8q { color:#010a55;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.125rem;left:15.5625rem;height:2.9248rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BKkUehNkBemrw4Ar8u4iHPwuq2mbB7Ti { position:absolute;display:block;z-index:15007;background-color:#000541;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.375rem;width:25rem;top:16.8125rem;left:31.6875rem;display:block; }
#ib3CeFQ3TzT6VK9a2IMA0yqVyKmdTNmD { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.63720703125rem;left:32.59375rem;height:5.84960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3ITKKJRiLnyHRgMBn1BwMPuXdMhoVtw { color:#000541;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.6875rem;height:7.312rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dspSIRldv8QWQv3SXQbfhpLXfLRPbhUp { color:#000541;display:block;width:13.75rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.9375rem;left:5.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#urxmqENUACPxdMIb5v8E6VJV0aUGqcnN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 { 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; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container { background-color: transparent; background-image: none; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container > .video-iframe-container { display: none; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row > .video-iframe-container { display: none; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .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); }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container { border-width: 0; border-radius: 0; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#DpUzxCGqle1TyILehVMbMS18isHJbNBd { color:#000541;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdgn7JEMScpSVySwR2C0VedCcfvgmNJ1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:44.75rem;top:2.33056640625rem;left:8.1875rem;overflow:hidden;display:block; }
#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c2a68c);background-image: -moz-linear-gradient(180deg, #ffffff, #c2a68c);background-image: -ms-linear-gradient(180deg, #ffffff, #c2a68c);background-image: -o-linear-gradient(180deg, #ffffff, #c2a68c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2a68c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2a68c' );";background-image: linear-gradient(180deg, #ffffff, #c2a68c);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; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { background-color: transparent; background-image: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .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); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { border-width: 0; border-radius: 0; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#FH5GTI99avGRMW13M5lgz6w3pggGId4N { color:#000541;display:block;width:35.8125rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem #f8eedf;top:1.662109375rem;left:12.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c2a68c;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; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { background-color: transparent; background-image: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container { display: none; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .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); }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { border-width: 0; border-radius: 0; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#h1HBoNUwbHPZtSxWEtKMO6HuWLm1LKiQ { position:absolute;display:block;z-index:15013;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:1.625rem;width:1.75rem;top:1.505859375rem;left:4.08642578125rem;overflow:hidden;display:block; }
#UTKGDuq5Fmf5qgQuSXl5Z1U2qmNLIToR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:1.4437503814698rem;left:46.27499961853rem;display:block; }
#rTTUrTMQbE3Fdmf7GUC6zlntPf89wgcF { 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:1.375rem;width:1.5rem;top:5.880859375rem;left:52.08740234375rem;overflow:hidden;display:block; }
#ppT9AfwB8l8M5KHDGtavDZd3EQIyuMBR { position:absolute;display:block;z-index:15021;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:1.625rem;width:1.75rem;top:14.169921875rem;left:54.83740234375rem;overflow:hidden;display:block; }
#PtRyw1Z4lu5LRwch12iTyLp4bE3pgOUf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.3125rem;width:1.3125rem;top:17.130859375rem;left:8.25rem;display:block; }
#pEd039rcWEQkb6LN4VBqRB1xmSpPmT99 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:9.5625rem;top:1.068359375rem;left:41.02490234375rem;overflow:hidden;display:block; }
#zfhLQG3nClMhahTGnVm1RnS8rerMWEKD { color:#000541;display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:11.2470703125rem;left:10.96875rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vixv6GmE894IKpEDiybTQfLIkAQrPBb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.494140625rem;left:9.5rem;height:2.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I44q1LyDuXN332kxJg6Fbwmnvx8VnKBT { z-index:15005;top:6.1845703125rem;left:10.625rem;background-color:#010a55;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRm8mJRnrCFWD4FZbgZ9VaELB4UoDovm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbbLBQbL3BJ6sd9EQUPvPASFnd0leuSE { color:#000541;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.412109375rem;left:10.58740234375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c2a68c, #334443);background-image: -moz-linear-gradient(180deg, #c2a68c, #334443);background-image: -ms-linear-gradient(180deg, #c2a68c, #334443);background-image: -o-linear-gradient(180deg, #c2a68c, #334443);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a68c', endColorstr='#334443' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a68c', endColorstr='#334443' );";background-image: linear-gradient(180deg, #c2a68c, #334443);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; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container { background-color: transparent; background-image: none; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container > .video-iframe-container { display: none; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row > .video-iframe-container { display: none; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .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); }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container { border-width: 0; border-radius: 0; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334443;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; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container { background-color: transparent; background-image: none; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container > .video-iframe-container { display: none; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row > .video-iframe-container { display: none; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .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); }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container { border-width: 0; border-radius: 0; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#s4rsPwrq9nkla8aTTUoySOuH1qo2mp94 { color:#e8c999;display:block;width:34.3125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:6rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJFlauJRwEmW0k6TIQCys5pGarPSq04T { color:#f8eedf;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:6rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1p2rCrMliWstFF1nvOxqZIyZbzLzrwo { color:#f8eedf;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:14.125rem;left:6rem;height:3.71191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fwc74QKr7lzTQPZZEGRHKzFvpETpQTOP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:19.5rem;top:2.5rem;left:40.280834101147rem;overflow:hidden;display:block; }
#EAZ1iG7ntpKlqA0ayCeqpQJphmQLdOfP { z-index:15003;top:21.125rem;left:13.5rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -moz-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -ms-linear-gradient(173deg, #e8c999, #f8eedf);background-image: -o-linear-gradient(173deg, #e8c999, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c999', endColorstr='#f8eedf' );";background-image: linear-gradient(173deg, #e8c999, #f8eedf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000541;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2a68c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RXta0UxhOa8qlUnpa9MDgqf0TOqS2ymb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #334443, #f8eedf);background-image: -moz-linear-gradient(180deg, #334443, #f8eedf);background-image: -ms-linear-gradient(180deg, #334443, #f8eedf);background-image: -o-linear-gradient(180deg, #334443, #f8eedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#334443', endColorstr='#f8eedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#334443', endColorstr='#f8eedf' );";background-image: linear-gradient(180deg, #334443, #f8eedf);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; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container { background-color: transparent; background-image: none; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container > .video-iframe-container { display: none; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row > .video-iframe-container { display: none; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .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); }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container { border-width: 0; border-radius: 0; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eedf;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;z-index:auto;display:block; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { background-color: transparent; background-image: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container > .video-iframe-container { display: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row > .video-iframe-container { display: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .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); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { border-width: 0; border-radius: 0; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#uzCCTeaGsQsbcgo4QA0ySbiEaAnHHcMm { color:#334443;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.625rem;left:22.4375rem;height:2.19970625rem;font-style:normal;display:block; }
#sXTXKeGMMsXXvrsW228odwkghGlBVznb { color:#000541;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.0625rem;left:22.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#voNhO5JPmTLiXOuOELWNSudNHSAKOCAI { color:#334443;display:block;width:15.25rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.125rem;left:24.6875rem;height:1.79980625rem;font-style:normal;display:block; }
#uNlzHJKPxWZ8thOOVdt57zM10fPgU3Rd { color:#334443;display:block;width:27.5rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:8.75rem;left:24.6875rem;height:1.5rem;font-style:normal;display:block; }
#nuHSBTL32aomNSM9nvInOMwio6qLTFP1 { position:absolute;display:block;z-index:15016;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.4375rem;width:5.4375rem;top:15.625rem;left:29rem;overflow:hidden;display:block; }
#nMLN35iN9GumOEEeWFvSwKfMyxMZmqmc { position:absolute;display:block;z-index:15018;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.375rem;width:6.375rem;top:14.82421875rem;left:39.5625rem;overflow:hidden;display:none; }
#E1qJqeep0zuMEZQIuRMRZcefqch49P0C { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:15.5625rem;left:35.4375rem;overflow:hidden;display:block; }
#zBhZt07Fn2QFSQK2aZfGrFEO4PQ0qCKF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:6.3125rem;left:22.5625rem; }
#WPMNzpFE085AQASGVZCoqGSIeTvVU74m { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:8.75rem;left:22.5625rem; }
#SuEMARvW9tiEszTuDPMTwz8JIhd6KrMV { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:21.3125rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#yp9gDFJ5QagfT5Gfv1ifOfHXMsqRlp6h { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:12.25rem;top:21.25rem;left:15.75rem;overflow:hidden;display:block; }
#oCJNgxoNUfzPTswwrlHn11RGFkLAC4dp { position:absolute;display:block;z-index:15008;background-color:#334443;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:32.498046875rem;left:4.77880859375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { top:4.625rem;left:33.8125rem;width:13rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:8.3125rem;left:0rem;width:43.75rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:15.8125rem;left:0rem;width:32.25rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { top:25.5rem;left:0rem;width:46.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3t9O4S2yIU6B2Agq8hHSUuc9s6wQaLO { display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:0rem;left:0rem;width:8.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { top:26.75rem;left:45.75rem;width:2rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { top:5.3125rem;left:34.875rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { top:14.625rem;left:26.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVEqWHq3A8g5X9zFTU05631ZVfxlGI0 { top:18.8125rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEh0tixugJHpE0NO4OKU4MC4CRyXMZu { top:10.75rem;left:0rem;width:40.6875rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRkhvxUGnk8i3dfDw24hs1NWWALbTuR7 { top:29.1875rem;left:8.25048828125rem;width:24.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXI5MOVWx9MNIDgWv6in6KCf1U6sIZD { width:32.5625rem;height:2.4375rem;top:1.375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xopPHwgzPKBHJuPhQTAuxFknQmE9TGF8 { display:block; }
 }@media only screen and (max-width: 763px) { #D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 { display:block; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHOBca9rGJyMUHuy0tG0dWwRTzfieA2u { width:36.0625rem;height:18.875rem;top:8.875rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDo8sMgLVlDu3LnwRXCfHn2QCZQ38geX { top:32.25rem;left:33.70947265625rem;width:13.4375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvSPISDJJJi5NuywlURZGhfsX9P1NZ1p { top:6.625rem;left:14.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNz3UO5NRZEgSiFLTxNEcD0Gerg6Rs8B { top:3.375rem;left:11.875rem;width:35.875rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBy6T5vo6K3RhaSTsr0AlyDylQH47ngg { top:34.0625rem;left:0rem;width:33.3125rem;height:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2Qq1w1LHpssyibxpH4diXqPCwQVxCq { top:3rem;left:0rem;width:14.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85WTXxQRNCTkwWO1OTWE6kx5kK1qFrl { top:26.125rem;left:41.5625rem;width:6.1875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgLt93AJ1Q5Hc2dVzXx7xyxrkMzSBTBu { top:32.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b { display:block; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { top:1.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { display:block; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGcRPCTay8DBZxGmZMA0pENP66HS8siu { top:6.5625rem;left:4.96875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { top:11.9375rem;left:0rem;width:14.3125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { top:6.4375rem;left:0rem;width:13.9375rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { top:6.4375rem;left:17.9375rem;width:17.875rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { top:11.9375rem;left:21.1875rem;width:14.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbkTnKIISWzOpH8oFDe0eOgIlyJtACGO { top:6.8125rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1cHLWDfv6HL1BgTTmtZzE48z3dOPeQ7 { top:17.3125rem;left:19.5625rem;width:16.25rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIW5Vs3eL9qiTk8M0AX52lA1zVgxDHu { top:25.75rem;left:0rem;width:41.8125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { top:2.75rem;left:0rem;width:37.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfOTAcoGz4en5v3OGtagWLoXeZo66NKp { top:5.25rem;left:19.625rem;width:16.1875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLPdPvscZXzroJlMyfRCrPuHzDuHLzoh { top:32.1875rem;left:0rem;width:43rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtU6MWb774DeVopLW2NpgAashFWgFQGv { display:block; }
 }@media only screen and (max-width: 763px) { #cCMHBKhp06QRwpBqnoTTUrWW9t4TcAbs { top:17.3125rem;left:0rem;width:15.4375rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmpDVFyesmziJvI4BRetUy0gfrtiXB69 { top:6.5625rem;left:20.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L87LD5zNe8ieguX0Oykri7tQhncPVHK4 { top:6.8125rem;left:21.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTxREUTFoiZuNXmuygtBczfEB0bcS3k4 { top:11.9375rem;left:4.96875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJcJauoPbnWm3CNIdT2VXov2oava1Qd { top:12.1875rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdTRDFBEn8nqfkMT4zP3tcrV0Iwurc5 { top:11.9375rem;left:20.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOu56eXNnfEAb912gAOwNpHCX255Jw3b { top:12.1875rem;left:21.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZmOk3mVmD7i0TO03DWwFg8lMW04nqR { top:17.3125rem;left:20.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuOZUKwtkH6h5lrWe9tcgRWy5WqCypqT { top:17.5625rem;left:21.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ypsuwNtdW8Hms1f0u6yPGgCfwMUIgb { top:17.3125rem;left:4.96875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmS6t5Q0uu2plovwyp0Orm7wSbq0SNKc { top:17.5625rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpIbswKQmS3sS98pgBSHDxX6zhntx0P { top:12.1875rem;left:4.96875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #axM7sSRXFo0vG0MuD6w3nPRTTSumHdW3 { top:12.4375rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo7OM13uqmz4roQfts2rGzoVULC8TpyM { top:12.1875rem;left:4.96875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVmUIvQCzktV2evOHEHhbP1nRD81fnF7 { top:12.4375rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBg5CFtT8NJ2Res4cFn35Elg0n9kKuWT { top:12.1875rem;left:4.96875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #eewEOI9FGxGcTvPvQwAegHwON0QRwiDp { top:12.4375rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lf020G0ReecHHJCNPzka1maMhO3D0LRN { top:12.1875rem;left:4.96875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #eV59ev7WWA7iTu9iUGvwK0yMkNtbyabV { top:12.4375rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKoifTbHeKZdiyARu3rqzBvJQUAF9ir1 { top:12.1875rem;left:4.96875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbNSfA8TMHuk6RqD2CkIf8KOQGgQ0pQT { top:12.4375rem;left:5.28125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6eE80OECaR3px5ML3HwOlDXK0KnSpkc { display:block; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q { display:block; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpoqT5GRaAfTE69aJeTvizTHuBE5a33b { width:10.25rem;height:6.75rem;top:30.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJt4vv43czkWvzSSGHKaADXVRbAOOMSp { width:14.6875rem;height:3.6875rem;top:38.4375rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDm3fLV0Mn6pgoVnz0s7xTAUmsmW7zA { width:15.25rem;height:2.4375rem;top:26.5rem;left:16.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcUKn1LQrqACOUoz7SJmULBNvm9Ms2fR { width:9.625rem;height:7rem;top:18.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwsITTUr2lHs5pPJRmiqPV6ZuF0Thc9n { width:14.125rem;height:3.6875rem;top:38.5rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6OdSU667z7vmZbHfUePBdbZXDr1dbEs { width:8.9375rem;height:6.625rem;top:30.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPIsNQE00n3eTURO8gxsTqOCTuuGtsk1 { width:10.3125rem;height:6.8125rem;top:4.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci1oSuWlwNgucO6XsufmRZGzuwyX7cP1 { width:11.8125rem;height:3.6875rem;top:12.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSEHZ9sk0praKRcv3nDscltclveRnIq { width:17.1875rem;height:4.9375rem;top:12.1875rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyxR1ZTJzc7IURTeGOnst6Kqx7rSMrE { width:10.625rem;height:6.9375rem;top:4.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUAf9ra2C79lro3BSg59UUgq6x0enp54 { width:14.5625rem;height:3.6875rem;top:26.25rem;left:32.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRetNqF0GoTPMa9AhcaT6NJ3dxOewuZ { width:10.3125rem;height:6.6875rem;top:18.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTO03sT543QIxAZGySpMuxMKhVGleR2 { width:14.625rem;height:2.4375rem;top:26.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTOanZ2zcztsXNyFXNvSAODy7JSPomc { width:8.75rem;height:6.9375rem;top:18.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3VoJoybdOmaVINJeP7QBrNOcDnx4CJl { width:14.6875rem;height:2.4375rem;top:38.4375rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogUQBFPoD2SgPJ5PMHecdaFT5n0rMdH2 { width:10.125rem;height:6.6875rem;top:30.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMoffhAwSFamcpG5Z1tm1QZModVBHtk { width:47.75rem;height:2.5625rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6O0QxBW6eNuNkSdkCX8Ey9oNDJerkMo { width:14.5625rem;height:3.6875rem;top:12.0625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0WQXge9knr3ctU8EN8DfRJNLHlkH1vb { width:10.0625rem;height:6.625rem;top:4.3125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP { display:block; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htm67ozRDuwJyWahLDoDDRikqD1gRF1t { display:block; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C63lC8FGiJPDwZKqlWCDMwpwQP5kP81J { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrK2Zro8qZKdPRu2uERCV0WLKDZemmph { top:5.1875rem;left:5.6875rem;width:36.375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2x8vOLsvsF9TAEMI31gMfc0ux9m5Re3 { top:11.5rem;left:2.28125rem;width:2.3125rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX7NNMlSOag7Ay0DwU9rnRkGzTDsenq { top:18.5625rem;left:3.125rem;width:26.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #z1KbELDXN5hHHJH9LwPwILiW5Tq35Otp { top:15.5625rem;left:3.0625rem;width:0;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryU4nSwrgdkOm9D5Bg9FzMEnPgCE9TH7 { top:9.5625rem;left:6.4375rem;width:20.375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmwEsK5CQlPbZPo6AVWv0OaDmuvPmMTS { top:13.0625rem;left:6.5rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMEegnKlrFCQ1GRa5EdTHC5cRihTNe20 { top:21.0625rem;left:32.1875rem;width:0;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL0Bs5BgD4KftOycuqdLeU9K0qByKZzQ { top:15.4375rem;left:29.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPubvpTrkEKzpTzup3qCBc5CNteTvPP { top:15.5rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWplFZtq7IXFoqlTr7tztKAHZ7LGNO2X { top:17.5rem;left:32.625rem;width:15.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBFwElwfJ3iQ9XsroBSpM6Wm9Bdeihm2 { top:20.9375rem;left:0.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZsVuI9q7QALUMZ9MBPu5R9168Nqqvd { top:24.1875rem;left:6.4375rem;width:21.3125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zBBFGeipvJ2Tpv7rGCMhO0XnkVh5Aq { top:27.5625rem;left:6.4375rem;width:20.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPZFKgF7yW9ezakXs6dyPLVorXHJm4N { top:31.375rem;left:28.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KebFvNqIQnDNNCsfKeudzvBlkzdIh8 { top:23.0625rem;left:3.375rem;width:28.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZtIQJIU05Lhnk4SPrc69oMGWOBVbLRcr { top:25.4375rem;left:2.875rem;width:0;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIv7LGIJGaKZepftAALgx2dzmEWdPvHX { top:31.3125rem;left:30.625rem;width:17.125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKo3wAs0ChZe8OVDVGNTfxWoXJzxZkT { top:34.8125rem;left:28.6875rem;width:19.0625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBpftNGfzbnFd3M5IM0KNvitvFJ3ObKA { top:47.3125rem;left:7.625rem;width:28.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpyWHTLNE8CuUiQsheIRMHB6KTSsT0kq { display:block; }
 }@media only screen and (max-width: 763px) { #hhKEIX7Du8OHBdCqvIPdeFTirRxhnklS { top:34.125rem;left:2.90625rem;width:28.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JaXG7TZ6wxt3VXbSUVdfRSyCETIFkiAo { top:10.625rem;left:0.0625rem;width:5.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaSrPxG2tRVz12mByJb26KfPbhH6UaFT { top:9.6875rem;left:0.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgriGKsJCXqThvdAZTDfgS8ZiTnROn1 { top:16.5rem;left:29.40625rem;width:5.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4J8OQ50hhNvGc48I5hOTDtlqcCRcTGL { top:17.25rem;left:31.5rem;width:2.3125rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbX90zw5Qa4EAu62IC8BOks2F2Ry1GFf { top:22.125rem;left:0.0625rem;width:5.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKvERWlSXgVoE1b6aLameHnZkmkkfxvb { top:32.4375rem;left:28.46875rem;width:5.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUvy09k2Vv5dt3Tt60G2fwzi33CKLn5I { top:22.875rem;left:2.15625rem;width:2.3125rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbnmaJzKpdxTMvsfL6v2DTepGaUJWFvS { top:33.3125rem;left:30.375rem;width:2.3125rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6cwSpT0Wq1HA95ee6Ji8ZXRZusuxAEC { top:30.75rem;left:0rem;width:17.8125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU { display:block; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n { display:block; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mqzbdr0eCRMqik7CHEhHogCWK801XXTS { width:47.75rem;height:2.4375rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnbe1Dut8dnlxkbWwShLRXvceNm0PEEz { width:24.5625rem;height:5.8125rem;top:6.5625rem;left:11.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac0JZSZNiE18T57UAaZusuIMB4Qw4QPL { width:31.5rem;height:6.5rem;top:27.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhhEtAeQCNpPhZ9glQcPWSEbf8BVt8q { width:28.875rem;height:2.875rem;top:29.125rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKkUehNkBemrw4Ar8u4iHPwuq2mbB7Ti { width:25rem;height:7.375rem;top:16.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3CeFQ3TzT6VK9a2IMA0yqVyKmdTNmD { width:23.1875rem;height:5.8125rem;top:17.625rem;left:24.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ITKKJRiLnyHRgMBn1BwMPuXdMhoVtw { width:24.75rem;height:7.25rem;top:17.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dspSIRldv8QWQv3SXQbfhpLXfLRPbhUp { width:13.75rem;height:1.9375rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urxmqENUACPxdMIb5v8E6VJV0aUGqcnN { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBXfwHHoQeGW09e82oR6pdJyttoR9To5 { display:block; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpUzxCGqle1TyILehVMbMS18isHJbNBd { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdgn7JEMScpSVySwR2C0VedCcfvgmNJ1 { top:2.3125rem;left:2.0625rem;width:44.75rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH5GTI99avGRMW13M5lgz6w3pggGId4N { top:1.625rem;left:5.96875rem;width:35.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { display:block; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1HBoNUwbHPZtSxWEtKMO6HuWLm1LKiQ { top:1.5rem;left:0rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKGDuq5Fmf5qgQuSXl5Z1U2qmNLIToR { top:1.4375rem;left:40.14999961853rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTUrTMQbE3Fdmf7GUC6zlntPf89wgcF { top:5.875rem;left:45.96240234375rem;width:1.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9AfwB8l8M5KHDGtavDZd3EQIyuMBR { top:14.125rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRyw1Z4lu5LRwch12iTyLp4bE3pgOUf { top:17.125rem;left:2.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEd039rcWEQkb6LN4VBqRB1xmSpPmT99 { top:1.0625rem;left:34.89990234375rem;width:9.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfhLQG3nClMhahTGnVm1RnS8rerMWEKD { top:11.1875rem;left:4.84375rem;width:25.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vixv6GmE894IKpEDiybTQfLIkAQrPBb3 { top:6.4375rem;left:3.375rem;width:2.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I44q1LyDuXN332kxJg6Fbwmnvx8VnKBT { top:6.125rem;left:4.5rem;width:25.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRm8mJRnrCFWD4FZbgZ9VaELB4UoDovm { display:block; }
 }@media only screen and (max-width: 763px) { #xbbLBQbL3BJ6sd9EQUPvPASFnd0leuSE { top:3.375rem;left:4.46240234375rem;width:29.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT { display:block; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO { display:block; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4rsPwrq9nkla8aTTUoySOuH1qo2mp94 { top:2.375rem;left:0rem;width:34.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFlauJRwEmW0k6TIQCys5pGarPSq04T { top:8.0625rem;left:0rem;width:35.0625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1p2rCrMliWstFF1nvOxqZIyZbzLzrwo { width:34.875rem;height:3.6875rem;top:14.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwc74QKr7lzTQPZZEGRHKzFvpETpQTOP { top:2.5rem;left:27.5rem;width:19.5rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZ1iG7ntpKlqA0ayCeqpQJphmQLdOfP { top:21.125rem;left:7.375rem;width:33rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXta0UxhOa8qlUnpa9MDgqf0TOqS2ymb { display:block; }
 }@media only screen and (max-width: 763px) { #PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c { display:block; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf { display:block; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzCCTeaGsQsbcgo4QA0ySbiEaAnHHcMm { width:28.4375rem;height:2.1875rem;top:2.625rem;left:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTXKeGMMsXXvrsW228odwkghGlBVznb { width:27.875rem;height:1.9375rem;top:13.0625rem;left:16.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNhO5JPmTLiXOuOELWNSudNHSAKOCAI { width:15.25rem;height:1.8125rem;top:6.125rem;left:18.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNlzHJKPxWZ8thOOVdt57zM10fPgU3Rd { width:27.5rem;height:1.5rem;top:8.75rem;left:18.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHSBTL32aomNSM9nvInOMwio6qLTFP1 { width:5.4375rem;height:5.4375rem;top:15.625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLN35iN9GumOEEeWFvSwKfMyxMZmqmc { width:6.375rem;height:6.375rem;top:14.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qJqeep0zuMEZQIuRMRZcefqch49P0C { width:5.625rem;height:5.625rem;top:15.5625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBhZt07Fn2QFSQK2aZfGrFEO4PQ0qCKF { top:6.3125rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPMNzpFE085AQASGVZCoqGSIeTvVU74m { top:8.75rem;left:16.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuEMARvW9tiEszTuDPMTwz8JIhd6KrMV { top:0.375rem;left:0rem;width:21.3125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp9gDFJ5QagfT5Gfv1ifOfHXMsqRlp6h { top:21.25rem;left:9.625rem;width:12.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJNgxoNUfzPTswwrlHn11RGFkLAC4dp { top:32.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eedf, #c2a68c);background-image: -moz-linear-gradient(180deg, #f8eedf, #c2a68c);background-image: -ms-linear-gradient(180deg, #f8eedf, #c2a68c);background-image: -o-linear-gradient(180deg, #f8eedf, #c2a68c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#c2a68c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eedf', endColorstr='#c2a68c' );";background-image: linear-gradient(180deg, #f8eedf, #c2a68c);background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { width:8rem;height:14.6875rem;top:4.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:12.8125rem;height:3.0869125rem;top:6.5625rem;left:0.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:19rem;height:7.69921875rem;top:20.9189453125rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { top:17.25rem;left:1.1875rem;width:17.5rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3t9O4S2yIU6B2Agq8hHSUuc9s6wQaLO { display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:4.8125rem;height:3.875rem;top:1.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { width:1.375rem;height:1.25rem;top:2.46875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { width:1.375rem;height:1.25rem;top:15.2939453125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { width:0.625rem;height:0.625rem;top:12.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVEqWHq3A8g5X9zFTU05631ZVfxlGI0 { width:0.5625rem;height:0.5625rem;top:5.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEh0tixugJHpE0NO4OKU4MC4CRyXMZu { width:14.625rem;height:1.21875rem;top:9.7998046875rem;left:0.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRkhvxUGnk8i3dfDw24hs1NWWALbTuR7 { width:15.8125rem;height:0.89355625rem;top:16.1875rem;left:2.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RVXI5MOVWx9MNIDgWv6in6KCf1U6sIZD { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xopPHwgzPKBHJuPhQTAuxFknQmE9TGF8 { display:block; }
 }@media only screen and (max-width: 763px) { #D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 { background-color:#c2a68c;background-image:none;display:block; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { background-color: transparent; background-image: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container > .video-iframe-container { display: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row > .video-iframe-container { display: none; }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .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); }#D50sWHXZlLVZG3gKewCFFEdKwceMCJ56 > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHOBca9rGJyMUHuy0tG0dWwRTzfieA2u { width:11.8125rem;height:24.06005rem;top:6.4375rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oDo8sMgLVlDu3LnwRXCfHn2QCZQ38geX { width:7.6875rem;height:10.9375rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvSPISDJJJi5NuywlURZGhfsX9P1NZ1p { width:12.5rem;height:0.125rem;top:0.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNz3UO5NRZEgSiFLTxNEcD0Gerg6Rs8B { width:13.5rem;height:3.0869125rem;top:1.4375rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBy6T5vo6K3RhaSTsr0AlyDylQH47ngg { width:18.75rem;height:12.511225rem;top:36.08349609375rem;left:0.59375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MS2Qq1w1LHpssyibxpH4diXqPCwQVxCq { width:7.6875rem;height:14.25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85WTXxQRNCTkwWO1OTWE6kx5kK1qFrl { width:2.625rem;height:3.375rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgLt93AJ1Q5Hc2dVzXx7xyxrkMzSBTBu { width:12.5rem;height:0.125rem;top:33.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c2a68c, #334443);background-image: -moz-linear-gradient(180deg, #c2a68c, #334443);background-image: -ms-linear-gradient(180deg, #c2a68c, #334443);background-image: -o-linear-gradient(180deg, #c2a68c, #334443);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a68c', endColorstr='#334443' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a68c', endColorstr='#334443' );";background-image: linear-gradient(180deg, #c2a68c, #334443);background-size:auto !important;display:block; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { background-color: transparent; background-image: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container > .video-iframe-container { display: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row > .video-iframe-container { display: none; }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .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); }#oyyXM3AxN0VmNFgUAJ3Lec4WxBkOeF0b > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { width:20rem;height:1.54345625rem;top:0.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn { display:block; }#KkbQ9aTpIJlNVDplVuHC9zn28TzA02Bn > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGcRPCTay8DBZxGmZMA0pENP66HS8siu { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZRdApVc1J4uZgkLEIcxVni70qSR9JUl { width:14.75rem;height:1.92480625rem;top:2.25rem;left:2.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KJXIfMw27kN4KD74mhP5ynoGMAJfnV8A { width:14.625rem;height:1.92480625rem;top:4.875rem;left:2.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NCZ7NlIOsLFSqAg34WliHQEHftJsFKwS { width:14.8125rem;height:1.92480625rem;top:10.6875rem;left:2.46875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QXTHOClzSUphUMS0wsvwiiQD2O6zHnAo { width:15.25rem;height:1.92480625rem;top:13.625rem;left:2.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kbkTnKIISWzOpH8oFDe0eOgIlyJtACGO { display:flex;width:2.4375rem;height:2.4375rem;top:25.5625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1cHLWDfv6HL1BgTTmtZzE48z3dOPeQ7 { width:13.625rem;height:1.92480625rem;top:16.66259765625rem;left:2.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LaIW5Vs3eL9qiTk8M0AX52lA1zVgxDHu { width:11.4375rem;height:4.673825rem;top:21.724609375rem;left:0.25rem;font-size:1.0625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { width:16rem;height:1.21875rem;top:0.4375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfOTAcoGz4en5v3OGtagWLoXeZo66NKp { width:8.4375rem;height:15.375rem;top:17.26220703125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLPdPvscZXzroJlMyfRCrPuHzDuHLzoh { top:31.26220703125rem;left:0.5rem;width:19rem;height:2.0625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VtU6MWb774DeVopLW2NpgAashFWgFQGv { display:block; }
 }@media only screen and (max-width: 763px) { #cCMHBKhp06QRwpBqnoTTUrWW9t4TcAbs { width:15.4375rem;height:1.92480625rem;top:7.75rem;left:2.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OmpDVFyesmziJvI4BRetUy0gfrtiXB69 { width:3rem;height:3rem;top:73.2246125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L87LD5zNe8ieguX0Oykri7tQhncPVHK4 { display:flex;width:2.4375rem;height:2.4375rem;top:73.4746125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTxREUTFoiZuNXmuygtBczfEB0bcS3k4 { width:1.75rem;height:1.75rem;top:2.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJcJauoPbnWm3CNIdT2VXov2oava1Qd { display:flex;width:1.75rem;height:1.75rem;top:2.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #HmdTRDFBEn8nqfkMT4zP3tcrV0Iwurc5 { width:3rem;height:3rem;top:77.4746125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOu56eXNnfEAb912gAOwNpHCX255Jw3b { display:flex;width:2.4375rem;height:2.4375rem;top:77.7246125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpZmOk3mVmD7i0TO03DWwFg8lMW04nqR { width:3rem;height:3rem;top:81.7246125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuOZUKwtkH6h5lrWe9tcgRWy5WqCypqT { display:flex;width:2.4375rem;height:2.4375rem;top:81.9746125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8ypsuwNtdW8Hms1f0u6yPGgCfwMUIgb { width:3rem;height:3rem;top:18.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmS6t5Q0uu2plovwyp0Orm7wSbq0SNKc { display:flex;width:2.4375rem;height:2.4375rem;top:19.125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZpIbswKQmS3sS98pgBSHDxX6zhntx0P { width:1.75rem;height:1.75rem;top:4.9375rem;left:0.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #axM7sSRXFo0vG0MuD6w3nPRTTSumHdW3 { display:flex;width:1.75rem;height:1.75rem;top:4.75rem;left:0.5rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #xo7OM13uqmz4roQfts2rGzoVULC8TpyM { width:1.75rem;height:1.75rem;top:7.8125rem;left:0.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TVmUIvQCzktV2evOHEHhbP1nRD81fnF7 { display:flex;width:1.75rem;height:1.75rem;top:7.6875rem;left:0.5rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #JBg5CFtT8NJ2Res4cFn35Elg0n9kKuWT { width:1.75rem;height:1.75rem;top:10.75rem;left:0.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eewEOI9FGxGcTvPvQwAegHwON0QRwiDp { display:flex;width:1.75rem;height:1.75rem;top:10.75rem;left:0.4375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #lf020G0ReecHHJCNPzka1maMhO3D0LRN { width:1.75rem;height:1.75rem;top:13.75rem;left:0.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eV59ev7WWA7iTu9iUGvwK0yMkNtbyabV { display:flex;width:1.75rem;height:1.75rem;top:13.625rem;left:0.375rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #dKoifTbHeKZdiyARu3rqzBvJQUAF9ir1 { width:1.75rem;height:1.75rem;top:16.625rem;left:0.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nbNSfA8TMHuk6RqD2CkIf8KOQGgQ0pQT { display:flex;width:1.75rem;height:1.75rem;top:16.625rem;left:0.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #a6eE80OECaR3px5ML3HwOlDXK0KnSpkc { display:block; }#a6eE80OECaR3px5ML3HwOlDXK0KnSpkc > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q { display:block; }#Uk4EvlEzyfcxP6UBqmxGfRfeenNSON4q > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpoqT5GRaAfTE69aJeTvizTHuBE5a33b { width:5.125rem;height:3.375rem;top:33.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJt4vv43czkWvzSSGHKaADXVRbAOOMSp { width:13.125rem;height:2.88720625rem;top:34.1875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDm3fLV0Mn6pgoVnz0s7xTAUmsmW7zA { width:12.125rem;height:1.92480625rem;top:40rem;left:1.8125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcUKn1LQrqACOUoz7SJmULBNvm9Ms2fR { width:5.375rem;height:3.9375rem;top:37.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwsITTUr2lHs5pPJRmiqPV6ZuF0Thc9n { width:12.0625rem;height:2.88720625rem;top:44.5rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6OdSU667z7vmZbHfUePBdbZXDr1dbEs { width:5.3125rem;height:3.9375rem;top:43.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPIsNQE00n3eTURO8gxsTqOCTuuGtsk1 { width:4.4375rem;height:2.9375rem;top:3.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci1oSuWlwNgucO6XsufmRZGzuwyX7cP1 { width:14.125rem;height:1.92480625rem;top:4.88720703125rem;left:5.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSEHZ9sk0praKRcv3nDscltclveRnIq { width:14rem;height:3.84960625rem;top:13.181640625rem;left:5.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyxR1ZTJzc7IURTeGOnst6Kqx7rSMrE { width:5.0625rem;height:3.3125rem;top:13.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUAf9ra2C79lro3BSg59UUgq6x0enp54 { width:11.0625rem;height:2.88720625rem;top:29rem;left:2.875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRetNqF0GoTPMa9AhcaT6NJ3dxOewuZ { width:5.25rem;height:3.4375rem;top:28.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTO03sT543QIxAZGySpMuxMKhVGleR2 { width:12.6875rem;height:1.92480625rem;top:9.77490234375rem;left:1.75rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTOanZ2zcztsXNyFXNvSAODy7JSPomc { width:4.625rem;height:3.5625rem;top:8.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3VoJoybdOmaVINJeP7QBrNOcDnx4CJl { width:10.5625rem;height:1.92480625rem;top:24.5615234375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogUQBFPoD2SgPJ5PMHecdaFT5n0rMdH2 { width:5.1875rem;height:3.375rem;top:22.97412109375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMoffhAwSFamcpG5Z1tm1QZModVBHtk { width:20rem;height:1.54345625rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6O0QxBW6eNuNkSdkCX8Ey9oNDJerkMo { width:12.8125rem;height:1.92480625rem;top:19.88720703125rem;left:1.1875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0WQXge9knr3ctU8EN8DfRJNLHlkH1vb { width:5.375rem;height:3.5rem;top:18.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP { display:block; }#yaH5611v6bCI3Zf0vI2uhS7bMzWETJKP > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htm67ozRDuwJyWahLDoDDRikqD1gRF1t { display:block; }#htm67ozRDuwJyWahLDoDDRikqD1gRF1t > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C63lC8FGiJPDwZKqlWCDMwpwQP5kP81J { width:20rem;height:2.8496125rem;top:0.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PrK2Zro8qZKdPRu2uERCV0WLKDZemmph { width:20rem;height:1.05615rem;top:4.099609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2x8vOLsvsF9TAEMI31gMfc0ux9m5Re3 { width:1.375rem;height:1.70605625rem;top:8.25rem;left:1.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX7NNMlSOag7Ay0DwU9rnRkGzTDsenq { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1KbELDXN5hHHJH9LwPwILiW5Tq35Otp { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryU4nSwrgdkOm9D5Bg9FzMEnPgCE9TH7 { width:12.25rem;height:2.25rem;top:7.66552734375rem;left:4.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmwEsK5CQlPbZPo6AVWv0OaDmuvPmMTS { width:17.25rem;height:3.8496125rem;top:11.0625rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pMEegnKlrFCQ1GRa5EdTHC5cRihTNe20 { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL0Bs5BgD4KftOycuqdLeU9K0qByKZzQ { width:3.375rem;height:3.375rem;top:16.3935546875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPubvpTrkEKzpTzup3qCBc5CNteTvPP { width:12.8125rem;height:1.125rem;top:18.2060546875rem;left:4.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWplFZtq7IXFoqlTr7tztKAHZ7LGNO2X { width:17.6875rem;height:1.92480625rem;top:20.375rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sBFwElwfJ3iQ9XsroBSpM6Wm9Bdeihm2 { width:3.375rem;height:3.375rem;top:25.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZsVuI9q7QALUMZ9MBPu5R9168Nqqvd { width:12.5rem;height:2.25rem;top:26.3125rem;left:4.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1zBBFGeipvJ2Tpv7rGCMhO0XnkVh5Aq { width:17.6875rem;height:2.88720625rem;top:29.603515625rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TMPZFKgF7yW9ezakXs6dyPLVorXHJm4N { width:3.375rem;height:3.375rem;top:34.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KebFvNqIQnDNNCsfKeudzvBlkzdIh8 { width:19.875rem;height:0;top:40.6621125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtIQJIU05Lhnk4SPrc69oMGWOBVbLRcr { width:0;height:8.6875rem;top:43.0683625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIv7LGIJGaKZepftAALgx2dzmEWdPvHX { width:12.375rem;height:2.0625rem;top:35.65625rem;left:4.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qsKo3wAs0ChZe8OVDVGNTfxWoXJzxZkT { width:18.8125rem;height:5.7744125rem;top:38.5625rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xBpftNGfzbnFd3M5IM0KNvitvFJ3ObKA { top:55.12890625rem;left:1.46875rem;width:17.0625rem;height:1.9375rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #zpyWHTLNE8CuUiQsheIRMHB6KTSsT0kq { display:block; }
 }@media only screen and (max-width: 763px) { #hhKEIX7Du8OHBdCqvIPdeFTirRxhnklS { width:19.875rem;height:0;top:51.7246125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaXG7TZ6wxt3VXbSUVdfRSyCETIFkiAo { width:3.1875rem;height:1.13720625rem;top:7.625rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaSrPxG2tRVz12mByJb26KfPbhH6UaFT { width:3.4375rem;height:3.4375rem;top:6.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgriGKsJCXqThvdAZTDfgS8ZiTnROn1 { width:3.5625rem;height:1.13720625rem;top:17.1376953125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4J8OQ50hhNvGc48I5hOTDtlqcCRcTGL { width:2.3125rem;height:1.70605625rem;top:17.74951171875rem;left:1.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbX90zw5Qa4EAu62IC8BOks2F2Ry1GFf { width:3.9375rem;height:1.13720625rem;top:26.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKvERWlSXgVoE1b6aLameHnZkmkkfxvb { width:3.9375rem;height:1.13720625rem;top:35.203125rem;left:0.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUvy09k2Vv5dt3Tt60G2fwzi33CKLn5I { width:2.3125rem;height:1.70605625rem;top:26.64697265625rem;left:1.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbnmaJzKpdxTMvsfL6v2DTepGaUJWFvS { width:2.3125rem;height:1.70605625rem;top:35.83447265625rem;left:1.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6cwSpT0Wq1HA95ee6Ji8ZXRZusuxAEC { width:9.6875rem;height:12.1875rem;top:44.81640625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU { display:block; }#XZuTJhd8Uy7nXNNwuoBLaOy8EJ5rIzlU > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n { display:block; }#b3uCykOzFe5Mt2o7EP7RyMAKPm0Pix2n > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mqzbdr0eCRMqik7CHEhHogCWK801XXTS { width:17.5rem;height:2.61230625rem;top:0.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qnbe1Dut8dnlxkbWwShLRXvceNm0PEEz { width:20rem;height:3.8496rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ac0JZSZNiE18T57UAaZusuIMB4Qw4QPL { width:18.8125rem;height:3.8125rem;top:26.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbhhEtAeQCNpPhZ9glQcPWSEbf8BVt8q { width:17.375rem;height:2.88720625rem;top:26.712890625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BKkUehNkBemrw4Ar8u4iHPwuq2mbB7Ti { width:13.1875rem;height:5.3125rem;top:17.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3CeFQ3TzT6VK9a2IMA0yqVyKmdTNmD { width:12.25rem;height:3.84960625rem;top:18.34375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i3ITKKJRiLnyHRgMBn1BwMPuXdMhoVtw { width:18.3125rem;height:5.24903125rem;top:11.375rem;left:0.28125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dspSIRldv8QWQv3SXQbfhpLXfLRPbhUp { width:13.75rem;height:1.4624rem;top:9.7236328125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urxmqENUACPxdMIb5v8E6VJV0aUGqcnN { top:17.75rem;left:12.5625rem;width:6.75rem;height:8.5625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vBXfwHHoQeGW09e82oR6pdJyttoR9To5 { display:block; }#vBXfwHHoQeGW09e82oR6pdJyttoR9To5 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpUzxCGqle1TyILehVMbMS18isHJbNBd { width:11rem;height:3.0869125rem;top:0.8125rem;left:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdgn7JEMScpSVySwR2C0VedCcfvgmNJ1 { width:20rem;height:14.1059375rem;top:3.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH5GTI99avGRMW13M5lgz6w3pggGId4N { width:18.75rem;height:3.7119125rem;top:0.9873046875rem;left:0.625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S29QhdnmrAaPewOI7cJgba9uXILT7OJQ { display:block; }#S29QhdnmrAaPewOI7cJgba9uXILT7OJQ > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1HBoNUwbHPZtSxWEtKMO6HuWLm1LKiQ { width:1.5625rem;height:1.4375rem;top:0rem;left:18.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UTKGDuq5Fmf5qgQuSXl5Z1U2qmNLIToR { width:1.4375rem;height:1.4375rem;top:2rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTUrTMQbE3Fdmf7GUC6zlntPf89wgcF { width:1.5rem;height:1.375rem;top:11.1982421875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9AfwB8l8M5KHDGtavDZd3EQIyuMBR { width:1.125rem;height:1rem;top:0.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRyw1Z4lu5LRwch12iTyLp4bE3pgOUf { width:1.1875rem;height:1.125rem;top:0rem;left:6rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pEd039rcWEQkb6LN4VBqRB1xmSpPmT99 { width:5.125rem;height:9.5625rem;top:6.0322265625rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfhLQG3nClMhahTGnVm1RnS8rerMWEKD { width:18.0625rem;height:4.8120125rem;top:7.25rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vixv6GmE894IKpEDiybTQfLIkAQrPBb3 { width:2.625rem;height:1.7871125rem;top:2.8857421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I44q1LyDuXN332kxJg6Fbwmnvx8VnKBT { top:3.3125rem;left:0.8125rem;width:18.375rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRm8mJRnrCFWD4FZbgZ9VaELB4UoDovm { display:block; }
 }@media only screen and (max-width: 763px) { #xbbLBQbL3BJ6sd9EQUPvPASFnd0leuSE { width:18rem;height:1.21875rem;top:1.5625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT { display:block; }#OI1oObHA58aZZDV3a8xsS7x1yvkdyVNT > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO { display:block; }#KTeA7vZddcWNXk2rJuUDeDLvDJCeSxHO > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4rsPwrq9nkla8aTTUoySOuH1qo2mp94 { width:16.375rem;height:3rem;top:1.375rem;left:1.8125rem;font-size:1rem;line-height:1;color:#f8eedf;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJFlauJRwEmW0k6TIQCys5pGarPSq04T { width:13.875rem;height:3.29883125rem;top:6.09033203125rem;left:0.21875rem;font-size:1rem;color:#e8c999;display:block; }
 }@media only screen and (max-width: 763px) { #T1p2rCrMliWstFF1nvOxqZIyZbzLzrwo { width:10.5625rem;height:4.125rem;top:12.62890625rem;left:1.71875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwc74QKr7lzTQPZZEGRHKzFvpETpQTOP { width:9.5625rem;height:12.1875rem;top:6.21533203125rem;left:10.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EAZ1iG7ntpKlqA0ayCeqpQJphmQLdOfP { top:18.09033203125rem;left:1.875rem;width:17.125rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXta0UxhOa8qlUnpa9MDgqf0TOqS2ymb { display:block; }
 }@media only screen and (max-width: 763px) { #PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c { display:block; }#PfmfP5fDlxezPubEhfa0y9mGgF9FTd3c > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf { background-color:#f8eedf;background-image:none;position:relative;z-index:auto;display:block; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { background-color: transparent; background-image: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container > .video-iframe-container { display: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row > .video-iframe-container { display: none; }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .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); }#JWTCNeC8mKZmZMZbzXQggfTDRDwNNLAf > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzCCTeaGsQsbcgo4QA0ySbiEaAnHHcMm { width:9.375rem;height:2.61230625rem;top:1.125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTXKeGMMsXXvrsW228odwkghGlBVznb { width:8.75rem;height:1.625rem;top:13.3125rem;left:8.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #voNhO5JPmTLiXOuOELWNSudNHSAKOCAI { width:9.8125rem;height:1.125rem;top:6.25rem;left:8.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNlzHJKPxWZ8thOOVdt57zM10fPgU3Rd { width:12.75rem;height:0.75rem;top:9.86328125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nuHSBTL32aomNSM9nvInOMwio6qLTFP1 { width:2.625rem;height:2.625rem;top:15rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLN35iN9GumOEEeWFvSwKfMyxMZmqmc { width:2.875rem;height:2.875rem;top:15.375rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1qJqeep0zuMEZQIuRMRZcefqch49P0C { width:2.625rem;height:2.625rem;top:15rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBhZt07Fn2QFSQK2aZfGrFEO4PQ0qCKF { width:1.625rem;height:1.625rem;top:4.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPMNzpFE085AQASGVZCoqGSIeTvVU74m { width:1.5625rem;height:1.5625rem;top:7.86328125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuEMARvW9tiEszTuDPMTwz8JIhd6KrMV { width:9.375rem;height:11.9375rem;top:0.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yp9gDFJ5QagfT5Gfv1ifOfHXMsqRlp6h { width:6.5625rem;height:2.875rem;top:13.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJNgxoNUfzPTswwrlHn11RGFkLAC4dp { width:12.375rem;height:0.1875rem;top:12.4375rem;left:2.0625rem;z-index:15009;display:block; }
 }