.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:223,238,237;--color-primary-1:160,205,200;--color-primary-2:97,172,164;--color-primary-3:73,142,134;--color-primary-4:19,34,33;--color-secondary-0:250,232,211;--color-secondary-1:239,187,122;--color-secondary-2:228,142,33;--color-secondary-3:214,96,41;--color-secondary-4:46,28,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container { background-color: transparent; background-image: none; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container > .video-iframe-container { display: none; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row > .video-iframe-container { display: none; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .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); }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container { border-width: 0; border-radius: 0; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#t7ZMTJbGkdtGoGTU926r8Xca0Cloq63m { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:17.3125rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#9aba3b;display:block;width:36.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:9.26175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { 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:27.625rem;width:36.875rem;top:1.625rem;left:38.0625rem;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#e24f3d;display:block;width:30.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.88671875rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d32KvsfTy1VyuceXis1uxASnhNHPOIKS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.09375rem;left:0rem;height:1.625rem;display:block; }
#RlVKSpX0VmQw6D2SaWVhqyWrtf3btClO { background-color:#de4b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.9375rem;left:0rem;display:block; }
#BZdDVysT9oAm1WqVcTxgsQGTXVSCpfd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCVmuWf3GV7MXcDFqzhg9D142HAW9WDF { position:absolute;display:block;z-index:15026;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.1875rem;width:1.6875rem;top:22.375rem;left:26rem;overflow:hidden;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#qFJTiJOvifkgsBxpraWd0T21MJkuok3C { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d9f386, #add332);background-image: -moz-linear-gradient(180deg, #d9f386, #add332);background-image: -ms-linear-gradient(180deg, #d9f386, #add332);background-image: -o-linear-gradient(180deg, #d9f386, #add332);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f386', endColorstr='#add332' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f386', endColorstr='#add332' );";background-image: linear-gradient(180deg, #d9f386, #add332);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:55.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { color:#131313;display:block;width:69rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.8720703125rem;left:3rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { position:absolute;display:block;z-index:15019;background-color:#b40b7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.1875rem;left:43.75rem;display:none; }
#ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.5625rem;left:45.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { 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:39.375rem;width:31.25rem;top:6.2109375rem;left:43.060546875rem;overflow:hidden;display:none; }
#alEFV3vcdDKHgLcRMZlBeUtuXXO4IhzG { color:#131313;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11rem;left:27.5rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#DvHaXQrDPrb7g0BoPvxSPZv19m7xq3Ie { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.8125rem;top:15.71875rem;left:4.84375rem;overflow:hidden;display:block; }
#kuZHV5lk6RwgSy5duxdzhAQXXVoLzFox { color:#131313;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:32.3125rem;left:5.09375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#S597lQFK3z4UJWeETpsPyIcyXLDUDDQv { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.6875rem;top:15.71875rem;left:18.46875rem;overflow:hidden;display:block; }
#l2ZesJ03e3hVnbT7TP1NdAl12cQ1GEQp { color:#131313;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:32.3125rem;left:18.71875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#T0tXrTSfwAi0lH9oToc84AZk91N6auTL { color:#131313;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:32.3125rem;left:31.4375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#wh8qfAW2Dr9rfvmKbK0Ina3psQWeEiZ0 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.875rem;top:15.75rem;left:32.0625rem;overflow:hidden;display:block; }
#apRZMo8vnT5imhIlsFIS2SBRkPn0FNrB { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.75rem;top:15.71875rem;left:45.6875rem;overflow:hidden;display:block; }
#CCvZtLIMbvZG6TZCRGvgXDxB81BuEEu0 { color:#131313;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:32.3125rem;left:44.71875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#en7bAsTDSvK0GkwhswTTwXP6binpiIJk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.875rem;top:15.71875rem;left:59.3125rem;overflow:hidden;display:block; }
#O0slNg2Cwtani0mKiFDD20oO9OWrb5dg { color:#131313;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:32.3125rem;left:59.5625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { background-color:#de4b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.5rem;left:23rem;display:block; }
#UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { position:absolute;display:block;z-index:15024;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.1875rem;width:1.6875rem;top:45rem;left:48.9375rem;overflow:hidden;display:block; }
#Zp7NooB6DzoWuCx2iT9JFlTUs2Vzw9TO { color:#131313;display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:49.875rem;left:9.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { background-color: transparent; background-image: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .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); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { border-width: 0; border-radius: 0; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#EoDh9af1N1xK1l3BmlafWrPUXrR1AKVN { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:3.1875rem;left:63.25rem;overflow:hidden;display:block; }
#nxr01HTbXURHJ3QvcLXkqU7AUNPAn869 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:3.1875rem;left:66.0625rem;overflow:hidden;display:block; }
#hAdv5UOJaOCCohnCAHBuQkEeA6OfqNl6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:17.3125rem;top:0.84375rem;left:0.71875rem;overflow:hidden;display:block; }
#s9oJ7d6Z3thm5tPe8TnTvIPyzliodl0P { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:3.1875rem;left:69.21875rem;overflow:hidden;display:block; }
#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container { background-color: transparent; background-image: none; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container > .video-iframe-container { display: none; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row > .video-iframe-container { display: none; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .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); }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container { border-width: 0; border-radius: 0; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#w0MSlt0fhO84eBDgxy7oXcau7PLluP2D { color:#484848;display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.5625rem;left:12.09375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m19T59qsECJRHTyTMJoEErXI12k0rIUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { border-width: 0; border-radius: 0; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { font-size:0.875rem;font-family:"open sans";height:8.625rem;width:75rem;position:relative;display:none; }#RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { position:absolute;z-index:15003;top:1.1875rem;left:6.6875rem;width:6.25rem;height:6.25rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ { display:block; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t7ZMTJbGkdtGoGTU926r8Xca0Cloq63m { width:17.3125rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:30.9375rem;height:8.9375rem;top:1.9208984375rem;left:0rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:21.375rem;height:16rem;top:1.9208984375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:21.499rem;height:2.11230625rem;top:12.80859375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #d32KvsfTy1VyuceXis1uxASnhNHPOIKS { width:31.375rem;height:1.625rem;top:15.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlVKSpX0VmQw6D2SaWVhqyWrtf3btClO { width:25.3125rem;height:4.0625rem;top:20.625rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZdDVysT9oAm1WqVcTxgsQGTXVSCpfd6 { display:block; }
 }@media only screen and (max-width: 1199px) { #eCVmuWf3GV7MXcDFqzhg9D142HAW9WDF { width:1.6875rem;height:1.1875rem;top:22.0625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:47.75rem;height:83.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:44.25rem;height:7.5rem;top:2.46484375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { width:9.375rem;height:9.375rem;top:17.9375rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { width:7.8125rem;height:4.0625rem;top:19.6875rem;left:26.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { width:21.875rem;height:27.5625rem;top:6.78125rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #alEFV3vcdDKHgLcRMZlBeUtuXXO4IhzG { width:20rem;height:1.94921875rem;top:12.375rem;left:13.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvHaXQrDPrb7g0BoPvxSPZv19m7xq3Ie { width:10.8125rem;height:15.375rem;top:17.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kuZHV5lk6RwgSy5duxdzhAQXXVoLzFox { width:10.5rem;height:6.75rem;top:34.125rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S597lQFK3z4UJWeETpsPyIcyXLDUDDQv { width:10.6875rem;height:15.375rem;top:17.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2ZesJ03e3hVnbT7TP1NdAl12cQ1GEQp { width:10.5rem;height:7.875rem;top:34.125rem;left:18.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0tXrTSfwAi0lH9oToc84AZk91N6auTL { width:10.5rem;height:6.75rem;top:34.125rem;left:31.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wh8qfAW2Dr9rfvmKbK0Ina3psQWeEiZ0 { width:10.875rem;height:15.375rem;top:17.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apRZMo8vnT5imhIlsFIS2SBRkPn0FNrB { width:10.75rem;height:15.375rem;top:42.3125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCvZtLIMbvZG6TZCRGvgXDxB81BuEEu0 { width:10.5rem;height:10.125rem;top:58.9375rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #en7bAsTDSvK0GkwhswTTwXP6binpiIJk { width:10.875rem;height:15.375rem;top:42.3125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0slNg2Cwtani0mKiFDD20oO9OWrb5dg { width:10.5rem;height:5.625rem;top:58.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { width:25.3125rem;height:4.0625rem;top:77.5rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block; }
 }@media only screen and (max-width: 1199px) { #V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { width:1.6875rem;height:1.1875rem;top:78.9375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zp7NooB6DzoWuCx2iT9JFlTUs2Vzw9TO { width:41.625rem;height:2.76171875rem;top:72.5625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EoDh9af1N1xK1l3BmlafWrPUXrR1AKVN { width:2rem;height:2rem;top:3.1875rem;left:39.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxr01HTbXURHJ3QvcLXkqU7AUNPAn869 { width:2rem;height:2rem;top:3.1875rem;left:42.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAdv5UOJaOCCohnCAHBuQkEeA6OfqNl6 { width:17.3125rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9oJ7d6Z3thm5tPe8TnTvIPyzliodl0P { width:2.25rem;height:2.25rem;top:3.0625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR { display:block; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0MSlt0fhO84eBDgxy7oXcau7PLluP2D { width:47.75rem;height:6.1875rem;top:1.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ { display:block; }#dnMq4FFcCFToeQRKlGaDz07RWesBrLLZ > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7ZMTJbGkdtGoGTU926r8Xca0Cloq63m { width:17.3125rem;height:6.625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#f8f8f8;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:18rem;height:13.4375rem;top:16.1337890625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:20rem;height:2.03125rem;top:7.9541015625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d32KvsfTy1VyuceXis1uxASnhNHPOIKS { width:20rem;height:3.25rem;top:11.2587890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlVKSpX0VmQw6D2SaWVhqyWrtf3btClO { width:19rem;height:4.125rem;top:31.1337890625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZdDVysT9oAm1WqVcTxgsQGTXVSCpfd6 { display:block; }
 }@media only screen and (max-width: 763px) { #eCVmuWf3GV7MXcDFqzhg9D142HAW9WDF { width:1.6875rem;height:1.1875rem;top:32.6025390625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:160.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:20rem;height:157.75rem;top:1.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:18.4970625rem;height:18rem;top:2.806640625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXnTRGT07VEH6TAXKkLkcrKHWG8Iy7l { width:7.5rem;height:7.5rem;top:5rem;left:2.375rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #ribfmQe7UElxn1wTxF5SdoUS3zZN55Lo { width:6.25rem;height:0;top:6.936851501465rem;left:2.9991319775581rem;font-size:1.375rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #h2iiDIF3XHyEIH3TPtD8KST7BUPTTFeM { width:12.3125rem;height:15.625rem;top:0rem;left:7.6875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #alEFV3vcdDKHgLcRMZlBeUtuXXO4IhzG { width:20rem;height:1.94921875rem;top:22.810546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHaXQrDPrb7g0BoPvxSPZv19m7xq3Ie { width:10.8125rem;height:15.375rem;top:28rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuZHV5lk6RwgSy5duxdzhAQXXVoLzFox { width:13.9375rem;height:5.625rem;top:44.998046875rem;left:3.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S597lQFK3z4UJWeETpsPyIcyXLDUDDQv { width:10.6875rem;height:15.375rem;top:51.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ZesJ03e3hVnbT7TP1NdAl12cQ1GEQp { width:14rem;height:6.75rem;top:67.625rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0tXrTSfwAi0lH9oToc84AZk91N6auTL { width:10.5rem;height:6.75rem;top:90.810546875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh8qfAW2Dr9rfvmKbK0Ina3psQWeEiZ0 { width:10.875rem;height:15.375rem;top:74.185546875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRZMo8vnT5imhIlsFIS2SBRkPn0FNrB { width:10.75rem;height:15.375rem;top:95.435546875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvZtLIMbvZG6TZCRGvgXDxB81BuEEu0 { width:10.5rem;height:10.125rem;top:112.060546875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #en7bAsTDSvK0GkwhswTTwXP6binpiIJk { width:10.875rem;height:15.375rem;top:121.248046875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0slNg2Cwtani0mKiFDD20oO9OWrb5dg { width:10.5rem;height:5.625rem;top:137.873046875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIEUM2oXMIb7FMJt43OhWvVig1C93Q9J { width:20rem;height:3.625rem;top:145.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHtnsAH394QeEkAwOzTRosc4dcp0q1FP { display:block; }
 }@media only screen and (max-width: 763px) { #V8hnp4ag4HJL15HtQS3VJpBzrrSStpTZ { width:1.6875rem;height:1.1875rem;top:146.53125rem;left:17.62109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp7NooB6DzoWuCx2iT9JFlTUs2Vzw9TO { width:20rem;height:5.5234375rem;top:151.373046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoDh9af1N1xK1l3BmlafWrPUXrR1AKVN { width:2rem;height:2rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxr01HTbXURHJ3QvcLXkqU7AUNPAn869 { width:2rem;height:2rem;top:7.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAdv5UOJaOCCohnCAHBuQkEeA6OfqNl6 { width:17.3125rem;height:6.625rem;top:0.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9oJ7d6Z3thm5tPe8TnTvIPyzliodl0P { width:2rem;height:2rem;top:7.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR { display:block; }#RMT7z0uFR43TD5SffeFkJDOAuh1T9qTR > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0MSlt0fhO84eBDgxy7oXcau7PLluP2D { width:20rem;height:12.375rem;top:2rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:20rem;height:23.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:17rem;left:1.25rem;display:block; }
 }