.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:0.875rem;font-family:arial;height:5.8125rem;width:75rem;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:3.3734375rem;width:15.5609375rem;top:1.2195312976837rem;left:2.1242179870606rem;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:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container.lazyloading { background-image: none; }#ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { color:#f1f5f8;display:block;width:39.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.294921875rem;left:1.58984375rem;height:5.84765625rem;display:block; }
#D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { color:#f1f5f8;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.58984375rem;height:10.4795rem;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:31.5625rem;width:31.5625rem;top:4.375rem;left:43.4375rem;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.5rem;left:1.58984375rem;display:block; }
#KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block;position:absolute;top:50%;left:0rem;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:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { color:#000000;display:block;width:42.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.125rem;height:5.8496125rem;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:39.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:32.125rem;height:20.4296875rem;overflow:hidden;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:not(:first-child){ padding-top:1.25rem;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:34.5rem;width:29.0625rem;top:5.5625rem;left:0rem;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.375rem;left:40.5rem;display:block; }
#M3nTue8u7mOLgdHpqnPbT1lp241EO1sV { display:block;position:absolute;top:50%;left:0rem;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:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:#000000;display:block;width:59.875rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4687543511391rem;left:7.561718940735rem;height:2.625rem;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:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.734375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.734375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.875rem;left:2.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:15.25rem;left:2.796875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15.4375rem;left:51.875rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.9375rem;left:51.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.25rem;left:51.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:51.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.6875rem;left:2.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:22.1875rem;left:2.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:22.25rem;left:51.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTBTwfyIescunoqVX41k1AGXTxaLUUnX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:#2a74b3;background-image:none;top:10.7353515625rem;left:2.734375rem;display:block; }
#TH1pElwM520PawJQJnBizxRMxT4uKWTi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15014;background-color:#2a74b3;background-image:none;top:18.9375rem;left:2.75rem;display:block; }
#yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:#2a74b3;background-image:none;top:27.349609375rem;left:2.734375rem;display:block; }
#EznarUmwH3cEup123Mzzt4UKhnI3LSgh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:#2a74b3;background-image:none;top:10.7353515625rem;left:51.875rem;display:block; }
#q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:#2a74b3;background-image:none;top:18.94921875rem;left:51.875rem;display:block; }
#Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:#2a74b3;background-image:none;top:27.662109375rem;left:51.875rem;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.6875rem;left:27.78125rem;display:block; }
#TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lD66eDp9gtvmWcMI2hoeTfMEiXVN4hhR { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.6875rem;left:51.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIN2I4wcqyR64nPNBNDLW2fw1QVXx1BC { 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:34.6875rem;width:34.6875rem;top:6.7978515625rem;left:20.15625rem;overflow:hidden;display:none; }
#RkggoiUWCQ6ldSgP6IB8fUVrAAFU4uzT { 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:34.6875rem;width:34.6875rem;top:6.7978515625rem;left:20.15625rem;overflow:hidden;display:none; }
#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:26.9375rem;width:26.9375rem;top:1.90625rem;left:24.03125rem;overflow:hidden;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:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:9.4375052452087rem;left:35.062500953674rem;height:1.80625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:#000000;display:block;width:32rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.875rem;left:35.062500953674rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:12.300004482269rem;left:35.062500953674rem;height:12.639625rem;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:23.6875rem;width:23.6875rem;top:2.625rem;left:7.5rem;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:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { color:#f1f5f8;display:block;width:56.1875rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.169921875rem;left:8.7861328125rem;height:7.1484375rem;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:0.875rem;font-family:arial;height:43.125rem;width:75rem;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.6875rem;width:47.9375rem;top:7.25rem;left:12.75rem;display:block; }
#gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:11.625rem;left:19.530468940735rem;height:2.7rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { position:absolute;z-index:15009;top:15.5rem;left:21.125rem;width:32.125rem;height:20.3125rem;display:block; }
#JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:8.4375rem;left:20.375rem;height:2.1rem;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:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.3437442779541rem;left:7.530468940735rem;height:4.6875rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #reAz7QrhAGLVo5eFCcFESTfmPVURIFZt { width:15.5rem;height:3.3602269304147rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:36.375rem;height:5.1181625rem;top:37.6396484375rem;left:6.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:34.625rem;height:9.503875rem;top:2.9375002235174rem;left:6.5625005662444rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TREibuqXbv7spKXiybW6FEuVXzwugcZ4 { width:21.875rem;height:21.875rem;top:14.8271484375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:17.9375rem;height:3.3125rem;top:45.7646484375rem;left:15.78125rem;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:47.75rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:41.8125rem;height:4.875rem;top:3.0625rem;left:2.96875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:21.375rem;height:24.4970625rem;top:9.3125rem;left:25.1875rem;font-size:1rem;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:22.8125rem;height:27.0625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsWwKpvaud2KgixVm9aMFTrmnfmM55aV { width:17.9375rem;height:3.3125rem;top:35.75rem;left:25.1875rem;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:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:1.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { top:2.625rem;left:0rem;width:17.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { top:4.125rem;left:0rem;width:15.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { top:12.861328125rem;left:0rem;width:15.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { top:9.923828125rem;left:0rem;width:15.5625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { top:12.861328125rem;left:31.75rem;width:16rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { top:9.923828125rem;left:31.875rem;width:15.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { top:4.375rem;left:31.875rem;width:15.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { top:2.625rem;left:31.875rem;width:15.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { top:19.1875rem;left:0rem;width:15.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { top:17.75rem;left:0rem;width:15.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { top:19.1875rem;left:31.5625rem;width:16.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:18.75rem;height:0.3125rem;top:11.924218654633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:18.75rem;height:0.3125rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EznarUmwH3cEup123Mzzt4UKhnI3LSgh { width:18.75rem;height:0.3125rem;top:10.6875rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { width:18.75rem;height:0.3125rem;top:18.9375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { width:18.75rem;height:0.3125rem;top:27.625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EUCTqqO7G4c1Mrqwx8IeTd6MOUZElHiP { width:17.9375rem;height:3.3125rem;top:25.6396484375rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block; }
 }@media only screen and (max-width: 1199px) { #lD66eDp9gtvmWcMI2hoeTfMEiXVN4hhR { top:20.75rem;left:31.5625rem;width:15.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIN2I4wcqyR64nPNBNDLW2fw1QVXx1BC { width:23.5625rem;height:23.5625rem;top:0rem;left:12.09375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #RkggoiUWCQ6ldSgP6IB8fUVrAAFU4uzT { width:20.3125rem;height:20.3125rem;top:4.875rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uRT9wXSX25zFyEXxgNnTVDCn25F23Ckl { width:20.3125rem;height:20.3125rem;top:4.875rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;height:28rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:5.7929692268372rem;left:18.874999582768rem;width:28.0625rem;height:1.80625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:1.25rem;left:18.874999582768rem;width:18.625rem;height:6.2988125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:8.9171872138975rem;left:18.874999582768rem;width:25.875rem;height:16.251rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:4.8828129768372rem;left:0.88671869039537rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:47.7494375rem;height:4.875rem;top:2.1608657836914rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:47.75rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:32.8125rem;height:34.0625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:28.9375rem;height:4.048825rem;top:7.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:28.9375rem;height:19.125rem;top:12.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:28.9375rem;height:1.800425rem;top:4.26171875rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;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:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reAz7QrhAGLVo5eFCcFESTfmPVURIFZt { width:15.499125rem;height:3.3604625rem;top:1.6395399570465rem;left:2.2504342198372rem;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:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:20rem;height:6.171875rem;top:36.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:20rem;height:11.3720625rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREibuqXbv7spKXiybW6FEuVXzwugcZ4 { width:20rem;height:20rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:19.4375rem;height:3.9375rem;top:45.0625rem;left:0.3125rem;font-size:1.25rem;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:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:17.4375rem;height:5.84765625rem;top:2.810546875rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:17.9375rem;height:27.0966875rem;top:10.9306640625rem;left:1.03125rem;font-size:1rem;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:9.0625rem;height:10.75rem;top:20.750002384186rem;left:3.6250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsWwKpvaud2KgixVm9aMFTrmnfmM55aV { width:16.9375rem;height:3.9375rem;top:40.65234375rem;left:1.53125rem;font-size:1.25rem;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:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:2.1rem;top:0.94922065734863rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { width:18.6875rem;height:1.5rem;top:18.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLDpr1ombkrWuN5KD7BC2qK4gBU3KriS { width:17.75rem;height:2.625rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ziuSyC2PxBfT5JoJSSZW6AkeIUG8u2 { width:16.8125rem;height:1.31303125rem;top:32.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { width:18.625rem;height:1.5rem;top:31.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPig41zSmRQMLgpFmuF1PtqRpE8xB3Dm { width:16.8125rem;height:2.625rem;top:36.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4IftgU60I36KhRsDyTwplMyWHvsFoB { width:18.6875rem;height:1.5rem;top:35.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlXPM4DiVpAJSWTTa8Ol3wEDOSLT1N12 { width:16.8125rem;height:3.9375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFV0H7Q8rP9ow6BMvRHNwBuc3kSxWXBz { width:18.5625rem;height:1.5rem;top:24.0625rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL7Unerf2PDUwLACZppIZX3UQr7Sbch7 { width:16.8125rem;height:3.9375rem;top:42.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { width:15.4375rem;height:1.5rem;top:41.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwUQoHTEADOqPTrOeQW3qmMOyhqcpdbG { width:17.125rem;height:1.5rem;top:48.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:18.75rem;height:0.3125rem;top:89.960151672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:93.334375381469rem;left:0.62421876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:18.75rem;height:0.3125rem;top:96.210151672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EznarUmwH3cEup123Mzzt4UKhnI3LSgh { width:18.75rem;height:0.3125rem;top:91.522651672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1TVGC3HX9tUPPXr7wu3ph8zwNAEsb0b { width:18.75rem;height:0.3125rem;top:94.647651672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffy1mrHqFoW60yAzGbH5fqyTqoHZIN0K { width:18.75rem;height:0.3125rem;top:97.772651672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUCTqqO7G4c1Mrqwx8IeTd6MOUZElHiP { width:19.4375rem;height:3.9375rem;top:54.811787605286rem;left:0.28053975105286rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUzw0kIebklRKAZTHSdwKL4K7pGZUuq { display:block; }
 }@media only screen and (max-width: 763px) { #lD66eDp9gtvmWcMI2hoeTfMEiXVN4hhR { width:19.3125rem;height:2.625rem;top:49.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIN2I4wcqyR64nPNBNDLW2fw1QVXx1BC { width:20rem;height:20rem;top:83.662109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkggoiUWCQ6ldSgP6IB8fUVrAAFU4uzT { width:17.875rem;height:17.875rem;top:0.6875rem;left:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uRT9wXSX25zFyEXxgNnTVDCn25F23Ckl { width:20rem;height:20rem;top:3.048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:19.1875rem;height:1.4875rem;top:25.812491029501rem;left:0.68750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:20rem;height:6.3rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:18.625rem;height:14.875rem;top:28.875rem;left:0.68671876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:16.125rem;height:16.125rem;top:8.1875rem;left:1.9375rem;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:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:20rem;height:37.5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:17.9375rem;height:3.1494125rem;top:3.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:18.9375rem;height:21.875rem;top:8.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }