.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:219,242,245;--color-primary-1:136,211,221;--color-primary-2:16,166,187;--color-primary-3:8,83,94;--color-primary-4:2,25,28;--color-secondary-0:224,224,224;--color-secondary-1:150,150,150;--color-secondary-2:45,45,45;--color-secondary-3:23,23,23;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:188,196,210;--color-tertiary-2:32,58,104;--color-tertiary-3:16,29,52;--color-tertiary-4:3,6,10;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container { background-color: transparent; background-image: none; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container > .video-iframe-container { display: none; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row > .video-iframe-container { display: none; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .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); }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container { border-width: 0; border-radius: 0; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#lhRtXofF6wCIV3geUEGWozU62xXThUvs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:29.75rem;top:1.09375rem;left:22.625rem;overflow:hidden;display:block; }
#DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.54296875rem;left:33.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { color:rgba(var(--color-tertiary-0),1);display:block;width:56.1875rem;position:absolute;font-family:antonio;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.53515625rem;left:9.40625rem;height:12.6738375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { color:rgba(var(--color-primary-0),1);display:block;width:31.625rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.537109375rem;left:21.6875rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { position:absolute;display:block;z-index:15005;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:30.8125rem;width:30.8125rem;top:33.630859375rem;left:22.09375rem;overflow:hidden;display:block; }
#cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { background-color:#203a68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.0625rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:64.625rem;left:11.46875rem;display:block; }
#IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtMl6eikZLWTHvH1tF3FfhT6vlduMFVh { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:31.25rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i { 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; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container { background-color: transparent; background-image: none; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container > .video-iframe-container { display: none; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row > .video-iframe-container { display: none; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .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); }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container { border-width: 0; border-radius: 0; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#DOM4JPpT52Bf4XoVLGimuz6AE7g4QkM4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.75rem;width:27.625rem;top:4.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#dICeKea3lh0Ed40PisI2OGySTnNt2Zyw { color:rgba(var(--color-primary-4),1);display:block;width:40.4375rem;position:absolute;font-family:"garet bold";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:32.6875rem;height:42.25rem;display:block; }
#irTcxLheTE9LumExVgALAvbR3WgaKhgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container { background-color: transparent; background-image: none; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container > .video-iframe-container { display: none; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row > .video-iframe-container { display: none; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .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); }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container { border-width: 0; border-radius: 0; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#RqgagHTRKWyBEER89Ld1rf2aVLatut0N { color:rgba(var(--color-primary-4),1);display:block;width:55.875rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.375rem;height:4.38574375rem;font-style:normal;display:block; }
#K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { position:absolute;display:block;z-index:15002;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:9.625rem;width:9.625rem;top:1.75rem;left:62rem;overflow:hidden;display:block; }
#NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { color:rgba(var(--color-primary-4),1);display:block;width:28.6875rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:30.625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { 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; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { background-color: transparent; background-image: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container > .video-iframe-container { display: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container { display: none; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .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); }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { border-width: 0; border-radius: 0; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { color:rgba(var(--color-secondary-4),1);display:block;width:30.375rem;position:absolute;font-family:antonio;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.078125rem;left:22.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UioinWkBFKFarSg2JkSERs8wzXpLQdn5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#IXI2h3ug7xT0vTS1sZhZzlftA6QZ1T3M { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { 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; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { background-color: transparent; background-image: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container > .video-iframe-container { display: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container { display: none; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .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); }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { border-width: 0; border-radius: 0; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { 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:8.4375rem;width:5rem;top:3.1875rem;left:4.375rem;overflow:hidden;display:block; }
#nfFce7ua2JSISipekgT1o15K1czKGaKN { color:rgba(var(--color-secondary-4),1);display:block;width:20.1865rem;position:absolute;font-family:antonio;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4372215270996rem;left:14.81166267395rem;height:2.1128625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.186rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:14.3125rem;height:16.0810625rem;text-align:left;text-align-last:left;display:block; }
#iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { position:absolute;display:block;z-index:15005;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:8.6230625rem;width:8.372375rem;top:2.4375rem;left:40.875rem;overflow:hidden;display:block; }
#qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { color:rgba(var(--color-secondary-4),1);display:block;width:20.1875rem;position:absolute;font-family:antonio;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:51.75rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:51.25rem;height:14.619125rem;text-align:left;text-align-last:left;display:block; }
#UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.4375rem;left:14.375rem;height:13.15725rem;text-align:left;text-align-last:left;display:block; }
#L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.6875rem;top:27.125rem;left:2rem;overflow:hidden;display:block; }
#Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { color:rgba(var(--color-secondary-4),1);display:block;width:19.812rem;position:absolute;font-family:antonio;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.125rem;left:15rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.75rem;left:51.3125rem;height:14.619125rem;text-align:left;text-align-last:left;display:block; }
#Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10rem;top:27rem;left:40.060546875rem;overflow:hidden;display:block; }
#DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { color:rgba(var(--color-secondary-4),1);display:block;width:20.1865rem;position:absolute;font-family:antonio;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.125rem;left:51.7490234375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { 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; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { background-color: transparent; background-image: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container > .video-iframe-container { display: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container { display: none; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .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); }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { border-width: 0; border-radius: 0; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ymoRngTa641UWAl7T44B2RLF7Ulvqhln { color:rgba(var(--color-tertiary-4),1);display:block;width:42.433625rem;position:absolute;font-family:"garet bold";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.4375rem;height:31.758725rem;font-style:normal;display:block; }
#UiK7BBGi8ehqsv4QMSSx1dtPS3ZcMLPa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.75rem;left:15.125rem; }
#dqG3hOwIkNmLzqdatAroFrC33aJ63TFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.1875rem;left:15.125rem; }
#OnB4HGSMTMOTxqTQUMfsRkUXuqgREIcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.6875rem;left:15.125rem; }
#vxgGQGx2IthyQAU8BnmMacNVGBcdZoEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.9375rem;left:15.125rem; }
#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { 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; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { background-color: transparent; background-image: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container > .video-iframe-container { display: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container { display: none; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .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); }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { border-width: 0; border-radius: 0; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { color:rgba(var(--color-secondary-4),1);display:block;width:32.25rem;position:absolute;font-family:antonio;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:21.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { color:rgba(var(--color-secondary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"garet bold";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:13.88675rem;display:block; }
#TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { color:rgba(var(--color-secondary-4),1);display:block;width:20.625rem;position:absolute;font-family:"garet bold";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.9375rem;height:13.88675rem;display:block; }
#LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { color:rgba(var(--color-secondary-4),1);display:block;width:26.875rem;position:absolute;font-family:"garet bold";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:48.125rem;height:15.4296875rem;display:block; }
#qvl8V0feiywJe7FICEPetOZyXgNlqgkB { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.8125rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#sWKxPM3Em26ccbL5pEFgPkXGlas77yca { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:55.5rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#ghlFRAzr7FWntbwGCIi1TaAlBU63NsFx { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ipzGGKz5NKlHf2sBTF2z5BT61CLnGhiM { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { 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; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { background-color: transparent; background-image: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container > .video-iframe-container { display: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container { display: none; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .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); }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { border-width: 0; border-radius: 0; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { color:rgba(var(--color-primary-4),1);display:block;width:39.249rem;position:absolute;font-family:"garet bold";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:0rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxKH3d7pxpuaf1stUUi55PCZEtJkKMRh { background-color:#203a68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.3125rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:61.2509765625rem;left:18.84375rem;display:none; }
#PvJZUMlUVAJQST8GUJ9JZivK4CnUKLh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEdZTryV1fQZeW9aqN2rTwaMvNTTAc16 { background-color:#203a68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.125rem;left:39.0625rem;display:block; }
#Z59TegabMFv4Ubqzq5Q3dJZCFMMqAzhd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { background-color: transparent; background-image: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container > .video-iframe-container { display: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container { display: none; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .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); }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { border-width: 0; border-radius: 0; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { color:rgba(var(--color-secondary-4),1);display:block;width:45.5620625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3177070617676rem;left:14.717882156372rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ { display:block; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhRtXofF6wCIV3geUEGWozU62xXThUvs { top:1.0625rem;left:9rem;width:29.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { top:11.5rem;left:19.53125rem;width:8.6875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { top:15.5rem;left:0rem;width:47.75rem;height:12.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { top:30.5rem;left:8.0625rem;width:31.625rem;height:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { top:33.625rem;left:8.46875rem;width:30.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { width:46.75rem;height:5.1875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block; }
 }@media only screen and (max-width: 763px) { #FtMl6eikZLWTHvH1tF3FfhT6vlduMFVh { top:11.3125rem;left:17.625rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i { display:block; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOM4JPpT52Bf4XoVLGimuz6AE7g4QkM4 { top:4.1875rem;left:0rem;width:27.625rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dICeKea3lh0Ed40PisI2OGySTnNt2Zyw { top:3.9375rem;left:7.3125rem;width:40.4375rem;height:42.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTcxLheTE9LumExVgALAvbR3WgaKhgn { display:block; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqgagHTRKWyBEER89Ld1rf2aVLatut0N { top:3.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { top:1.75rem;left:38.125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { top:9.125rem;left:17rem;width:28.6875rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { display:block; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { top:2.0625rem;left:8.6875rem;width:30.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UioinWkBFKFarSg2JkSERs8wzXpLQdn5 { display:none; }
 }@media only screen and (max-width: 763px) { #IXI2h3ug7xT0vTS1sZhZzlftA6QZ1T3M { display:none; }
 }@media only screen and (max-width: 763px) { #L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { display:block; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { top:3.1875rem;left:0rem;width:5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFce7ua2JSISipekgT1o15K1czKGaKN { top:2.375rem;left:3.75rem;width:20.125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { top:8.5625rem;left:2.75rem;width:21.125rem;height:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { top:2.4375rem;left:23.875rem;width:8.3125rem;height:8.5617142766493rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { top:2.5625rem;left:27.5625rem;width:20.1875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { top:8.5625rem;left:26.625rem;width:21.125rem;height:14.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { top:33.4375rem;left:2.75rem;width:21.125rem;height:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { top:27.125rem;left:0rem;width:9.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { top:27.125rem;left:4.125rem;width:19.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { top:32.75rem;left:26.625rem;width:21.125rem;height:14.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { top:27rem;left:23.875rem;width:10rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { top:27.125rem;left:27.625rem;width:20.125rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { display:block; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymoRngTa641UWAl7T44B2RLF7Ulvqhln { top:1.8125rem;left:3.8125rem;width:42.375rem;height:31.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiK7BBGi8ehqsv4QMSSx1dtPS3ZcMLPa { top:1.75rem;left:1.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqG3hOwIkNmLzqdatAroFrC33aJ63TFe { top:9.1875rem;left:1.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnB4HGSMTMOTxqTQUMfsRkUXuqgREIcO { top:16.6875rem;left:1.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxgGQGx2IthyQAU8BnmMacNVGBcdZoEA { top:25.9375rem;left:1.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { display:block; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { top:2.25rem;left:7.75rem;width:32.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { top:7.6875rem;left:0rem;width:20.8125rem;height:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { top:7.6875rem;left:11.3125rem;width:20.625rem;height:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { top:7.6875rem;left:20.875rem;width:26.875rem;height:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvl8V0feiywJe7FICEPetOZyXgNlqgkB { top:22.5625rem;left:0rem;width:18.875rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { top:22.5625rem;left:12.1875rem;width:18.875rem;height:2.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKxPM3Em26ccbL5pEFgPkXGlas77yca { top:23.9375rem;left:28.875rem;width:18.875rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghlFRAzr7FWntbwGCIi1TaAlBU63NsFx { display:none; }
 }@media only screen and (max-width: 763px) { #ipzGGKz5NKlHf2sBTF2z5BT61CLnGhiM { display:none; }
 }@media only screen and (max-width: 763px) { #gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { display:block; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { top:2.625rem;left:0rem;width:39.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxKH3d7pxpuaf1stUUi55PCZEtJkKMRh { width:37.3125rem;height:4.25rem;top:61.25rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvJZUMlUVAJQST8GUJ9JZivK4CnUKLh5 { display:block; }
 }@media only screen and (max-width: 763px) { #VEdZTryV1fQZeW9aqN2rTwaMvNTTAc16 { width:35.9375rem;height:3.9375rem;top:2.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z59TegabMFv4Ubqzq5Q3dJZCFMMqAzhd { display:block; }
 }@media only screen and (max-width: 763px) { #pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { top:2.3125rem;left:1.0928821563721rem;width:45.5rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ { display:block; }#o0XsE0nQEJ4mheBN4WviTGmxr57MCKkQ > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhRtXofF6wCIV3geUEGWozU62xXThUvs { width:20rem;height:5.25195rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMgTrWQ1HPZLdvKaqbHdqAIGUGIoRanR { width:12.5rem;height:1.13745rem;top:5.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBdFPPnmAN5pJL8vi4dIZzTmE0t2WuZo { width:20rem;height:3.89941875rem;top:8.4993495941163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVUyxVVCR0VoMQAngShfpTlZpChmHN4 { width:20rem;height:1.94921875rem;top:13.71240234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMhrNE7xnN0yFIOdXLeV5kGF18t5r33D { width:12.6875rem;height:12.6875rem;top:14.73828125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNgK7oT4hlun6RvwwbL8cOxHWU7vUAqV { width:19.4375rem;height:2.375rem;top:27.42578125rem;left:0.28125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieStD3215JtkRzaXMyvuwxsVT768nrM { display:block; }
 }@media only screen and (max-width: 763px) { #FtMl6eikZLWTHvH1tF3FfhT6vlduMFVh { width:5.3125rem;height:1.93685rem;top:5.5371098518372rem;left:7.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i { display:block; }#mQkr4PvlJ8sckCKE14mV1z5rpl8h1M0i > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOM4JPpT52Bf4XoVLGimuz6AE7g4QkM4 { width:8.311625rem;height:12.6248125rem;top:1.0677082538605rem;left:5.8430994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #dICeKea3lh0Ed40PisI2OGySTnNt2Zyw { width:20rem;height:27.2891125rem;top:15.186632633209rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTcxLheTE9LumExVgALAvbR3WgaKhgn { display:block; }#irTcxLheTE9LumExVgALAvbR3WgaKhgn > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqgagHTRKWyBEER89Ld1rf2aVLatut0N { width:18.9375rem;height:5.84765625rem;top:5.3637142181396rem;left:0.53059905767441rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZGnmIUDz5FotTJueCaRmSiMtlvJgoN { width:3.9375rem;height:3.9375rem;top:0.9013671875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAPt7Ilt8mvPSAP3M8OPDZFT0zh1Bo70 { width:18rem;height:0.73095625rem;top:11.80078125rem;left:0.59375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXg60dAcMgbt9FwuDKBvTT1u7rA7103y { display:block; }#IXg60dAcMgbt9FwuDKBvTT1u7rA7103y > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9pMS1UCiZXEFGsNBM5dkE9oLTa2AuJ3 { width:20rem;height:1.13745rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UioinWkBFKFarSg2JkSERs8wzXpLQdn5 { top:1.25rem;left:0rem;width:3.4375rem;height:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IXI2h3ug7xT0vTS1sZhZzlftA6QZ1T3M { top:1.25rem;left:16.5625rem;width:3.4375rem;height:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp { display:block; }#L0a6Hnqw94lTtAyJ1G0zFIiO6hWWJVKp > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQeO6IM0PIdX5OoDQyQzOmPnLkMu4RlV { width:2.43706875rem;height:4.12435rem;top:1.3346347808838rem;left:8.780382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfFce7ua2JSISipekgT1o15K1czKGaKN { width:7.686625rem;height:0.97485625rem;top:5.6432304382324rem;left:6.1566842198372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPKyWOdp5rvsqagifCUcGzhGSdluDhu { width:18.75rem;height:7.796875rem;top:7.2393674850462rem;left:0.59353297948838rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxOveHy92wOq6EdIKW5NNVpMKClw2Tl { width:3.56228125rem;height:3.62413125rem;top:16.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuoBlssALe7ZqEC3OJoqpdHMTsAwJDN { width:12.686625rem;height:0.97485625rem;top:20.4375rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rnDtlHV8vziFepm1WLCxSghqeRXwx4 { width:18.75rem;height:6.82225rem;top:22.3125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4A2uIeggwMlcGgCvNexMwtJu86DHz2 { width:18.75rem;height:6.82225rem;top:35.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Zbq2RTV79u0sDQgMZwHiJ2fN6D4OqB { width:3.625rem;height:2.5rem;top:30.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0CrgmmovKZT8UAbVtd9WJKyOy3VO4c { width:11.562rem;height:0.97485625rem;top:33.8125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHoVLrbIr3daCm15NZZ9oXbeB7ZozmT { width:18.75rem;height:7.796875rem;top:48.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud7Pit9Thotlc7fwNGEsUsDZ0W4IJtgh { width:3.5625rem;height:2.5rem;top:43.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCw1aC8953W2Fn0Frm9k3o2aUc11hBp { width:12.7485rem;height:0.97485625rem;top:46.9375rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z { display:block; }#mXMLoDJbtmFeMVe6yVheN23zI4etZx8Z > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymoRngTa641UWAl7T44B2RLF7Ulvqhln { width:18.0625rem;height:17.542975rem;top:0.74609375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiK7BBGi8ehqsv4QMSSx1dtPS3ZcMLPa { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:0.49951171875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dqG3hOwIkNmLzqdatAroFrC33aJ63TFe { display:flex;width:1.25rem;height:1.25rem;top:5.37451171875rem;left:0.49951171875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OnB4HGSMTMOTxqTQUMfsRkUXuqgREIcO { display:flex;width:1.25rem;height:1.25rem;top:9.31201171875rem;left:0.49951171875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vxgGQGx2IthyQAU8BnmMacNVGBcdZoEA { display:flex;width:1.25rem;height:1.25rem;top:15.187255859375rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P { display:block; }#px50FvZ8hAq9tTXPfUH9gmkd7ecNWk4P > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em7Zn9kXgV1ICFZEGiGqu0Pm3yAnUnX4 { width:20rem;height:1.13745rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi56hhrLgog7UZrGTogxQPpfnnhepLdT { width:13.875rem;height:8.7715rem;top:4.1728515625rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyVLQWhp9loTtTJoAO3eLbx9iC6buVq { width:13.875rem;height:8.7715rem;top:15.320068359375rem;left:3.062255859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF9TgkeDkBT4P4M8GJTTf4FLVEQHdU6 { width:13.875rem;height:13.6445rem;top:27.3125rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvl8V0feiywJe7FICEPetOZyXgNlqgkB { width:11.187rem;height:0.73095625rem;top:13.1962890625rem;left:5.7978515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPAm7tXb1Ux8NTQcSIdOUO4NZ8aRaAz { width:12.8745rem;height:1.4619125rem;top:24.46875rem;left:4.109619140625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWKxPM3Em26ccbL5pEFgPkXGlas77yca { width:9.312rem;height:1.4619125rem;top:41.1875rem;left:7.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghlFRAzr7FWntbwGCIi1TaAlBU63NsFx { top:1.443359375rem;left:0rem;width:3.4375rem;height:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ipzGGKz5NKlHf2sBTF2z5BT61CLnGhiM { top:1.443359375rem;left:16.5625rem;width:3.4375rem;height:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA { display:block; }#gbfmuUxK8qTKcEd4kq5XBqrsqW7CHuhA > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tws5crOQfQxNVpfmV55dWoD2sdc3KbM9 { width:19.9995rem;height:2.923825rem;top:1.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxKH3d7pxpuaf1stUUi55PCZEtJkKMRh { width:19.9995rem;height:2.37378125rem;top:4.9375rem;left:0rem;font-size:0.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PvJZUMlUVAJQST8GUJ9JZivK4CnUKLh5 { display:block; }
 }@media only screen and (max-width: 763px) { #VEdZTryV1fQZeW9aqN2rTwaMvNTTAc16 { width:19rem;height:3.625rem;top:9.3728325622556rem;left:0.5rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z59TegabMFv4Ubqzq5Q3dJZCFMMqAzhd { display:block; }
 }@media only screen and (max-width: 763px) { #pKSqI5pw60DGTBm4fqJCxbankHxgIdVF { display:block; }#pKSqI5pw60DGTBm4fqJCxbankHxgIdVF > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN5CpJ9HVIplmn1vwfWVcKfBcgUbzt55 { width:18.6870625rem;height:0.44921875rem;top:0.93099212646487rem;left:0.65646702051162rem;font-size:0.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }