.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,223,229;--color-primary-1:141,147,169;--color-primary-2:26,39,83;--color-primary-3:13,20,42;--color-primary-4:4,6,12;--color-secondary-0:224,240,248;--color-secondary-1:153,204,233;--color-secondary-2:50,153,210;--color-secondary-3:25,77,105;--color-secondary-4:8,23,32;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,179;--color-tertiary-2:255,255,0;--color-tertiary-3:128,128,0;--color-tertiary-4:25,25,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/b51faa8b-1a0e-471c-affb-a8c15745e351/ChatGPTImage202631311_35_53FireflyUpscaler2xscalecopy.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { 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(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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#uVKXLg7NSPQ2AzHg9wRiDNXW55aOJzZr { color:#1a2753;display:block;width:41.125rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 4.0625rem #ffffff;top:6.75rem;left:5.21875rem;height:7.0498125rem;font-style:normal;display:block; }
#tMnTMB80UKDETfVtJbbgRnUqlThLPVPU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:16.51953125rem;left:5.84375rem;height:;overflow:hidden;display:block; }#tMnTMB80UKDETfVtJbbgRnUqlThLPVPU li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tMnTMB80UKDETfVtJbbgRnUqlThLPVPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78f4679a-8a38-4dfd-b233-326bebb279cb/TutorRecruimentLandingPage_v2.svg); }
#ndIoqsXnu5VSkzI8JucfzPel5qfgEIQA { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;box-sizing:border-box;color:#1a2753;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.5rem;left:5.21875rem;display:block; }
#MscdTOn6LWg9mhXLsTN1g4e21a8NQJ6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQo15EHyuLar5b6HN8xgAONX4WAQhIWn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.442926406861rem;left:21.589628219604rem;height:1.2999125rem;display:block; }
#Wx6XGlKFoq05I17LITyOtOcNOUJcwuoM { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;box-sizing:border-box;color:#1a2753;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.48548625rem;height:2.73568rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.718099594116rem;left:23.402130126953rem;display:block; }
#AsUkZvH2JaIkVAHFTTQxyHvRvLOouEde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQdsn77a7k8BT5EPnFlIUoNzedfXXZcW { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:34.873046875rem;left:45.873268127441rem;height:0.9624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#crThv3DTVT5Sc7CXxckCkoUvIdBcpdJf { position:absolute;display:block;z-index:15019;height:1.68555rem;width:2.9985375rem;top:2.25rem;left:72.00146484375rem;display:block; }
#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/32a0ea07-37ec-4345-8515-0ec7890aa2e3/TutorRecruimentLandingPage_v208.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.adaptive-delivery-prevent-bg, #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.lazyload, #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.lazyloading { background-image: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { background-color: transparent; background-image: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container > .video-iframe-container { display: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row > .video-iframe-container { display: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .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); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { border-width: 0; border-radius: 0; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { font-size:0.875rem;font-family:arial;height:141.3125rem;width:75rem;position:relative;display:block; }#P9WN4fRZkuH43A6AXEwD1EsFTVITmaOH { color:#1a2753;display:block;width:41.125rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.375rem;left:5.8125rem;height:3.23095625rem;font-style:normal;display:block; }
#e278OgyI7ssvAdIxUM5vSvyCr5rIqzTK { color:#1a2753;display:block;width:18.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.4993505477906rem;left:5.8116321563721rem;height:1.7871125rem;font-style:normal;display:block; }
#escaISSqSONWEocBIoV40dcOstcdWLQ1 { color:#1a2753;display:block;width:24.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5625rem;left:35.5rem;height:1.71875rem;font-style:normal;display:block; }
#ewfLgqi6TfMOkx3VfibFyawAnPUNIstE { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:"noto sans tc";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 4.0625rem #ffffff;top:7.625rem;left:24.4375rem;height:3.0249rem;font-style:normal;display:block; }
#P0UwUZWks7sQQ8JOC9ZrfTTo8geIBlDf { color:#1a2753;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.5625rem;left:9.375rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZRLTcyqvkPVH2BK56x6zShFdczg2E2M { color:#545454;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:17.4375rem;left:9.375rem;height:1.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 { color:#1a2753;display:block;width:16.8125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:28.75rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#NITzfmbNkhxzZIfwdS3o7Dgp7yeRVsWD { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7rem;top:20.625rem;left:11.625rem;overflow:hidden;display:block; }
#Gk5tNUD6UO9EiTbfbC7gRhKKAd3pVE5K { box-sizing:content-box;height:22.4375rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:12.625rem;left:4.1875rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#zome69KAp98xP2F1mxOSTlJmcePq5lGt { box-sizing:content-box;height:22.4375rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:12.625rem;left:26.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#hbngdG42lylHFk2TwwX5kd6ovBCu2BM5 { box-sizing:content-box;height:22.4375rem;width:21.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:12.625rem;left:49.5rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#xZ8HtpDoKi61sCcTFzNzMQVhR7C9RQ6k { color:#1a2753;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:15.5625rem;left:31.75rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UA4rGd7VUzll44HVaiDVt5OTDbRfumBF { color:#545454;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:17.4375rem;left:31.75rem;height:1.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDm9J2vHnqDemhmMa1TevJUekDO8avrt { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.125rem;top:20.625rem;left:33.4375rem;overflow:hidden;display:block; }
#O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL { color:#1a2753;display:block;width:17.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:28.75rem;left:28.875rem;height:3.51171875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#u7MdTaFuTfyyoyflXhfH6IgozAvD1tqa { color:#1a2753;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.5625rem;left:54.4375rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awoPENmmyOr8u0EtRzAttq9aOqJSBvW0 { color:#545454;display:block;width:11.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:17.4375rem;left:54.4375rem;height:1.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8EQveXB1xi8BBdJfyh3Su6DSHNiibEi { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:20.3125rem;left:56.875rem;overflow:hidden;display:block; }
#On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 { color:#1a2753;display:block;width:19rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:28.75rem;left:51.5625rem;height:3.51171875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#ApPNoce6yx0xnNiRoSeDVCq2Cd3uicib { color:#1a2753;display:block;width:24.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:38.75rem;left:5.8125rem;height:1.71875rem;font-style:normal;display:block; }
#qSdaNqDGk3xV65qFEWemzcd7bmTfOHsT { color:#1a2753;display:block;width:6.25rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:42.1875rem;left:8rem;height:1.58105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p248GoPu8gTVIB9aUEI02VEXzThTz3Fi { color:#1a2753;display:block;width:12.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:44.5rem;left:7.9375rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#p248GoPu8gTVIB9aUEI02VEXzThTz3Fi li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#p248GoPu8gTVIB9aUEI02VEXzThTz3Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#cHMbfTVU9HyaEUHi5aoHdSgS0QFGhHWS { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #3b7893;border-left:0.0625rem solid #3b7893;border-right:0.0625rem solid #3b7893;border-bottom:0.0625rem solid #3b7893;top:42.22802734375rem;left:5.9375rem;display:block; }
#EevMxCTCAQ9nStd7BIicnhfBnxKpKD2r { box-sizing:content-box;height:7.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#3b7893;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4560546875rem;left:6.65625rem;display:block; }
#xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih { color:#1a2753;display:block;width:12.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:44.5rem;left:24.4375rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#cSrR6LZlWoTDywrNTT00y9udGIfWM8Ih { box-sizing:content-box;height:7.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#3b7893;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:23.1875rem;display:block; }
#ycR7hAWTqVkk7C9XyP3b1EKhfa9L5Bad { color:#1a2753;display:block;width:6.25rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:42.1875rem;left:24.5rem;height:1.58105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZAZP5OoAH20XQvGbET6kQhrEI7oHdAH { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #3b7893;border-left:0.0625rem solid #3b7893;border-right:0.0625rem solid #3b7893;border-bottom:0.0625rem solid #3b7893;top:42.25rem;left:22.4375rem;display:block; }
#kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr { color:#1a2753;display:block;width:12.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:44.5rem;left:57.3125rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#ecZL3cpTmUIHZ50oFLkWfIsxTqluHXVV { box-sizing:content-box;height:7.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:#3b7893;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:56.0625rem;display:block; }
#M54xdBul5Mr3C7qiNtCtEuaXxxy2hFLr { color:#1a2753;display:block;width:6.25rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:42.1875rem;left:57.375rem;height:1.58105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvDtiKXUho9rm69tbw1u97AcWKB7Vkes { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #3b7893;border-left:0.0625rem solid #3b7893;border-right:0.0625rem solid #3b7893;border-bottom:0.0625rem solid #3b7893;top:42.25rem;left:55.3125rem;display:block; }
#fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp { color:#1a2753;display:block;width:12.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:44.5rem;left:40.8125rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
#QP5TKKcsRoEi8J8SWKAB1Q1APO7EdyT7 { box-sizing:content-box;height:7.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#3b7893;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:39.5625rem;display:block; }
#qi0NxxOdRPnWrSJDJApFqeviW72Ih0fw { color:#1a2753;display:block;width:6.25rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:42.1875rem;left:40.875rem;height:1.58105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xURnERHSxUTioQXbIfPP91mtZm1zGO2e { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #3b7893;border-left:0.0625rem solid #3b7893;border-right:0.0625rem solid #3b7893;border-bottom:0.0625rem solid #3b7893;top:42.25rem;left:38.8125rem;display:block; }
#V22gmNSW4PPnwCe32oqp9tPzyMVfm4BE { box-sizing:content-box;height:33.375rem;width:73.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(61,78,102,0.8), rgba(52,69,89,0.8));background-image: -moz-linear-gradient(180deg, rgba(61,78,102,0.8), rgba(52,69,89,0.8));background-image: -ms-linear-gradient(180deg, rgba(61,78,102,0.8), rgba(52,69,89,0.8));background-image: -o-linear-gradient(180deg, rgba(61,78,102,0.8), rgba(52,69,89,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4e66cc', endColorstr='#344559cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4e66cc', endColorstr='#344559cc' );";background-image: linear-gradient(180deg, rgba(61,78,102,0.8), rgba(52,69,89,0.8));background-size:auto !important;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid rgba(15,21,25,0.8);border-left:0.0625rem solid rgba(15,21,25,0.8);border-right:0.0625rem solid rgba(15,21,25,0.8);border-bottom:0.0625rem solid rgba(15,21,25,0.8);top:54rem;left:0.75rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#B32RKQrLTMZW6rACRRqtDmns6i7miRmB { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:57.4375rem;left:27.65625rem;height:3.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qa4OEufHLWCNFgF5rsxyWU27ODfSASl4 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:75.7314453125rem;left:9.28125rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJyycg6AiGVridFcNG7fcDAWHff6LqIw { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:77.5625rem;left:5.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#KBobnLEiNVHxNJiSP1sSid5UwT7ctdW8 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:75.75rem;left:31.625rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skuZf9CUpIaBCTKuPxJgVgxPbNVXGgyo { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:77.5625rem;left:27.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MVRwCuiOBifPC6OW9mdWEVdo5bA1BtG4 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:75.75rem;left:54.375rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HE2cEogNqb6Em3R85uZg22P13whiE2W3 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:77.5625rem;left:50.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#eT1pt4n7kWddLtUtvXO9fJXKuiyTbgsl { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:81.75rem;left:26.3125rem;height:1.71875rem;font-style:normal;display:block; }
#pEP3uOyZ8ng5ZK19ennu9vWb8oZUAb8c { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;box-sizing:border-box;color:#1a2753;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:81.25rem;left:34.1875rem;display:block; }
#gNFIET010dPXaxPDqoTbZiZKTxanFL7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR5956KG4b8hP849mLABl3eHKOyyWK80 { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:81.75rem;left:47.1875rem;height:1.71875rem;font-style:normal;display:block; }
#dlfmlWAZOSfrUtZlkItBUEgWso564VoP { color:#1a2753;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:91.1123046875rem;left:5.8125rem;height:2.54345625rem;font-style:normal;display:block; }
#fNAuDcIyMVkP5STJ4zMzMNRxx3EtLEus { box-sizing:content-box;height:42.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:95.0625rem;left:26.78125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#NXcIbOGlS5omdlPorUqaGlgn4Iir1dxz { color:#1a2753;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:97.4375rem;left:28.71875rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAVD8liWaXpAr48y2a9n6SnfrTsJiGVx { color:#545454;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:101.5rem;left:28.625rem;height:7.7173125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#g93uy6vFUx0EdnBXR3alagewAAXeTH3r { color:#1a2753;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:113.5rem;left:28.625rem;height:11.3720625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BWGmbBBdiDyK2zDgvAUX2APbqUp9fMcv { color:#3299d2;display:block;width:9.875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:133rem;left:36.375rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FcTrhKT2UfP9pa4TMFbqTqZWHb2Zgk6f { color:#545454;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:134.75rem;left:36.5rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xAwdsZZCZ1T4265m7TtdX9CoTTT6k4Jh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.625rem;top:110.625rem;left:28.71875rem;overflow:hidden;display:block; }
#V9yF5ZJZIR4GRVTccptAXovF93EksIke { box-sizing:content-box;height:42.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:95.0625rem;left:49.5rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#bMbtmxLEKWpEHTkqxq0H1LprHyIRzCQw { color:#3299d2;display:block;width:9.875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:132.9375rem;left:59.0625rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZnfiV7Gcz7gqQvHiBgTLAyKK5D0MBxP { color:#1a2753;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:113.5rem;left:51.34375rem;height:12.50926875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JT275XSIJCdWND5tfgJdLJsASRnCirB2 { color:#545454;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:134.6875rem;left:59.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTUi3vWxvKdSQySb2DRMZfZyCtbJ6mch { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.625rem;top:110.625rem;left:51.34375rem;overflow:hidden;display:block; }
#v1UNf5XJktupznVqpSsm7vJTyubTvTn3 { color:#545454;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:101.5rem;left:51.34375rem;height:7.7173125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TbrW3mEIQdeJy9Ar9tLbMfTOM6tsE3B3 { color:#1a2753;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:97.4375rem;left:51.4375rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeLyUm8JXqbk6RwRJBytXdmlheFmCnz0 { box-sizing:content-box;height:42.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;top:95.125rem;left:4.1875rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#iqO0ldhDzmMCGp4pbDFAH1m3WbBmwyHX { color:#1a2753;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:113.8125rem;left:6.25rem;height:10.23485625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EsTL6tW35TrdTywsTSfyU8JBgf5NiTJy { color:#545454;display:block;width:16.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:101.43663406372rem;left:6.0622844696045rem;height:7.7173125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TumOtmTMNgv4iXVeUAax6yaau2UZk61W { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.625rem;top:110.625rem;left:6.25rem;overflow:hidden;display:block; }
#Odt5DQNtVDDl1NN698t9eMUcf8oC6lfb { color:#1a2753;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:97.25rem;left:6.125rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l3CpSq0x3ohdTcDq11CxLHNaNkXgLCtq { color:#3299d2;display:block;width:7.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:133.0625rem;left:13.875rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zUVTsmbevk8zuKW3AOOgSSTn0yb0p5KS { color:#545454;display:block;width:7rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:134.8125rem;left:13.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTgL9Akq2uIuf7RmTBHupoSdUBay3RC8 { color:#1a2753;display:block;width:24.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:25.5rem;height:1.71875rem;font-style:normal;display:none; }
#Te5aZp448gSVwOLoI3ALmuC3xGQIIJhI { color:#1a2753;display:block;width:24.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:25.5rem;height:1.71875rem;font-style:normal;display:none; }
#oyN2ZwNGSD2Vl6lfvZdzlLMnap1gw7tk { position:absolute;display:block;z-index:15040;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:128.9375rem;left:51.375rem;overflow:hidden;display:block; }
#QTqrOw4sVpbRFvhdewoTl88f56Ab4LMZ { position:absolute;display:block;z-index:15041;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:128.9375rem;left:28.6875rem;overflow:hidden;display:block; }
#gpQxLHn0Odxw6uvcoR0QKxeCzpT3ayH9 { position:absolute;display:block;z-index:15042;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:128.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#ZBrQTS3TGJzJhpaOxlKywEKp28qPP2mI { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.875rem;width:21.3125rem;top:62.8125rem;left:49.5rem;overflow:hidden;display:block; }
#QTTpxx2mQ3zHkTyydNrcOHsMlvBO1WTJ { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.875rem;width:21.3125rem;top:62.8125rem;left:26.84375rem;overflow:hidden;display:block; }
#GOL21HKXPT6s018UR6ypOrfidTTdHTMH { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:11.8125rem;width:21.3125rem;top:62.84375rem;left:4.3115234375rem;overflow:hidden;display:block; }
#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202d51;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; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container { background-color: transparent; background-image: none; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container > .video-iframe-container { display: none; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row > .video-iframe-container { display: none; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .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); }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container { border-width: 0; border-radius: 0; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#tTLyUD3pOtQLZx1dPZlstZqhFFEVV8SU { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9375rem;left:15.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOLhiV09EU9H1n9D0E6J26RKqlSa0EP6 { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.875rem 1.25rem rgba(163,163,163,0.15) ;box-sizing:border-box;color:#1a2753;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.5625rem;left:29.71875rem;display:block; }
#PhIFVygGdVUlX4rAIovQc0k8feoNiTu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNrTKyybR5EDWHbMKx3nceBN9qtEKdzm { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:17.125rem;left:30.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKXLg7NSPQ2AzHg9wRiDNXW55aOJzZr { top:6.75rem;left:0rem;width:41.125rem;height:7rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMnTMB80UKDETfVtJbbgRnUqlThLPVPU { top:16.5rem;left:0rem;width:30.5rem;height:;font-size:1.3125rem;display:block; }#tMnTMB80UKDETfVtJbbgRnUqlThLPVPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78f4679a-8a38-4dfd-b233-326bebb279cb/TutorRecruimentLandingPage_v2.svg); }
 }@media only screen and (max-width: 763px) { #ndIoqsXnu5VSkzI8JucfzPel5qfgEIQA { width:15.5625rem;height:3.1875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MscdTOn6LWg9mhXLsTN1g4e21a8NQJ6L { display:block; }
 }@media only screen and (max-width: 763px) { #wQo15EHyuLar5b6HN8xgAONX4WAQhIWn { top:28.4375rem;left:7.9646282196044rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx6XGlKFoq05I17LITyOtOcNOUJcwuoM { width:8.4375rem;height:2.6875rem;top:27.6875rem;left:9.7771301269531rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsUkZvH2JaIkVAHFTTQxyHvRvLOouEde { display:block; }
 }@media only screen and (max-width: 763px) { #WQdsn77a7k8BT5EPnFlIUoNzedfXXZcW { top:34.8125rem;left:16.6875rem;width:29rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crThv3DTVT5Sc7CXxckCkoUvIdBcpdJf { top:2.25rem;left:44.8125rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 { display:block; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9WN4fRZkuH43A6AXEwD1EsFTVITmaOH { top:4.375rem;left:0rem;width:41.125rem;height:3.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e278OgyI7ssvAdIxUM5vSvyCr5rIqzTK { top:8.4375rem;left:0rem;width:18.8125rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #escaISSqSONWEocBIoV40dcOstcdWLQ1 { top:8.5625rem;left:21.875rem;width:24.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewfLgqi6TfMOkx3VfibFyawAnPUNIstE { top:7.625rem;left:10.8125rem;width:8.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0UwUZWks7sQQ8JOC9ZrfTTo8geIBlDf { top:15.5625rem;left:0rem;width:11.5625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRLTcyqvkPVH2BK56x6zShFdczg2E2M { top:17.4375rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 { top:28.75rem;left:0rem;width:16.75rem;height:;font-size:1rem;display:block; }#nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #NITzfmbNkhxzZIfwdS3o7Dgp7yeRVsWD { top:20.625rem;left:0rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5tNUD6UO9EiTbfbC7gRhKKAd3pVE5K { top:12.625rem;left:0rem;width:21.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zome69KAp98xP2F1mxOSTlJmcePq5lGt { top:12.625rem;left:13.1875rem;width:21.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbngdG42lylHFk2TwwX5kd6ovBCu2BM5 { top:12.625rem;left:26.3125rem;width:21.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8HtpDoKi61sCcTFzNzMQVhR7C9RQ6k { top:15.5625rem;left:18.125rem;width:11.5625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4rGd7VUzll44HVaiDVt5OTDbRfumBF { top:17.4375rem;left:18.125rem;width:11.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDm9J2vHnqDemhmMa1TevJUekDO8avrt { top:20.625rem;left:19.8125rem;width:8.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL { top:28.75rem;left:15.25rem;width:17.9375rem;height:3.5rem;font-size:1rem;display:block; }#O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #u7MdTaFuTfyyoyflXhfH6IgozAvD1tqa { top:15.5625rem;left:36.1875rem;width:11.5625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoPENmmyOr8u0EtRzAttq9aOqJSBvW0 { top:17.4375rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8EQveXB1xi8BBdJfyh3Su6DSHNiibEi { top:20.3125rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 { top:28.75rem;left:28.75rem;width:19rem;height:3.5rem;font-size:1rem;display:block; }#On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #ApPNoce6yx0xnNiRoSeDVCq2Cd3uicib { top:38.75rem;left:0rem;width:24.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSdaNqDGk3xV65qFEWemzcd7bmTfOHsT { top:42.1875rem;left:0rem;width:6.25rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p248GoPu8gTVIB9aUEI02VEXzThTz3Fi { top:44.5rem;left:0rem;width:12.875rem;height:6.625rem;font-size:1rem;display:block; }#p248GoPu8gTVIB9aUEI02VEXzThTz3Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #cHMbfTVU9HyaEUHi5aoHdSgS0QFGhHWS { top:42.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EevMxCTCAQ9nStd7BIicnhfBnxKpKD2r { top:43.4375rem;left:0rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih { top:44.5rem;left:10.8125rem;width:12.875rem;height:6.625rem;font-size:1rem;display:block; }#xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #cSrR6LZlWoTDywrNTT00y9udGIfWM8Ih { top:43.4375rem;left:9.5625rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycR7hAWTqVkk7C9XyP3b1EKhfa9L5Bad { top:42.1875rem;left:10.875rem;width:6.25rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZAZP5OoAH20XQvGbET6kQhrEI7oHdAH { top:42.25rem;left:8.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr { top:44.5rem;left:34.875rem;width:12.875rem;height:6.625rem;font-size:1rem;display:block; }#kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #ecZL3cpTmUIHZ50oFLkWfIsxTqluHXVV { top:43.4375rem;left:42.4375rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54xdBul5Mr3C7qiNtCtEuaXxxy2hFLr { top:42.1875rem;left:41.5rem;width:6.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDtiKXUho9rm69tbw1u97AcWKB7Vkes { top:42.25rem;left:41.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp { top:44.5rem;left:27.1875rem;width:12.875rem;height:9.625rem;font-size:1rem;display:block; }#fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #QP5TKKcsRoEi8J8SWKAB1Q1APO7EdyT7 { top:43.4375rem;left:25.9375rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0NxxOdRPnWrSJDJApFqeviW72Ih0fw { top:42.1875rem;left:27.25rem;width:6.25rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURnERHSxUTioQXbIfPP91mtZm1zGO2e { top:42.25rem;left:25.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22gmNSW4PPnwCe32oqp9tPzyMVfm4BE { top:54rem;left:0rem;width:47.625rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32RKQrLTMZW6rACRRqtDmns6i7miRmB { top:57.4375rem;left:14.03125rem;width:20.625rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa4OEufHLWCNFgF5rsxyWU27ODfSASl4 { top:75.6875rem;left:0rem;width:10.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJyycg6AiGVridFcNG7fcDAWHff6LqIw { top:77.5625rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBobnLEiNVHxNJiSP1sSid5UwT7ctdW8 { top:75.75rem;left:18rem;width:10.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skuZf9CUpIaBCTKuPxJgVgxPbNVXGgyo { top:77.5625rem;left:14.0625rem;width:19.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRwCuiOBifPC6OW9mdWEVdo5bA1BtG4 { top:75.75rem;left:37rem;width:10.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2cEogNqb6Em3R85uZg22P13whiE2W3 { top:77.5625rem;left:28.0625rem;width:19.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1pt4n7kWddLtUtvXO9fJXKuiyTbgsl { top:81.75rem;left:12.6875rem;width:8.0625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEP3uOyZ8ng5ZK19ennu9vWb8oZUAb8c { width:12.1875rem;height:2.6875rem;top:81.25rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNFIET010dPXaxPDqoTbZiZKTxanFL7m { display:block; }
 }@media only screen and (max-width: 763px) { #IR5956KG4b8hP849mLABl3eHKOyyWK80 { top:81.75rem;left:33.5625rem;width:1.5rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlfmlWAZOSfrUtZlkItBUEgWso564VoP { top:91.0625rem;left:0rem;width:19.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNAuDcIyMVkP5STJ4zMzMNRxx3EtLEus { top:95.0625rem;left:13.15625rem;width:21.3125rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcIbOGlS5omdlPorUqaGlgn4Iir1dxz { top:97.4375rem;left:15.09375rem;width:17.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVD8liWaXpAr48y2a9n6SnfrTsJiGVx { top:101.5rem;left:15rem;width:17.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93uy6vFUx0EdnBXR3alagewAAXeTH3r { top:113.4375rem;left:14.999134063721rem;width:17.6875rem;height:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGmbBBdiDyK2zDgvAUX2APbqUp9fMcv { top:133rem;left:22.75rem;width:9.875rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTrhKT2UfP9pa4TMFbqTqZWHb2Zgk6f { top:134.75rem;left:22.875rem;width:7rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwdsZZCZ1T4265m7TtdX9CoTTT6k4Jh { top:110.625rem;left:15.09375rem;width:1.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9yF5ZJZIR4GRVTccptAXovF93EksIke { top:95.0625rem;left:26.3125rem;width:21.3125rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbtmxLEKWpEHTkqxq0H1LprHyIRzCQw { top:132.9375rem;left:37.875rem;width:9.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZnfiV7Gcz7gqQvHiBgTLAyKK5D0MBxP { top:113.4375rem;left:30.0625rem;width:17.6875rem;height:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT275XSIJCdWND5tfgJdLJsASRnCirB2 { top:134.6875rem;left:40.8125rem;width:6.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUi3vWxvKdSQySb2DRMZfZyCtbJ6mch { top:110.625rem;left:37.71875rem;width:1.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1UNf5XJktupznVqpSsm7vJTyubTvTn3 { top:101.5rem;left:30rem;width:17.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbrW3mEIQdeJy9Ar9tLbMfTOM6tsE3B3 { top:97.4375rem;left:30.1875rem;width:17.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeLyUm8JXqbk6RwRJBytXdmlheFmCnz0 { top:95.125rem;left:0rem;width:21.3125rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqO0ldhDzmMCGp4pbDFAH1m3WbBmwyHX { top:113.8125rem;left:0rem;width:17.6875rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTL6tW35TrdTywsTSfyU8JBgf5NiTJy { top:101.375rem;left:0rem;width:16.9375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TumOtmTMNgv4iXVeUAax6yaau2UZk61W { top:110.625rem;left:0rem;width:1.5625rem;height:2.1042070674424rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odt5DQNtVDDl1NN698t9eMUcf8oC6lfb { top:97.25rem;left:0rem;width:17.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3CpSq0x3ohdTcDq11CxLHNaNkXgLCtq { top:133.0625rem;left:0.25rem;width:7.4375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVTsmbevk8zuKW3AOOgSSTn0yb0p5KS { top:134.8125rem;left:0.3125rem;width:7rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgL9Akq2uIuf7RmTBHupoSdUBay3RC8 { top:9.3125rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te5aZp448gSVwOLoI3ALmuC3xGQIIJhI { top:10rem;left:0rem;width:15rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyN2ZwNGSD2Vl6lfvZdzlLMnap1gw7tk { top:128.9375rem;left:37.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTqrOw4sVpbRFvhdewoTl88f56Ab4LMZ { top:128.9375rem;left:15.0625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQxLHn0Odxw6uvcoR0QKxeCzpT3ayH9 { top:128.9375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBrQTS3TGJzJhpaOxlKywEKp28qPP2mI { top:62.8125rem;left:26.4375rem;width:21.3125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTpxx2mQ3zHkTyydNrcOHsMlvBO1WTJ { top:62.8125rem;left:13.21875rem;width:21.3125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOL21HKXPT6s018UR6ypOrfidTTdHTMH { top:62.8125rem;left:0rem;width:21.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqiStJHL6W0JkGQWvlThr9qzTTDW3di { display:block; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTLyUD3pOtQLZx1dPZlstZqhFFEVV8SU { top:3.9375rem;left:2.09375rem;width:43.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLhiV09EU9H1n9D0E6J26RKqlSa0EP6 { width:15.5625rem;height:3.1875rem;top:12.5625rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhIFVygGdVUlX4rAIovQc0k8feoNiTu7 { display:block; }
 }@media only screen and (max-width: 763px) { #fNrTKyybR5EDWHbMKx3nceBN9qtEKdzm { top:17.125rem;left:17.3125rem;width:13.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/e8480373-cfe8-41fb-b173-63dca1c6133f/ChatGPTImage_mobilecopy.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { 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(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 { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKXLg7NSPQ2AzHg9wRiDNXW55aOJzZr { width:20rem;height:7.1996875rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tMnTMB80UKDETfVtJbbgRnUqlThLPVPU { width:19.375rem;height:13.38575rem;top:12.25rem;left:0.3125rem;font-size:1.3125rem;display:block; }#tMnTMB80UKDETfVtJbbgRnUqlThLPVPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78f4679a-8a38-4dfd-b233-326bebb279cb/TutorRecruimentLandingPage_v2.svg); }
 }@media only screen and (max-width: 763px) { #ndIoqsXnu5VSkzI8JucfzPel5qfgEIQA { width:14.1875rem;height:2.8125rem;top:27.3125rem;left:2.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MscdTOn6LWg9mhXLsTN1g4e21a8NQJ6L { display:block; }
 }@media only screen and (max-width: 763px) { #wQo15EHyuLar5b6HN8xgAONX4WAQhIWn { width:1.5625rem;height:1.2999125rem;top:30.62451171875rem;left:9.18701171875rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wx6XGlKFoq05I17LITyOtOcNOUJcwuoM { width:7.36023625rem;height:2.4375rem;top:32.3583984375rem;left:6.3115234375rem;font-size:1rem;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
 }@media only screen and (max-width: 763px) { #AsUkZvH2JaIkVAHFTTQxyHvRvLOouEde { display:block; }
 }@media only screen and (max-width: 763px) { #WQdsn77a7k8BT5EPnFlIUoNzedfXXZcW { width:20rem;height:0.6875rem;top:49.60693359375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crThv3DTVT5Sc7CXxckCkoUvIdBcpdJf { width:1.875rem;height:1.875rem;top:1.26171875rem;left:16.53125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fff4bc9a-c560-473d-912c-0eb89205c273/TutorRecruimentLandingPage_v212.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.adaptive-delivery-prevent-bg, #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.lazyload, #CEFV4lkTHgF315tKOHlQsrk90qWz5fA2.lazyloading { background-image: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { background-color: transparent; background-image: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container > .video-iframe-container { display: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row > .video-iframe-container { display: none; }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .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); }#CEFV4lkTHgF315tKOHlQsrk90qWz5fA2 > .row .container { width:20rem;height:273.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9WN4fRZkuH43A6AXEwD1EsFTVITmaOH { width:20rem;height:2.19970625rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e278OgyI7ssvAdIxUM5vSvyCr5rIqzTK { width:20rem;height:1.71875rem;top:5.7881941795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #escaISSqSONWEocBIoV40dcOstcdWLQ1 { width:20rem;height:0;top:9.26171875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewfLgqi6TfMOkx3VfibFyawAnPUNIstE { width:8.8125rem;height:2.0625rem;top:7.9375rem;left:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0UwUZWks7sQQ8JOC9ZrfTTo8geIBlDf { width:11.5625rem;height:1.58105625rem;top:15.1875rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRLTcyqvkPVH2BK56x6zShFdczg2E2M { width:11.5625rem;height:1.30615rem;top:16.9375rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 { width:15.625rem;height:3.51171875rem;top:26.936851501465rem;left:2.3741321563721rem;font-size:1rem;display:block; }#nNpupMBopWVKoGgHVdDrd7liwMvtTzt2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #NITzfmbNkhxzZIfwdS3o7Dgp7yeRVsWD { width:7rem;height:6.0625rem;top:19.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5tNUD6UO9EiTbfbC7gRhKKAd3pVE5K { width:19.875rem;height:19.375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zome69KAp98xP2F1mxOSTlJmcePq5lGt { width:19.875rem;height:19.375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbngdG42lylHFk2TwwX5kd6ovBCu2BM5 { width:19.875rem;height:19.375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8HtpDoKi61sCcTFzNzMQVhR7C9RQ6k { width:11.5625rem;height:1.58105625rem;top:35.875rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4rGd7VUzll44HVaiDVt5OTDbRfumBF { width:11.5625rem;height:1.30615rem;top:37.75rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDm9J2vHnqDemhmMa1TevJUekDO8avrt { width:8.125rem;height:6.125rem;top:39.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL { width:16.6875rem;height:3.51171875rem;top:47.8125rem;left:1.65625rem;font-size:1rem;display:block; }#O6xPeTLmxv4gcxnJTX7gyPyC6CpK1vLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #u7MdTaFuTfyyoyflXhfH6IgozAvD1tqa { width:11.5625rem;height:1.58105625rem;top:56.1875rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoPENmmyOr8u0EtRzAttq9aOqJSBvW0 { width:11.5625rem;height:1.30615rem;top:58.25rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8EQveXB1xi8BBdJfyh3Su6DSHNiibEi { width:6.75rem;height:6.75rem;top:60.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 { width:16.625rem;height:3.51171875rem;top:68.1875rem;left:1.6875rem;font-size:1rem;display:block; }#On75DH5gqSBK8iWUi3gN1KNlhrSF5UU6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #ApPNoce6yx0xnNiRoSeDVCq2Cd3uicib { width:20rem;height:1.71875rem;top:76.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSdaNqDGk3xV65qFEWemzcd7bmTfOHsT { width:6.25rem;height:1.58105625rem;top:79.1875rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p248GoPu8gTVIB9aUEI02VEXzThTz3Fi { width:15.8125rem;height:3.625rem;top:81.625rem;left:2.1875rem;font-size:1rem;display:block; }#p248GoPu8gTVIB9aUEI02VEXzThTz3Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #cHMbfTVU9HyaEUHi5aoHdSgS0QFGhHWS { width:1.375rem;height:1.375rem;top:79.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EevMxCTCAQ9nStd7BIicnhfBnxKpKD2r { width:0.0625rem;height:4.6875rem;top:80.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih { width:16.5625rem;height:3.625rem;top:88.75rem;left:2.1875rem;font-size:1rem;display:block; }#xnMeOguFWRlAe9NAoSrlCm9ynGxSWmih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #cSrR6LZlWoTDywrNTT00y9udGIfWM8Ih { width:0.0625rem;height:4.6875rem;top:88.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycR7hAWTqVkk7C9XyP3b1EKhfa9L5Bad { width:6.25rem;height:1.58105625rem;top:86.625rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZAZP5OoAH20XQvGbET6kQhrEI7oHdAH { width:1.375rem;height:1.375rem;top:86.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr { width:17.875rem;height:3.625rem;top:106.5625rem;left:2.1875rem;font-size:1rem;display:block; }#kLQ3XenaPpDkBnT3sAmmC8mlQdOQRnwr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #ecZL3cpTmUIHZ50oFLkWfIsxTqluHXVV { width:0.0625rem;height:4.6875rem;top:105.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54xdBul5Mr3C7qiNtCtEuaXxxy2hFLr { width:6.25rem;height:1.4433625rem;top:104.4375rem;left:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDtiKXUho9rm69tbw1u97AcWKB7Vkes { width:1.375rem;height:1.375rem;top:104.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp { width:17.0625rem;height:6.625rem;top:96.25rem;left:2.1875rem;font-size:1rem;display:block; }#fTGI7WgQXWoz0wfuwU8XhlIM8nFHs5lp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3de5210e-c3ce-4f4b-a6e3-257a9e82b560/TutorRecruimentLandingPage_v207.svg); }
 }@media only screen and (max-width: 763px) { #QP5TKKcsRoEi8J8SWKAB1Q1APO7EdyT7 { width:0.0625rem;height:7.5rem;top:95.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0NxxOdRPnWrSJDJApFqeviW72Ih0fw { width:6.25rem;height:1.58105625rem;top:94.125rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURnERHSxUTioQXbIfPP91mtZm1zGO2e { width:1.375rem;height:1.375rem;top:94.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22gmNSW4PPnwCe32oqp9tPzyMVfm4BE { width:20rem;height:33.1875rem;top:112.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32RKQrLTMZW6rACRRqtDmns6i7miRmB { width:14.8125rem;height:2.19970625rem;top:115.125rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa4OEufHLWCNFgF5rsxyWU27ODfSASl4 { width:8.375rem;height:1.375rem;top:119.125rem;left:10.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJyycg6AiGVridFcNG7fcDAWHff6LqIw { width:8.625rem;height:2.625rem;top:120.875rem;left:10.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBobnLEiNVHxNJiSP1sSid5UwT7ctdW8 { width:6.5625rem;height:1.375rem;top:125.625rem;left:1.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skuZf9CUpIaBCTKuPxJgVgxPbNVXGgyo { width:8.625rem;height:2.625rem;top:127.4375rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVRwCuiOBifPC6OW9mdWEVdo5bA1BtG4 { width:6.5rem;height:1.375rem;top:131.875rem;left:10.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HE2cEogNqb6Em3R85uZg22P13whiE2W3 { width:8.875rem;height:2.9746125rem;top:133.625rem;left:10.5625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eT1pt4n7kWddLtUtvXO9fJXKuiyTbgsl { width:8.0625rem;height:1.58105625rem;top:138.6875rem;left:6.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEP3uOyZ8ng5ZK19ennu9vWb8oZUAb8c { width:9.9375rem;height:2.5rem;top:140.8125rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNFIET010dPXaxPDqoTbZiZKTxanFL7m { display:block; }
 }@media only screen and (max-width: 763px) { #IR5956KG4b8hP849mLABl3eHKOyyWK80 { width:1.5rem;height:1.58105625rem;top:141.25rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlfmlWAZOSfrUtZlkItBUEgWso564VoP { width:19.6875rem;height:2.19970625rem;top:148.125rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNAuDcIyMVkP5STJ4zMzMNRxx3EtLEus { width:19.875rem;height:39.25rem;top:190.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcIbOGlS5omdlPorUqaGlgn4Iir1dxz { width:17.5625rem;height:3.44921875rem;top:191.9375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVD8liWaXpAr48y2a9n6SnfrTsJiGVx { width:17.75rem;height:7.7173125rem;top:196rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93uy6vFUx0EdnBXR3alagewAAXeTH3r { width:17.75rem;height:11.3720625rem;top:208rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGmbBBdiDyK2zDgvAUX2APbqUp9fMcv { width:9.875rem;height:1.7246125rem;top:225rem;left:8.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTrhKT2UfP9pa4TMFbqTqZWHb2Zgk6f { width:7rem;height:1.125rem;top:226.75rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwdsZZCZ1T4265m7TtdX9CoTTT6k4Jh { width:1.625rem;height:2.1875rem;top:205.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9yF5ZJZIR4GRVTccptAXovF93EksIke { width:19.875rem;height:40.0625rem;top:231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbtmxLEKWpEHTkqxq0H1LprHyIRzCQw { width:9.875rem;height:1.7246125rem;top:266.875rem;left:8.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZnfiV7Gcz7gqQvHiBgTLAyKK5D0MBxP { width:17.75rem;height:12.50926875rem;top:248.75rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT275XSIJCdWND5tfgJdLJsASRnCirB2 { width:7rem;height:1.125rem;top:268.625rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUi3vWxvKdSQySb2DRMZfZyCtbJ6mch { width:1.625rem;height:2.1875rem;top:245.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1UNf5XJktupznVqpSsm7vJTyubTvTn3 { width:17.75rem;height:7.7173125rem;top:236.75rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbrW3mEIQdeJy9Ar9tLbMfTOM6tsE3B3 { width:17.5625rem;height:3.44921875rem;top:232.6875rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeLyUm8JXqbk6RwRJBytXdmlheFmCnz0 { width:19.875rem;height:37.8125rem;top:151.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqO0ldhDzmMCGp4pbDFAH1m3WbBmwyHX { width:17.75rem;height:10.23485625rem;top:168.75rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTL6tW35TrdTywsTSfyU8JBgf5NiTJy { width:17.75rem;height:7.7173125rem;top:156.875rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TumOtmTMNgv4iXVeUAax6yaau2UZk61W { width:1.625rem;height:2.1875rem;top:166.06201171875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odt5DQNtVDDl1NN698t9eMUcf8oC6lfb { width:17.5625rem;height:3.44921875rem;top:152.6875rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3CpSq0x3ohdTcDq11CxLHNaNkXgLCtq { width:7.4375rem;height:1.7246125rem;top:184.5625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVTsmbevk8zuKW3AOOgSSTn0yb0p5KS { width:7rem;height:1.125rem;top:186.3125rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgL9Akq2uIuf7RmTBHupoSdUBay3RC8 { width:4.75rem;height:1.71875rem;top:8.125rem;left:11.8125rem;font-size:1.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Te5aZp448gSVwOLoI3ALmuC3xGQIIJhI { width:12.9373125rem;height:1.71875rem;top:10.435113430023rem;left:7.0616321563719rem;font-size:1.5625rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyN2ZwNGSD2Vl6lfvZdzlLMnap1gw7tk { width:6.875rem;height:6.875rem;top:263rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTqrOw4sVpbRFvhdewoTl88f56Ab4LMZ { width:6.875rem;height:6.875rem;top:221.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQxLHn0Odxw6uvcoR0QKxeCzpT3ayH9 { width:6.875rem;height:6.875rem;top:180.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBrQTS3TGJzJhpaOxlKywEKp28qPP2mI { width:8.625rem;height:4.6875rem;top:131.8125rem;left:1.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTpxx2mQ3zHkTyydNrcOHsMlvBO1WTJ { width:8.625rem;height:4.6875rem;top:125.4375rem;left:10.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOL21HKXPT6s018UR6ypOrfidTTdHTMH { width:8.625rem;height:4.6875rem;top:119rem;left:1.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqiStJHL6W0JkGQWvlThr9qzTTDW3di { display:block; }#AUqiStJHL6W0JkGQWvlThr9qzTTDW3di > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTLyUD3pOtQLZx1dPZlstZqhFFEVV8SU { width:20rem;height:6.599125rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLhiV09EU9H1n9D0E6J26RKqlSa0EP6 { width:15.5625rem;height:3.1875rem;top:11.8125rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhIFVygGdVUlX4rAIovQc0k8feoNiTu7 { display:block; }
 }@media only screen and (max-width: 763px) { #fNrTKyybR5EDWHbMKx3nceBN9qtEKdzm { width:13.125rem;height:1.71875rem;top:15.75rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }