@import url("https://p.typekit.net/p.css?s=1&k=oov2wcw&ht=tk&f=39203&a=85994746&app=typekit&e=css");

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  border-radius: 2px;
  background-color: #ffffff;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #057DBC;
}
::-webkit-scrollbar-thumb {
  background: #00294B;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Century Gothic';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #040303;
  width: 100%;
  font-weight: 500;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #040303;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.ilm .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.ilm .buttons .btn-blue,
.ilm .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  outline: 0;
  min-width: 160px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.ilm .buttons .btn-blue::before,
.ilm .buttons .btn-white::before,
.ilm .buttons .btn-blue::after,
.ilm .buttons .btn-white::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  border-radius: 4px;
  left: 0%;
  top: 0;
  z-index: -1;
  transition: 1s ease;
}
.ilm .buttons .btn-blue::after,
.ilm .buttons .btn-white::after {
  opacity: 0.5;
  transition: 0.5s ease;
}
.ilm .buttons .btn-blue:hover::before,
.ilm .buttons .btn-white:hover::before,
.ilm .buttons .btn-blue:hover::after,
.ilm .buttons .btn-white:hover::after {
  height: 100%;
}
.ilm .buttons .btn-blue img,
.ilm .buttons .btn-white img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.ilm .buttons .btn-blue {
  background-color: #057DBC;
  color: #ffffff;
}
.ilm .buttons .btn-blue::before,
.ilm .buttons .btn-blue::after {
  background-color: #00294B;
}
.ilm .buttons .btn-white {
  background-color: #ffffff;
}
.ilm .buttons .btn-white::before,
.ilm .buttons .btn-white::after {
  background-color: #f5f5f5;
}
.ilm .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.ilm .heading h2 {
  width: 100%;
}
.ilm .heading p {
  margin-top: 0.8rem;
}
.ilm .center-heading {
  justify-content: center;
  align-items: center;
}
.ilm .center-heading h2,
.ilm .center-heading p {
  text-align: center;
}
.ilm .white-heading h2,
.ilm .white-heading p {
  color: #ffffff;
}
.ilm .banner {
  flex-direction: column;
  padding: 0;
  background-image: url(/_public/images/ilm/banner-bg.png);
  background-size: cover;
  background-position: center;
}
.ilm .banner .logo-container,
.ilm .banner .tka-logo,
.ilm .banner .menu,
.ilm .banner .menu-toggle {
  display: flex;
}
.ilm .banner .logo-container {
  height: 100%;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ffffff;
}
.ilm .banner .logo-container .container {
  display: flex;
}
.ilm .banner .container {
  height: 100%;
}
.ilm .banner .tka-logo {
  max-width: 200px;
}
.ilm .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.ilm .banner .menu {
  margin-left: auto;
}
.ilm .banner .menu img {
  width: 22px;
  height: 23px;
}
.ilm .banner .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ilm .banner .menu-links .buttons {
  display: none;
}
.ilm .banner .menu-toggle {
  font-weight: 500;
}
.ilm .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.ilm .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
  font-weight: 500;
}
.ilm .banner ul .links-li:first-child {
  padding-top: 0;
}
.ilm .banner ul .links-li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ilm .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.ilm .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.ilm .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  box-shadow: 0 0 4px #ffffff;
  border-bottom: none;
  background-color: #00294B;
}
.ilm .banner .sticky-down {
  top: -100px;
}
.ilm .banner .banner-container {
  padding: 3rem 1.5rem;
}
.ilm .banner .banner-container,
.ilm .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.ilm .banner .banner-content {
  align-items: flex-start;
}
.ilm .banner .banner-content h1,
.ilm .banner .banner-content p {
  color: #ffffff;
}
.ilm .banner .banner-content h2 {
  padding: 0 1.3rem;
  text-align: center;
  background-color: #ffffff;
  color: transparent;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 2px 2px #254662;
}
.ilm .banner .banner-content h1 {
  width: 100%;
  font-size: 30px;
  margin: 1rem 0;
}
.ilm .banner .banner-content h1 img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  transform: translateY(10px);
}
.ilm .banner .banner-info {
  display: flex;
  height: 100%;
  margin-top: 2rem;
}
.ilm .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.ilm .overview {
  padding-bottom: 1rem;
}
.ilm .overview .overview-container,
.ilm .overview .overview-content,
.ilm .overview .overview-info {
  display: flex;
  flex-direction: column;
}
.ilm .overview .overview-content p:nth-child(3) {
  margin-top: 1rem;
}
.ilm .overview .overview-info {
  background-color: rgba(5, 125, 188, 0.2);
  margin-top: 2rem;
  border-radius: 8px;
  padding: 2rem;
}
.ilm .overview .overview-info span {
  display: flex;
  font-size: 50px;
  font-family: Century;
}
.ilm .overview .overview-info h4 {
  margin-top: 0.5rem;
}
.ilm .course .course-container,
.ilm .course .course-list,
.ilm .course .course-item,
.ilm .course .course-info,
.ilm .course .content,
.ilm .course .form,
.ilm .course .input-list {
  display: flex;
  flex-direction: column;
}
.ilm .course .course-item {
  margin-top: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ilm .course .course-item:first-child {
  margin-top: 0;
}
.ilm .course .course-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00294B;
  padding: 0.5rem 1rem;
}
.ilm .course .course-heading img {
  width: 30px;
  height: 30px;
}
.ilm .course .course-heading h3 {
  color: #ffffff;
  font-size: 17px;
  width: calc(100% - 45px);
}
.ilm .course .content {
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ilm .course .content .course-info {
  border-bottom: 1px dotted #707070;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.ilm .course .content .course-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ilm .course .content .course-info h3 {
  font-size: 14px;
  position: relative;
  padding-left: 1.5rem;
}
.ilm .course .content .course-info h3::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/ilm/rectangle.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0px;
}
.ilm .course .content .course-info p {
  font-size: 13px;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.ilm .course .content .course-info .buttons {
  margin-top: 0.8rem;
}
.ilm .course .content .course-info .buttons .btn-blue {
  font-size: 13px;
  min-width: 125px;
  padding: 8px 12px;
}
.ilm .course .content .course-info .buttons .btn-blue img {
  width: 16px;
  height: 16px;
}
.ilm .course .form {
  margin-bottom: 0;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #00294B;
}
.ilm .course .form .input-container {
  display: flex;
  margin-bottom: 1.3rem;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0.7rem;
}
.ilm .course .form .input-container span {
  display: flex;
  height: 18px;
  width: 18px;
}
.ilm .course .form .input-container span img {
  height: 100%;
  width: 100%;
}
.ilm .course .form .input-container span .red {
  display: none;
}
.ilm .course .form .input-container input,
.ilm .course .form .input-container textarea {
  width: 85%;
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.ilm .course .form .input-container textarea {
  height: 50px;
  resize: none;
  overflow: auto;
}
.ilm .course .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8);
}
.ilm .course .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8);
}
.ilm .course .form .input-container ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.ilm .course .form .input-error {
  border: 1px solid #ff0000;
}
.ilm .course .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.ilm .course .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.ilm .course .form .input-error ::placeholder {
  color: #ff0000;
}
.ilm .course .form .input-error span .white {
  display: none;
}
.ilm .course .form .input-error span .red {
  display: flex;
}
.ilm .course .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.ilm .course .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.ilm .course .form .form-consent label {
  display: flex;
  font-size: 12px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  line-height: 1.5;
}
.ilm .course .form .form-consent p {
  font-size: 12px;
}
.ilm .course .form .form-consent a {
  font-weight: 600;
}
.ilm .course .form .form-consent label,
.ilm .course .form .form-consent p,
.ilm .course .form .form-consent a {
  color: #ffffff;
}
.ilm .course .form .consent-error,
.ilm .course .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.ilm .course .form .consent-error p,
.ilm .course .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 12px;
}
.ilm .course .form .buttons .btn-blue {
  min-width: 110px;
}
.ilm .course .form .buttons .btn-blue img {
  height: 16px;
  width: 16px;
}
.ilm .method {
  background-color: #f5f5f5;
}
.ilm .method .method-container,
.ilm .method .method-info,
.ilm .method .info {
  display: flex;
  flex-direction: column;
}
.ilm .method .method-item {
  display: flex;
  margin-top: 2rem;
  position: relative;
}
.ilm .method .method-item .method-img {
  display: flex;
  width: 55px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ilm .method .method-item .method-img img {
  width: 100%;
  height: 100%;
}
.ilm .method .method-item .info {
  background-color: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  width: 91%;
  margin-left: auto;
  padding-left: 2.8rem;
  transition: 0.8s all;
}
.ilm .method .method-item .info p {
  font-size: 13px;
  margin: 0.6rem 0;
}
.ilm .method .method-item .info .enquire {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #057DBC;
  font-weight: 600;
}
.ilm .method .method-item .info .enquire span {
  display: flex;
  width: 22px;
  height: 22px;
}
.ilm .method .method-item .info .enquire span img {
  width: 100%;
  height: 100%;
}
.ilm .method .method-item .info .enquire span img:last-child {
  display: none;
}
.ilm .method .method-item:hover .info {
  background-color: #00294B;
}
.ilm .method .method-item:hover .info p,
.ilm .method .method-item:hover .info h3 {
  color: #ffffff;
  transition: 0.8s all;
}
.ilm .method .method-item:hover .info .enquire {
  color: #ffffff;
}
.ilm .method .method-item:hover .info .enquire span img:first-child {
  display: none;
}
.ilm .method .method-item:hover .info .enquire span img:last-child {
  display: flex;
}
.ilm .benefit .benefit-container {
  align-items: flex-start;
}
.ilm .benefit .benefit-container,
.ilm .benefit .benefit-content,
.ilm .benefit .benefit-info {
  display: flex;
  flex-direction: column;
}
.ilm .benefit .benefit-content {
  width: 100%;
}
.ilm .benefit .benefit-content .heading {
  margin-bottom: 0;
}
.ilm .benefit .benefit-content ul li {
  margin-top: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}
.ilm .benefit .benefit-content ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  background-image: url(/_public/images/ilm/cube.svg);
  background-size: 100% 100%;
}
.ilm .benefit .benefit-info {
  margin-top: 2rem;
  width: 100%;
  height: 100%;
}
.ilm .benefit .benefit-info .algo {
  display: flex;
  height: 100%;
}
.ilm .benefit .benefit-info .algo img {
  height: 100%;
  width: 100%;
}
.ilm .fact {
  background-color: #00294B;
}
.ilm .fact .fact-container {
  display: flex;
  flex-direction: column;
}
.ilm .fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ilm .fact .fact-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
  width: 36.5%;
}
.ilm .fact .fact-item::before {
  content: '+';
  position: absolute;
  display: flex;
  background-color: #264F71;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 58px;
  width: 58px;
  font-size: 30px;
  font-weight: 500;
  top: -20px;
  right: -14px;
  z-index: -1;
}
.ilm .fact .fact-item h3,
.ilm .fact .fact-item span,
.ilm .fact .fact-item p {
  color: #ffffff;
}
.ilm .fact .fact-item p {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 15px;
}
.ilm .fact .fact-item h3,
.ilm .fact .fact-item span {
  font-weight: 600;
  font-size: 35px;
}
.ilm .choose .choose-container,
.ilm .choose .choose-list {
  display: flex;
  flex-direction: column;
}
.ilm .choose .heading {
  margin-bottom: 0;
}
.ilm .choose .choose-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
  width: 272px;
  margin-top: 2rem;
}
.ilm .choose .choose-item h3 {
  font-size: 17px;
  width: 100%;
}
.ilm .choose .choose-item:nth-child(1) h3,
.ilm .choose .choose-item:nth-child(3) h3 {
  margin: 1rem 0;
}
.ilm .choose .choose-item:nth-child(2) p,
.ilm .choose .choose-item:nth-child(4) p {
  margin: 1rem 0;
}
.ilm .choose .choose-item span {
  color: #057DBC;
  font-size: 28px;
  font-weight: 700;
  text-shadow: -3px 3px #eeeeee;
  font-family: nunito;
}
.ilm .choose .choose-item img {
  height: 38px;
  width: 38px;
}
.ilm .qualification {
  padding-top: 1rem;
}
.ilm .qualification .qualification-container,
.ilm .qualification .qualification-content {
  display: flex;
  flex-direction: column;
}
.ilm .qualification .qualification-content {
  align-items: center;
}
.ilm .qualification .qualification-content p {
  text-align: center;
}
.ilm .qualification .qualification-content p:nth-child(3) {
  margin-top: 1rem;
}
.ilm .qualification .qualification-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.ilm .qualification .qualification-info img {
  width: 100%;
  height: 100%;
}
.ilm .review {
  background-color: #00294B;
}
.ilm .review .review-container,
.ilm .review .review-list,.ilm .review .review-item p {
  display: flex;
  flex-direction: column;
}
.ilm .review .review-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 2.5rem 1.2rem;
  background-image: url(/_public/images/ilm/quotes.svg);
  background-size: 81px 55px;
  background-position: right top 5px;
  background-repeat: no-repeat;
  width: 93%;
  margin: auto;
}
.ilm .review .review-item p {
  text-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
}
.ilm .review .review-item p::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/ilm/line.png);
  background-size: 100% 100%;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: -30px;
}
.ilm .review .review-item p .stars {
  height: 20px;
  width: 125px;
  margin: 0.5rem auto 0;
}
.ilm .review .review-item .author-img {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 0.6rem;
  border: 1px solid #707070;
  border-radius: 50px;
  margin-right: 1.2rem;
}
.ilm .review .review-item .author-img img {
  width: 100%;
  height: 100%;
}
.ilm .review .owl-dots {
  display: flex;
  width: 130px;
  justify-content: center;
  align-self: center;
  margin-top: 2rem;
}
.ilm .review .owl-dots .owl-dot {
  display: flex;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 30px;
  opacity: 0.5;
  margin-right: 0.6rem;
}
.ilm .review .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ilm .review .owl-dots .owl-dot.active {
  opacity: 1;
}
.ilm .faq .faq-container,
.ilm .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.ilm .faq .heading {
  margin-bottom: 0;
}
.ilm .faq .faq-item {
  margin-top: 1.8rem;
}
.ilm .faq .faq-item .ques {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0.8rem;
  cursor: pointer;
}
.ilm .faq .faq-item .ques .digit {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-right: auto;
}
.ilm .faq .faq-item .ques h3 {
  width: calc(100% - 44px);
  font-weight: 400;
  font-size: 14px;
}
.ilm .faq .faq-item .ques .image {
  display: flex;
  height: 14px;
  width: 14px;
}
.ilm .faq .faq-item .ques .image img {
  height: 100%;
  width: 100%;
}
.ilm .faq .faq-item .ques .image img:last-child {
  display: none;
}
.ilm .faq .faq-item .ans {
  display: none;
  margin-top: 1.2rem;
  padding: 0.8rem 0.5rem;
  border: 1px solid #707070;
}
.ilm .faq .faq-item .ans p,
.ilm .faq .faq-item .ans li {
  font-size: 13px;
}
.ilm .faq .faq-item .ans ul {
  padding-left: 1rem;
}
.ilm .faq .faq-item .ans ul li {
  margin-top: 0.4rem;
  list-style: disc;
}
.ilm .faq .faq-item.active .ques {
  background-color: #057DBC;
  position: relative;
}
.ilm .faq .faq-item.active .ques::before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 3%;
  height: 0;
  width: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #057DBC;
}
.ilm .faq .faq-item.active .ques .digit,
.ilm .faq .faq-item.active .ques h3 {
  color: #ffffff;
}
.ilm .faq .faq-item.active .ques .image img:first-child {
  display: none;
}
.ilm .faq .faq-item.active .ques .image img:last-child {
  display: flex;
}
.ilm .footer {
  background-color: #00294B;
}
.ilm .footer .heading {
  margin-bottom: 0;
}
.ilm .footer .footer-container,
.ilm .footer .info {
  display: flex;
  flex-direction: column;
}
.ilm .footer .footer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.ilm .footer .footer-item span {
  display: flex;
  background-color: #057DBC;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 0.6rem;
  width: 48px;
  height: 48px;
}
.ilm .footer .footer-item span img {
  width: 100%;
  height: 100%;
}
.ilm .footer .footer-info {
  width: calc(100% - 62px);
}
.ilm .footer .footer-info h3,
.ilm .footer .footer-info a {
  color: #ffffff;
}
.ilm .footer .footer-info h3 {
  font-size: 15px;
  margin-bottom: 0.2rem;
}
.ilm .footer .footer-info a {
  font-size: 12px;
}
.ilm .footer .buttons .btn-blue {
  padding: 14px 16px;
}
@media (min-width: 320px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ilm .review .review-item {
    background-size: 65px 51px;
    background-position: right 6px top 5px;
  }
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .ilm .banner .logo-container {
    padding: 1rem 2rem;
  }
  .ilm .banner .menu.active + .menu-links {
    width: 50%;
  }
  .ilm .banner .banner-container {
    padding: 3rem 2rem;
  }
  .ilm .banner .banner-info {
    display: none;
  }
  .ilm .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ilm .overview .overview-content {
    width: 48%;
  }
  .ilm .overview .overview-info {
    width: 48%;
    margin-top: 0;
    position: sticky;
    top: 60px;
    background-image: url(/_public/images/ilm/overview.png);
    background-position: top right;
    background-size: 25% 48%;
    background-repeat: no-repeat;
    align-self: flex-start;
  }
  .ilm .overview .overview-info span {
    font-size: 80px;
  }
  .ilm .overview .overview-info p {
    font-size: 18px;
  }
  .ilm .overview .overview-info h4 {
    font-size: 22px;
  }
  .ilm .course .course-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ilm .course .course-list {
    width: 48%;
  }
  .ilm .course .form {
    width: 48%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .ilm .method .method-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ilm .method .method-info {
    width: 100%;
  }
  .ilm .method .method-item {
    width: 47%;
  }
  .ilm .method .method-item .info h3 {
    font-size: 16px;
  }
  .ilm .benefit .benefit-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ilm .benefit .benefit-content {
    width: 45%;
  }
  .ilm .benefit .benefit-info {
    width: 50%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .ilm .fact .heading {
    width: 92%;
    margin: auto;
  }
  .ilm .fact .fact-list {
    justify-content: space-between;
  }
  .ilm .fact .fact-item {
    width: 24%;
  }
  .ilm .fact .fact-item::before {
    right: 14px;
  }
  .ilm .fact .fact-item h3,
  .ilm .fact .fact-item span {
    font-size: 41px;
  }
  .ilm .choose .choose-container {
    justify-content: space-around;
    flex-flow: wrap;
  }
  .ilm .choose .heading {
    width: 70%;
  }
  .ilm .choose .buttons {
    width: 29%;
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .ilm .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ilm .choose .choose-item {
    width: 45%;
  }
  .ilm .choose .choose-item p {
    min-height: 132px;
  }
  .ilm .qualification .qualification-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .ilm .qualification .qualification-content {
    width: 50%;
    align-items: flex-start;
  }
  .ilm .qualification .qualification-content .heading {
    align-items: flex-start;
  }
  .ilm .qualification .qualification-content .heading h2 {
    text-align: left;
  }
  .ilm .qualification .qualification-content p {
    text-align: left;
  }
  .ilm .qualification .qualification-info {
    width: 45%;
    margin-top: 0;
  }
  .ilm .review .review-item p {
    min-height: 340px;
  }
  .ilm .faq .faq-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ilm .faq .faq-item{
    width: 48%;
  }
  .ilm .faq .heading h2 {
    text-align: left;
  }
  .ilm .footer .footer-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ilm .footer .footer-item {
    width: 20%;
  }
  .ilm .footer .footer-item:nth-child(3) {
    width: 39%;
  }
  .ilm .footer .buttons {
    justify-content: flex-end;
    align-items: flex-end;
    width: 39%;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .ilm .buttons .btn-blue,
  .ilm .buttons .btn-white {
    font-size: 16px;
  }
  .ilm .heading h2 {
    font-size: 28px;
  }
  .ilm .banner {
    position: relative;
    z-index: 2;
  }
  .ilm .banner::before {
    content: '';
    position: absolute;
    background-color: #057DBC;
    height: 73px;
    top: 0;
    width: 25%;
    left: 0;
  }
  .ilm .banner .logo-container::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 73px;
    right: 57px;
    top: 0;
    z-index: 15;
  }
  .ilm .banner .tka-logo {
    z-index: 1;
    margin-right: 3rem;
  }
  .ilm .banner .menu-links {
    width: 53%;
    display: flex;
    box-shadow: none;
    position: static;
    background-color: transparent;
  }
  .ilm .banner .menu-links .buttons {
    display: flex;
    margin-top: 0;
  }
  .ilm .banner .menu-links .buttons .btn-white {
    color: #000000;
  }
  .ilm .banner .menu-links .buttons .btn-blue {
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 73px;
    border-radius: 0;
    padding: 10px 18px;
  }
  .ilm .banner .menu-links .buttons .btn-blue::before,
  .ilm .banner .menu-links .buttons .btn-blue::after {
    border: none;
    border-radius: 0;
  }
  .ilm .banner .menu-links .buttons .btn-blue .arrow {
    margin-right: 0;
    width: 28px;
    height: 20px;
    margin-left: 1.5rem;
  }
  .ilm .banner .menu {
    display: none;
  }
  .ilm .banner .menu-toggle {
    display: none;
  }
  .ilm .banner ul {
    display: flex;
    align-items: center;
  }
  .ilm .banner ul .links-li {
    border-bottom: none;
    margin-right: 1.3rem;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    position: relative;
  }
  .ilm .banner ul .links-li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8px;
    transition: 1s all;
    border-radius: 6px;
  }
  .ilm .banner ul .links-li:hover::before {
    height: 90%;
  }
  .ilm .banner ul .links-li:nth-child(5) {
    display: none;
  }
  .ilm .banner .sticky .menu-links .btn-blue {
    height: 72px;
  }
  .ilm .banner .banner-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ilm .banner .banner-content {
    width: 48%;
  }
  .ilm .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 48%;
  }
  .ilm .overview .overview-content {
    width: 57%;
  }
  .ilm .overview .overview-info {
    width: 38%;
    position: static;
    padding-bottom: 2.6rem;
    align-self: center;
  }
  .ilm .overview .overview-info span {
    font-size: 90px;
  }
  .ilm .overview .overview-info p {
    font-size: 20px;
  }
  .ilm .course .course-heading,
  .ilm .course .content {
    padding: 0.5rem 1rem;
  }
  .ilm .course .course-heading {
    padding: 0.5rem 1.6rem;
  }
  .ilm .course .content {
    padding-bottom: 1.5rem;
  }
  .ilm .course .course-info {
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .ilm .course .course-info h3 {
    width: 100%;
  }
  .ilm .course .course-info p {
    width: 40%;
  }
  .ilm .course .course-info .buttons {
    width: 45%;
    justify-content: flex-end;
  }
  .ilm .course .form {
    padding: 1.5rem;
  }
  .ilm .course .form .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ilm .course .form .input-container {
    width: 48%;
  }
  .ilm .course .form .input-container:last-child {
    width: 100%;
  }
  .ilm .method .method-container {
    align-items: center;
  }
  .ilm .method .method-info {
    width: 58%;
  }
  .ilm .method .method-item {
    width: 32%;
  }
  .ilm .method .method-item p {
    min-height: 92px;
  }
  .ilm .method .method-item .info h3 {
    min-height: 40px;
  }
  .ilm .benefit .benefit-info {
    position: static;
    top: 0;
  }
  .ilm .fact .fact-item {
    width: 25%;
    border-right: 1px solid #ffffff;
    padding-right: 1rem;
  }
  .ilm .fact .fact-item:last-child {
    border-right: none;
    padding-right: 0;
  }
  .ilm .fact .fact-item::before {
    top: -14px;
    right: 50px;
  }
  .ilm .choose .choose-list {
    justify-content: space-between;
  }
  .ilm .choose .choose-item {
    width: 23%;
  }
  .ilm .choose .choose-item h3 {
    min-height: 42px;
  }
  .ilm .choose .choose-item p {
    min-height: 225px;
  }
  .ilm .review .review-item p {
    min-height: 253px;
  }
  .ilm .review .review-item p::before {
    height: 13px;
    bottom: -37px;
  }
  .ilm .footer .footer-item {
    margin-top: 2rem;
    width: 25%;
  }
  .ilm .footer .footer-item span {
    width: 54px;
    height: 54px;
    padding: 0.8rem;
  }
  .ilm .footer .footer-info {
    width: calc(100% - 70px);
  }
  .ilm .footer .footer-info h3 {
    font-size: 16px;
  }
  .ilm .footer .footer-info a {
    font-size: 14px;
  }
  .ilm .footer .buttons {
    width: 32%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .ilm .heading h2 {
    font-size: 32px;
  }
  .ilm .banner::before {
    height: 79px;
  }
  .ilm .banner::after {
    content: '';
    position: absolute;
    background-image: url(/_public/images/ilm/half-circle.png);
    background-size: 100% 100%;
    width: 270px;
    height: 360px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .ilm .banner .logo-container {
    padding: 1.2rem 3rem;
  }
  .ilm .banner .logo-container::after {
    height: 77px;
  }
  .ilm .banner .logo-container .container {
    width: 100%;
  }
  .ilm .banner .tka-logo {
    min-width: 240px;
    margin-right: 6rem;
  }
  .ilm .banner .menu-links {
    width: 59%;
  }
  .ilm .banner .menu-links .buttons .btn-blue {
    height: 79px;
  }
  .ilm .banner .sticky .container {
    width: 1200px;
  }
  .ilm .banner .sticky .menu-links .btn-blue {
    height: 78px;
  }
  .ilm .banner .banner-container {
    padding: 5.5rem 0;
    width: 97%;
    margin: auto;
  }
  .ilm .banner .banner-content h2 {
    font-size: 60px;
    letter-spacing: 15px;
  }
  .ilm .banner .banner-content h1 {
    font-size: 46px;
  }
  .ilm .banner .banner-content h1 img {
    width: 55px;
    height: 55px;
  }
  .ilm .overview .overview-info p {
    font-size: 26px;
    line-height: 1.6;
  }
  .ilm .method .method-item {
    width: 31%;
    margin-top: 3rem;
  }
  .ilm .method .method-item p {
    min-height: 69px;
  }
  .ilm .method .method-item:nth-child(2) {
    margin-top: 0;
  }
  .ilm .method .method-item .info h3 {
    min-height: auto;
  }
  .ilm .fact .heading {
    width: 75%;
  }
  .ilm .fact .fact-item::before {
    top: -10px;
    right: 83px;
  }
  .ilm .choose .choose-item p {
    min-height: 175px;
  }
  .ilm .qualification .qualification-content {
    width: 58%;
  }
  .ilm .qualification .qualification-info {
    width: 35%;
  }
  .ilm .review .review-item p {
    min-height: 203px;
  }
  .ilm .footer .footer-item {
    width: 29%;
  }
  .ilm .footer .buttons {
    width: 26%;
  }
}
@media (min-width : 1500px) {
  .ilm .banner::before,
  .ilm .banner::after {
    content: none;
  }
  .ilm .banner .logo-container::after {
    content: none;
  }
  .ilm .banner .logo-container .container {
    width: 1200px;
    justify-content: space-between;
  }
  .ilm .banner .menu-links .buttons .btn-white {
    margin-right: 1.5rem;
  }
  .ilm .banner .menu-links .buttons .btn-blue {
    position: static;
    height: 42px;
    border-radius: 8px;
  }
  .ilm .banner .menu-links .buttons .btn-blue .arrow {
    display: none;
  }
}
