.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:252,254,255;--color-primary-1:245,251,255;--color-primary-2:235,247,255;--color-primary-3:118,124,128;--color-primary-4:35,37,38;--color-secondary-0:255,224,204;--color-secondary-1:255,163,102;--color-secondary-2:255,102,0;--color-secondary-3:255,136,0;--color-secondary-4:51,20,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:transparent;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); }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 { 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; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container { background-color: transparent; background-image: none; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container > .video-iframe-container { display: none; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row > .video-iframe-container { display: none; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .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); }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container { border-width: 0; border-radius: 0; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#pIQpQ8rsOlb2pzE8Mzd3EMI8hmzZdlKs { position:absolute;display:block;z-index:15002;height:3.0625rem;width:18.875rem;top:0.6875rem;left:47.375rem;display:none; }
#NOwnT2VJzioXA0UHGFh6UiLMJRpQp4vp { position:absolute;display:block;z-index:15001;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.1875rem;width:8.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#k9ACadWZDOuLLxkz20dlBpXFRh1wdT88 { 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:3.625rem;width:6.625rem;top:0.6875rem;left:11.4365234375rem;overflow:hidden;display:block; }
#yGczgyp5l6WpIlC8fBfElSW0EN0qTh3M { position:absolute;display:block;z-index:15003;background-color:#808082;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:0.9375rem;left:10.125rem;display:block; }
#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a6f213d-f64b-4a36-b020-d707860c9248/meydiageoanagrsel.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.adaptive-delivery-prevent-bg, #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.lazyload, #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.lazyloading { background-image: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { background-color: transparent; background-image: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container > .video-iframe-container { display: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container { display: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .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); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { border-width: 0; border-radius: 0; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#Z1REocpquhlJblkUnf6IgTPsU9UCCrp0 { position:absolute;display:block;z-index:15006;height:19.936rem;width:21.3748125rem;top:6.8424482345581rem;left:53.624134063721rem;display:block; }
#wc9GTuVGSryX6Kb0mEzyWLWHThi7Mxtf { color:#25181c;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:14.2470703125rem;left:20.28125rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEL7wR0AST9Zi9cGXn9N6LiD8ZxySl1Q { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.1), rgba(var(--color-tertiary-0),0.05));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.1), rgba(var(--color-tertiary-0),0.05));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.1), rgba(var(--color-tertiary-0),0.05));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.1), rgba(var(--color-tertiary-0),0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.05)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.05)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.1), rgba(var(--color-tertiary-0),0.05));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:34.4375rem;top:13.3408203125rem;left:15.84375rem;display:block; }
#nppNODhOuVTGUAXpwd9pP3tsOMuqM1QA { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:27.625rem;top:5.3125rem;left:18.5rem;display:block; }
#lTzUL1OiP58v16AGI3LWV5uQaLIrmiUv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:20.28125rem;height:0.875rem;text-align:right;text-align-last:right;display:block; }
#wT8V2U1bGNClwMWVqoMZuVAzbBNcKwbn { 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:4.0625rem;width:7.4375rem;top:5.65625rem;left:36.15625rem;overflow:hidden;display:block; }
#MebAsIaKPRFCKT2bc8Uz9itNBLDoaBI4 { color:#25181c;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:35.30078125rem;left:21.03125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc { position:relative;display:block; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc { background-color: transparent; background-image: none; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container > .video-iframe-container { display: none; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row > .video-iframe-container { display: none; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .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); }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc { border-width: 0; border-radius: 0; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd { 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; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container { background-color: transparent; background-image: none; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container > .video-iframe-container { display: none; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row > .video-iframe-container { display: none; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .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); }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container { border-width: 0; border-radius: 0; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d { 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; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container { background-color: transparent; background-image: none; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container > .video-iframe-container { display: none; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row > .video-iframe-container { display: none; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .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); }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container { border-width: 0; border-radius: 0; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#q6b1422b844ee7f6e9c43513ed16f48b53917a6f { color:rgba(var(--color-tertiary-4),1);display:block;width:61.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1861991882324rem;left:6.8424491882325rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b316f3e2729063b191da33ee36e7175571675f58 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:14.061416625976rem;left:17.905818939209rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3df486a26df15ab723508306a9c69f19e6ddbe1 { 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; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container { background-color: transparent; background-image: none; }#L3df486a26df15ab723508306a9c69f19e6ddbe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container > .video-iframe-container { display: none; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row > .video-iframe-container { display: none; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .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); }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container { border-width: 0; border-radius: 0; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#P666737d22018ffde0e77f1ec1d34b9a0300905b { color:#0078ff;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.625rem;height:3.8994125rem;display:block; }
#Sbfaf667cb28684adea81cb714253be7220c803e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:3.625rem;height:3.8994125rem;display:block; }
#H4e178932419bb8462ac5e661bed5d23352ce1e8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:2.8125rem;left:3.625rem;overflow:hidden;display:block; }
#w707e78614d175f6c99fd4518075a0b329a95ac0 { color:#0078ff;display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9368495941163rem;left:28.624134063721rem;height:3.8994125rem;display:block; }
#N95b7aef5e65a75d201889eb5d6e6e4b7a5e7664 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.061632156372rem;left:28.624134063721rem;height:3.8994125rem;display:block; }
#eb2cd86c1be1e0fb0ceae3eeae9a254c58335294 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:3.0625rem;left:28.625rem;overflow:hidden;display:block; }
#N2749feb2d15e68d97b1c7b83bf82b805f9d3906 { 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:3.0625rem;width:3rem;top:3.3125rem;left:53.625rem;overflow:hidden;display:block; }
#Pc7645b2bc4f095072d621c89561bbc24d40c0b5 { color:#0078ff;display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9368495941163rem;left:53.625217437744rem;height:3.8994125rem;display:block; }
#ub5152e10207d17dc8609bf5af65399c05ee6f20 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.061632156372rem;left:53.624134063721rem;height:5.19921875rem;display:block; }
#ffae51aee6c3bbda4e17a33d50b0f2766856d7a8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#c954fe272b32d22c43dddff6e34c201d1346a6a1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#la45448792e54253ed1775b4fb6f9f1accdbd7bf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#a336221196e1a2018b97dd332e6a6ed4bdf6ed26 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:75rem;top:0rem;left:-0.0625rem;display:block; }
#becdf044080a3dba47f3756e9d1af2d041d6da22 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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:18.625rem;width:0.0625rem;top:0rem;left:50rem;display:block; }
#z8e8f8c66890b96f3a06a65378348abd48638910 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:18.625rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#K40545dcc7a248a9bad26795d014395dea2342fb { 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; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container { background-color: transparent; background-image: none; }#K40545dcc7a248a9bad26795d014395dea2342fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container > .video-iframe-container { display: none; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K40545dcc7a248a9bad26795d014395dea2342fb > .row > .video-iframe-container { display: none; }#K40545dcc7a248a9bad26795d014395dea2342fb > .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); }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container { border-width: 0; border-radius: 0; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#V8c9a0dbb77132e935be10e47d82769053b66654 { color:#0078ff;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.625rem;height:1.94970625rem;display:block; }
#If4d79529da1d40a35478bcc8ef8558973dafb10 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.16250038147rem;left:3.65625rem;height:3.8997375rem;display:block; }
#U173c44754188d5cf8ed991af3a37ebc9c412fd6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:2.8125rem;left:3.625rem;overflow:hidden;display:block; }
#i12459c92dbe817ae338fad9e2565f9867080e4a { color:#0078ff;display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9624576568604rem;left:28.625217437744rem;height:1.94970625rem;display:block; }
#u9f847e9080ac62f8f2e63ad79fe4690c3823a43 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.161677360534rem;left:28.625217437744rem;height:2.5996125rem;display:block; }
#d3fa70ad725b00c7e859a7935eaf1727e2ea73d1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:2.8125rem;left:28.625rem;overflow:hidden;display:block; }
#a74561478c3c128bcc5a0f73453875b01797e33d { 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:3.0625rem;width:3rem;top:2.8125rem;left:53.625rem;overflow:hidden;display:block; }
#T629db7c212b9b21a465f15165f61cb86dfea7f0 { color:#0078ff;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:53.625rem;height:1.94970625rem;display:block; }
#Q6bc831826ec2cb2cda2b0b4d538c48551d4e3de { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.160591125488rem;left:53.624134063721rem;height:3.8997375rem;display:block; }
#Ld3cd615cc57e99cae9a679f590eb9f9a6c4b581 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#S21996b9b84a962b60db9f04778392856efd0cdd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cb55872251c6a522097c9ebbc46068869802368c { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fded4c83cfa4c2edcc1fca403cb6c089352d773d { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.625rem;width:75rem;top:0rem;left:-0.0625rem;display:block; }
#lc46e0b4058ec79ea9ea78e3a280db0cd1250095 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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:18.625rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#p023b19c731156cbd9945086dcf82244dabf4318 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:18.625rem;width:0.0625rem;top:0rem;left:50rem;display:block; }
#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 { 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; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container { background-color: transparent; background-image: none; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container > .video-iframe-container { display: none; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row > .video-iframe-container { display: none; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .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); }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container { border-width: 0; border-radius: 0; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#STo7oSqZKILEudBcdI6tlv7JpaUefgiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8112087249756rem;left:9.1558189392087rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaUU02ZxPODNs6oHGX2LZAH12ea6SWkp { color:#0078ff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:15.999354362487rem;left:4.130859375rem;height:4.875rem;font-style:normal;display:block; }
#poVwyD3RBTXCS6kdNcAZMmusMIzNJlxd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:23.011067926884rem;left:5.9494361877441rem;height:2.599825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F52bRJIRyrVCfTAG4u7cIqcz4qmbv0ri { color:#0078ff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HI0fB6T2wPrQOHeHwwMoRSApD7kElGmC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:27.46310955286rem;left:5.849609375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNWgA3ZFRvFydpDouVOHtaPAdT2MNleD { color:#0078ff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:27.950305521488rem;left:4.130859375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#waeVvFLShb0UzHDaWWgDkJBB7avup0DE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:31.825088083744rem;left:5.8734817504883rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyU9Wf2FVgMWxgJbUvzT0eZz1ufV8USc { color:#0078ff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:32.3125rem;left:4.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z7Uq0GqmFHrd652u7veHvccCFe0ET2R3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.122832298279rem;left:4.130859375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RtP5pUp4eyzpcNA9TkdHTf8HMOhxFFDu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:33.1875rem;top:13.9375rem;left:37.8125rem;overflow:hidden;display:block; }
#g059f5aa1827dd10e1739a835b027dfa0789605d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { background-color: transparent; background-image: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container > .video-iframe-container { display: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container { display: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .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); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { border-width: 0; border-radius: 0; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#e6fbe4bc08c34dc088db1572abf5bde2ebd9b0ee { color:#282828;display:block;width:51.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:12.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccbf17e7bb285d2e60075d702f1b16d074d5106d { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.4995625rem;width:18.936625rem;top:12.875rem;left:7.6875rem;display:block; }
#d5d85ef8f24b3f66994294e70c8b7f8beaccb295 { color:#282828;display:block;width:17.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.874568939209rem;left:8.528648376465rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d899922cd9ef179a3016e8e6add3c19e4d5bf7ac { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.4995625rem;width:18.936625rem;top:12.875rem;left:28.25rem;display:block; }
#s72841452a0e0b7d6e199cb45e045a796b050bce { color:#282828;display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:15.873481750488rem;left:29.404300689698rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tee0f6b831dddd509fb0e8fadfae10962741764c { color:#282828;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.314456939698rem;left:13.125rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y91bf2d5aa3d1433126f2cd88241803b3b7af263 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c7f3d68-8b91-473a-8fe5-6150262a412c/bernailistir.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56163125rem;width:4.56163125rem;top:30.5625rem;left:7.6875rem;display:block; }#y91bf2d5aa3d1433126f2cd88241803b3b7af263.adaptive-delivery-prevent-bg, #y91bf2d5aa3d1433126f2cd88241803b3b7af263.lazyload, #y91bf2d5aa3d1433126f2cd88241803b3b7af263.lazyloading { background-image: none; }
#zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57869b55-52ee-4cb3-9613-3de4460a6dc3/burcinkaragoz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56163125rem;width:4.56163125rem;top:30.875rem;left:28.25rem;display:block; }#zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c.adaptive-delivery-prevent-bg, #zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c.lazyload, #zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c.lazyloading { background-image: none; }
#o1a434047422be563282da146b257071b0b70e6e { color:#282828;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.314456939698rem;left:33.936634063721rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9f6c5fdeb0b94fef8f898383e3d1dd78751e342 { color:#282828;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.314456939698rem;left:54.624568939209rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7a8e773ee8013a234aa83385e9b5d2bbc3b2451 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.3748125rem;width:18.936625rem;top:12.9375rem;left:48.75rem;display:block; }
#d2d81ca575f7aa44d60e824a2d43a72e69c8b90a { color:#282828;display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:15.124782562256rem;left:49.904514312744rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/415d3f86-1c32-4acf-94bd-5299a03d1080/nurozgur.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56163125rem;width:4.56163125rem;top:30.875rem;left:48.75rem;display:block; }#xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434.adaptive-delivery-prevent-bg, #xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434.lazyload, #xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434.lazyloading { background-image: none; }
#gymt0rJpS8b5ezZFGFGnW4GbbT7MCNUf { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0069446563721rem;left:15.779083251953rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f8fb;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; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container { background-color: transparent; background-image: none; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container > .video-iframe-container { display: none; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row > .video-iframe-container { display: none; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .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); }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container { border-width: 0; border-radius: 0; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#z68zUSTTmTpo2glEGTPlDlw83Lrpatyo { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 1.25rem 2.5rem rgba(var(--color-secondary-2),0.45) ;height:12.5rem;width:50.875rem;top:2.875rem;left:12.0625rem;display:block; }
#THBlGG1MW6xJd4peMPMGn2oMa4JX9Mqc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:14.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#n5yUysJUIwLF8LoZFzFETSnDkkl4HulG { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 1.25rem 2.5rem #cc5200 ;box-sizing:border-box;color:#0078ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.4375rem;left:42.875rem;display:block; }
#i3GN5sfQwIoIQcOqH53pWmApC4bOoMDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { background-color: transparent; background-image: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container > .video-iframe-container { display: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container { display: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .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); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { border-width: 0; border-radius: 0; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { font-size:0.875rem;font-family:arial;height:99.1875rem;width:75rem;position:relative;display:block; }#h6xATBJneQCyoucN4yo9JhzOvtFO6Jy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:1.92480625rem;display:block; }
#Dx1JD5yd3MfWITNH1A5KJNSMQTZVxedi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:96.18559375rem;display:block; }
#dd600b9e578df86ed053b3a96c50477bdb6ef556 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0.0625rem solid #00e3d8;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; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container { background-color: transparent; background-image: none; }#dd600b9e578df86ed053b3a96c50477bdb6ef556::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container > .video-iframe-container { display: none; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row > .video-iframe-container { display: none; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .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); }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container { border-width: 0; border-radius: 0; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container { font-size:0.875rem;font-family:arial;height:7.305555625rem;width:75rem;overflow:visible;position:relative;display:block; }#b593d759e9f7be60706a194612b4db5f05a50dac { 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:2.125rem;width:10.75rem;top:2.060546875rem;left:0rem;overflow:hidden;display:block; }
#t20d9816c41b7904fa676764c7b9895b79fefca9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0.361328125rem;left:44.373917579651rem;height:5.5234375rem;display:block; }
#DdtMCuvGWSvQw3RcbBMR52L8V29ppvF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:0.80403518676756rem;left:0rem;height:1.3808625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 { display:block; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIQpQ8rsOlb2pzE8Mzd3EMI8hmzZdlKs { top:0.6875rem;left:28.875rem;width:18.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwnT2VJzioXA0UHGFh6UiLMJRpQp4vp { top:0.9375rem;left:0rem;width:8.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ACadWZDOuLLxkz20dlBpXFRh1wdT88 { top:0.6875rem;left:0rem;width:6.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGczgyp5l6WpIlC8fBfElSW0EN0qTh3M { top:0.9375rem;left:0rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM { display:block; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1REocpquhlJblkUnf6IgTPsU9UCCrp0 { top:6.8125rem;left:26.4375rem;width:21.3125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9GTuVGSryX6Kb0mEzyWLWHThi7Mxtf { top:14.1875rem;left:6.65625rem;width:24.0625rem;height:14.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEL7wR0AST9Zi9cGXn9N6LiD8ZxySl1Q { top:13.3125rem;left:2.21875rem;width:34.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppNODhOuVTGUAXpwd9pP3tsOMuqM1QA { top:5.3125rem;left:4.875rem;width:27.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzUL1OiP58v16AGI3LWV5uQaLIrmiUv { top:7.25rem;left:6.65625rem;width:14.125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT8V2U1bGNClwMWVqoMZuVAzbBNcKwbn { top:5.625rem;left:22.53125rem;width:7.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MebAsIaKPRFCKT2bc8Uz9itNBLDoaBI4 { top:35.25rem;left:7.40625rem;width:24.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc { display:block; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd { display:block; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u888321143ba63a294d8eeaaa1a6e99922fa4a2d { display:block; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6b1422b844ee7f6e9c43513ed16f48b53917a6f { top:4.125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b316f3e2729063b191da33ee36e7175571675f58 { top:14rem;left:4.2802734375rem;width:39.125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3df486a26df15ab723508306a9c69f19e6ddbe1 { display:block; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P666737d22018ffde0e77f1ec1d34b9a0300905b { top:6.9375rem;left:0rem;width:17.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbfaf667cb28684adea81cb714253be7220c803e { top:12.0625rem;left:0rem;width:17.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4e178932419bb8462ac5e661bed5d23352ce1e8 { top:2.8125rem;left:0rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w707e78614d175f6c99fd4518075a0b329a95ac0 { top:6.875rem;left:14.0625rem;width:17.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95b7aef5e65a75d201889eb5d6e6e4b7a5e7664 { top:12rem;left:14.8125rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb2cd86c1be1e0fb0ceae3eeae9a254c58335294 { top:3.0625rem;left:15.875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2749feb2d15e68d97b1c7b83bf82b805f9d3906 { top:3.3125rem;left:31.75rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7645b2bc4f095072d621c89561bbc24d40c0b5 { top:6.875rem;left:29.9375rem;width:17.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub5152e10207d17dc8609bf5af65399c05ee6f20 { top:12rem;left:30.6875rem;width:16.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffae51aee6c3bbda4e17a33d50b0f2766856d7a8 { display:none; }
 }@media only screen and (max-width: 763px) { #c954fe272b32d22c43dddff6e34c201d1346a6a1 { display:none; }
 }@media only screen and (max-width: 763px) { #la45448792e54253ed1775b4fb6f9f1accdbd7bf { display:none; }
 }@media only screen and (max-width: 763px) { #a336221196e1a2018b97dd332e6a6ed4bdf6ed26 { top:0rem;left:0rem;width:47.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #becdf044080a3dba47f3756e9d1af2d041d6da22 { top:0rem;left:31.75rem;width:0.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8e8f8c66890b96f3a06a65378348abd48638910 { top:0rem;left:15.875rem;width:0.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K40545dcc7a248a9bad26795d014395dea2342fb { display:block; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8c9a0dbb77132e935be10e47d82769053b66654 { top:6.875rem;left:0rem;width:17.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #If4d79529da1d40a35478bcc8ef8558973dafb10 { top:10.125rem;left:0rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U173c44754188d5cf8ed991af3a37ebc9c412fd6 { top:2.8125rem;left:0rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12459c92dbe817ae338fad9e2565f9867080e4a { top:5.9375rem;left:14.0625rem;width:17.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9f847e9080ac62f8f2e63ad79fe4690c3823a43 { top:10.125rem;left:14.8125rem;width:16.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fa70ad725b00c7e859a7935eaf1727e2ea73d1 { top:2.8125rem;left:15.875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74561478c3c128bcc5a0f73453875b01797e33d { top:2.8125rem;left:31.75rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T629db7c212b9b21a465f15165f61cb86dfea7f0 { top:6.875rem;left:29.9375rem;width:17.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6bc831826ec2cb2cda2b0b4d538c48551d4e3de { top:10.125rem;left:30.6875rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3cd615cc57e99cae9a679f590eb9f9a6c4b581 { display:none; }
 }@media only screen and (max-width: 763px) { #S21996b9b84a962b60db9f04778392856efd0cdd { display:none; }
 }@media only screen and (max-width: 763px) { #cb55872251c6a522097c9ebbc46068869802368c { display:none; }
 }@media only screen and (max-width: 763px) { #fded4c83cfa4c2edcc1fca403cb6c089352d773d { top:0rem;left:0rem;width:47.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc46e0b4058ec79ea9ea78e3a280db0cd1250095 { top:0rem;left:15.875rem;width:0.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p023b19c731156cbd9945086dcf82244dabf4318 { top:0rem;left:31.75rem;width:0.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 { display:block; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STo7oSqZKILEudBcdI6tlv7JpaUefgiQ { top:4.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaUU02ZxPODNs6oHGX2LZAH12ea6SWkp { top:15.9375rem;left:0rem;width:27.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poVwyD3RBTXCS6kdNcAZMmusMIzNJlxd { top:23rem;left:0rem;width:25.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F52bRJIRyrVCfTAG4u7cIqcz4qmbv0ri { top:23.5rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0fB6T2wPrQOHeHwwMoRSApD7kElGmC { top:27.4375rem;left:0rem;width:23.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNWgA3ZFRvFydpDouVOHtaPAdT2MNleD { top:27.9375rem;left:0rem;width:1.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeVvFLShb0UzHDaWWgDkJBB7avup0DE { top:31.8125rem;left:0rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyU9Wf2FVgMWxgJbUvzT0eZz1ufV8USc { top:32.3125rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Uq0GqmFHrd652u7veHvccCFe0ET2R3 { top:38.0625rem;left:0rem;width:25.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP5pUp4eyzpcNA9TkdHTf8HMOhxFFDu { top:13.9375rem;left:14.5625rem;width:33.1875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g059f5aa1827dd10e1739a835b027dfa0789605d { display:block; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fbe4bc08c34dc088db1572abf5bde2ebd9b0ee { width:47.75rem;height:2.5625rem;top:1.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbf17e7bb285d2e60075d702f1b16d074d5106d { width:18.875rem;height:16.4375rem;top:12.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d85ef8f24b3f66994294e70c8b7f8beaccb295 { width:17.1875rem;height:10.4375rem;top:15.8125rem;left:1.7161483764649rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d899922cd9ef179a3016e8e6add3c19e4d5bf7ac { width:18.875rem;height:16.4375rem;top:12.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s72841452a0e0b7d6e199cb45e045a796b050bce { width:16.5625rem;height:8.9375rem;top:15.8125rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tee0f6b831dddd509fb0e8fadfae10962741764c { width:11.25rem;height:1rem;top:32.3125rem;left:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91bf2d5aa3d1433126f2cd88241803b3b7af263 { width:4.5rem;height:4.5rem;top:30.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c { width:4.5rem;height:4.5rem;top:30.875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1a434047422be563282da146b257071b0b70e6e { width:11.25rem;height:1rem;top:32.3125rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9f6c5fdeb0b94fef8f898383e3d1dd78751e342 { width:11.25rem;height:1rem;top:32.3125rem;left:34.187068939209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7a8e773ee8013a234aa83385e9b5d2bbc3b2451 { width:18.875rem;height:16.3125rem;top:12.9375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d81ca575f7aa44d60e824a2d43a72e69c8b90a { width:16.5625rem;height:11.9375rem;top:15.0625rem;left:29.467014312744rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434 { width:4.5rem;height:4.5rem;top:30.875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymt0rJpS8b5ezZFGFGnW4GbbT7MCNUf { top:6rem;left:0rem;width:43.8125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw { display:block; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z68zUSTTmTpo2glEGTPlDlw83Lrpatyo { top:2.875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBlGG1MW6xJd4peMPMGn2oMa4JX9Mqc { top:6.5625rem;left:1.3125rem;width:25.75rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5yUysJUIwLF8LoZFzFETSnDkkl4HulG { width:17.5rem;height:3.4375rem;top:7.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GN5sfQwIoIQcOqH53pWmApC4bOoMDL { display:block; }
 }@media only screen and (max-width: 763px) { #d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 { display:block; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6xATBJneQCyoucN4yo9JhzOvtFO6Jy6 { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx1JD5yd3MfWITNH1A5KJNSMQTZVxedi { top:3rem;left:0rem;width:47.75rem;height:96.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd600b9e578df86ed053b3a96c50477bdb6ef556 { display:block; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b593d759e9f7be60706a194612b4db5f05a50dac { width:10.75rem;height:2.125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t20d9816c41b7904fa676764c7b9895b79fefca9 { top:0.3125rem;left:17.125rem;width:30.625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdtMCuvGWSvQw3RcbBMR52L8V29ppvF4 { top:0.75rem;left:0rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 { display:block; }#vXShkAwziTUnNdC61SeuGfyyQU1QU4v3 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIQpQ8rsOlb2pzE8Mzd3EMI8hmzZdlKs { width:7.9375rem;height:2.625rem;top:0.59375rem;left:11.19140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOwnT2VJzioXA0UHGFh6UiLMJRpQp4vp { width:7.6875rem;height:2.875rem;top:0.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ACadWZDOuLLxkz20dlBpXFRh1wdT88 { width:6.125rem;height:3.3125rem;top:0.53125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGczgyp5l6WpIlC8fBfElSW0EN0qTh3M { width:0.125rem;height:3.125rem;top:0.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM { background-color:#383333;background-image:url("https://images.assets-landingi.com/uc/0a6f213d-f64b-4a36-b020-d707860c9248/meydiageoanagrsel.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.adaptive-delivery-prevent-bg, #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.lazyload, #UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM.lazyloading { background-image: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { background-color: transparent; background-image: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container > .video-iframe-container { display: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container { display: none; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .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); }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { border-width: 0; border-radius: 0; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UX2hIQVzeyrVJ3utM7h6PSxJXHQrk7WM > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1REocpquhlJblkUnf6IgTPsU9UCCrp0 { width:18.999rem;height:22.8125rem;top:23.15625rem;left:0.4990234375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wc9GTuVGSryX6Kb0mEzyWLWHThi7Mxtf { width:8.499rem;height:7.69921875rem;top:1.8359375rem;left:11.060546875rem;font-size:0.6875rem;line-height:1.4;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BEL7wR0AST9Zi9cGXn9N6LiD8ZxySl1Q { width:20rem;height:44.5rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppNODhOuVTGUAXpwd9pP3tsOMuqM1QA { width:20rem;height:4.375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzUL1OiP58v16AGI3LWV5uQaLIrmiUv { width:11.25rem;height:1.625rem;top:12.375rem;left:0.4990234375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wT8V2U1bGNClwMWVqoMZuVAzbBNcKwbn { width:5.4375rem;height:3rem;top:11.6875rem;left:13.0595703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MebAsIaKPRFCKT2bc8Uz9itNBLDoaBI4 { width:20rem;height:1.3125rem;top:16.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc { display:block; }#o0V03w1zNdDFCLTkGSIKgR3o4ieb4Grc > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd { display:block; }#aG7FsUBTr6J2TcozlgP9OGUMbXm5TPEd > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u888321143ba63a294d8eeaaa1a6e99922fa4a2d { display:block; }#u888321143ba63a294d8eeaaa1a6e99922fa4a2d > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6b1422b844ee7f6e9c43513ed16f48b53917a6f { width:20rem;height:8.7734375rem;top:1.685115814209rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b316f3e2729063b191da33ee36e7175571675f58 { width:20rem;height:3.32421875rem;top:14.560550689698rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L3df486a26df15ab723508306a9c69f19e6ddbe1 { display:block; }#L3df486a26df15ab723508306a9c69f19e6ddbe1 > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P666737d22018ffde0e77f1ec1d34b9a0300905b { width:17.75rem;height:3.8994125rem;top:6.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbfaf667cb28684adea81cb714253be7220c803e { width:17.6875rem;height:3.8994125rem;top:11.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4e178932419bb8462ac5e661bed5d23352ce1e8 { width:3rem;height:3.0625rem;top:2.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w707e78614d175f6c99fd4518075a0b329a95ac0 { width:17.7495625rem;height:3.8994125rem;top:23.300782203674rem;left:1.1252170205116rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95b7aef5e65a75d201889eb5d6e6e4b7a5e7664 { width:17rem;height:3.8994125rem;top:27.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb2cd86c1be1e0fb0ceae3eeae9a254c58335294 { width:2.99913125rem;height:3.06206875rem;top:19.373916149139rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2749feb2d15e68d97b1c7b83bf82b805f9d3906 { width:2.99913125rem;height:3.06206875rem;top:36.248916625976rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7645b2bc4f095072d621c89561bbc24d40c0b5 { width:17.7495625rem;height:3.8994125rem;top:39.998916625976rem;left:1.1241319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub5152e10207d17dc8609bf5af65399c05ee6f20 { width:17rem;height:5.19965625rem;top:45.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffae51aee6c3bbda4e17a33d50b0f2766856d7a8 { top:0.125rem;left:0rem;width:19.875rem;height:17.3125rem;z-index:14996;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c954fe272b32d22c43dddff6e34c201d1346a6a1 { top:17.5rem;left:0rem;width:19.875rem;height:17.3125rem;z-index:14997;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #la45448792e54253ed1775b4fb6f9f1accdbd7bf { top:34.873071670532rem;left:0rem;width:19.874125rem;height:17.3123125rem;z-index:14998;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a336221196e1a2018b97dd332e6a6ed4bdf6ed26 { width:19.875rem;height:18.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #becdf044080a3dba47f3756e9d1af2d041d6da22 { width:0.0625rem;height:18.625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8e8f8c66890b96f3a06a65378348abd48638910 { width:0.0625rem;height:18.625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K40545dcc7a248a9bad26795d014395dea2342fb { display:block; }#K40545dcc7a248a9bad26795d014395dea2342fb > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8c9a0dbb77132e935be10e47d82769053b66654 { width:17.75rem;height:1.94970625rem;top:7.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #If4d79529da1d40a35478bcc8ef8558973dafb10 { width:17.6875rem;height:3.8997375rem;top:10.625rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U173c44754188d5cf8ed991af3a37ebc9c412fd6 { width:3rem;height:3.0625rem;top:3.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12459c92dbe817ae338fad9e2565f9867080e4a { width:17.75rem;height:1.94970625rem;top:25.18124961853rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9f847e9080ac62f8f2e63ad79fe4690c3823a43 { width:17rem;height:2.599825rem;top:27.8125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fa70ad725b00c7e859a7935eaf1727e2ea73d1 { width:3rem;height:3.0625rem;top:20.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74561478c3c128bcc5a0f73453875b01797e33d { width:3rem;height:3.0625rem;top:38.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T629db7c212b9b21a465f15165f61cb86dfea7f0 { width:17.75rem;height:1.94970625rem;top:42.0625rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6bc831826ec2cb2cda2b0b4d538c48551d4e3de { width:17rem;height:3.8997375rem;top:45.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3cd615cc57e99cae9a679f590eb9f9a6c4b581 { top:0rem;left:0rem;width:19.875rem;height:17.3125rem;z-index:14996;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S21996b9b84a962b60db9f04778392856efd0cdd { top:17.375rem;left:0rem;width:19.875rem;height:17.3125rem;z-index:14998;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cb55872251c6a522097c9ebbc46068869802368c { top:34.75rem;left:0rem;width:19.875rem;height:17.3125rem;z-index:14997;border-top:0.0625rem solid #cbcbcb;border-left:0.0625rem solid #cbcbcb;border-right:0.0625rem solid #cbcbcb;border-bottom:0.0625rem solid #cbcbcb;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fded4c83cfa4c2edcc1fca403cb6c089352d773d { width:19.875rem;height:18.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc46e0b4058ec79ea9ea78e3a280db0cd1250095 { width:0.0625rem;height:18.625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p023b19c731156cbd9945086dcf82244dabf4318 { width:0.0625rem;height:18.625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 { display:block; }#FolNuw9TAs0IPxIOh29cVfoPBf6uLWT8 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STo7oSqZKILEudBcdI6tlv7JpaUefgiQ { width:20rem;height:12.6738125rem;top:0.56098175048828rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FaUU02ZxPODNs6oHGX2LZAH12ea6SWkp { width:18.9980625rem;height:5.8496125rem;top:14.064453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poVwyD3RBTXCS6kdNcAZMmusMIzNJlxd { width:17.874375rem;height:2.599825rem;top:38.136938095093rem;left:1.0611979365349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F52bRJIRyrVCfTAG4u7cIqcz4qmbv0ri { width:1.25rem;height:1.625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0fB6T2wPrQOHeHwwMoRSApD7kElGmC { width:17.6248125rem;height:3.8997375rem;top:41.861980438233rem;left:1.1870660185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNWgA3ZFRvFydpDouVOHtaPAdT2MNleD { width:1.25rem;height:1.625rem;top:43rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeVvFLShb0UzHDaWWgDkJBB7avup0DE { width:17.6248125rem;height:5.19965625rem;top:47.336156845093rem;left:1.1870660185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyU9Wf2FVgMWxgJbUvzT0eZz1ufV8USc { width:1.25rem;height:1.625rem;top:48.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Uq0GqmFHrd652u7veHvccCFe0ET2R3 { width:20rem;height:2.11230625rem;top:56.311847686767rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP5pUp4eyzpcNA9TkdHTf8HMOhxFFDu { width:18.625rem;height:15.1875rem;top:20.474999427796rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g059f5aa1827dd10e1739a835b027dfa0789605d { background-color:#ebf7ff;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; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { background-color: transparent; background-image: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container > .video-iframe-container { display: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container { display: none; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .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); }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { border-width: 0; border-radius: 0; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g059f5aa1827dd10e1739a835b027dfa0789605d > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fbe4bc08c34dc088db1572abf5bde2ebd9b0ee { width:20rem;height:6.5800625rem;top:1.4995613098144rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbf17e7bb285d2e60075d702f1b16d074d5106d { width:20rem;height:14.6875rem;top:19.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d85ef8f24b3f66994294e70c8b7f8beaccb295 { width:17.5rem;height:10.5rem;top:20.5rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d899922cd9ef179a3016e8e6add3c19e4d5bf7ac { width:20rem;height:14.25rem;top:43.187500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s72841452a0e0b7d6e199cb45e045a796b050bce { width:17.5rem;height:9rem;top:44.3125rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tee0f6b831dddd509fb0e8fadfae10962741764c { width:13.8125rem;height:1.05625rem;top:34.875rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y91bf2d5aa3d1433126f2cd88241803b3b7af263 { width:4rem;height:4rem;top:34.424999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf13d3220f9f65046e9de99a8e173ba0fcc3c2c { width:4rem;height:4rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1a434047422be563282da146b257071b0b70e6e { width:13.1875rem;height:1.05625rem;top:58.4375rem;left:5.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K9f6c5fdeb0b94fef8f898383e3d1dd78751e342 { width:12.75rem;height:1.05625rem;top:84.5rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7a8e773ee8013a234aa83385e9b5d2bbc3b2451 { width:20rem;height:15.9375rem;top:67.218749046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d81ca575f7aa44d60e824a2d43a72e69c8b90a { width:17.5rem;height:12rem;top:68.4375rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xf2cf7ec7b5fd3274af737ecbbcaa63b413e5434 { width:4rem;height:4rem;top:84.049999237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymt0rJpS8b5ezZFGFGnW4GbbT7MCNUf { width:20rem;height:3.57421875rem;top:11.359615325927rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw { display:block; }#AiQ78LEGvFVuqROQ3N80JWm3MfAsX5Hw > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z68zUSTTmTpo2glEGTPlDlw83Lrpatyo { width:20rem;height:21.311875rem;top:2.3111972808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBlGG1MW6xJd4peMPMGn2oMa4JX9Mqc { width:16.9998125rem;height:7.875rem;top:5.9993495941162rem;left:1.4995661377907rem;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n5yUysJUIwLF8LoZFzFETSnDkkl4HulG { width:17.5rem;height:3.4375rem;top:15.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GN5sfQwIoIQcOqH53pWmApC4bOoMDL { display:block; }
 }@media only screen and (max-width: 763px) { #d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 { background-color:#ebf7ff;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; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { background-color: transparent; background-image: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container > .video-iframe-container { display: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container { display: none; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .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); }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { border-width: 0; border-radius: 0; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3gy2HZdqWgVHWe5CHl9rfveu9mc78u7 > .row .container { width:20rem;height:242.91015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6xATBJneQCyoucN4yo9JhzOvtFO6Jy6 { width:20rem;height:4.8120125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx1JD5yd3MfWITNH1A5KJNSMQTZVxedi { width:20rem;height:236.56445rem;top:6.34765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd600b9e578df86ed053b3a96c50477bdb6ef556 { display:block; }#dd600b9e578df86ed053b3a96c50477bdb6ef556 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b593d759e9f7be60706a194612b4db5f05a50dac { width:10.0625rem;height:2rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t20d9816c41b7904fa676764c7b9895b79fefca9 { width:20rem;height:9.75rem;top:5.5924491882324rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #DdtMCuvGWSvQw3RcbBMR52L8V29ppvF4 { width:17.249375rem;height:1.62543125rem;top:0.689022064209rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }