.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:transparent;background-image:url("https://images.assets-landingi.com/dVaSbJeR/Master_class.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:665px;width:960px;overflow:visible;position:relative;display:block; }#hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:47px;width:116px;position:absolute;display:block;z-index:100001;top:28px;left:447.94998168945px;overflow:hidden;display:block; }
#sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#30cba5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:102.997px;width:138.991px;position:absolute;display:block;z-index:99999;top:0px;left:436.98860168457px;display:block; }
#fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { display:block;width:872.997px;position:absolute;font-family:ral;font-size:59px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:123.98333740234px;left:59.983306884766px;height:230.1px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JByX4r36bsR5q69ftJQcVazpelNivVC9 { box-sizing:content-box;color:#474848;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:600px;left:453px;display:block; }
#C0RNMcqgQ33lAsVrT6JcBMHUrWKgTFgt { display:block;width:537.997px;position:absolute;font-family:ral;font-size:28px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:365px;left:227.45001220703px;height:145.6px;text-align:center;text-align-last:center;color:#fff6ef;display:block; }
#TVKbKhkv9zMFypf2ahs1C0xZDv6oftVe { display:block;width:518.977px;position:absolute;font-family:ral;font-size:22px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:520.96249389648px;left:236.96249389648px;height:57.2px;color:#fff6ef;text-align:center;text-align-last:center;display:block; }
#K8Nc4x2U0vLMrTqDLbHkuOxslLyLxBls { box-sizing:content-box;color:#474848;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:600px;left:453px;display:none; }
#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { background-color: transparent; background-image: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container > .video-iframe-container { display: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row > .video-iframe-container { display: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .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); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { border-width: 0; border-radius: 0; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { font-size:14px;font-family:arial;height:874px;width:960px;position:relative;display:block; }#WQw7BxxgAflKulR05BtrSfWyPNrOgEso { display:block;width:381px;position:absolute;font-family:ral;font-size:23px;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:170px;left:49px;height:151.8px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#oAft08RHTKkIl2yT3ZycVnIRn17GTscF { display:block;width:368.991px;position:absolute;font-family:ral;font-size:23px;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:422.71252441406px;left:55.475006103516px;height:126.5px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#LVRPSGIqNhJAhOSP9pSVAzupkfmOeW81 { display:block;width:386px;position:absolute;font-family:ral;font-size:23px;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:165px;left:526px;height:151.8px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#SR2ro35P89SWTsBWOVz8vqIzFFcGsgFQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(55,201,148,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:227px;width:425px;position:absolute;display:block;z-index:100001;top:135px;left:29px;display:block; }
#PuozzI4LZSRTbJiI11CxCZxdlnWs7TdW { display:block;width:398.977px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:32.950012207031px;left:326.47500610352px;height:45.5px;font-style:normal;color:#ededed;display:block; }
#no1pOsf6zCJlevVmJrSMheDrBMO1Kqhf { display:block;width:380.994px;position:absolute;font-family:ral;font-size:23px;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:424.71252441406px;left:528.98751831055px;height:126.5px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#zdxeoXgbkTvXbECXgn6nT3hWvyEeTCzJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(55,201,148,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:226.989px;width:425px;position:absolute;display:block;z-index:100002;top:387.99714279175px;left:507.50001525879px;display:block; }
#EUIJbeMcL9Odo6FMVZyaRNS1T21ClQBI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(55,201,148,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:226.989px;width:425px;position:absolute;display:block;z-index:100003;top:387.99714279175px;left:27.5px;display:block; }
#CDwfffaQtwvTZZ02TZZc80etJWUxIKzH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(55,201,148,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:226.989px;width:425px;position:absolute;display:block;z-index:100004;top:137.40056228638px;left:507.50001525879px;display:block; }
#QcqLtDOg4RPBk032UtPeeQiwEUk4gl2e { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(55,201,148,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:226.983px;width:425px;position:absolute;display:block;z-index:100004;top:629.39999389648px;left:272.39999389648px;display:block; }
#Naztx8gvxo9dCgwrwxM74zivkadB1rkg { display:block;width:368.983px;position:absolute;font-family:ral;font-size:23px;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:666.98330688477px;left:300.41665649414px;height:126.5px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(39,177,123,0.83);background-image:none;position:relative;display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { background-color: transparent; background-image: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container > .video-iframe-container { display: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row > .video-iframe-container { display: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .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); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { border-width: 0; border-radius: 0; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { font-size:14px;font-family:arial;height:582px;width:960px;position:relative;display:block; }#MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { display:block;width:364px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:26px;left:28px;height:45.5px;font-style:normal;color:#ededed;display:block; }
#H04weh0UEAxMU57aIHBpVVzCMP5biHnV { display:block;width:391px;position:absolute;font-family:ral;font-size:19px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:84px;left:28px;height:114px;text-align:justify;text-align-last:initial;font-style:normal;color:#ffffff;display:block; }
#rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { display:block;width:392px;position:absolute;font-family:ral;font-size:23px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:292.53330993652px;left:42.483306884766px;height:184px;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;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; }
#GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeab3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:259px;width:446px;position:absolute;display:block;z-index:99998;top:261px;left:14px;display:block; }
#p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { display:block;width:364px;position:absolute;font-family:ral;font-size:29px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:290px;left:527.99996948242px;height:37.7px;font-style:normal;color:#ededed;display:block; }
#i51lUhpzXHLNTNdp887d29II5xEEOM2V { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:rgba(253,143,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:256px;width:421px;position:absolute;display:block;z-index:99999;top:261px;left:500px;display:block; }
#e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { display:block;width:333px;position:absolute;font-family:ral;font-size:22px;font-weight:700;z-index:100001;line-height:1.6;letter-spacing:0;top:344px;left:563px;height:140.8px;text-align:left;text-align-last:left;color:#ededed;font-style:normal;display:block; }
#xxXJcStDsUrNotE2R47PTq0mwGhvz21w { display:block;width:363.991px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.980155944824px;left:514.98579406738px;height:45.5px;font-style:normal;color:#ededed;display:block; }
#getHm5LryibAKMiIeccc1ZaE0izzT1OQ { display:block;width:353px;position:absolute;font-family:ral;font-size:21px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:98px;left:563px;height:84px;text-align:justify;text-align-last:initial;font-style:normal;color:#ffffff;display:block; }
#mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { box-sizing:content-box;color:#ededed;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:92px;left:502px;display:block; }
#KWzTOSWVvWsTU4XVmWIT5ZDWLvpOaR32 { box-sizing:content-box;color:#ffc051;font-size:20px;font-weight:400;line-height:1;height:28.9915px;width:28.9915px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:347.98754882812px;left:527.98751831055px;display:block; }
#yRi9V4WBiI4tMTwJLL4iPkgb3KtQJTtP { box-sizing:content-box;color:#ffc051;font-size:20px;font-weight:400;line-height:1;height:28.9915px;width:28.9915px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:454.16191101074px;left:527.99714660645px;display:block; }
#ZNO4sM8DSkKqQNhyCTdrAl66FFe3oAIt { box-sizing:content-box;color:#ffc051;font-size:20px;font-weight:400;line-height:1;height:28.9915px;width:28.9915px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:382.98754882812px;left:527.98751831055px;display:block; }
#pcdqOTOnSbDT0qELUkL0aNOhtqtQI2Hz { box-sizing:content-box;color:#ffc051;font-size:20px;font-weight:400;line-height:1;height:28.9915px;width:28.9915px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:418.97497558594px;left:527.98751831055px;display:block; }
#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3962d;background-image:none;position:relative;display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { background-color: transparent; background-image: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container > .video-iframe-container { display: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row > .video-iframe-container { display: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .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); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { border-width: 0; border-radius: 0; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { font-size:14px;font-family:arial;height:501px;width:960px;position:relative;display:block; }#ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { display:block;width:381px;position:absolute;font-family:ral;font-size:37px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:30px;left:32px;height:48.1px;color:#ffffff;font-style:normal;display:block; }
#xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { display:block;width:363px;position:absolute;font-family:ral;font-size:29px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:78px;left:32px;height:37.7px;color:#ffffff;display:block; }
#JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { display:block;width:343px;position:absolute;font-family:ral;font-size:19px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:121px;left:35px;height:74.1px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#nZhQZqZkMgCc7BQXNIoQBE6s03qU0JWK { display:block;width:380.994px;position:absolute;font-family:ral;font-size:37px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:222.98295593262px;left:31.477279663086px;height:48.1px;color:#ffffff;font-style:normal;display:block; }
#LtMr2o9w01GeQdrM4QkRW1V9oaqqq5sr { display:block;width:342.997px;position:absolute;font-family:ral;font-size:19px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:276.34941101074px;left:31.988647460938px;height:98.8px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#LNecIFGxTFLmMpvwyJQTtBevl9XAdMT5 { display:block;width:380.98px;position:absolute;font-family:ral;font-size:37px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:29.985794067383px;left:569.01985168457px;height:48.1px;color:#ffffff;font-style:normal;display:block; }
#ZwS6AVRccSHVTOgBzJX1DBFdzneE3lEG { background-color:#00ab9a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195.994px;height:55px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:394.60009765625px;left:84.983306884766px;display:block; }
#eXhmPPa0a8UW2QnfnXJAAMc3EWFMs7fG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TfvV3JU8h87BkcTTFElqpXqbCPqbiflU { background-color:#1dc126;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:194.61647796631px;left:569.01985168457px;display:block; }
#SxTLNfJiWw4lbrXyNoTF4b90ZiyTVwwV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Eq4X64wcpCBDXGsO8uNop0awDpKMRmUS { display:block;width:342.983px;position:absolute;font-family:ral;font-size:19px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:87.244316101074px;left:569.01985168457px;height:74.1px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#RdSFsZcwuef3LebO114yCSa28cJceTpp { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:197.11647796631px;left:619.80110168457px;display:block; }
#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { background-color: transparent; background-image: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .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); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { border-width: 0; border-radius: 0; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { box-sizing:content-box;color:#fd8f00;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:29px;left:679px;display:block; }
#D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { box-sizing:content-box;color:#fd8f00;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:29px;left:629px;display:block; }
#qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { box-sizing:content-box;color:#fd8f00;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:29px;left:729px;display:block; }
#dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { box-sizing:content-box;color:#fd8f00;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:29px;left:779px;display:block; }
#zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { display:block;width:561px;position:absolute;font-family:ral;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:47px;left:16px;height:20.8px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:500px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { width:116px;height:47px;top:28px;left:349.94998168945px;display:block; }
 }@media only screen and (max-width: 959px) { #sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { width:138px;height:102px;top:0px;left:338.98860168457px;display:block; }
 }@media only screen and (max-width: 959px) { #fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { width:764px;height:132px;top:208px;left:-2px;font-size:102px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #JByX4r36bsR5q69ftJQcVazpelNivVC9 { width:50px;height:50px;top:573px;left:360px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #C0RNMcqgQ33lAsVrT6JcBMHUrWKgTFgt { width:538px;height:145px;top:365px;left:129.44998168945px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #TVKbKhkv9zMFypf2ahs1C0xZDv6oftVe { width:518px;height:57px;top:520px;left:138.96664428711px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #K8Nc4x2U0vLMrTqDLbHkuOxslLyLxBls { width:50px;height:50px;top:573px;left:360px;font-size:35px;display:none; }
 }@media only screen and (max-width: 959px) { #XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX { display:block; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { width:764px;height:1044px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WQw7BxxgAflKulR05BtrSfWyPNrOgEso { width:320px;height:120px;top:175px;left:29px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #oAft08RHTKkIl2yT3ZycVnIRn17GTscF { width:308px;height:120px;top:407px;left:29px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #LVRPSGIqNhJAhOSP9pSVAzupkfmOeW81 { width:320px;height:140px;top:648px;left:29px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #SR2ro35P89SWTsBWOVz8vqIzFFcGsgFQ { width:351px;height:213px;top:604px;left:17px;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #PuozzI4LZSRTbJiI11CxCZxdlnWs7TdW { width:200px;height:62px;top:43px;left:29px;line-height:.9;display:block; }
 }@media only screen and (max-width: 959px) { #no1pOsf6zCJlevVmJrSMheDrBMO1Kqhf { width:320px;height:120px;top:175px;left:411px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #zdxeoXgbkTvXbECXgn6nT3hWvyEeTCzJ { width:351px;height:213px;top:604px;left:17px;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #EUIJbeMcL9Odo6FMVZyaRNS1T21ClQBI { width:351px;height:213px;top:604px;left:17px;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #CDwfffaQtwvTZZ02TZZc80etJWUxIKzH { width:351px;height:213px;top:604px;left:17px;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #QcqLtDOg4RPBk032UtPeeQiwEUk4gl2e { width:351px;height:213px;top:604px;left:17px;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #Naztx8gvxo9dCgwrwxM74zivkadB1rkg { width:308px;height:120px;top:407px;left:29px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { width:364px;height:45px;top:36px;left:16px;display:block; }
 }@media only screen and (max-width: 959px) { #H04weh0UEAxMU57aIHBpVVzCMP5biHnV { width:353px;height:133px;top:84px;left:14px;display:block; }
 }@media only screen and (max-width: 959px) { #rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { width:329px;height:0;top:313px;left:24px;line-height:.9;display:block; }
 }@media only screen and (max-width: 959px) { #GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { width:382px;height:214px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { width:200px;height:62px;top:272px;left:495px;line-height:.9;display:block; }
 }@media only screen and (max-width: 959px) { #i51lUhpzXHLNTNdp887d29II5xEEOM2V { width:362px;height:208px;top:260px;left:395px;display:block; }
 }@media only screen and (max-width: 959px) { #e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { width:304px;height:130px;top:353px;left:432px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 959px) { #xxXJcStDsUrNotE2R47PTq0mwGhvz21w { width:363px;height:44px;top:25px;left:382px;font-size:29px;display:block; }
 }@media only screen and (max-width: 959px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:353px;height:84px;top:97px;left:411px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { width:50px;height:50px;top:92px;left:382px;font-size:35px;display:none; }
 }@media only screen and (max-width: 959px) { #KWzTOSWVvWsTU4XVmWIT5ZDWLvpOaR32 { width:28px;height:28px;top:347px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #yRi9V4WBiI4tMTwJLL4iPkgb3KtQJTtP { width:28px;height:28px;top:454px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #ZNO4sM8DSkKqQNhyCTdrAl66FFe3oAIt { width:28px;height:28px;top:382px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #pcdqOTOnSbDT0qELUkL0aNOhtqtQI2Hz { width:28px;height:28px;top:418px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:764px;height:358px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:336px;height:48px;top:2px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { width:363px;height:37px;top:98px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:343px;height:72px;top:135px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #nZhQZqZkMgCc7BQXNIoQBE6s03qU0JWK { width:336px;height:48px;top:2px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #LtMr2o9w01GeQdrM4QkRW1V9oaqqq5sr { width:343px;height:72px;top:135px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #LNecIFGxTFLmMpvwyJQTtBevl9XAdMT5 { width:336px;height:48px;top:2px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #ZwS6AVRccSHVTOgBzJX1DBFdzneE3lEG { width:195px;height:55px;top:394px;left:35.983306884766px;display:block; }
 }@media only screen and (max-width: 959px) { #eXhmPPa0a8UW2QnfnXJAAMc3EWFMs7fG { display:block; }
 }@media only screen and (max-width: 959px) { #TfvV3JU8h87BkcTTFElqpXqbCPqbiflU { width:280px;height:55px;top:194px;left:422.01985168457px;display:block; }
 }@media only screen and (max-width: 959px) { #SxTLNfJiWw4lbrXyNoTF4b90ZiyTVwwV { display:block; }
 }@media only screen and (max-width: 959px) { #Eq4X64wcpCBDXGsO8uNop0awDpKMRmUS { width:343px;height:72px;top:135px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #RdSFsZcwuef3LebO114yCSa28cJceTpp { width:50px;height:50px;top:197px;left:472.80110168457px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:50px;height:50px;top:29px;left:613px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:50px;height:50px;top:29px;left:563px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:50px;height:50px;top:29px;left:631px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:50px;height:50px;top:29px;left:663px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:561px;height:20px;top:47px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVaSbJeR/Master_class.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/dVaSbJeR/Master_class.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139,144,143,0.27); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139,144,143,0.27); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:605px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { width:87px;height:35px;top:0px;left:38.465909004211px;display:block; }
 }@media only screen and (max-width: 763px) { #sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { width:106.989px;height:78.9915px;top:0px;left:28.991475105286px;display:block; }
 }@media only screen and (max-width: 763px) { #fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { width:320px;height:81px;top:186.96022033691px;left:0px;font-size:30px;line-height:.9;color:#ffffff;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #JByX4r36bsR5q69ftJQcVazpelNivVC9 { width:50px;height:50px;top:553px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #C0RNMcqgQ33lAsVrT6JcBMHUrWKgTFgt { width:318px;height:83.2px;top:354.4333190918px;left:0px;text-align:right;text-align-last:right;color:#ffffff;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TVKbKhkv9zMFypf2ahs1C0xZDv6oftVe { width:320px;height:41.6px;top:457.92501831055px;left:0px;text-align:right;text-align-last:right;color:rgba(209,108,25,0.93);display:block; }
 }@media only screen and (max-width: 763px) { #K8Nc4x2U0vLMrTqDLbHkuOxslLyLxBls { width:42.9972px;height:42.9972px;top:553px;left:138px;font-size:30px;z-index:100004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX { background-color:rgba(202,190,190,0.72);background-image:none;display:block; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { background-color: transparent; background-image: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container > .video-iframe-container { display: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row > .video-iframe-container { display: none; }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .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); }#XxlJXc0NlW6e0OLpQ0PaTbxRITOlyMSX > .row .container { width:320px;height:1559px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQw7BxxgAflKulR05BtrSfWyPNrOgEso { width:265px;height:146.3px;top:173px;left:31px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oAft08RHTKkIl2yT3ZycVnIRn17GTscF { width:250px;height:125.4px;top:448.28333282471px;left:35px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LVRPSGIqNhJAhOSP9pSVAzupkfmOeW81 { width:285px;height:146.3px;top:684.9857635498px;left:17.499999046326px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #SR2ro35P89SWTsBWOVz8vqIzFFcGsgFQ { width:320px;height:227px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PuozzI4LZSRTbJiI11CxCZxdlnWs7TdW { width:320px;height:30.6px;top:37px;left:0px;font-size:34px;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #no1pOsf6zCJlevVmJrSMheDrBMO1Kqhf { width:265px;height:125.4px;top:948.99133300781px;left:27.485795021057px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zdxeoXgbkTvXbECXgn6nT3hWvyEeTCzJ { width:320px;height:226px;top:397.9829788208px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EUIJbeMcL9Odo6FMVZyaRNS1T21ClQBI { width:320px;height:226px;top:652.94036865234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CDwfffaQtwvTZZ02TZZc80etJWUxIKzH { width:320px;height:226px;top:914.95740866661px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QcqLtDOg4RPBk032UtPeeQiwEUk4gl2e { width:320px;height:226px;top:1181.450012207px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Naztx8gvxo9dCgwrwxM74zivkadB1rkg { width:320px;height:104.5px;top:1234.200012207px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { width:320px;height:990px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { width:320px;height:45.5px;top:26px;left:0px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H04weh0UEAxMU57aIHBpVVzCMP5biHnV { width:280px;height:128px;top:88px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { width:266.983px;height:171px;top:280.28338623047px;left:26.516662597656px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { width:320px;height:233px;top:261px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { width:320px;height:54px;top:717px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #i51lUhpzXHLNTNdp887d29II5xEEOM2V { width:316px;height:239px;top:702px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { width:256px;height:156.4px;top:777px;left:46px;font-size:17px;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #xxXJcStDsUrNotE2R47PTq0mwGhvz21w { width:320px;height:37.7px;top:549.9833984375px;left:0px;text-align:center;text-align-last:center;color:#ffffff;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:279px;height:80px;top:598.99993896484px;left:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { top:599.00001525879px;left:0px;width:40px;height:40px;z-index:100006;color:#ffffff;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KWzTOSWVvWsTU4XVmWIT5ZDWLvpOaR32 { width:29px;height:29px;top:780px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yRi9V4WBiI4tMTwJLL4iPkgb3KtQJTtP { width:28px;height:28px;top:906px;left:15px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNO4sM8DSkKqQNhyCTdrAl66FFe3oAIt { width:28px;height:28px;top:821px;left:15px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #pcdqOTOnSbDT0qELUkL0aNOhtqtQI2Hz { width:28px;height:28px;top:862px;left:15px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:320px;height:37px;top:23px;left:0px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { width:301.989px;height:33.6px;top:59.303970336914px;left:8.9914770126343px;text-align:center;text-align-last:center;line-height:1.2;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:320px;height:74.1px;top:116.98863220215px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZhQZqZkMgCc7BQXNIoQBE6s03qU0JWK { width:320px;height:32px;top:244.34657287598px;left:0px;text-align:center;text-align-last:center;line-height:1;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LtMr2o9w01GeQdrM4QkRW1V9oaqqq5sr { width:320px;height:98.8px;top:292.96873474121px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LNecIFGxTFLmMpvwyJQTtBevl9XAdMT5 { width:320px;height:32px;top:549.97155761719px;left:0px;text-align:center;text-align-last:center;line-height:1;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwS6AVRccSHVTOgBzJX1DBFdzneE3lEG { width:195px;height:55px;top:426.15058898926px;left:62.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #eXhmPPa0a8UW2QnfnXJAAMc3EWFMs7fG { display:block; }
 }@media only screen and (max-width: 763px) { #TfvV3JU8h87BkcTTFElqpXqbCPqbiflU { width:280px;height:55px;top:719.95741865234px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SxTLNfJiWw4lbrXyNoTF4b90ZiyTVwwV { display:block; }
 }@media only screen and (max-width: 763px) { #Eq4X64wcpCBDXGsO8uNop0awDpKMRmUS { width:320px;height:74.1px;top:601.78981865234px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RdSFsZcwuef3LebO114yCSa28cJceTpp { width:50px;height:50px;top:722.45738357306px;left:72.997155189514px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:50px;height:50px;top:100px;left:105px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:50px;height:50px;top:100px;left:55px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:50px;height:50px;top:100px;left:205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:50px;height:50px;top:100px;left:155px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:320px;height:20.8px;top:45px;left:1px;text-align:center;text-align-last:center;display:block; }
 }