.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:253,250,236;--color-primary-1:247,237,191;--color-primary-2:239,219,127;--color-primary-3:120,110,64;--color-primary-4:36,33,19;--color-secondary-0:228,239,249;--color-secondary-1:163,186,209;--color-secondary-2:102,140,179;--color-secondary-3:61,84,107;--color-secondary-4:0,64,128;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { 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:3.625rem;width:23.625rem;top:2.2493491172791rem;left:18.155380249024rem;overflow:hidden;display:block; }
#PmioyS73NJvFvRySefhMxzoVrpwClZ1t { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container { background-color: transparent; background-image: none; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container > .video-iframe-container { display: none; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row > .video-iframe-container { display: none; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .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); }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container { border-width: 0; border-radius: 0; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#x1PEPXTKWfmrKkioilSBwP1rherxkoT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:10.01953125rem;left:11.59375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxfhSky16wHCwrWxelorV1XrxCAOZrFe { position:absolute;display:block;z-index:15002;height:46.125rem;width:38.75rem;top:19.8125rem;left:10.625rem;display:block; }
#RB4fPpEqru7XVLJv9lkb5xFS3pNZ9ABe { color:rgba(var(--color-secondary-4),1);display:block;width:42.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:8.8736991882325rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mg3gWlSEWDn9KPV6XVX8NRQ5nlNWhR2O { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.623699188233rem;left:5.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { 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; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { background-color: transparent; background-image: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container > .video-iframe-container { display: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container { display: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .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); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { border-width: 0; border-radius: 0; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { color:rgba(var(--color-secondary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:16.875rem;left:1.75rem;height:2.3997375rem;font-style:normal;display:block; }
#JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.4375rem;left:3.5rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.130859375rem;left:8.125rem;height:4.796875rem;display:block; }
#FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:26.5615234375rem;left:8.125rem;height:4.796875rem;display:block; }
#RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:33.962890625rem;left:8.125rem;height:3.19791875rem;display:block; }
#I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9TcO585olLqkbc8uw1mnyQWGvVQUGUf { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:26.7744140625rem;left:1.8125rem;display:block; }
#nl6IO4VRoWCcR1WOFZPq3bXoK5rzWxN0 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:20.34375rem;left:1.8125rem;display:block; }
#NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.9375rem;left:2.4375rem; }
#zupdfQDemy4FETr37W8ROtFMcv3tvBTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.5rem;left:2.4375rem; }
#DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34rem;left:2.4375rem; }
#kJSpX6anm4g2P9ZK7p4FIoa5Vs0q9KeM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:33.412109375rem;left:1.8125rem;display:block; }
#C03HS0t2T3lrWUyQxoHMq9fV4ldN0m2M { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:24.0625rem;top:21.125rem;left:33.3125rem;overflow:hidden;display:block; }
#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;position:relative;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;display:block; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { background-color: transparent; background-image: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .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); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { border-width: 0; border-radius: 0; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#wZ73w0QrgwiFlMweaoK2z6BGU3lGe90z { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:12.999130249024rem;left:1.25rem;background-color:transparent;background-image:none;height:1.79948125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#wC2GuxOXTWxTgOoOiNUVtmcgyDNuaFia { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:16.062282562256rem;left:1.25rem;background-color:transparent;background-image:none;height:1.5744375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#Sn9kJWhnT1BRcoBd9ERWymtTG9Pne14H { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:7.6247825622556rem;left:29.6875rem;display:block; }
#lnHbJs92q6nVRiny8bzxKhE91BzX8CwM { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.2;top:12.999130249024rem;left:31.062286376953rem;background-color:transparent;background-image:none;height:1.79948125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UBlmCT9FmPFfSfGGxXwc2tANFSqCJMtx { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;top:16.062282562256rem;left:31.062286376953rem;background-color:transparent;background-image:none;height:1.57421875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:8.0585899353025rem;left:43.68620300293rem; }
#Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#XxInXLLXZbK2tbmWmuw3eIrTDty7enZE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:8.0620651245119rem;left:13.874782562256rem; }
#JohyUcUT0cL4S15bx10udcTCBN3SngaO { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9986991882324rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#585757;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; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0987205505371rem;left:11.843036651611rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { top:2.1875rem;left:12.030380249024rem;width:23.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmioyS73NJvFvRySefhMxzoVrpwClZ1t { display:block; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1PEPXTKWfmrKkioilSBwP1rherxkoT8 { width:36.8125rem;height:4.125rem;top:10rem;left:5.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxfhSky16wHCwrWxelorV1XrxCAOZrFe { top:19.8125rem;left:4.5rem;width:38.75rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB4fPpEqru7XVLJv9lkb5xFS3pNZ9ABe { top:1.5rem;left:2.7486991882324rem;width:42.1875rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3gWlSEWDn9KPV6XVX8NRQ5nlNWhR2O { width:47.75rem;height:2.0625rem;top:15.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { display:block; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { top:16.875rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { top:7.4375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { top:20.125rem;left:2rem;width:18.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { top:26.5rem;left:2rem;width:20.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { top:33.9375rem;left:2rem;width:18.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { top:3.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9TcO585olLqkbc8uw1mnyQWGvVQUGUf { top:26.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6IO4VRoWCcR1WOFZPq3bXoK5rzWxN0 { top:20.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { top:20.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupdfQDemy4FETr37W8ROtFMcv3tvBTU { top:27.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { top:34rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJSpX6anm4g2P9ZK7p4FIoa5Vs0q9KeM { top:33.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C03HS0t2T3lrWUyQxoHMq9fV4ldN0m2M { top:21.125rem;left:23.6875rem;width:24.0625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c { display:block; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c { background-color: transparent; background-image: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .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); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ73w0QrgwiFlMweaoK2z6BGU3lGe90z { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC2GuxOXTWxTgOoOiNUVtmcgyDNuaFia { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9kJWhnT1BRcoBd9ERWymtTG9Pne14H { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHbJs92q6nVRiny8bzxKhE91BzX8CwM { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlmCT9FmPFfSfGGxXwc2tANFSqCJMtx { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh { top:8rem;left:37.56120300293rem;width:2.5rem;height:2.5rem;display:block; }
#Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #XxInXLLXZbK2tbmWmuw3eIrTDty7enZE { top:8rem;left:7.7497825622556rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JohyUcUT0cL4S15bx10udcTCBN3SngaO { top:1.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { display:block; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { top:2.0625rem;left:5.7174491882324rem;width:36.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { background-color:#003e7e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { width:17.8125rem;height:2.6875rem;top:1.6243489980698rem;left:1.0633681416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmioyS73NJvFvRySefhMxzoVrpwClZ1t { display:block; }#PmioyS73NJvFvRySefhMxzoVrpwClZ1t > .row .container { width:20rem;height:113.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1PEPXTKWfmrKkioilSBwP1rherxkoT8 { width:20rem;height:10.3125rem;top:13.247612953186rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bxfhSky16wHCwrWxelorV1XrxCAOZrFe { width:20rem;height:72.8125rem;top:31.810981750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB4fPpEqru7XVLJv9lkb5xFS3pNZ9ABe { width:20rem;height:11.6979375rem;top:0.74761295318606rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3gWlSEWDn9KPV6XVX8NRQ5nlNWhR2O { width:20rem;height:3.375rem;top:25.122397184372rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { display:block; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { width:20rem;height:4.79948125rem;top:24.408203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { width:19.0625rem;height:12.596375rem;top:11.359375rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { width:15rem;height:4.796875rem;top:34.830728530884rem;left:2.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { width:15rem;height:6.3958125rem;top:47.177083969116rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { width:15rem;height:4.796875rem;top:60.589845657349rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { width:20rem;height:7.796875rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9TcO585olLqkbc8uw1mnyQWGvVQUGUf { width:4.375rem;height:4.375rem;top:42.12890625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6IO4VRoWCcR1WOFZPq3bXoK5rzWxN0 { width:4.375rem;height:4.375rem;top:29.8310546875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { display:flex;width:3.125rem;height:3.125rem;top:30.4248046875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zupdfQDemy4FETr37W8ROtFMcv3tvBTU { display:flex;width:3.125rem;height:3.125rem;top:42.8544921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { display:flex;width:3.125rem;height:3.125rem;top:55.990234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kJSpX6anm4g2P9ZK7p4FIoa5Vs0q9KeM { width:4.375rem;height:4.375rem;top:55.40234375rem;left:7.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #C03HS0t2T3lrWUyQxoHMq9fV4ldN0m2M { width:18.8125rem;height:11.6875rem;top:67.51171684265rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c { background-color:#004080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { background-color: transparent; background-image: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container { display: none; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .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); }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { border-width: 0; border-radius: 0; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L393LCw6E0F5fkRA3mHozT5H9ZkdbA9c > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ73w0QrgwiFlMweaoK2z6BGU3lGe90z { left:0rem;background-color:transparent;background-image:none;top:13.560329437256rem;width:20.1248125rem;height:1.79948125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC2GuxOXTWxTgOoOiNUVtmcgyDNuaFia { left:0rem;background-color:transparent;background-image:none;top:15.924697875976rem;width:19.8123125rem;height:1.3997375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9kJWhnT1BRcoBd9ERWymtTG9Pne14H { left:6.8750002980231rem;background-color:#ccd4db;background-image:none;top:18.622180938721rem;width:6.25rem;height:0.0618489375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHbJs92q6nVRiny8bzxKhE91BzX8CwM { left:0rem;background-color:transparent;background-image:none;top:23.687282562256rem;width:20.061875rem;height:1.79948125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlmCT9FmPFfSfGGxXwc2tANFSqCJMtx { left:0.18663197755814rem;background-color:transparent;background-image:none;top:26.110244750976rem;width:19.8123125rem;height:1.3997375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh { width:2.5rem;height:2.5rem;top:20.397354125976rem;left:8.7500002980231rem;display:block; }
#Ngh8K7UQ95LS8rPGD8yrDc8ThyrzwJBh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #XxInXLLXZbK2tbmWmuw3eIrTDty7enZE { width:2.5rem;height:2.5rem;top:10.521051406861rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #JohyUcUT0cL4S15bx10udcTCBN3SngaO { width:20rem;height:6.5rem;top:1.6417102813721rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { background-color:#585757;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }