.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { position:relative;display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { background-color: transparent; background-image: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container > .video-iframe-container { display: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row > .video-iframe-container { display: none; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .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); }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { border-width: 0; border-radius: 0; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yE3bwRH7DnnEbQphROs3X3zfTxdTTrZw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:17.9375rem;top:0rem;left:3.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.75rem;height:6.82425rem;display:block; }
#MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:4.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.6875rem;left:3.75rem;height:9.5rem;display:block; }
#GJq62iGDOTaKOcQyZzTDAXlMsAd43sTT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6875rem;left:3.75rem;height:3.25rem;display:block; }
#BTELUHADCMLk3QzoWrabcC1neUdAn5ev { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:20.75rem;top:26.6875rem;left:3.75rem;overflow:hidden;display:block; }
#apo88amBzfsO5lXSnKe4i8nskKHrZTMw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:36.6875rem;top:0.6875rem;left:35.3125rem;overflow:hidden;display:block; }
#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { position:relative;display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { background-color: transparent; background-image: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container > .video-iframe-container { display: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row > .video-iframe-container { display: none; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .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); }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J { border-width: 0; border-radius: 0; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.25rem;height:2.5996125rem;display:block; }
#mP36rzczrtqFBQsw9wxWFUinBbZiXimn { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.25rem;height:2.5996125rem;display:block; }
#K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { background-color:#95241b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.3125rem;left:28.75rem;display:block; }
#wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f823812e-854b-4c4d-9884-f433a9486fb7/yano200photokopia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.adaptive-delivery-prevent-bg, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyload, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyloading { background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { background-color: transparent; background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .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); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { border-width: 0; border-radius: 0; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.5625rem;left:4.5625rem;height:7.75rem;display:block; }
#QMdrZN4p1TqP25MIKVfHNgHz2osL6RAb { color:rgba(var(--color-tertiary-0),1);display:block;width:65.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4.5625rem;height:2.5996125rem;display:block; }
#WBtmmhLwiTOiT6D0mXPb2z0WkDKX07Wr { color:rgba(var(--color-tertiary-0),1);display:block;width:65.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.5625rem;height:1.05615rem;display:block; }
#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE { position:relative;display:block; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE { background-color: transparent; background-image: none; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container > .video-iframe-container { display: none; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row > .video-iframe-container { display: none; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .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); }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE { border-width: 0; border-radius: 0; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zFbC8Wfo22D1vbG2gi71ShNiZbTluXfR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:5.5rem;display:block; }
#SUVuafhVMKPgvgq7r9TiadnsPyAasKLa { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14rem;left:43.0625rem;height:9.0986375rem;display:block; }
#OFNZe807A8PHtuNVOX8lgWx3xEUfzJkk { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:28.6875rem;top:5.125rem;left:7rem;overflow:hidden;display:block; }
#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04b26091-cb1d-446c-b280-d12b348deee6/yano200photo1kopia5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc.adaptive-delivery-prevent-bg, #xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc.lazyload, #xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc.lazyloading { background-image: none; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container { background-color: transparent; background-image: none; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container > .video-iframe-container { display: none; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row > .video-iframe-container { display: none; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .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); }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container { border-width: 0; border-radius: 0; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#Iyp6oxWLd6OsPW8n2lPy6WuQ43Xqb8L8 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.125rem;left:4.5625rem;height:8.5234375rem;display:block; }
#wG2ItEqaECmBS1e3gzd0pE54Eui02IX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4.5625rem;height:7.7988375rem;display:block; }
#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb { position:relative;display:block; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb { background-color: transparent; background-image: none; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container > .video-iframe-container { display: none; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row > .video-iframe-container { display: none; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .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); }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb { border-width: 0; border-radius: 0; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UNXoIE1NPDlAq5J9NKNksxNVWbFi3cqd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.6875rem;height:6.5rem;display:block; }
#fGxP45rh4usieBbEPaUu14B8xf1x5TUv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:7.6875rem;height:5.19921875rem;display:block; }
#HKFxDmrEAdxfUMHXPcTBzSBlKBgoN2ac { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:25.75rem;top:5.125rem;left:40.5625rem;overflow:hidden;display:block; }
#lpAPTEMUyVg0RTsUfSJD8sNwI9i8iXVE { background-color:#95241b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.8125rem;left:28.75rem;display:block; }
#T3oCpV36tmXlmETD69LeBzKLaFsRQhz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f3f4;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; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container { background-color: transparent; background-image: none; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container > .video-iframe-container { display: none; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row > .video-iframe-container { display: none; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .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); }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container { border-width: 0; border-radius: 0; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#lz2ZZvIra7ZPEqeFZyXP2iDsJzZKXkqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V { 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:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:24.875rem;height:17.422875rem;display:block; }#xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V li:before{  }
#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f3f4;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; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container { background-color: transparent; background-image: none; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container > .video-iframe-container { display: none; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row > .video-iframe-container { display: none; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .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); }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container { border-width: 0; border-radius: 0; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#I6PQ3zCoGzX5yAr4uWzWl6zusHWOCQ7J { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:27.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:24.875rem;height:9.3613125rem;display:block; }#wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn li:before{  }
#TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color:#fafafa;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .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); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { border-width: 0; border-radius: 0; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:3.35595703125rem;left:9.3125rem;background-color:transparent;background-image:none;height:1.2246125rem;text-align:left;text-align-last:left;color:#333333;font-style:normal;display:block; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.1875rem;left:58.125rem; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.1875rem;left:61.0625rem; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.1875rem;left:63.875rem; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { 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:1.625rem;width:9.1875rem;top:3.125rem;left:45.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE3bwRH7DnnEbQphROs3X3zfTxdTTrZw { top:0rem;left:0rem;width:17.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { top:4.375rem;left:0rem;width:20.625rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { top:8.6875rem;left:0rem;width:25.1875rem;height:9.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJq62iGDOTaKOcQyZzTDAXlMsAd43sTT { top:22.6875rem;left:0rem;width:12.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTELUHADCMLk3QzoWrabcC1neUdAn5ev { top:26.6875rem;left:0rem;width:20.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apo88amBzfsO5lXSnKe4i8nskKHrZTMw { top:0.6875rem;left:11.0625rem;width:36.6875rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go61lyo4TzDJWLeAh5KhTX6Ooae6720J { display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { top:3.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP36rzczrtqFBQsw9wxWFUinBbZiXimn { top:9.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { width:17.5rem;height:3.9375rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block; }
 }@media only screen and (max-width: 763px) { #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { top:11.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMdrZN4p1TqP25MIKVfHNgHz2osL6RAb { top:21.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtmmhLwiTOiT6D0mXPb2z0WkDKX07Wr { top:26.0625rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE { display:block; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFbC8Wfo22D1vbG2gi71ShNiZbTluXfR { top:5.0625rem;left:28.125rem;width:19.625rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUVuafhVMKPgvgq7r9TiadnsPyAasKLa { top:14rem;left:26rem;width:21.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFNZe807A8PHtuNVOX8lgWx3xEUfzJkk { top:5.125rem;left:0rem;width:28.6875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc { display:block; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyp6oxWLd6OsPW8n2lPy6WuQ43Xqb8L8 { top:9.125rem;left:0rem;width:47.75rem;height:8.5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG2ItEqaECmBS1e3gzd0pE54Eui02IX1 { top:21.8125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb { display:block; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNXoIE1NPDlAq5J9NKNksxNVWbFi3cqd { top:6.375rem;left:0rem;width:19.625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGxP45rh4usieBbEPaUu14B8xf1x5TUv { top:15.3125rem;left:0rem;width:25.125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFxDmrEAdxfUMHXPcTBzSBlKBgoN2ac { top:5.125rem;left:19.0625rem;width:25.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpAPTEMUyVg0RTsUfSJD8sNwI9i8iXVE { width:17.5rem;height:3.9375rem;top:28.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3oCpV36tmXlmETD69LeBzKLaFsRQhz4 { display:block; }
 }@media only screen and (max-width: 763px) { #f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 { display:block; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz2ZZvIra7ZPEqeFZyXP2iDsJzZKXkqQ { top:4.5625rem;left:17.25rem;width:11.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V { top:9.5625rem;left:11.25rem;width:25.3125rem;height:17.375rem;font-size:0.875rem;display:block; }#xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V li:before{  }
 }@media only screen and (max-width: 763px) { #P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI { display:block; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6PQ3zCoGzX5yAr4uWzWl6zusHWOCQ7J { top:4rem;left:13.9375rem;width:19.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn { top:8.6875rem;left:11.25rem;width:28.625rem;height:9.3125rem;font-size:0.875rem;display:block; }#wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn li:before{  }
 }@media only screen and (max-width: 763px) { #TpXGhlHGtSTsqVRbosL7verTKDLFelpw { display:block; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .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); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { top:3.1875rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { top:3.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { top:3.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { top:3.125rem;left:31.5rem;width:9.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 { display:block; }#Se0e5UhTGiXfrwQUVWMo61FTQhVynfn6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE3bwRH7DnnEbQphROs3X3zfTxdTTrZw { width:12.625rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKc7sMWcT4TyLh1KIbOQMITAPpgJoo9P { width:20rem;height:2.03125rem;top:1.66845703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpES2sKMfLit5ITGsqz1cOS7oOBAc3Sw { width:20rem;height:2.125rem;top:3.79980625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJq62iGDOTaKOcQyZzTDAXlMsAd43sTT { width:12.4375rem;height:2.5996125rem;top:8.36181640625rem;left:3.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTELUHADCMLk3QzoWrabcC1neUdAn5ev { width:20rem;height:2.9518072289157rem;top:10.89941875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apo88amBzfsO5lXSnKe4i8nskKHrZTMw { width:20rem;height:20rem;top:15.10108125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go61lyo4TzDJWLeAh5KhTX6Ooae6720J { display:block; }#go61lyo4TzDJWLeAh5KhTX6Ooae6720J > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmyJHSbAm7tfJql13oyfkovz9bDSuop1 { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mP36rzczrtqFBQsw9wxWFUinBbZiXimn { width:20rem;height:7.3125rem;top:8.59375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1J0nSOb0OxTwITkIG09UTUuyXv9oGDD { width:17.5rem;height:3.9375rem;top:17.59375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4VmiC9kM05T10hptyTNKda3fDlAfAT { display:block; }
 }@media only screen and (max-width: 763px) { #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f823812e-854b-4c4d-9884-f433a9486fb7/yano200photokopia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.adaptive-delivery-prevent-bg, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyload, #cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5.lazyloading { background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { background-color: transparent; background-image: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row > .video-iframe-container { display: none; }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .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); }#cbluQ1RAWbqXyN1QBmyRNiTn7qWn9oK5 > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaDWEJOtnOvuTJzS6oiZQP8zTkNgk14 { width:20rem;height:4rem;top:9.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMdrZN4p1TqP25MIKVfHNgHz2osL6RAb { width:20rem;height:7.7988125rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBtmmhLwiTOiT6D0mXPb2z0WkDKX07Wr { width:20rem;height:2.11230625rem;top:23.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE { display:block; }#urOWU8RKo2T8dnQsMLqUHWMr6P4QH2JE > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFbC8Wfo22D1vbG2gi71ShNiZbTluXfR { width:19.625rem;height:4.3994125rem;top:16.8349375rem;left:0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUVuafhVMKPgvgq7r9TiadnsPyAasKLa { width:20rem;height:11.69821875rem;top:22.4838625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFNZe807A8PHtuNVOX8lgWx3xEUfzJkk { width:20rem;height:14.3354375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc { display:block; }#xe6hSdKoXZf6Zci2vbVmGfOwAIqaeBwc > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyp6oxWLd6OsPW8n2lPy6WuQ43Xqb8L8 { width:20rem;height:6.599125rem;top:7.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wG2ItEqaECmBS1e3gzd0pE54Eui02IX1 { width:20rem;height:15.84375rem;top:15.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb { display:block; }#vmiUtmMKE3RPiXv5xNT5Lxcfdg9x1Clb > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNXoIE1NPDlAq5J9NKNksxNVWbFi3cqd { width:19.625rem;height:5.19921875rem;top:1.25rem;left:0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGxP45rh4usieBbEPaUu14B8xf1x5TUv { width:20rem;height:6.09375rem;top:7.69921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKFxDmrEAdxfUMHXPcTBzSBlKBgoN2ac { width:20rem;height:15.970873786408rem;top:15.44778125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpAPTEMUyVg0RTsUfSJD8sNwI9i8iXVE { width:17.5rem;height:3.9375rem;top:32.66844140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3oCpV36tmXlmETD69LeBzKLaFsRQhz4 { display:block; }
 }@media only screen and (max-width: 763px) { #f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 { display:block; }#f8N0ar97fRMfMlCSfM2FFcP6Sbf0qPX2 > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz2ZZvIra7ZPEqeFZyXP2iDsJzZKXkqQ { width:11.25rem;height:2.11230625rem;top:1.25rem;left:4.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V { width:20rem;height:17.9086875rem;top:4.61230625rem;left:0rem;font-size:0.875rem;display:block; }#xhxLrfm2OiIPZSaf3DpJn88Xa3RmiB4V li:before{  }
 }@media only screen and (max-width: 763px) { #P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI { display:block; }#P3TMO8aT6VS6FsHnio0nCbTVvrh6HrtI > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6PQ3zCoGzX5yAr4uWzWl6zusHWOCQ7J { width:19.9375rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn { width:20rem;height:9.5229375rem;top:4.61230625rem;left:0rem;font-size:0.875rem;display:block; }#wnTTSQJKXXq6s7nEeMBbaPufXwxwmyTn li:before{  }
 }@media only screen and (max-width: 763px) { #TpXGhlHGtSTsqVRbosL7verTKDLFelpw { background-color:#fafafa;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; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { background-color: transparent; background-image: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { display: none; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .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); }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { border-width: 0; border-radius: 0; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpXGhlHGtSTsqVRbosL7verTKDLFelpw > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6LkH1QUaG0g8c3vZPImNIHa9Obawon { left:0.125rem;background-color:transparent;background-image:none;top:5.3125rem;width:19.8125rem;height:1.13720625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:5.125rem; }
#IrsnJheV70QlbvoFcaqqXfa3FzlrwHBH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:9.125rem; }
#yUhs2vb3NQO5BqlbmOsMTMyHHaBdJAtx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OiRRkcI7hmFlgTanEIXDR2mzledKkRzT { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:13.1875rem; }
#OiRRkcI7hmFlgTanEIXDR2mzledKkRzT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IUXPkoBoHcAB8HP9ShTe74kDnZz1TdxA { width:9.1875rem;height:1.625rem;top:2.375rem;left:4.875rem;display:block; }
 }