.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,243,236;--color-primary-1:158,218,199;--color-primary-2:93,194,162;--color-primary-3:92,191,166;--color-primary-4:19,39,32;--color-secondary-0:253,210,230;--color-secondary-1:249,119,179;--color-secondary-2:245,29,129;--color-secondary-3:187,15,95;--color-secondary-4:49,6,26;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I { position:relative;display:block; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I { background-color: transparent; background-image: none; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row .container > .video-iframe-container { display: none; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row > .video-iframe-container { display: none; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .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); }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I { border-width: 0; border-radius: 0; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .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; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#ER0IiUR6KenDLmlzMUsn86wPsloLBmXs { 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:4.5625rem;width:21.8125rem;top:0.8125rem;left:1.28125rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:3.15rem;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; }
#C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { color:#302e54;display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:3.25rem;display:block; }
#EyrnyII12PcZoESeV0B6BkRuhV89rGoS { color:#151515;display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.41796875rem;left:2.46875rem;height:1.4625rem;display:block; }
#v16TH3cNiFSLb8OQcvAETdKunhk1KizB { 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:1.375rem;width:1.3125rem;top:3.4609375rem;left:0rem;overflow:hidden;display:block; }
#TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { box-sizing:content-box;height:0.0625rem;width:41.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.8125rem;left:0rem;display:block; }
#TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:0rem;display:block; }
#e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:22.3125rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWtW28LqwO5PxOoHgRz7wJTA4WP84NLf { box-sizing:content-box;height:3.0625rem;width:12.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.3125rem;left:55.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mB8A6HRvNn7ZN67a6tViQ4HO81DprnCM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5625rem;left:54.5625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#neOom0iE1MTbVil4c2X5pvGNaKohPIZq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.3125rem;top:2.04296875rem;left:49.25rem;overflow:hidden;display:block; }
#TTza9adpsxxR3c3AoqSwzwFdTBrhuank { 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; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container { background-color: transparent; background-image: none; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container > .video-iframe-container { display: none; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row > .video-iframe-container { display: none; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .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); }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container { border-width: 0; border-radius: 0; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#K89iKX074kMT8sNZnIKly0rTwsoTd8BH { position:absolute;display:block;z-index:15000;height:24.5rem;width:43.6875rem;top:2.125rem;left:7.5rem;display:block; }
#C3xhStFXvstbCXG14prJMUDHrFyabc1L { position:absolute;display:block;z-index:15001;height:24.5rem;width:15.625rem;top:2.125rem;left:51.875rem;display:block; }
#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR { position:relative;display:block; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR { background-color: transparent; background-image: none; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row .container > .video-iframe-container { display: none; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row > .video-iframe-container { display: none; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .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); }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR { border-width: 0; border-radius: 0; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .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; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.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; }#glT5OgiKJQUF9T4cOdBTOLICrUCwNb2n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:13.875rem;width:9.5rem;top:2.59375rem;left:3.375rem;overflow:hidden;display:block; }
#trREymP0eHWDVNBqsRt1wKpUItiLyUmT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:16.96875rem;height:4.5rem;display:block; }
#ZTCtVJpyDx7d0ZctunMuA7SSiPwFGbDU { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.05859375rem;left:16.96875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { position:relative;display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { background-color: transparent; background-image: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { border-width: 0; border-radius: 0; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:9.75rem;top:2.1875rem;left:2.78125rem;overflow:hidden;display:block; }
#cxgct61foIL02Tnn8CM8lZT20TKH5O4c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:16.96875rem;height:3.75rem;display:block; }
#CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.48828125rem;left:16.96875rem;height:5.2rem;display:block; }
#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#302e54;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; }#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU > .row .container { border-width: 0; border-radius: 0; }#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:none; }#TkSPxHNOmPTCNH6e0TV7wAiT1OJTN8c2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:26.375rem;top:3.6875rem;left:24.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I { display:block; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ER0IiUR6KenDLmlzMUsn86wPsloLBmXs { width:14.3125rem;height:3rem;top:1.90625rem;left:0.875rem;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:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:44.125rem;height:2.5371125rem;top:5.875rem;left:1.8125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:35.9375rem;height:3.25rem;top:9.125rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:41.5625rem;height:1.4619125rem;top:1.5rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:41.25rem;height:0.0625rem;top:3.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:19.25rem;height:3.875rem;top:14.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 1199px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:25.4375rem;height:1.625rem;top:19.625rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TWtW28LqwO5PxOoHgRz7wJTA4WP84NLf { width:12.1875rem;height:3.0625rem;top:21.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mB8A6HRvNn7ZN67a6tViQ4HO81DprnCM { width:12.5rem;height:2.5996125rem;top:21.5625rem;left:33.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neOom0iE1MTbVil4c2X5pvGNaKohPIZq { width:15.6875rem;height:10.875rem;top:12.3125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTza9adpsxxR3c3AoqSwzwFdTBrhuank { display:block; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container { width:47.75rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K89iKX074kMT8sNZnIKly0rTwsoTd8BH { width:40rem;height:22.5rem;top:1.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3xhStFXvstbCXG14prJMUDHrFyabc1L { width:40rem;height:22.5rem;top:24.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyXMPef5DFBltBqJIMwVSGdcz2uJKozR { display:block; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glT5OgiKJQUF9T4cOdBTOLICrUCwNb2n { width:10.25rem;height:15.4375rem;top:1.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trREymP0eHWDVNBqsRt1wKpUItiLyUmT { width:27.8125rem;height:4.5rem;top:1.8125rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTCtVJpyDx7d0ZctunMuA7SSiPwFGbDU { width:29.375rem;height:8.285125rem;top:9.02734375rem;left:15.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:27.8125rem;height:3.75rem;top:13.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:40.6875rem;height:6.499rem;top:18.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0MmOKqTEKZaCHVszIghLKCy5Zza33qU { display:none; }#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TkSPxHNOmPTCNH6e0TV7wAiT1OJTN8c2 { width:12.1875rem;height:2.625rem;top:2.0625rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I { display:block; }#O46PBcTm4aS5LXeLcwpN31qtVuCfDi5I > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER0IiUR6KenDLmlzMUsn86wPsloLBmXs { width:15rem;height:3.0625rem;top:1.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:20rem;height:7.6113125rem;top:10.82324375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:20rem;height:4.38574375rem;top:18.43359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:20rem;height:4.38574375rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:20rem;height:0.0625rem;top:9.51074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:19.25rem;height:3.875rem;top:23.482421875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 763px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:12.5rem;height:3.25rem;top:28.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWtW28LqwO5PxOoHgRz7wJTA4WP84NLf { width:12.1875rem;height:3.0625rem;top:45.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB8A6HRvNn7ZN67a6tViQ4HO81DprnCM { width:12.5rem;height:2.5996125rem;top:45.9375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #neOom0iE1MTbVil4c2X5pvGNaKohPIZq { width:20rem;height:13.864541832669rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTza9adpsxxR3c3AoqSwzwFdTBrhuank { display:block; }#TTza9adpsxxR3c3AoqSwzwFdTBrhuank > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K89iKX074kMT8sNZnIKly0rTwsoTd8BH { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xhStFXvstbCXG14prJMUDHrFyabc1L { width:20rem;height:22.5rem;top:13.691375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyXMPef5DFBltBqJIMwVSGdcz2uJKozR { display:block; }#dyXMPef5DFBltBqJIMwVSGdcz2uJKozR > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glT5OgiKJQUF9T4cOdBTOLICrUCwNb2n { width:10.25rem;height:15.4375rem;top:1.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trREymP0eHWDVNBqsRt1wKpUItiLyUmT { width:18rem;height:4.5rem;top:17.9375rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCtVJpyDx7d0ZctunMuA7SSiPwFGbDU { width:18.25rem;height:12.9980625rem;top:23.3125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:16.9375rem;height:3.75rem;top:13rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:18.4375rem;height:14.297875rem;top:18.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MmOKqTEKZaCHVszIghLKCy5Zza33qU { display:none; }#U0MmOKqTEKZaCHVszIghLKCy5Zza33qU > .row .container { width:20rem;height:7.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkSPxHNOmPTCNH6e0TV7wAiT1OJTN8c2 { width:9rem;height:1.9375rem;top:2.4201393127441rem;left:5.5000001192093rem;display:block; }
 }