.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,250,241;--color-primary-1:255,239,209;--color-primary-2:255,223,162;--color-primary-3:128,112,81;--color-primary-4:38,33,24;--color-secondary-0:254,245,233;--color-secondary-1:252,221,181;--color-secondary-2:249,186,106;--color-secondary-3:125,93,53;--color-secondary-4:37,28,16;--color-tertiary-0:255,255,255;--color-tertiary-1:182,181,179;--color-tertiary-2:12,7,3;--color-tertiary-3:6,4,2;--color-tertiary-4:1,1,0;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Lora"; }@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:#26120d;background-image:url("https://images.assets-landingi.com/uc/bb592c2c-4cd4-4099-96e9-ef3acd4a11ab/tlokopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR > .row .container { position:relative;display:none; }#gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN > .row .container { position:relative;display:none; }#QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz > .row .container { position:relative;display:none; }#UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 > .row .container { position:relative;display:none; }#aTRFS5BMk10gHLnx5N82252JFaRUg8th { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aTRFS5BMk10gHLnx5N82252JFaRUg8th > .row .container { position:relative;display:block; }#m05Agpng5oJRTmFMMoQSnEPH5WABGH33 { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #m05Agpng5oJRTmFMMoQSnEPH5WABGH33 > .row .container { position:relative;display:block; }#kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG > .row .container { position:relative;display:block; }#yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa > .row .container { position:relative;display:block; }#gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM > .row .container { position:relative;display:block; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b039a31c-7f6c-497d-b4a4-6db230bdb19a/bg_3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.adaptive-delivery-prevent-bg, #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.lazyload, #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.lazyloading { background-image: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { background-color: transparent; background-image: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container > .video-iframe-container { display: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row > .video-iframe-container { display: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .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); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { border-width: 0; border-radius: 0; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#RwsDPA8Rg9rKSINDUMcyAbtrflufiW1s { 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:14rem;width:13.8125rem;top:31.21875rem;left:0rem;overflow:hidden;display:block; }
#FniMOomfnyEVyu8D9dPcN1NRaNuIfEPA { 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:16.6875rem;width:47.375rem;top:32.625rem;left:19.03125rem;overflow:hidden;display:block; }
#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 { position:relative;display:block; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 { background-color: transparent; background-image: none; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container > .video-iframe-container { display: none; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row > .video-iframe-container { display: none; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .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); }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 { border-width: 0; border-radius: 0; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A044dzNinDiLQJlcWciSdJpJ5m8Lf9L6 { 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.0625rem;width:50.0625rem;top:50.90625rem;left:12.46875rem;overflow:hidden;display:block; }
#SwPH7pxLkP3eDsRgrFn8HJrJxS2QSI6V { position:absolute;display:block;z-index:14999;height:21.75rem;width:38.75rem;top:6.9375rem;left:16.9375rem;display:block; }
#VV5sE88BQvZO79SunpruO4md7BGMLKmL { 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:41.4375rem;width:54.375rem;top:14.375rem;left:11.3125rem;overflow:hidden;display:block; }
#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { position:relative;display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { background-color: transparent; background-image: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row > .video-iframe-container { display: none; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .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); }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { border-width: 0; border-radius: 0; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:4.1875rem;left:22.75rem;overflow:hidden;display:block; }
#qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { 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:12.625rem;width:12.625rem;top:3.875rem;left:6.28125rem;overflow:hidden;display:block; }
#HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:4.1875rem;left:39.125rem;overflow:hidden;display:block; }
#AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { 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:12.625rem;width:12.625rem;top:4.1875rem;left:55.5rem;overflow:hidden;display:block; }
#ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.0625rem;left:23.46875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { color:rgba(var(--color-primary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:18.0625rem;left:40.28125rem;height:3.375rem;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; }
#VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { color:rgba(var(--color-primary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:18.0625rem;left:56.25rem;height:;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; }
#Lrway85T0Ld3PlF6zryEX2trygphE8h1 { box-sizing:content-box;height:17.1875rem;width:12rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:4.1875rem;left:23.0625rem;display:block; }
#GhmGT44zsLwW3cuWSf85MW5s0psAXH1F { box-sizing:content-box;height:17.25rem;width:12rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:4.1875rem;left:6.59375rem;display:block; }
#Quy9Qhg1oSNaapO2ib1zGMoANTKD5r7G { box-sizing:content-box;height:17.75rem;width:12rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:4.1875rem;left:39.5rem;display:block; }
#bxVc1amMf17w2JZHKoCMWUtLTWx5WgI8 { box-sizing:content-box;height:16.625rem;width:12rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:4.1875rem;left:55.8125rem;display:block; }
#VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.0625rem;left:7.75rem;height:1.6875rem;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; }
#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 { position:relative;display:block; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 { background-color: transparent; background-image: none; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container > .video-iframe-container { display: none; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row > .video-iframe-container { display: none; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .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); }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 { border-width: 0; border-radius: 0; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(38,18,13,0.4);top:0.71875rem;left:11.8125rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { position:relative;display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { background-color: transparent; background-image: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row > .video-iframe-container { display: none; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .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); }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { border-width: 0; border-radius: 0; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:15rem;top:3.5625rem;left:3.84375rem;overflow:hidden;display:block; }
#pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.943359375rem;left:2.84375rem;height:;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; }
#r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:1.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIX7NyZNt4DS1pn5mh3ossJRWL0qCgVx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.3125rem;display:block; }
#kU3FzBSgUcONECJTBHNTpTVX0tPZ5IJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOKZpcMzIV9hgPvGTt8n0BnqInNJXFQO { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#MADuBlTkNFTsr4nLCWmUPZkKBMp0ml6h { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#K9T9ScfJKU0vLUExhhc2Ms1rhgypy3cv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:15rem;top:3.5625rem;left:30.25rem;overflow:hidden;display:block; }
#XIU0OL4Lksb5W6GZ3is837L5cWHtW2X9 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:3.1494125rem;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; }
#JO53akhZQTCTL9DSI7k2iLKccqWECv36 { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITK7U0zB722fbTEGmxzxO5pvlvzBAZLX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#ea5ciIVDpQhT6Uh0TEVULctwXtZAk2dl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSdQvIASu8nMt2WW3Tm0oaygHKiPiMZG { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hEVQ5412LHuhUwn9ZIq7TQExOVLlzgcl { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#UHKHWATLeyelbppoqBroJSTHklo9QvFZ { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#PSoKLiR2KbkZ11So5oorkczqGZ3bKG8w { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#p9Ry4WkukzXCrL45TVZIh0KzCvdJrZaM { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#t5v3eRMVl1dSpC4EvqEF5n3tfJBvPgzp { 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:19.9375rem;width:14.9375rem;top:3.53125rem;left:56.28125rem;overflow:hidden;display:block; }
#BxN1eUbEB4xWuw0fMESG3kPw3xbxxOTx { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:;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; }
#C5DT9MTsB5F1EgTgKuabXbBneyLzbGvG { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:54.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD5GSLKG8mBG4DT4lBphqsNk6D74olzu { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:block; }
#pTfKiwrtXWZzRtssaEqguVZQBol0CkQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgWWhPuvbrNb6PRXN8TuZshnFOgR88xx { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uOPKD4XgeOZZAeVoAXr4TJ4NT0C33ess { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:block; }
#ror1yCrRQvtMehTmoy6RF9bKbrw5l7wF { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#oDT6mfP6GtTMoDcJJP6bh1oXSQGLN3iX { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:block; }
#s3J0BnzZ66WpmFn1Ts8Frk8qA1KXKg92 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:block; }
#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM { position:relative;display:block; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM { background-color: transparent; background-image: none; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container > .video-iframe-container { display: none; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row > .video-iframe-container { display: none; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .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); }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM { border-width: 0; border-radius: 0; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PQzZmtNd2cnNn3SJ4uMReTqFWJAJDTlP { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(38,18,13,0.4);top:0.71875rem;left:11.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8lasslM7dbo9kk0zFFg05M65SgBmKVT { position:relative;display:block; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT { background-color: transparent; background-image: none; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container > .video-iframe-container { display: none; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row > .video-iframe-container { display: none; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .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); }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT { border-width: 0; border-radius: 0; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ib9F2GqtBI6O43OnPfHVvadlGnvOhFLf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:7.75rem;top:3.25rem;left:7.625rem;overflow:hidden;display:block; }
#XKaIXJ3FOTvW1A4laKPBX7PAQxCSCFqd { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.943359375rem;left:2.84375rem;height:;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; }
#NVITfId4OmlNlDBSGLadutregN45Xx3c { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:2.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEARrPNzV8CT2QN6h7WKHTrgNPQlLUZT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.3125rem;display:block; }
#IdWUpJU3ZWpAr81ya8Kq7yATB3kUBGSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlnprlSVnT44BaNrTx7AgIfGV43sgtno { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#sBgQr8UQkThDpd9wfBhiQFFdNWMTZfhd { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#BJ1uPDdAG6XeO5zKohSHB0ZkEwfCy8Fh { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#aC0ugbOKhi9tGnVV2t5vLL6IDPzNF8Mt { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rIDzrUV57v5UknyrRIvbkmUqSC2TJB4B { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#K9hURdeo9KHkq4Jw0R2JO0Df5f2hNsvM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:30.09375rem;overflow:hidden;display:block; }
#QQ10DvIQuUmbDPpRPAFzmxqcLHqsn6Af { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:;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; }
#v4CnLCJPwhsCHszi7ACJdi90wqCWXHIT { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGUn985JhTniFp5QWwxJyXws2E0KJmyl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#UhaVg90PhbkNhIN4QrAHUliD7pKGcZME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0Tnfin7TgTXhGb37wwmODug7Jp00DdP { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EWsAJLDWk7Br87cZ8SFLb7wSKVbAUzak { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#QD72EVEfx3WxMIf13G68nPFT9dykUmV6 { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#XH0Jl73zi1h8cCEbpVqQbUHJkzJo2L95 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#TzhEKREJ0JQvieAC2QPgz0PGQdKX1V89 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#SPK5FJtgIguUaJ5H2Tzui4lW3DkAUDkM { 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:20.5rem;width:15.1875rem;top:3.5625rem;left:56.15625rem;overflow:hidden;display:block; }
#EsklezloqTCdi63K28biDwGgQo1BNPo6 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:;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; }
#ec8Uqz14AHvlvQzpLUBpg5CCyMiGbiVn { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:53.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VNA08ZOR4XOpHdhxdlOcuKMnL4c8kcfI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:block; }
#mBonHT3JD2TNTK3cnK0TUGEZ7489AK48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMRaUcl3XMFZx9y8CWl8UUB5g8MvTnGu { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ofxDXT38tCrdx2UoOw9DSMN3zteWUsfd { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:block; }
#nA2r5suoVt3fa5BpwMLBn4KG5zvP3T5T { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#Av31nHvUmhhbynBBdliIbvVDH47Nfu40 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:block; }
#UUykKsK8nTgmxcSepNNgoogJq1gdRpMZ { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:block; }
#MmNyiov3NxW8BRdqKo48FLcATSBehot8 { position:relative;display:block; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 { background-color: transparent; background-image: none; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container > .video-iframe-container { display: none; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row > .video-iframe-container { display: none; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .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); }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 { border-width: 0; border-radius: 0; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HHWrMBGUftxZVc4os7e2gJuynxhXqTQO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:15rem;top:3.5625rem;left:3.84375rem;overflow:hidden;display:block; }
#F24WxP2R7D3zrx1z31aSAEsdB7yfKogk { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.943359375rem;left:2.84375rem;height:;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; }
#dD0dOglEiJu8zqyXiKcmk4DG2yf4yt5R { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:1.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELhzT6mFpxd0RxVzDlgh819lUykZdB6f { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.3125rem;display:block; }
#xdFgz3O5EyF6UQmT9ct02x7grXBy0qqm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Msutnkn7aQ3wsffslJiuBskBAmKk88ep { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#pg1AzploUbRBXV31rciL43IOWMZHDNqk { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#KUctUE3hn0C5NOylONt9UvolKdTWxXKE { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#fd0NZWRmmL5SCqfor0RDiTNJoTOA9AAt { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fR8HQlvFUAZhb5d87mdnVt3T3VCTXfzW { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#MMpwM895kcpmoJXZ9Deswz7hhLUq3vKd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:15rem;top:3.5625rem;left:30.25rem;overflow:hidden;display:block; }
#KA9QcpdT2Ey6EV7SfbAvmTxkKh9FlZnE { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:;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; }
#JCc9XeMlfTV8DMKiTd65WHv0E0iXNnis { color:rgba(var(--color-primary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxwko0pKaagoBHuGTAL6iaBseBWT1DWG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#Eb2lmQhOaTT3dJJnQ4noRg8CAOl7cB8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMO7XQBDeMv6PTNkJSZK5O2KpqTTP2hX { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QwQTxwN5gZCD3VT17pDkUUkxTNPdLkAp { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#yyP5BAzLEKAnVVWvBdKkWPTiiILkdVkT { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#uTAs7r1LdhcFOqMIKr9JqClXPi6IKlw7 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#RJf5SbmlDPowFVtfnb9QbGcmlI43Qupo { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#S9F41TA27kNRvyqUmm0xuFuT9BI0sQsV { 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:20.0625rem;width:15rem;top:3.5625rem;left:56.25rem;overflow:hidden;display:block; }
#cfrgkpUHHqSRcN8hDTCh1KmITh5xs29H { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:3.1484375rem;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; }
#pfyGGD2cwZz7y1SeZLLJXKu5vgFELwpT { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:54.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIyOZn3lxLvki3CRTmLIrrvhNmEZ5uMr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:block; }
#qwVHDoF3daZRUgn9LRpp67lCe4NW6e4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUheEw26RDPwssqOBBkmyNac7UzBNOB0 { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nSTRiXiOqE6fgLC0K0q16EmhigXhJQQw { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:block; }
#vxsGE1B7KPHaB475MOK3EZcdOSB8ZzhM { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#AqtcixtnyBPywwRcqxGfBAQWTl79RFh7 { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:block; }
#X5ahEsSxOcdmsII6wAXJA0bxtg7LPH7o { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:block; }
#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 { position:relative;display:block; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 { background-color: transparent; background-image: none; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container > .video-iframe-container { display: none; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row > .video-iframe-container { display: none; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .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); }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 { border-width: 0; border-radius: 0; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jrc0o0KRZOvgL98fKLlXprEVtMSlsgrU { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(38,18,13,0.4);top:0.71875rem;left:11.8125rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB { position:relative;display:block; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB { background-color: transparent; background-image: none; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container > .video-iframe-container { display: none; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row > .video-iframe-container { display: none; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .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); }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB { border-width: 0; border-radius: 0; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VPozyxz6TbAtELtWPBcRhoIKTRLJ0HDN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:3.6875rem;overflow:hidden;display:block; }
#pzamSUMLmcn8WoDTrIrWcQeG6a85TVtT { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.943359375rem;left:2.84375rem;height:3.1494125rem;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; }
#zOoxScgqqOvih7gZpEQHVk4a9TCbWtoN { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:1.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdCi21OEofr26VHXMM5qoyAI19JZllWI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.3125rem;display:block; }
#D5853DaLgLg7MszChuZDJBEBHFlIMbmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuTNMga7TScqKTyqmnqRgZ1UvWlqTJ5Q { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#J1tXJLGl2eZ4a1obk4yE2ouoxVIlJX4c { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#Z1ZCtkSzqdyoNbnZwWmQQoGl2o7fSFIm { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#Hyt2scCrTPgfMbW7zixe4WhWWEiM4Ouf { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sA7ItGZ2F69En1xyF7FMcOT3UOgpkzGU { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#EpIsqglTRX5nDogU47ky8zy2Tu77RKBk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:29.84375rem;overflow:hidden;display:block; }
#RTtkEoqZFPOsUfGJsUBTixRxa3E84fyA { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:3.1494125rem;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; }
#yzl99Epa7QPd4egpfUshMw2xletkfhgu { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9OQFBIfyHhTZ8aKnfQzFmcGlpfhVCJE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#zJS3pQPRHXhJrLU3u61E9dcxNdEM6HTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mX1mQsGdnTFzys8nG9nwnGuRbzURwPht { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#y4flqhDDEtWnP3UFxMGnxZ80QF9gQJuD { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#fAuincDJQiaM4TaTXs4PGDlWpSfzndgC { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#GGtryded0yqwKN9gHyMEJgrI8E6UsvQE { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#EueuWCclvhpnS7KHhsBDL4S58KsdLbbQ { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#Vqels0eEuKHxA43scg8P9IJyubVqofei { 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:20.0625rem;width:15rem;top:3.78125rem;left:56.3125rem;overflow:hidden;display:block; }
#CA8WTczut4IVXlU75GPA5G0CoAmIUcB3 { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:3.1494125rem;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; }
#PRW8ZUOc4BtNJcPS7E31V7F8NmcTF3yV { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:54.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKK93R7TelBS0AEUZBn4MISclCLwtHvo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:block; }
#P3Kmpoz4pBTmFD9PrVNcH2sfHgeI0KTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vl9JCMU9vwLimgA2upZdRsmenQUA7PQh { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FA9Bz25sZAm6tm4ibGfnhvlaGIHMypw6 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:block; }
#N3kGZdyU6BliCuqWQ6JveySLdrdCy2Z8 { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#TIBRhpCQHRyG3WNhXrTe1qoQXTQgs1lk { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:block; }
#yDIF1Pco0vMUImtbttqZrrqsKsCGTRRr { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:block; }
#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c { position:relative;display:block; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c { background-color: transparent; background-image: none; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container > .video-iframe-container { display: none; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row > .video-iframe-container { display: none; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .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); }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c { border-width: 0; border-radius: 0; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yV9ghoBA2AACD2SgoxSBcT9B1CMvau5h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:16.0625rem;top:2.6875rem;left:3.15625rem;overflow:hidden;display:block; }
#J3LEr8uPaxbW9IUsQk4cOTcriCSaXpiS { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.9375rem;left:4.46875rem;height:3.1494125rem;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; }
#EQ8MblgAXTLBRwp0JxMxanJf042tNRMS { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:3.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vWQPCIRscOrD3kXQ0plQEqMK5Qtr83mf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.3125rem;display:block; }
#uoTtyiScTx2ObFdE1otGftXRDrbuFtmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzDGfHmsi3BL7wInTsXcrO5J9fvEIBkb { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#xTweGeTsHFFabdJvAuWrJqc1yZu9ec01 { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#LVtaAzS8ZwwoxFBPJDtVUqUyTgIWozdJ { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#hIgtr1MeiuOFkLKB8bSkLeU9vVpyTyih { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FMSN15OiTcp8bFF2Cx1l3NNMpJpVNktF { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#IBdhyWOv8K6xbPhBFTNqRl3XNlyW3hux { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:30.25rem;overflow:hidden;display:block; }
#wd7GtKuT3TmUHcIoWcMOakPRgB7X9fU1 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:3.1494125rem;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; }
#aqv0mthe26kzCQAqDiToRJoRdbGKk4xZ { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzGf3SrJP7haQ6k5y2CTzgZoiGebIuWS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#GGCKxExCra7Xys1p70ptdBMg7urbzxJd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFTEPhfWtogHpQeDd3SZsJU311LDRDcJ { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#R7E5Pk9OUox8NwO69cSwkGKZRJyFGiMK { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#QsVN2MKNEEAnX1CrXB6JUC8kUX4G75sT { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#gbhrEfWCgxGTOT2qUunmWBInrpKwMv8B { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#QZTI8gSTZZN6hLwaSDRwRZ9Jo89hyhgS { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#o3BcndF6F3G23p7xvacwuUfttgUaCXKi { 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:20.0625rem;width:15rem;top:3.5625rem;left:56.25rem;overflow:hidden;display:block; }
#Vyeds2T5e6Z0SxddWkXHXltZT3UTETyr { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:1.57470625rem;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; }
#aoPQLMGA1zenRXhR7Ii9C1mfMe8L6zmC { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:31.75rem;left:54.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoeTIm0kTMqJiyW6TDCB7y98H6H9UIfJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:block; }
#XsmQp15LsDTyDkvm2xvOkAoGDae98aHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATC7W3WCimE213LVoN51JrEnVUqzlLVF { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ozdpNqCmDGp67TSsB7CbfG00zxzAepDs { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:block; }
#zw6Zg9IB6UK6sdQubT9QweNPueNB2Pmp { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#otRRHAqJvsBSLKZczG5K20qTSCsndqTh { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:block; }
#QgvNDSJw9JT70MbACiqAXTIJ16NTofWD { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:block; }
#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M { position:relative;display:block; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M { background-color: transparent; background-image: none; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container > .video-iframe-container { display: none; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row > .video-iframe-container { display: none; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .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); }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M { border-width: 0; border-radius: 0; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lABbzvO8JE9ymyxETOkGGQoV9o98n8rr { position:absolute;display:block;z-index:15048;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:13.625rem;width:10rem;top:10.125rem;left:33.125rem;overflow:hidden;display:block; }
#riH9220n4MG7AXca5sq3TJ1QMDSkpTLt { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.943359375rem;left:29.53125rem;height:1.57421875rem;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; }
#ThIB5PuS2Mk4spmupERBPrDk6xt4G7dS { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.125rem;left:29.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCZnTLrpKQD0AG1GfXUGr13DIzHHMzWk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:34rem;display:block; }
#H29VqwzzFZub0Pni1RDkJq8thMJLx0s5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8xmAB2s453esoKcW3IQTHPH7dwEbl16 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.6875rem;display:block; }
#LeRQr6ZA90AT575zeN1k9sq7ivy3ns9h { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:37.375rem;overflow:hidden;display:block; }
#BchEUw02b1f7wUNW9z5QqZB4u7TGQSus { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:29.0625rem;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;display:block; }
#zUiRJPT5pQTQdTRxk5g6WAAu1hb2rKU2 { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:26.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yrbeguInxWqn9rgr7hvaxArumFsZ2LgL { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:40.34375rem;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;display:block; }
#mmsZrJWFL64wPQLpxe9iHbgPSQtIAk9T { position:absolute;display:block;z-index:15047;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:14.25rem;width:10.5625rem;top:4.625rem;left:28.1875rem;overflow:hidden;display:block; }
#f6vqEhfJx8ArNGGCchrpeyZgee8Rygd7 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:0;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:none; }
#ceMeiPbaJybd20kgS9UlpTRcXRoOblHL { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LPN3mNZUd2LqFkaBxR10WrQV6sv1sJdT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:none; }
#F8hTb3rJcNgKKpyG2hQ3O3aVBznDHOb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ut6ruI2L0OCzoiIZvuJnklGKlTyZFWKe { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#eJUIZT4Iayh9rBbW16hMfqz3mmtzr1bf { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:none; }
#zK66KDF7v9vByfFwFn586Fxfw9XlfpUT { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:none; }
#EkTVHfBMEsnaTKx8XWcFs2a0LPnSASLW { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:none; }
#sttIrV0FEoOH7UbFWpbrmWg71tPwn6Ua { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:none; }
#pXJOnuBhVV4uvTJo9XEDHvhWxvc1kSdH { 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:14.25rem;width:10.5625rem;top:4.625rem;left:37.875rem;overflow:hidden;display:block; }
#ZcT5sB8PRDZ4r8hDEIMSqBwfUnkn5nok { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:0;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:none; }
#HAPXa1pw1CbeQissq3J34D56AO2y2XQu { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:55.15625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MZVKW0pFmqdxB8MzJ1AslxkmLXmJPGox { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:none; }
#LIodK8vzVRlHIv54Kb430sdqlhDkvqg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQI8vfHrNvTfZlNTtwVQtCCc984L9Ux5 { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#dRvexgRAFUt7lL0DIg82KTw0GGKHspXy { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:none; }
#bzv0163TbeWHPUs7kRecFRbvaWk5l8TR { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:none; }
#Izo4NmgLtsVrHkyA0vJHUlsEC4kiSRul { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:none; }
#Q22ElKc7O8Dq2igN70AFfzKzIwu8KqRz { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:none; }
#aTLDfzJpMyis0LE5517kVf5MCnio3fdu { position:relative;display:block; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu { background-color: transparent; background-image: none; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container > .video-iframe-container { display: none; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row > .video-iframe-container { display: none; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .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); }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu { border-width: 0; border-radius: 0; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UlGqxXRO1QfCpVR3Dy4LDmGIQqgguKbc { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(38,18,13,0.4);top:0.71875rem;left:11.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW { position:relative;display:block; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW { background-color: transparent; background-image: none; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container > .video-iframe-container { display: none; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row > .video-iframe-container { display: none; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .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); }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW { border-width: 0; border-radius: 0; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uqrfWi0nhe9MoLq7F7GlWW6gZ3o2F4td { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:3.84375rem;overflow:hidden;display:block; }
#WXNgdTTAEpETHgMHzIaVdVR5GBkcxwtR { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.943359375rem;left:2.84375rem;height:;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; }
#zPLPfWXy8lhf8TJoJbg7lbg7TGQhT2XQ { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:2.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxDp8uCLpvVoqPDTg7LG4yGa4U66DUvP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.8125rem;left:7.4375rem;display:block; }
#Ih3DG2aaUuSPPEuJVCTOQ0tRJHIu9uSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qm1CPaRIZyDCSdwQVPDg5vwul35u9bQG { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:10rem;display:block; }
#qcRp5db7G1uSTAmQ3BJdryf6f2eJaTee { 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:1.5rem;width:1.3125rem;top:25.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#UEredVOCig0NT7lRlOvm1W6FN3WLpPiA { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:2.375rem;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;display:block; }
#DGeBTHzpkXTVbFUIrDIZz0Mp8AgAfGPy { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.09375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CM8ITEUrqPLBSMtD9JO6gtou8CZvBLVD { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.53125rem;left:13.65625rem;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;display:block; }
#TywW7GN9nlv4w5xkP9B1GN4DabFM86kK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:3.5625rem;left:30.25rem;overflow:hidden;display:block; }
#vL0tr5lJpsB7PD57yn2I5i0c9ls1WfxM { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:29.25rem;height:;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; }
#H5HFw74NbGdkc47THM1LdOaZWIPhEDpU { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33rem;left:28.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IznDCWonJDq7kiebX28lszO5hysmHt4b { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.8125rem;left:33.6875rem;display:block; }
#bU7ly42QU1Fr1QPd8OHXPM49xnT2f1Xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTEk5N0e6GL6ogRPgB1fpE0VOx2Q6aTD { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#d4WI72TTuPgeZW8T65rieAnSKUv9DoJg { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:36.375rem;display:block; }
#mm9m1RAsBUt1yMaO5P3aIZ5Rnou15JUZ { position:absolute;display:block;z-index:15025;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.5rem;width:1.3125rem;top:25.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#uJAGQ2W0INOk1HF8SnanvpBo8ASQiATv { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:28.75rem;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;display:block; }
#pageTkio6SeT79TdPwOTb2DS97c8ZQVi { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:40.0625rem;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;display:block; }
#KrbErvU7vkSadi39Vhs4zeKTURK6qqds { 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:20.0625rem;width:15rem;top:3.5625rem;left:56.25rem;overflow:hidden;display:none; }
#e8KaApvnbBvi3usmVTlB3p3JeLH7PNbx { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:28.9375rem;left:55.25rem;height:0;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:none; }
#u8pquV4c2fGMWNTrMrXM3Xh8TBhE5emX { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33rem;left:54.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NIL8q6eXzTV09BdFpbaFr40o6takFpp7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -moz-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -ms-linear-gradient(90deg, #ffdfa2, #f9ba6a);background-image: -o-linear-gradient(90deg, #ffdfa2, #f9ba6a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2', endColorstr='#f9ba6a' );";background-image: linear-gradient(90deg, #ffdfa2, #f9ba6a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#0c0703;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.8125rem;left:59.6875rem;display:none; }
#W3D5S0aVAs4T8bkMyCyNndFFgvc6dLar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdtQocxTS8BvoMytmVGX000NPty0ZsEp { box-sizing:content-box;height:35rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0c0703);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0c0703' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0c0703);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ba8a4d;border-left:0.0625rem solid #ba8a4d;border-right:0.0625rem solid #ba8a4d;border-bottom:0.0625rem solid #ba8a4d;top:6.125rem;left:52.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#oEchoEpSALlyq3npmlUeViSL1cd1w9i5 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.1875rem;left:62.375rem;display:none; }
#xaBDpDEcBhcFBmkqdHaUtooWKdwFQioU { position:absolute;display:block;z-index:15034;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.5rem;width:1.3125rem;top:25.8125rem;left:63.0625rem;overflow:hidden;display:none; }
#gI8Ase3iO71Al7g7zDIMV7UCG6aPK5EK { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.625rem;left:54.75rem;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;display:none; }
#rfRqPdKDoAnTIGX6wPFf99JqRNqsIFmu { box-sizing:content-box;height:0.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -moz-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -ms-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-image: -o-linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba6a', endColorstr='#ffdfa23d' );";background-image: linear-gradient(180deg, #f9ba6a, rgba(255,223,162,0.24));background-size:auto !important;top:26.5625rem;left:66.0625rem;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;display:none; }
#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { position:relative;display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { background-color: transparent; background-image: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container > .video-iframe-container { display: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row > .video-iframe-container { display: none; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .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); }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { border-width: 0; border-radius: 0; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.0625rem;width:57.0625rem;top:2.5rem;left:9.6875rem;display:block; }
#Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM > .row .container { position:relative;display:block; }#VyclWScwISpSFA5H3NegZLUMrzbaBALG { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #VyclWScwISpSFA5H3NegZLUMrzbaBALG > .row .container { position:relative;display:none; }#XONnqxKbbgt1DifvbdGIpDrMgZavdfFB { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #XONnqxKbbgt1DifvbdGIpDrMgZavdfFB > .row .container { position:relative;display:none; }#V4GTocFanG0txDChwsRvzrN4I9uLTZ6V { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #V4GTocFanG0txDChwsRvzrN4I9uLTZ6V > .row .container { position:relative;display:none; }#aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf > .row .container { position:relative;display:none; }#D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 > .row .container { position:relative;display:none; }#qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V > .row .container { position:relative;display:none; }#Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI > .row .container { position:relative;display:none; }#QHd7AMJLs567dtpcI4DndL0q8hkc8o98 { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #QHd7AMJLs567dtpcI4DndL0q8hkc8o98 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTRFS5BMk10gHLnx5N82252JFaRUg8th { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aTRFS5BMk10gHLnx5N82252JFaRUg8th > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #m05Agpng5oJRTmFMMoQSnEPH5WABGH33 { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #m05Agpng5oJRTmFMMoQSnEPH5WABGH33 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn { display:block; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwsDPA8Rg9rKSINDUMcyAbtrflufiW1s { top:31.1875rem;left:0rem;width:13.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #FniMOomfnyEVyu8D9dPcN1NRaNuIfEPA { top:32.625rem;left:0.375rem;width:47.375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 { display:block; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A044dzNinDiLQJlcWciSdJpJ5m8Lf9L6 { top:50.875rem;left:0rem;width:47.75rem;height:5.7824594257179rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwPH7pxLkP3eDsRgrFn8HJrJxS2QSI6V { top:6.9375rem;left:3.3125rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5sE88BQvZO79SunpruO4md7BGMLKmL { top:14.375rem;left:0rem;width:47.75rem;height:36.388793103448rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { top:4.1875rem;left:9.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { top:3.875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { top:4.1875rem;left:25.5rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { top:4.1875rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { top:18.0625rem;left:9.84375rem;width:11.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { top:18.0625rem;left:26.65625rem;width:10.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { top:18.0625rem;left:36.625rem;width:11.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrway85T0Ld3PlF6zryEX2trygphE8h1 { top:4.1875rem;left:9.4375rem;width:12rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhmGT44zsLwW3cuWSf85MW5s0psAXH1F { top:4.1875rem;left:0rem;width:12rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quy9Qhg1oSNaapO2ib1zGMoANTKD5r7G { top:4.1875rem;left:25.875rem;width:12rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxVc1amMf17w2JZHKoCMWUtLTWx5WgI8 { top:4.1875rem;left:35.75rem;width:12rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { top:18.0625rem;left:0rem;width:9.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 { display:block; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { top:0.6875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { top:3.5625rem;left:0rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { top:28.9375rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { top:33rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIX7NyZNt4DS1pn5mh3ossJRWL0qCgVx { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3FzBSgUcONECJTBHNTpTVX0tPZ5IJb { display:block; }
 }@media only screen and (max-width: 763px) { #IOKZpcMzIV9hgPvGTt8n0BnqInNJXFQO { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADuBlTkNFTsr4nLCWmUPZkKBMp0ml6h { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T9ScfJKU0vLUExhhc2Ms1rhgypy3cv { top:3.5625rem;left:16.625rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIU0OL4Lksb5W6GZ3is837L5cWHtW2X9 { top:28.9375rem;left:15.625rem;width:17rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO53akhZQTCTL9DSI7k2iLKccqWECv36 { top:33rem;left:15.21875rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK7U0zB722fbTEGmxzxO5pvlvzBAZLX { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5ciIVDpQhT6Uh0TEVULctwXtZAk2dl { display:block; }
 }@media only screen and (max-width: 763px) { #rSdQvIASu8nMt2WW3Tm0oaygHKiPiMZG { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVQ5412LHuhUwn9ZIq7TQExOVLlzgcl { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKHWATLeyelbppoqBroJSTHklo9QvFZ { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSoKLiR2KbkZ11So5oorkczqGZ3bKG8w { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Ry4WkukzXCrL45TVZIh0KzCvdJrZaM { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5v3eRMVl1dSpC4EvqEF5n3tfJBvPgzp { top:3.5rem;left:32.8125rem;width:14.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxN1eUbEB4xWuw0fMESG3kPw3xbxxOTx { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DT9MTsB5F1EgTgKuabXbBneyLzbGvG { top:33rem;left:28.375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD5GSLKG8mBG4DT4lBphqsNk6D74olzu { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfKiwrtXWZzRtssaEqguVZQBol0CkQT { display:block; }
 }@media only screen and (max-width: 763px) { #NgWWhPuvbrNb6PRXN8TuZshnFOgR88xx { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOPKD4XgeOZZAeVoAXr4TJ4NT0C33ess { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ror1yCrRQvtMehTmoy6RF9bKbrw5l7wF { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT6mfP6GtTMoDcJJP6bh1oXSQGLN3iX { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3J0BnzZ66WpmFn1Ts8Frk8qA1KXKg92 { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM { display:block; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQzZmtNd2cnNn3SJ4uMReTqFWJAJDTlP { top:0.6875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8lasslM7dbo9kk0zFFg05M65SgBmKVT { display:block; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib9F2GqtBI6O43OnPfHVvadlGnvOhFLf { top:3.25rem;left:0rem;width:7.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKaIXJ3FOTvW1A4laKPBX7PAQxCSCFqd { top:28.9375rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVITfId4OmlNlDBSGLadutregN45Xx3c { top:33rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEARrPNzV8CT2QN6h7WKHTrgNPQlLUZT { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWUpJU3ZWpAr81ya8Kq7yATB3kUBGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #MlnprlSVnT44BaNrTx7AgIfGV43sgtno { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgQr8UQkThDpd9wfBhiQFFdNWMTZfhd { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1uPDdAG6XeO5zKohSHB0ZkEwfCy8Fh { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC0ugbOKhi9tGnVV2t5vLL6IDPzNF8Mt { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDzrUV57v5UknyrRIvbkmUqSC2TJB4B { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hURdeo9KHkq4Jw0R2JO0Df5f2hNsvM { top:3.5625rem;left:16.46875rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ10DvIQuUmbDPpRPAFzmxqcLHqsn6Af { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4CnLCJPwhsCHszi7ACJdi90wqCWXHIT { top:33rem;left:14.4375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGUn985JhTniFp5QWwxJyXws2E0KJmyl { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhaVg90PhbkNhIN4QrAHUliD7pKGcZME { display:block; }
 }@media only screen and (max-width: 763px) { #u0Tnfin7TgTXhGb37wwmODug7Jp00DdP { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWsAJLDWk7Br87cZ8SFLb7wSKVbAUzak { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD72EVEfx3WxMIf13G68nPFT9dykUmV6 { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH0Jl73zi1h8cCEbpVqQbUHJkzJo2L95 { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzhEKREJ0JQvieAC2QPgz0PGQdKX1V89 { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPK5FJtgIguUaJ5H2Tzui4lW3DkAUDkM { top:3.5625rem;left:32.5625rem;width:15.1875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsklezloqTCdi63K28biDwGgQo1BNPo6 { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8Uqz14AHvlvQzpLUBpg5CCyMiGbiVn { top:33rem;left:27.9375rem;width:19.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNA08ZOR4XOpHdhxdlOcuKMnL4c8kcfI { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBonHT3JD2TNTK3cnK0TUGEZ7489AK48 { display:block; }
 }@media only screen and (max-width: 763px) { #yMRaUcl3XMFZx9y8CWl8UUB5g8MvTnGu { top:6.0625rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofxDXT38tCrdx2UoOw9DSMN3zteWUsfd { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2r5suoVt3fa5BpwMLBn4KG5zvP3T5T { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av31nHvUmhhbynBBdliIbvVDH47Nfu40 { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUykKsK8nTgmxcSepNNgoogJq1gdRpMZ { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmNyiov3NxW8BRdqKo48FLcATSBehot8 { display:block; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHWrMBGUftxZVc4os7e2gJuynxhXqTQO { top:3.5625rem;left:0rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F24WxP2R7D3zrx1z31aSAEsdB7yfKogk { top:28.9375rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0dOglEiJu8zqyXiKcmk4DG2yf4yt5R { top:33rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELhzT6mFpxd0RxVzDlgh819lUykZdB6f { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFgz3O5EyF6UQmT9ct02x7grXBy0qqm { display:block; }
 }@media only screen and (max-width: 763px) { #Msutnkn7aQ3wsffslJiuBskBAmKk88ep { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg1AzploUbRBXV31rciL43IOWMZHDNqk { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUctUE3hn0C5NOylONt9UvolKdTWxXKE { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0NZWRmmL5SCqfor0RDiTNJoTOA9AAt { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR8HQlvFUAZhb5d87mdnVt3T3VCTXfzW { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMpwM895kcpmoJXZ9Deswz7hhLUq3vKd { top:3.5625rem;left:16.625rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA9QcpdT2Ey6EV7SfbAvmTxkKh9FlZnE { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc9XeMlfTV8DMKiTd65WHv0E0iXNnis { top:33rem;left:14.4375rem;width:19.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwko0pKaagoBHuGTAL6iaBseBWT1DWG { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2lmQhOaTT3dJJnQ4noRg8CAOl7cB8x { display:block; }
 }@media only screen and (max-width: 763px) { #eMO7XQBDeMv6PTNkJSZK5O2KpqTTP2hX { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwQTxwN5gZCD3VT17pDkUUkxTNPdLkAp { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP5BAzLEKAnVVWvBdKkWPTiiILkdVkT { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAs7r1LdhcFOqMIKr9JqClXPi6IKlw7 { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJf5SbmlDPowFVtfnb9QbGcmlI43Qupo { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9F41TA27kNRvyqUmm0xuFuT9BI0sQsV { top:3.5625rem;left:32.75rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfrgkpUHHqSRcN8hDTCh1KmITh5xs29H { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyGGD2cwZz7y1SeZLLJXKu5vgFELwpT { top:33rem;left:28.375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIyOZn3lxLvki3CRTmLIrrvhNmEZ5uMr { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVHDoF3daZRUgn9LRpp67lCe4NW6e4a { display:block; }
 }@media only screen and (max-width: 763px) { #mUheEw26RDPwssqOBBkmyNac7UzBNOB0 { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTRiXiOqE6fgLC0K0q16EmhigXhJQQw { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsGE1B7KPHaB475MOK3EZcdOSB8ZzhM { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqtcixtnyBPywwRcqxGfBAQWTl79RFh7 { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ahEsSxOcdmsII6wAXJA0bxtg7LPH7o { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 { display:block; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrc0o0KRZOvgL98fKLlXprEVtMSlsgrU { top:0.6875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEu1oIB2hDQTELau8BlUHPQXccFkTxTB { display:block; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPozyxz6TbAtELtWPBcRhoIKTRLJ0HDN { top:3.5625rem;left:0rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzamSUMLmcn8WoDTrIrWcQeG6a85TVtT { top:28.9375rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoxScgqqOvih7gZpEQHVk4a9TCbWtoN { top:33rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCi21OEofr26VHXMM5qoyAI19JZllWI { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5853DaLgLg7MszChuZDJBEBHFlIMbmF { display:block; }
 }@media only screen and (max-width: 763px) { #AuTNMga7TScqKTyqmnqRgZ1UvWlqTJ5Q { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1tXJLGl2eZ4a1obk4yE2ouoxVIlJX4c { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ZCtkSzqdyoNbnZwWmQQoGl2o7fSFIm { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyt2scCrTPgfMbW7zixe4WhWWEiM4Ouf { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA7ItGZ2F69En1xyF7FMcOT3UOgpkzGU { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpIsqglTRX5nDogU47ky8zy2Tu77RKBk { top:3.5625rem;left:16.21875rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtkEoqZFPOsUfGJsUBTixRxa3E84fyA { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzl99Epa7QPd4egpfUshMw2xletkfhgu { top:33rem;left:14.4375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OQFBIfyHhTZ8aKnfQzFmcGlpfhVCJE { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJS3pQPRHXhJrLU3u61E9dcxNdEM6HTx { display:block; }
 }@media only screen and (max-width: 763px) { #mX1mQsGdnTFzys8nG9nwnGuRbzURwPht { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4flqhDDEtWnP3UFxMGnxZ80QF9gQJuD { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAuincDJQiaM4TaTXs4PGDlWpSfzndgC { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtryded0yqwKN9gHyMEJgrI8E6UsvQE { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueuWCclvhpnS7KHhsBDL4S58KsdLbbQ { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqels0eEuKHxA43scg8P9IJyubVqofei { top:3.75rem;left:32.75rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA8WTczut4IVXlU75GPA5G0CoAmIUcB3 { top:28.9375rem;left:30.625rem;width:17.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRW8ZUOc4BtNJcPS7E31V7F8NmcTF3yV { top:33rem;left:28.375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKK93R7TelBS0AEUZBn4MISclCLwtHvo { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kmpoz4pBTmFD9PrVNcH2sfHgeI0KTR { display:block; }
 }@media only screen and (max-width: 763px) { #vl9JCMU9vwLimgA2upZdRsmenQUA7PQh { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9Bz25sZAm6tm4ibGfnhvlaGIHMypw6 { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kGZdyU6BliCuqWQ6JveySLdrdCy2Z8 { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBRhpCQHRyG3WNhXrTe1qoQXTQgs1lk { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDIF1Pco0vMUImtbttqZrrqsKsCGTRRr { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c { display:block; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV9ghoBA2AACD2SgoxSBcT9B1CMvau5h { top:2.6875rem;left:0rem;width:16.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LEr8uPaxbW9IUsQk4cOTcriCSaXpiS { top:28.9375rem;left:0rem;width:13.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ8MblgAXTLBRwp0JxMxanJf042tNRMS { top:33rem;left:0rem;width:16.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWQPCIRscOrD3kXQ0plQEqMK5Qtr83mf { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoTtyiScTx2ObFdE1otGftXRDrbuFtmM { display:block; }
 }@media only screen and (max-width: 763px) { #UzDGfHmsi3BL7wInTsXcrO5J9fvEIBkb { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTweGeTsHFFabdJvAuWrJqc1yZu9ec01 { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVtaAzS8ZwwoxFBPJDtVUqUyTgIWozdJ { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgtr1MeiuOFkLKB8bSkLeU9vVpyTyih { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSN15OiTcp8bFF2Cx1l3NNMpJpVNktF { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdhyWOv8K6xbPhBFTNqRl3XNlyW3hux { top:3.5625rem;left:16.625rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd7GtKuT3TmUHcIoWcMOakPRgB7X9fU1 { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqv0mthe26kzCQAqDiToRJoRdbGKk4xZ { top:33rem;left:14.90625rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzGf3SrJP7haQ6k5y2CTzgZoiGebIuWS { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCKxExCra7Xys1p70ptdBMg7urbzxJd { display:block; }
 }@media only screen and (max-width: 763px) { #UFTEPhfWtogHpQeDd3SZsJU311LDRDcJ { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7E5Pk9OUox8NwO69cSwkGKZRJyFGiMK { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVN2MKNEEAnX1CrXB6JUC8kUX4G75sT { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbhrEfWCgxGTOT2qUunmWBInrpKwMv8B { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTI8gSTZZN6hLwaSDRwRZ9Jo89hyhgS { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BcndF6F3G23p7xvacwuUfttgUaCXKi { top:3.5625rem;left:32.75rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyeds2T5e6Z0SxddWkXHXltZT3UTETyr { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPQLMGA1zenRXhR7Ii9C1mfMe8L6zmC { top:31.75rem;left:28.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeTIm0kTMqJiyW6TDCB7y98H6H9UIfJ { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsmQp15LsDTyDkvm2xvOkAoGDae98aHW { display:block; }
 }@media only screen and (max-width: 763px) { #ATC7W3WCimE213LVoN51JrEnVUqzlLVF { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdpNqCmDGp67TSsB7CbfG00zxzAepDs { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw6Zg9IB6UK6sdQubT9QweNPueNB2Pmp { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otRRHAqJvsBSLKZczG5K20qTSCsndqTh { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgvNDSJw9JT70MbACiqAXTIJ16NTofWD { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M { display:block; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lABbzvO8JE9ymyxETOkGGQoV9o98n8rr { top:10.125rem;left:19.5rem;width:10rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riH9220n4MG7AXca5sq3TJ1QMDSkpTLt { top:28.9375rem;left:15.90625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThIB5PuS2Mk4spmupERBPrDk6xt4G7dS { top:31.125rem;left:16.15625rem;width:15.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCZnTLrpKQD0AG1GfXUGr13DIzHHMzWk { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H29VqwzzFZub0Pni1RDkJq8thMJLx0s5 { display:block; }
 }@media only screen and (max-width: 763px) { #x8xmAB2s453esoKcW3IQTHPH7dwEbl16 { top:25.1875rem;left:23.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRQr6ZA90AT575zeN1k9sq7ivy3ns9h { top:25.8125rem;left:23.75rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchEUw02b1f7wUNW9z5QqZB4u7TGQSus { top:26.625rem;left:15.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUiRJPT5pQTQdTRxk5g6WAAu1hb2rKU2 { top:6.0625rem;left:13.0625rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrbeguInxWqn9rgr7hvaxArumFsZ2LgL { top:26.5rem;left:26.71875rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmsZrJWFL64wPQLpxe9iHbgPSQtIAk9T { top:4.625rem;left:14.5625rem;width:10.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqEhfJx8ArNGGCchrpeyZgee8Rygd7 { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceMeiPbaJybd20kgS9UlpTRcXRoOblHL { top:33rem;left:15.3125rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPN3mNZUd2LqFkaBxR10WrQV6sv1sJdT { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8hTb3rJcNgKKpyG2hQ3O3aVBznDHOb6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ut6ruI2L0OCzoiIZvuJnklGKlTyZFWKe { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUIZT4Iayh9rBbW16hMfqz3mmtzr1bf { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK66KDF7v9vByfFwFn586Fxfw9XlfpUT { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkTVHfBMEsnaTKx8XWcFs2a0LPnSASLW { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sttIrV0FEoOH7UbFWpbrmWg71tPwn6Ua { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXJOnuBhVV4uvTJo9XEDHvhWxvc1kSdH { top:4.625rem;left:24.25rem;width:10.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcT5sB8PRDZ4r8hDEIMSqBwfUnkn5nok { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPXa1pw1CbeQissq3J34D56AO2y2XQu { top:33rem;left:30.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZVKW0pFmqdxB8MzJ1AslxkmLXmJPGox { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIodK8vzVRlHIv54Kb430sdqlhDkvqg2 { display:block; }
 }@media only screen and (max-width: 763px) { #cQI8vfHrNvTfZlNTtwVQtCCc984L9Ux5 { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRvexgRAFUt7lL0DIg82KTw0GGKHspXy { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzv0163TbeWHPUs7kRecFRbvaWk5l8TR { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izo4NmgLtsVrHkyA0vJHUlsEC4kiSRul { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q22ElKc7O8Dq2igN70AFfzKzIwu8KqRz { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLDfzJpMyis0LE5517kVf5MCnio3fdu { display:block; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlGqxXRO1QfCpVR3Dy4LDmGIQqgguKbc { top:0.6875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW { display:block; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqrfWi0nhe9MoLq7F7GlWW6gZ3o2F4td { top:3.5625rem;left:0rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXNgdTTAEpETHgMHzIaVdVR5GBkcxwtR { top:28.9375rem;left:0rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLPfWXy8lhf8TJoJbg7lbg7TGQhT2XQ { top:33rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxDp8uCLpvVoqPDTg7LG4yGa4U66DUvP { width:8.125rem;height:2.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3DG2aaUuSPPEuJVCTOQ0tRJHIu9uSM { display:block; }
 }@media only screen and (max-width: 763px) { #qm1CPaRIZyDCSdwQVPDg5vwul35u9bQG { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRp5db7G1uSTAmQ3BJdryf6f2eJaTee { top:25.8125rem;left:0rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEredVOCig0NT7lRlOvm1W6FN3WLpPiA { top:26.625rem;left:0rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGeBTHzpkXTVbFUIrDIZz0Mp8AgAfGPy { top:6.0625rem;left:0rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8ITEUrqPLBSMtD9JO6gtou8CZvBLVD { top:26.5rem;left:0.03125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywW7GN9nlv4w5xkP9B1GN4DabFM86kK { top:3.5625rem;left:16.625rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0tr5lJpsB7PD57yn2I5i0c9ls1WfxM { top:28.9375rem;left:15.625rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5HFw74NbGdkc47THM1LdOaZWIPhEDpU { top:33rem;left:15.21875rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznDCWonJDq7kiebX28lszO5hysmHt4b { width:8.125rem;height:2.625rem;top:36.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7ly42QU1Fr1QPd8OHXPM49xnT2f1Xw { display:block; }
 }@media only screen and (max-width: 763px) { #sTEk5N0e6GL6ogRPgB1fpE0VOx2Q6aTD { top:6.125rem;left:12.75rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WI72TTuPgeZW8T65rieAnSKUv9DoJg { top:25.1875rem;left:22.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9m1RAsBUt1yMaO5P3aIZ5Rnou15JUZ { top:25.8125rem;left:23.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAGQ2W0INOk1HF8SnanvpBo8ASQiATv { top:26.625rem;left:15.125rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pageTkio6SeT79TdPwOTb2DS97c8ZQVi { top:26.5625rem;left:26.4375rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrbErvU7vkSadi39Vhs4zeKTURK6qqds { top:3.5625rem;left:32.75rem;width:15rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8KaApvnbBvi3usmVTlB3p3JeLH7PNbx { top:28.9375rem;left:30.75rem;width:17rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8pquV4c2fGMWNTrMrXM3Xh8TBhE5emX { top:33rem;left:28.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIL8q6eXzTV09BdFpbaFr40o6takFpp7 { width:8.125rem;height:2.625rem;top:36.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3D5S0aVAs4T8bkMyCyNndFFgvc6dLar { display:block; }
 }@media only screen and (max-width: 763px) { #VdtQocxTS8BvoMytmVGX000NPty0ZsEp { top:6.125rem;left:25.125rem;width:22.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEchoEpSALlyq3npmlUeViSL1cd1w9i5 { top:25.1875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaBDpDEcBhcFBmkqdHaUtooWKdwFQioU { top:25.8125rem;left:46.4375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8Ase3iO71Al7g7zDIMV7UCG6aPK5EK { top:26.625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfRqPdKDoAnTIGX6wPFf99JqRNqsIFmu { top:26.5625rem;left:41.0625rem;width:6.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { top:2.5rem;left:0rem;width:47.75rem;height:26.82995618839rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyclWScwISpSFA5H3NegZLUMrzbaBALG { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #VyclWScwISpSFA5H3NegZLUMrzbaBALG > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #XONnqxKbbgt1DifvbdGIpDrMgZavdfFB { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #XONnqxKbbgt1DifvbdGIpDrMgZavdfFB > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #V4GTocFanG0txDChwsRvzrN4I9uLTZ6V { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #V4GTocFanG0txDChwsRvzrN4I9uLTZ6V > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #QHd7AMJLs567dtpcI4DndL0q8hkc8o98 { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #QHd7AMJLs567dtpcI4DndL0q8hkc8o98 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ed1c24;background-image:url("https://images.assets-landingi.com/uc/bb592c2c-4cd4-4099-96e9-ef3acd4a11ab/tlokopia.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #w5Z2DdZZGemHHoSp2ucBQnK6kXAPbbIR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #gEVmHcWmwKvS3gJx0GoiqWgwnJHqPKHN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #QC4TBSr7M7w5R2AbCrb4DZAf0VhSfuhz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #UbToMiD44HqrDXVpDa9ZWr6lO4uI2cz1 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTRFS5BMk10gHLnx5N82252JFaRUg8th { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aTRFS5BMk10gHLnx5N82252JFaRUg8th > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #m05Agpng5oJRTmFMMoQSnEPH5WABGH33 { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #m05Agpng5oJRTmFMMoQSnEPH5WABGH33 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #kRdRCu28sls1l5HGW3qSRrH7XDn7pzrG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #yhElAz2dVVFN3rzyVbxdx3fg0VwBRFFa > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #gHCaTgukSaZAVf3KW0gTuk1X9nd5e8wM > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3747b24c-8451-4b61-b7df-facdeda362ff/cafemobilekopia3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.adaptive-delivery-prevent-bg, #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.lazyload, #SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn.lazyloading { background-image: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { background-color: transparent; background-image: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container > .video-iframe-container { display: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row > .video-iframe-container { display: none; }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .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); }#SwiyTk1XIRp5XeQ7LTI5nnLHtekSdXpn > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwsDPA8Rg9rKSINDUMcyAbtrflufiW1s { width:7.25rem;height:7.375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FniMOomfnyEVyu8D9dPcN1NRaNuIfEPA { width:3.5rem;height:1.25rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 { display:block; }#cA6hotSH3uI2b2P3ZgMiloGT2b5IRIF9 > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A044dzNinDiLQJlcWciSdJpJ5m8Lf9L6 { width:9.6875rem;height:1.25rem;top:27.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwPH7pxLkP3eDsRgrFn8HJrJxS2QSI6V { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5sE88BQvZO79SunpruO4md7BGMLKmL { width:19.625rem;height:14.9375rem;top:0.6875rem;left:0.80729198455813rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C { display:block; }#yhKW9sk2wVzrW5zb28OGK2igmu5XBw1C > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdwp51U4vw2T6UhKypNGd7QPDGwJXyAT { width:7.5rem;height:7.5rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi2Okvbi26QzQlCSFChzW3lsTPduxNhI { width:7.5rem;height:7.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH9B4hCwWUAanXOM8NSJOMNeUSdJ1FS { width:7.5rem;height:7.5rem;top:13.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM2hdfPry4omweOF6M5ZGNaO6vEJwPNO { width:7.5rem;height:7.5rem;top:13.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZalTTxD0TEmlLSslbAbXHoJDiNULsRgQ { width:5.4375rem;height:2.625rem;top:8.4375rem;left:12.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWVoV9krkJeI6dKdrqIsT1ecQTXwRF { width:9.125rem;height:2.625rem;top:21.625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwxFW4sdUg3UFxXPosLKUEpCKkKiyr2 { width:9.0625rem;height:1.3125rem;top:21.625rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrway85T0Ld3PlF6zryEX2trygphE8h1 { width:9.375rem;height:10.75rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhmGT44zsLwW3cuWSf85MW5s0psAXH1F { width:9.375rem;height:10.25rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quy9Qhg1oSNaapO2ib1zGMoANTKD5r7G { width:9.875rem;height:11.9375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxVc1amMf17w2JZHKoCMWUtLTWx5WgI8 { width:9.75rem;height:12.0625rem;top:12.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO125hAxkao4lWWE2y1qHTVCpEDcVVfR { width:8.1875rem;height:1.3125rem;top:8.4375rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 { display:block; }#U19Fb5EDsCyXl9enAhtVf9Ti6i4bR5U5 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNQ9HXiVgvoSBAQHZNouyDza71xJuyJe { width:20rem;height:13.59375rem;top:1.9921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 { display:block; }#o5XPWzAIiATFbTPtIoq4pVXemrRuFBn8 > .row .container { width:20rem;height:123rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh2kU7qhNpmDmfHoDkc8wkICLaye4tx8 { width:14.625rem;height:19.5625rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9FyV3s8dinIaVCKJnwIS0x3zN3gWpx { width:17rem;height:2.4375rem;top:27.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4CqZFEQu5bE0HPkkoJDBVwrby4fTGGt { width:16.5rem;height:3.8994125rem;top:31.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIX7NyZNt4DS1pn5mh3ossJRWL0qCgVx { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3FzBSgUcONECJTBHNTpTVX0tPZ5IJb { display:block; }
 }@media only screen and (max-width: 763px) { #IOKZpcMzIV9hgPvGTt8n0BnqInNJXFQO { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADuBlTkNFTsr4nLCWmUPZkKBMp0ml6h { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TN4U9CGu7ndJVLMCBWiw847t8zOfMm { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutkRaoR58ZwdlOcUui1ytuCEpfykVRO { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnIMZOepGJZ67DPq7xWsEfLDCHibF2C8 { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T9ScfJKU0vLUExhhc2Ms1rhgypy3cv { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIU0OL4Lksb5W6GZ3is837L5cWHtW2X9 { width:17rem;height:2.625rem;top:67.375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO53akhZQTCTL9DSI7k2iLKccqWECv36 { width:17.0625rem;height:2.5996125rem;top:70.875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK7U0zB722fbTEGmxzxO5pvlvzBAZLX { width:8.125rem;height:2.625rem;top:75.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5ciIVDpQhT6Uh0TEVULctwXtZAk2dl { display:block; }
 }@media only screen and (max-width: 763px) { #rSdQvIASu8nMt2WW3Tm0oaygHKiPiMZG { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVQ5412LHuhUwn9ZIq7TQExOVLlzgcl { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKHWATLeyelbppoqBroJSTHklo9QvFZ { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSoKLiR2KbkZ11So5oorkczqGZ3bKG8w { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Ry4WkukzXCrL45TVZIh0KzCvdJrZaM { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5v3eRMVl1dSpC4EvqEF5n3tfJBvPgzp { width:13.3125rem;height:17.75rem;top:82.8125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxN1eUbEB4xWuw0fMESG3kPw3xbxxOTx { width:17rem;height:2.625rem;top:107.6875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DT9MTsB5F1EgTgKuabXbBneyLzbGvG { width:17.8125rem;height:2.5996125rem;top:109.75rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD5GSLKG8mBG4DT4lBphqsNk6D74olzu { width:8.125rem;height:2.625rem;top:114.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfKiwrtXWZzRtssaEqguVZQBol0CkQT { display:block; }
 }@media only screen and (max-width: 763px) { #NgWWhPuvbrNb6PRXN8TuZshnFOgR88xx { width:19.875rem;height:35rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOPKD4XgeOZZAeVoAXr4TJ4NT0C33ess { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ror1yCrRQvtMehTmoy6RF9bKbrw5l7wF { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT6mfP6GtTMoDcJJP6bh1oXSQGLN3iX { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3J0BnzZ66WpmFn1Ts8Frk8qA1KXKg92 { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM { display:block; }#qThNTA6hNvy7RMiWV7GnpNzfSpoxFTfM > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQzZmtNd2cnNn3SJ4uMReTqFWJAJDTlP { width:18.125rem;height:11.8945rem;top:1.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8lasslM7dbo9kk0zFFg05M65SgBmKVT { display:block; }#b8lasslM7dbo9kk0zFFg05M65SgBmKVT > .row .container { width:20rem;height:123rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib9F2GqtBI6O43OnPfHVvadlGnvOhFLf { width:7.375rem;height:19.5625rem;top:1.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKaIXJ3FOTvW1A4laKPBX7PAQxCSCFqd { width:17rem;height:2.625rem;top:27.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVITfId4OmlNlDBSGLadutregN45Xx3c { width:19.375rem;height:2.5996125rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEARrPNzV8CT2QN6h7WKHTrgNPQlLUZT { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWUpJU3ZWpAr81ya8Kq7yATB3kUBGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #MlnprlSVnT44BaNrTx7AgIfGV43sgtno { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgQr8UQkThDpd9wfBhiQFFdNWMTZfhd { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1uPDdAG6XeO5zKohSHB0ZkEwfCy8Fh { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC0ugbOKhi9tGnVV2t5vLL6IDPzNF8Mt { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDzrUV57v5UknyrRIvbkmUqSC2TJB4B { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hURdeo9KHkq4Jw0R2JO0Df5f2hNsvM { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ10DvIQuUmbDPpRPAFzmxqcLHqsn6Af { width:17rem;height:2.625rem;top:67.3125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4CnLCJPwhsCHszi7ACJdi90wqCWXHIT { width:17.25rem;height:3.8994125rem;top:70.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGUn985JhTniFp5QWwxJyXws2E0KJmyl { width:8.125rem;height:2.625rem;top:75.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhaVg90PhbkNhIN4QrAHUliD7pKGcZME { display:block; }
 }@media only screen and (max-width: 763px) { #u0Tnfin7TgTXhGb37wwmODug7Jp00DdP { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWsAJLDWk7Br87cZ8SFLb7wSKVbAUzak { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD72EVEfx3WxMIf13G68nPFT9dykUmV6 { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH0Jl73zi1h8cCEbpVqQbUHJkzJo2L95 { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzhEKREJ0JQvieAC2QPgz0PGQdKX1V89 { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPK5FJtgIguUaJ5H2Tzui4lW3DkAUDkM { width:14.9375rem;height:20.125rem;top:81.375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsklezloqTCdi63K28biDwGgQo1BNPo6 { width:17rem;height:2.625rem;top:107.5625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8Uqz14AHvlvQzpLUBpg5CCyMiGbiVn { width:18.25rem;height:3.8994125rem;top:110.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNA08ZOR4XOpHdhxdlOcuKMnL4c8kcfI { width:8.125rem;height:2.625rem;top:115.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBonHT3JD2TNTK3cnK0TUGEZ7489AK48 { display:block; }
 }@media only screen and (max-width: 763px) { #yMRaUcl3XMFZx9y8CWl8UUB5g8MvTnGu { width:19.875rem;height:35rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofxDXT38tCrdx2UoOw9DSMN3zteWUsfd { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2r5suoVt3fa5BpwMLBn4KG5zvP3T5T { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av31nHvUmhhbynBBdliIbvVDH47Nfu40 { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUykKsK8nTgmxcSepNNgoogJq1gdRpMZ { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmNyiov3NxW8BRdqKo48FLcATSBehot8 { display:block; }#MmNyiov3NxW8BRdqKo48FLcATSBehot8 > .row .container { width:20rem;height:123rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHWrMBGUftxZVc4os7e2gJuynxhXqTQO { width:14.625rem;height:19.5625rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F24WxP2R7D3zrx1z31aSAEsdB7yfKogk { width:17rem;height:2.625rem;top:27.3125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0dOglEiJu8zqyXiKcmk4DG2yf4yt5R { width:17rem;height:2.5996125rem;top:30.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELhzT6mFpxd0RxVzDlgh819lUykZdB6f { width:8.125rem;height:2.625rem;top:35.099609375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFgz3O5EyF6UQmT9ct02x7grXBy0qqm { display:block; }
 }@media only screen and (max-width: 763px) { #Msutnkn7aQ3wsffslJiuBskBAmKk88ep { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg1AzploUbRBXV31rciL43IOWMZHDNqk { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUctUE3hn0C5NOylONt9UvolKdTWxXKE { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0NZWRmmL5SCqfor0RDiTNJoTOA9AAt { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR8HQlvFUAZhb5d87mdnVt3T3VCTXfzW { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMpwM895kcpmoJXZ9Deswz7hhLUq3vKd { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA9QcpdT2Ey6EV7SfbAvmTxkKh9FlZnE { width:17rem;height:2.625rem;top:67.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc9XeMlfTV8DMKiTd65WHv0E0iXNnis { width:19.375rem;height:2.5996125rem;top:70.875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwko0pKaagoBHuGTAL6iaBseBWT1DWG { width:8.125rem;height:2.625rem;top:75.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2lmQhOaTT3dJJnQ4noRg8CAOl7cB8x { display:block; }
 }@media only screen and (max-width: 763px) { #eMO7XQBDeMv6PTNkJSZK5O2KpqTTP2hX { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwQTxwN5gZCD3VT17pDkUUkxTNPdLkAp { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP5BAzLEKAnVVWvBdKkWPTiiILkdVkT { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAs7r1LdhcFOqMIKr9JqClXPi6IKlw7 { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJf5SbmlDPowFVtfnb9QbGcmlI43Qupo { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9F41TA27kNRvyqUmm0xuFuT9BI0sQsV { width:15rem;height:20.0625rem;top:81.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfrgkpUHHqSRcN8hDTCh1KmITh5xs29H { width:17rem;height:2.625rem;top:107.8125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyGGD2cwZz7y1SeZLLJXKu5vgFELwpT { width:19.375rem;height:2.5996125rem;top:111rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIyOZn3lxLvki3CRTmLIrrvhNmEZ5uMr { width:8.125rem;height:2.625rem;top:114.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVHDoF3daZRUgn9LRpp67lCe4NW6e4a { display:block; }
 }@media only screen and (max-width: 763px) { #mUheEw26RDPwssqOBBkmyNac7UzBNOB0 { width:19.875rem;height:35rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTRiXiOqE6fgLC0K0q16EmhigXhJQQw { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsGE1B7KPHaB475MOK3EZcdOSB8ZzhM { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqtcixtnyBPywwRcqxGfBAQWTl79RFh7 { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ahEsSxOcdmsII6wAXJA0bxtg7LPH7o { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 { display:block; }#TMRk052GDiAEBJcsLpT4H4QrR7nZwVM3 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrc0o0KRZOvgL98fKLlXprEVtMSlsgrU { width:18.125rem;height:8.496125rem;top:1.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEu1oIB2hDQTELau8BlUHPQXccFkTxTB { display:block; }#dEu1oIB2hDQTELau8BlUHPQXccFkTxTB > .row .container { width:20rem;height:123rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPozyxz6TbAtELtWPBcRhoIKTRLJ0HDN { width:14.625rem;height:19.5625rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzamSUMLmcn8WoDTrIrWcQeG6a85TVtT { width:17rem;height:2.625rem;top:27.25rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoxScgqqOvih7gZpEQHVk4a9TCbWtoN { width:17.4375rem;height:3.8994125rem;top:30.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCi21OEofr26VHXMM5qoyAI19JZllWI { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5853DaLgLg7MszChuZDJBEBHFlIMbmF { display:block; }
 }@media only screen and (max-width: 763px) { #AuTNMga7TScqKTyqmnqRgZ1UvWlqTJ5Q { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1tXJLGl2eZ4a1obk4yE2ouoxVIlJX4c { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ZCtkSzqdyoNbnZwWmQQoGl2o7fSFIm { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyt2scCrTPgfMbW7zixe4WhWWEiM4Ouf { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA7ItGZ2F69En1xyF7FMcOT3UOgpkzGU { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpIsqglTRX5nDogU47ky8zy2Tu77RKBk { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtkEoqZFPOsUfGJsUBTixRxa3E84fyA { width:17rem;height:2.625rem;top:67.1875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzl99Epa7QPd4egpfUshMw2xletkfhgu { width:17.5625rem;height:3.8994125rem;top:70.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OQFBIfyHhTZ8aKnfQzFmcGlpfhVCJE { width:8.125rem;height:2.625rem;top:75.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJS3pQPRHXhJrLU3u61E9dcxNdEM6HTx { display:block; }
 }@media only screen and (max-width: 763px) { #mX1mQsGdnTFzys8nG9nwnGuRbzURwPht { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4flqhDDEtWnP3UFxMGnxZ80QF9gQJuD { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAuincDJQiaM4TaTXs4PGDlWpSfzndgC { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtryded0yqwKN9gHyMEJgrI8E6UsvQE { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueuWCclvhpnS7KHhsBDL4S58KsdLbbQ { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqels0eEuKHxA43scg8P9IJyubVqofei { width:15rem;height:20.0625rem;top:81.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA8WTczut4IVXlU75GPA5G0CoAmIUcB3 { width:17rem;height:2.625rem;top:107.5rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRW8ZUOc4BtNJcPS7E31V7F8NmcTF3yV { width:19.375rem;height:2.5996125rem;top:111rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKK93R7TelBS0AEUZBn4MISclCLwtHvo { width:8.125rem;height:2.625rem;top:114.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kmpoz4pBTmFD9PrVNcH2sfHgeI0KTR { display:block; }
 }@media only screen and (max-width: 763px) { #vl9JCMU9vwLimgA2upZdRsmenQUA7PQh { width:19.875rem;height:35rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9Bz25sZAm6tm4ibGfnhvlaGIHMypw6 { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kGZdyU6BliCuqWQ6JveySLdrdCy2Z8 { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBRhpCQHRyG3WNhXrTe1qoQXTQgs1lk { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDIF1Pco0vMUImtbttqZrrqsKsCGTRRr { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c { display:block; }#xplCSoOGuEzKVn0fKFXJRDx8Sc17Gx2c > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV9ghoBA2AACD2SgoxSBcT9B1CMvau5h { width:15.25rem;height:20.4375rem;top:0.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LEr8uPaxbW9IUsQk4cOTcriCSaXpiS { width:17rem;height:1.3125rem;top:27.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ8MblgAXTLBRwp0JxMxanJf042tNRMS { width:16.25rem;height:2.5996125rem;top:29.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWQPCIRscOrD3kXQ0plQEqMK5Qtr83mf { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoTtyiScTx2ObFdE1otGftXRDrbuFtmM { display:block; }
 }@media only screen and (max-width: 763px) { #UzDGfHmsi3BL7wInTsXcrO5J9fvEIBkb { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTweGeTsHFFabdJvAuWrJqc1yZu9ec01 { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVtaAzS8ZwwoxFBPJDtVUqUyTgIWozdJ { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgtr1MeiuOFkLKB8bSkLeU9vVpyTyih { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSN15OiTcp8bFF2Cx1l3NNMpJpVNktF { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdhyWOv8K6xbPhBFTNqRl3XNlyW3hux { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd7GtKuT3TmUHcIoWcMOakPRgB7X9fU1 { width:17rem;height:2.625rem;top:67.5rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqv0mthe26kzCQAqDiToRJoRdbGKk4xZ { width:17.5625rem;height:2.5996125rem;top:71rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzGf3SrJP7haQ6k5y2CTzgZoiGebIuWS { width:8.125rem;height:2.625rem;top:75.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCKxExCra7Xys1p70ptdBMg7urbzxJd { display:block; }
 }@media only screen and (max-width: 763px) { #UFTEPhfWtogHpQeDd3SZsJU311LDRDcJ { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7E5Pk9OUox8NwO69cSwkGKZRJyFGiMK { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVN2MKNEEAnX1CrXB6JUC8kUX4G75sT { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbhrEfWCgxGTOT2qUunmWBInrpKwMv8B { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTI8gSTZZN6hLwaSDRwRZ9Jo89hyhgS { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BcndF6F3G23p7xvacwuUfttgUaCXKi { width:15rem;height:20.0625rem;top:81.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vyeds2T5e6Z0SxddWkXHXltZT3UTETyr { width:17rem;height:2.625rem;top:67.6875rem;left:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoPQLMGA1zenRXhR7Ii9C1mfMe8L6zmC { width:19.375rem;height:1.29980625rem;top:111rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoeTIm0kTMqJiyW6TDCB7y98H6H9UIfJ { width:8.125rem;height:2.625rem;top:114.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsmQp15LsDTyDkvm2xvOkAoGDae98aHW { display:block; }
 }@media only screen and (max-width: 763px) { #ATC7W3WCimE213LVoN51JrEnVUqzlLVF { width:19.875rem;height:35rem;top:84rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozdpNqCmDGp67TSsB7CbfG00zxzAepDs { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw6Zg9IB6UK6sdQubT9QweNPueNB2Pmp { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #otRRHAqJvsBSLKZczG5K20qTSCsndqTh { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgvNDSJw9JT70MbACiqAXTIJ16NTofWD { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M { display:block; }#tkq90wh3gOAqAu9ZEhRevG8g72OJUT7M > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lABbzvO8JE9ymyxETOkGGQoV9o98n8rr { width:9.3125rem;height:12.5625rem;top:9.375rem;left:5.34375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #riH9220n4MG7AXca5sq3TJ1QMDSkpTLt { width:17rem;height:1.3125rem;top:27.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThIB5PuS2Mk4spmupERBPrDk6xt4G7dS { width:16.6875rem;height:2.5996125rem;top:30rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCZnTLrpKQD0AG1GfXUGr13DIzHHMzWk { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H29VqwzzFZub0Pni1RDkJq8thMJLx0s5 { display:block; }
 }@media only screen and (max-width: 763px) { #x8xmAB2s453esoKcW3IQTHPH7dwEbl16 { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRQr6ZA90AT575zeN1k9sq7ivy3ns9h { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchEUw02b1f7wUNW9z5QqZB4u7TGQSus { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUiRJPT5pQTQdTRxk5g6WAAu1hb2rKU2 { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrbeguInxWqn9rgr7hvaxArumFsZ2LgL { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmsZrJWFL64wPQLpxe9iHbgPSQtIAk9T { width:10.0625rem;height:13.5rem;top:2.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqEhfJx8ArNGGCchrpeyZgee8Rygd7 { width:17rem;height:1.3125rem;top:67.5625rem;left:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceMeiPbaJybd20kgS9UlpTRcXRoOblHL { width:17rem;height:2.5996125rem;top:70.1875rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPN3mNZUd2LqFkaBxR10WrQV6sv1sJdT { width:8.125rem;height:2.625rem;top:75.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8hTb3rJcNgKKpyG2hQ3O3aVBznDHOb6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ut6ruI2L0OCzoiIZvuJnklGKlTyZFWKe { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJUIZT4Iayh9rBbW16hMfqz3mmtzr1bf { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zK66KDF7v9vByfFwFn586Fxfw9XlfpUT { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkTVHfBMEsnaTKx8XWcFs2a0LPnSASLW { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sttIrV0FEoOH7UbFWpbrmWg71tPwn6Ua { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXJOnuBhVV4uvTJo9XEDHvhWxvc1kSdH { width:9.875rem;height:13.25rem;top:1.375rem;left:9.0625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #ZcT5sB8PRDZ4r8hDEIMSqBwfUnkn5nok { width:17rem;height:1.3125rem;top:107.75rem;left:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAPXa1pw1CbeQissq3J34D56AO2y2XQu { width:17.375rem;height:2.5996125rem;top:110.1875rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZVKW0pFmqdxB8MzJ1AslxkmLXmJPGox { width:8.125rem;height:2.625rem;top:114.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIodK8vzVRlHIv54Kb430sdqlhDkvqg2 { display:block; }
 }@media only screen and (max-width: 763px) { #cQI8vfHrNvTfZlNTtwVQtCCc984L9Ux5 { width:19.875rem;height:35rem;top:84rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRvexgRAFUt7lL0DIg82KTw0GGKHspXy { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzv0163TbeWHPUs7kRecFRbvaWk5l8TR { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Izo4NmgLtsVrHkyA0vJHUlsEC4kiSRul { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q22ElKc7O8Dq2igN70AFfzKzIwu8KqRz { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTLDfzJpMyis0LE5517kVf5MCnio3fdu { display:block; }#aTLDfzJpMyis0LE5517kVf5MCnio3fdu > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlGqxXRO1QfCpVR3Dy4LDmGIQqgguKbc { width:19.4375rem;height:10.1953125rem;top:1.55859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW { display:block; }#X7TXnOsoOt5vJwk3qJwD2dMTTzhqSkrW > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqrfWi0nhe9MoLq7F7GlWW6gZ3o2F4td { width:14.625rem;height:19.5625rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXNgdTTAEpETHgMHzIaVdVR5GBkcxwtR { width:17rem;height:2.625rem;top:27.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLPfWXy8lhf8TJoJbg7lbg7TGQhT2XQ { width:17.5625rem;height:2.5996125rem;top:30.9375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxDp8uCLpvVoqPDTg7LG4yGa4U66DUvP { width:8.125rem;height:2.625rem;top:34.787109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3DG2aaUuSPPEuJVCTOQ0tRJHIu9uSM { display:block; }
 }@media only screen and (max-width: 763px) { #qm1CPaRIZyDCSdwQVPDg5vwul35u9bQG { width:3.5rem;height:3.5rem;top:22.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRp5db7G1uSTAmQ3BJdryf6f2eJaTee { width:1.875rem;height:2.1875rem;top:23.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEredVOCig0NT7lRlOvm1W6FN3WLpPiA { width:5.625rem;height:0.0625rem;top:24.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGeBTHzpkXTVbFUIrDIZz0Mp8AgAfGPy { width:19.875rem;height:35rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8ITEUrqPLBSMtD9JO6gtou8CZvBLVD { width:5.625rem;height:0.0625rem;top:24.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywW7GN9nlv4w5xkP9B1GN4DabFM86kK { width:15rem;height:20.0625rem;top:41.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0tr5lJpsB7PD57yn2I5i0c9ls1WfxM { width:17rem;height:2.625rem;top:67.875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5HFw74NbGdkc47THM1LdOaZWIPhEDpU { width:16.75rem;height:2.5996125rem;top:71.3125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznDCWonJDq7kiebX28lszO5hysmHt4b { width:8.125rem;height:2.625rem;top:75.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7ly42QU1Fr1QPd8OHXPM49xnT2f1Xw { display:block; }
 }@media only screen and (max-width: 763px) { #sTEk5N0e6GL6ogRPgB1fpE0VOx2Q6aTD { width:19.875rem;height:35rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WI72TTuPgeZW8T65rieAnSKUv9DoJg { width:3.5rem;height:3.5rem;top:62.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9m1RAsBUt1yMaO5P3aIZ5Rnou15JUZ { width:1.875rem;height:2.125rem;top:63.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAGQ2W0INOk1HF8SnanvpBo8ASQiATv { width:6.6875rem;height:0.0625rem;top:64.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pageTkio6SeT79TdPwOTb2DS97c8ZQVi { width:6.6875rem;height:0.0625rem;top:64.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrbErvU7vkSadi39Vhs4zeKTURK6qqds { width:15rem;height:20.0625rem;top:81.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8KaApvnbBvi3usmVTlB3p3JeLH7PNbx { width:17rem;height:2.625rem;top:67.6875rem;left:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8pquV4c2fGMWNTrMrXM3Xh8TBhE5emX { width:19.375rem;height:1.29980625rem;top:111rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIL8q6eXzTV09BdFpbaFr40o6takFpp7 { width:8.125rem;height:2.625rem;top:114.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3D5S0aVAs4T8bkMyCyNndFFgvc6dLar { display:block; }
 }@media only screen and (max-width: 763px) { #VdtQocxTS8BvoMytmVGX000NPty0ZsEp { width:19.875rem;height:35rem;top:84rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEchoEpSALlyq3npmlUeViSL1cd1w9i5 { width:3.5rem;height:3.5rem;top:102.6875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaBDpDEcBhcFBmkqdHaUtooWKdwFQioU { width:1.875rem;height:2.125rem;top:103.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI8Ase3iO71Al7g7zDIMV7UCG6aPK5EK { width:6.6875rem;height:0.0625rem;top:104.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfRqPdKDoAnTIGX6wPFf99JqRNqsIFmu { width:6.6875rem;height:0.0625rem;top:104.4375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKiJpAx0rFCkTgibLoPmkmieV34vDgTb { display:block; }#QKiJpAx0rFCkTgibLoPmkmieV34vDgTb > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBUbaAscb2Vmc5zoTJ82HyvdMnCM4nVs { height:11.237677984666rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #Jv5VBrLeLTKEiT9sMvcIc2obAFSMgdAM > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #VyclWScwISpSFA5H3NegZLUMrzbaBALG { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #VyclWScwISpSFA5H3NegZLUMrzbaBALG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #XONnqxKbbgt1DifvbdGIpDrMgZavdfFB { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #XONnqxKbbgt1DifvbdGIpDrMgZavdfFB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4GTocFanG0txDChwsRvzrN4I9uLTZ6V { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #V4GTocFanG0txDChwsRvzrN4I9uLTZ6V > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #aP1RXUXR7QkGI0zXfMBbPOKauVdscXrf > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #D3Zkcs4f1T3LIeUhsPFW0f97pSz1Ef36 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #qbgFUUVXDhEMKMJx5mu5sxGfsJTthd8V > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Mb9kvvia9ytmg8X2hTZZPzOtOEoOZVEI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHd7AMJLs567dtpcI4DndL0q8hkc8o98 { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #QHd7AMJLs567dtpcI4DndL0q8hkc8o98 > .row .container { position:relative;display:block; } }