.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#335ea5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { background-color: transparent; background-image: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .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); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { border-width: 0; border-radius: 0; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { font-size:14px;font-family:arial;height:93px;width:1200px;position:relative;display:block; }#reAz7QrhAGLVo5eFCcFESTfmPVURIFZt { position:absolute;display:block;z-index:15030;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:53.975px;width:248.975px;top:19.512500762939px;left:33.987487792969px;overflow:hidden;display:block; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { position:relative;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;font-size:14px;font-family:arial;height:645px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.lazyloading { background-image: none; }#ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { color:#f1f5f8;display:block;width:567px;position:absolute;font-family:montserrat;font-size:24px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:320.30001068115px;left:25.4375px;height:93.5625px;display:block; }
#D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { color:#f1f5f8;display:block;width:670px;position:absolute;font-family:montserrat;font-size:48px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:95.387496948242px;left:25.4375px;height:187.172px;font-style:normal;display:block; }
#TREibuqXbv7spKXiybW6FEuVXzwugcZ4 { 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:496px;width:496px;top:108.5000038147px;left:666.43751525879px;overflow:hidden;display:block; }
#zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { background-color:transparent;background-image: -webkit-linear-gradient(123deg, #000000, #000000);background-image: -moz-linear-gradient(123deg, #000000, #000000);background-image: -ms-linear-gradient(123deg, #000000, #000000);background-image: -o-linear-gradient(123deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(123deg, #000000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:63px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:452px;left:25.4375px;display:block; }
#KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f5ff;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; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { background-color: transparent; background-image: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .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); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { border-width: 0; border-radius: 0; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { font-size:14px;font-family:arial;height:593px;width:1200px;position:relative;display:block; }#WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { color:#000000;display:block;width:686px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:43px;left:505.00001525879px;height:93.6px;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; }
#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { color:#000000;display:block;width:633px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:179.00003051758px;left:505.00001525879px;height:;overflow:hidden;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { 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:578px;width:406px;top:14.999977111816px;left:39px;overflow:hidden;display:block; }
#rsWwKpvaud2KgixVm9aMFTrmnfmM55aV { background-color:transparent;background-image: -webkit-linear-gradient(123deg, #000000, #000000);background-image: -moz-linear-gradient(123deg, #000000, #000000);background-image: -ms-linear-gradient(123deg, #000000, #000000);background-image: -o-linear-gradient(123deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(123deg, #000000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:63px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:476px;left:666px;display:block; }
#M3nTue8u7mOLgdHpqnPbT1lp241EO1sV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);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; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:14px;font-family:arial;height:121px;width:1200px;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:#000000;display:block;width:958px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:39.500069618225px;left:120.98750305176px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { background-color: transparent; background-image: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .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); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:14px;font-family:arial;height:645px;width:1200px;position:relative;display:block; }#uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { color:#000000;display:block;width:346px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:67.000045776367px;left:43.75px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { color:#000000;display:block;width:322px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:123.00006103516px;left:43.75px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { color:#000000;display:block;width:299px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:250.09999084473px;left:43.75px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { color:#000000;display:block;width:346px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:221.50001525879px;left:43.75px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { color:#000000;display:block;width:269px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:246.90000915527px;left:829.00001525879px;height:54.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { color:#000000;display:block;width:332px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:221.48750305176px;left:829.00001525879px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { color:#000000;display:block;width:315px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:123px;left:829.00001525879px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { color:#000000;display:block;width:330px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:67px;left:830px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { color:#000000;display:block;width:316px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:404px;left:43.75px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { color:#000000;display:block;width:247px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:351.99998474121px;left:43.75px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJMegO5ED1WJJCTI89AC55TJPLgKO0ZL { color:#000000;display:block;width:269px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:399.20007324219px;left:829.00001525879px;height:54.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { color:#000000;display:block;width:345px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:363.98750305176px;left:829.00001525879px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uRT9wXSX25zFyEXxgNnTVDCn25F23Ckl { 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:495px;width:495px;top:10.775001525879px;left:338.13750305176px;overflow:hidden;display:block; }
#HTBTwfyIescunoqVX41k1AGXTxaLUUnX { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15013;background-color:#2a74b3;background-image:none;top:182.77500915527px;left:43.75px;display:block; }
#TH1pElwM520PawJQJnBizxRMxT4uKWTi { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15014;background-color:#2a74b3;background-image:none;top:308.58750915527px;left:43.75px;display:block; }
#yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15015;background-color:#2a74b3;background-image:none;top:461.59999084473px;left:43.75px;display:block; }
#EznarUmwH3cEup123Mzzt4UKhnI3LSgh { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15016;background-color:#2a74b3;background-image:none;top:182.77500915527px;left:829.00001525879px;display:block; }
#q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15017;background-color:#2a74b3;background-image:none;top:308.58751678467px;left:829.00001525879px;display:block; }
#Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15018;background-color:#2a74b3;background-image:none;top:461.59999084473px;left:829.00001525879px;display:block; }
#EUCTqqO7G4c1Mrqwx8IeTd6MOUZElHiP { background-color:transparent;background-image: -webkit-linear-gradient(123deg, #000000, #000000);background-image: -moz-linear-gradient(123deg, #000000, #000000);background-image: -ms-linear-gradient(123deg, #000000, #000000);background-image: -o-linear-gradient(123deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(123deg, #000000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:63px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:523px;left:444.5px;display:block; }
#TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3f5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:14px;font-family:arial;height:456px;width:1200px;position:relative;display:none; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:#000000;display:block;width:449px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:151.00008392334px;left:561.00001525879px;height:28.9px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:#000000;display:block;width:512px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:62px;left:561.00001525879px;height:126px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:#000000;display:block;width:535px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:196.80007171631px;left:561.00001525879px;height:202.234px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { position:absolute;display:block;z-index:15007;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:379px;width:379px;top:42px;left:120px;overflow:hidden;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.adaptive-delivery-prevent-bg, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyload, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyloading { background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:14px;font-family:arial;height:213px;width:1200px;position:relative;display:block; }#CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { color:#f1f5f8;display:block;width:899px;position:absolute;font-family:montserrat;font-size:44px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.71875px;left:140.578125px;height:171.562px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#335ea5;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; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { background-color: transparent; background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .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); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { border-width: 0; border-radius: 0; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { font-size:14px;font-family:arial;height:764px;width:1200px;position:relative;display:block; }#y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:583px;width:767px;top:116px;left:204px;display:block; }
#gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { display:block;width:575px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:186px;left:312.48750305176px;height:43.2px;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { position:absolute;z-index:15009;top:248px;left:338px;width:514px;height:392px;display:block; }
#JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { display:block;width:537px;position:absolute;font-family:poppins;font-size:28px;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:135px;left:326px;height:33.6px;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335ea5;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; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { background-color: transparent; background-image: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .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); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { border-width: 0; border-radius: 0; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { font-size:14px;font-family:"open sans";height:150px;width:1200px;position:relative;display:block; }#uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { display:block;width:959px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:37.499908447266px;left:120.48750305176px;height:75px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #reAz7QrhAGLVo5eFCcFESTfmPVURIFZt { width:248px;height:53.763630886635px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:764px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:582px;height:81.8906px;top:781.015625px;left:91px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:554px;height:152.062px;top:47.000003576279px;left:105.00000905991px;font-size:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TREibuqXbv7spKXiybW6FEuVXzwugcZ4 { width:521px;height:521px;top:238.00000762939px;left:121.50000858307px;display:block; }
 }@media only screen and (max-width: 1199px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:287px;height:53px;top:885px;left:238.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 1199px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:764px;height:634px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:669px;height:78px;top:37px;left:47.500000953674px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:342px;height:356.25px;top:158.42500305176px;left:381.98751163483px;font-size:19px;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:335px;height:479px;top:153px;left:17.987500190735px;display:block; }
 }@media only screen and (max-width: 1199px) { #rsWwKpvaud2KgixVm9aMFTrmnfmM55aV { width:287px;height:53px;top:547.23750686646px;left:409.48751163483px;display:block; }
 }@media only screen and (max-width: 1199px) { #M3nTue8u7mOLgdHpqnPbT1lp241EO1sV { display:block; }
 }@media only screen and (max-width: 1199px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:764px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:47.987548828125px;left:0px;width:764px;height:33.6px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:764px;height:608px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { top:30px;left:0px;width:278px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { top:86px;left:0px;width:236px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { top:241px;left:0px;width:242px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { top:185px;left:0px;width:139px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { top:232px;left:510px;width:250px;height:54.375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { top:184px;left:511px;width:247px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { top:86px;left:510px;width:254px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { top:30px;left:508px;width:254px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { top:377px;left:0px;width:251px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { top:329px;left:0px;width:247px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #rJMegO5ED1WJJCTI89AC55TJPLgKO0ZL { top:374px;left:514px;width:246px;height:54.375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { top:326px;left:512px;width:250px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #uRT9wXSX25zFyEXxgNnTVDCn25F23Ckl { width:315px;height:315px;top:78px;left:225px;display:block; }
 }@media only screen and (max-width: 1199px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:300px;height:5px;top:190.78749847412px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:300px;height:5px;top:308px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:300px;height:5px;top:461px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #EznarUmwH3cEup123Mzzt4UKhnI3LSgh { width:300px;height:5px;top:182px;left:464px;display:none; }
 }@media only screen and (max-width: 1199px) { #q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { width:300px;height:5px;top:308px;left:464px;display:none; }
 }@media only screen and (max-width: 1199px) { #Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { width:300px;height:5px;top:461px;left:464px;display:none; }
 }@media only screen and (max-width: 1199px) { #EUCTqqO7G4c1Mrqwx8IeTd6MOUZElHiP { width:287px;height:53px;top:486.234375px;left:238.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block; }
 }@media only screen and (max-width: 1199px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:764px;height:448px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:92.687507629395px;left:301.99999332428px;width:449px;height:28.9px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:20px;left:301.99999332428px;width:298px;height:100.781px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:142.67499542236px;left:301.99999332428px;width:414px;height:260.016px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:78.125007629395px;left:14.187499046326px;width:267px;height:267px;display:block; }
 }@media only screen and (max-width: 1199px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:764px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:763.991px;height:78px;top:34.573852539062px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:764px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:525px;height:581px;top:30px;left:120px;display:block; }
 }@media only screen and (max-width: 1199px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:463px;height:64.7812px;top:113px;left:152px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:463px;height:306px;top:199px;left:151px;display:block; }
 }@media only screen and (max-width: 1199px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:463px;height:28.8px;top:68.1875px;left:150.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:761px;height:75px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reAz7QrhAGLVo5eFCcFESTfmPVURIFZt { width:247.986px;height:53.7674px;top:26.232639312744px;left:36.006947517395px;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#335ea5;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:320px;height:884px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:320px;height:130px;top:251.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:320px;height:201.484px;top:26px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TREibuqXbv7spKXiybW6FEuVXzwugcZ4 { width:320px;height:320px;top:404.48750305176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:311px;height:63px;top:744.484375px;left:4px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 763px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:320px;height:1124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:279px;height:280.781px;top:27.975021362305px;left:20.500000953674px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:287px;height:309.562px;top:653.89996337891px;left:16.487500190735px;font-size:16px;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:204px;height:290px;top:332.00003814697px;left:58.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #rsWwKpvaud2KgixVm9aMFTrmnfmM55aV { width:311px;height:63px;top:983.437625px;left:4px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M3nTue8u7mOLgdHpqnPbT1lp241EO1sV { display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:320px;height:64px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:320px;height:33.6px;top:15.187530517578px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:320px;height:1334px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { width:299px;height:48px;top:337.00003051758px;left:10.487500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { width:284px;height:42px;top:397px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { width:269px;height:42px;top:669.00001525879px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { width:298px;height:24px;top:636.99996948242px;left:10.987500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { width:269px;height:47.6px;top:824.00003051758px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { width:299px;height:48px;top:763.98739624023px;left:10.487500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { width:269px;height:42px;top:543.98751831055px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { width:297px;height:48px;top:484px;left:11.487500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { width:269px;height:42px;top:974.00003051758px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { width:247px;height:48px;top:916.00006103516px;left:10.487500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rJMegO5ED1WJJCTI89AC55TJPLgKO0ZL { width:269px;height:47.6px;top:1126.0000305176px;left:10.487500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { width:274px;height:48px;top:1064.0001525879px;left:10.487500190735px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uRT9wXSX25zFyEXxgNnTVDCn25F23Ckl { width:320px;height:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:300px;height:5px;top:1439.3624267578px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:300px;height:5px;top:1493.3500061035px;left:9.9875001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:300px;height:5px;top:1539.3624267578px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #EznarUmwH3cEup123Mzzt4UKhnI3LSgh { width:300px;height:5px;top:1464.3624267578px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { width:300px;height:5px;top:1514.3624267578px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { width:300px;height:5px;top:1564.3624267578px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #EUCTqqO7G4c1Mrqwx8IeTd6MOUZElHiP { width:311px;height:63px;top:1193.5938px;left:4px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:320px;height:743px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:307px;height:23.8px;top:412.99985647202px;left:11.000000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:320px;height:100.8px;top:38px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:298px;height:238px;top:462px;left:10.987500190735px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:258px;height:258px;top:131px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:rgba(0,0,0,0);background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:320px;height:114.375px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:320px;height:637px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:320px;height:600px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:287px;height:50.4px;top:60px;left:16.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:303px;height:350px;top:138px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:320px;height:24px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:320px;height:115.5px;top:20px;left:0px;font-size:11px;display:block; }
 }