@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

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: 10px;
  width: 10px;
  padding: 6px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  margin-left: 0;
  border: 1px solid #A1A1A1;
}
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: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #000000;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: roboto;
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #0D0D0D;
  width: 100%;
}
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: #0D0D0D;
  list-style: none;
  font-size: 14px;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.artificial-intelligence .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.artificial-intelligence .buttons .btn-orange,
.artificial-intelligence .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  min-width: 160px;
  position: relative;
  z-index: 1;
}
.artificial-intelligence .buttons .btn-orange::before,
.artificial-intelligence .buttons .btn-white::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: all 1s;
}
.artificial-intelligence .buttons .btn-orange:hover::before,
.artificial-intelligence .buttons .btn-white:hover::before {
  display: flex;
  width: 100%;
  box-shadow: 0 0 4px white;
}
.artificial-intelligence .buttons .btn-orange img,
.artificial-intelligence .buttons .btn-white img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.artificial-intelligence .buttons .btn-orange {
  background-image: linear-gradient(180deg, #F03919, #FD6C30);
  color: #FFFFFF;
  padding: 10px 14px;
}
.artificial-intelligence .buttons .btn-orange::before {
  background-image: linear-gradient(0deg, #F03919, #000000);
}
.artificial-intelligence .buttons .btn-white {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 12px;
}
.artificial-intelligence .buttons .btn-white::before {
  background-image: linear-gradient(0deg, #F5F5F5, #A1A1A1);
}
.artificial-intelligence .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.artificial-intelligence .heading p {
  margin-top: 1rem;
}
.artificial-intelligence .heading h2 {
  width: 100%;
}
.artificial-intelligence .center-heading {
  justify-content: center;
  align-items: center;
}
.artificial-intelligence .center-heading h2,
.artificial-intelligence .center-heading p {
  text-align: center;
}
.artificial-intelligence .white-heading h2,
.artificial-intelligence .white-heading p {
  color: #FFFFFF;
}
.artificial-intelligence .white-heading .wrap {
  border-right: 3px solid #FFFFFF;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.artificial-intelligence .banner {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(-46deg, #000000 47%, #FD6C30);
  padding-top: 1.5rem;
}
.artificial-intelligence .banner .menu-list,
.artificial-intelligence .banner ul,
.artificial-intelligence .banner .banner-container,
.artificial-intelligence .banner .banner-content,
.artificial-intelligence .banner .banner-info {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .banner .container {
  height: 100%;
}
.artificial-intelligence .banner .logo-container {
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}
.artificial-intelligence .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artificial-intelligence .banner .logo-container .container .tkalogo {
  width: 200px;
  height: 25px;
}
.artificial-intelligence .banner .logo-container .container .tkalogo img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .banner .logo-container .container .menu {
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: 1s all;
}
.artificial-intelligence .banner .logo-container .container .menu img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .banner .logo-container .container .menu-list {
  position: fixed;
  background-color: #FFFFFF;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
}
.artificial-intelligence .banner .logo-container .container .menu-list ul li {
  border-bottom: 1px dotted #000000;
  padding: 0.5rem 0;
}
.artificial-intelligence .banner .logo-container .container .menu-list ul li:first-child {
  padding-top: 0;
}
.artificial-intelligence .banner .logo-container .container .menu-list ul li:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.artificial-intelligence .banner .logo-container .container .menu-list ul li .smoothscroll {
  font-weight: 600;
}
.artificial-intelligence .banner .logo-container .container .active + .menu-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 1rem;
  transition: all 0.5s;
  z-index: 2;
}
.artificial-intelligence .banner .logo-container .container .active + .menu-list .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.artificial-intelligence .banner .logo-container .container .menu-toggle {
  display: flex;
  font-weight: 500;
}
.artificial-intelligence .banner .logo-container .container .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
}
.artificial-intelligence .banner .logo-container .container .link-li {
  display: none;
}
.artificial-intelligence .banner .sticky {
  position: fixed;
  padding-bottom: 0;
  border-bottom: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  box-shadow: 0 0 7px #FFFFFF;
  background-image: linear-gradient(-46deg, #000000 47%, #FD6C30);
}
.artificial-intelligence .banner .sticky .container {
  padding: 1rem 1.5rem;
}
.artificial-intelligence .banner .sticky-down {
  top: -100px;
}
.artificial-intelligence .banner .banner-container {
  padding-top: 1rem;
}
.artificial-intelligence .banner .banner-content h1,
.artificial-intelligence .banner .banner-content h3,
.artificial-intelligence .banner .banner-content p {
  color: #FFFFFF;
}
.artificial-intelligence .banner .banner-content h3 {
  font-size: 18px;
  margin: 1rem 0;
  font-weight: 400;
}
.artificial-intelligence .banner .banner-content h1 {
  font-size: 28px;
}
.artificial-intelligence .banner .banner-info {
  height: 100%;
  width: 100%;
  margin-top: 2rem;
}
.artificial-intelligence .banner .banner-info span {
  display: flex;
  width: 100%;
  height: 100%;
}
.artificial-intelligence .banner .banner-info span img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .banner .banner-info h2 {
  text-align: center;
  color: #FFFFFF;
  margin-top: 0.8rem;
  font-size: 19px;
}
.artificial-intelligence .overview {
  padding-bottom: 0;
}
.artificial-intelligence .overview .overview-container,
.artificial-intelligence .overview .overview-content,
.artificial-intelligence .overview .overview-info {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .overview .overview-content p {
  margin-bottom: 1rem;
  text-align: center;
}
.artificial-intelligence .overview .overview-content p:nth-last-child(2) {
  margin-bottom: 0;
}
.artificial-intelligence .overview .overview-info {
  height: 100%;
  margin-top: 2rem;
}
.artificial-intelligence .overview .overview-info .img {
  display: flex;
  width: 100%;
  height: 100%;
}
.artificial-intelligence .overview .overview-info .img img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .overview .buttons {
  align-self: center;
}
.artificial-intelligence .course .course-container,
.artificial-intelligence .course .course-list {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .course .heading {
  margin-bottom: 0;
}
.artificial-intelligence .course .heading p {
  margin-top: 0;
  margin-bottom: 5px;
}
.artificial-intelligence .course .heading p strong {
  color: #F03919;
}
.artificial-intelligence .course .course-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 272px;
  align-self: center;
  margin-top: 2rem;
  padding: 1rem 1.3rem;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 1s all;
  background-size: 0% 100%;
  background-position: right;
}
.artificial-intelligence .course .course-item:hover {
  background-color: #000000;
  background-image: url(/_public/images/artificial-intelligence/course-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.artificial-intelligence .course .course-item:hover img {
  background-color: #FFFFFF;
}
.artificial-intelligence .course .course-item:hover h3,
.artificial-intelligence .course .course-item:hover p {
  color: #FFFFFF;
}
.artificial-intelligence .course .course-item:hover .buttons .btn-orange {
  background-color: #FFFFFF;
  color: #000000;
  background-image: none;
}
.artificial-intelligence .course .course-item:hover .buttons .btn-orange span .white {
  display: none;
}
.artificial-intelligence .course .course-item:hover .buttons .btn-orange span .black {
  display: flex;
}
.artificial-intelligence .course .course-item .img {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0.5rem;
  background-color: #F5F5F5;
}
.artificial-intelligence .course .course-item .img img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .course .course-item h3 {
  font-size: 14px;
  width: calc(100% - 60px);
}
.artificial-intelligence .course .course-item p {
  font-size: 13px;
  margin-top: 0.5rem;
}
.artificial-intelligence .course .course-item p:nth-child(4) {
  margin-top: 0rem;
}
.artificial-intelligence .course .course-item .buttons {
  margin-top: 1rem;
}
.artificial-intelligence .course .course-item .buttons .btn-orange {
  min-width: 128px;
  font-size: 14px;
}
.artificial-intelligence .course .course-item .buttons .btn-orange:hover::before {
  content: none;
}
.artificial-intelligence .course .course-item .buttons .btn-orange span {
  display: flex;
}
.artificial-intelligence .course .course-item .buttons .btn-orange span img {
  width: 17px;
  height: 17px;
}
.artificial-intelligence .course .course-item .buttons .btn-orange span .white {
  display: flex;
}
.artificial-intelligence .course .course-item .buttons .btn-orange span .black {
  display: none;
}
.artificial-intelligence .faq {
  padding-top: 1rem;
}
.artificial-intelligence .faq .faq-container,
.artificial-intelligence .faq .faq-content,
.artificial-intelligence .faq .faq-item,
.artificial-intelligence .faq .input-list,
.artificial-intelligence .faq .form {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .faq .faq-content {
  background-color: #000000;
  padding: 1rem;
}
.artificial-intelligence .faq .faq-content .heading {
  margin-bottom: 0;
}
.artificial-intelligence .faq .faq-item {
  margin-top: 1rem;
  cursor: pointer;
  padding: 0.8rem 1rem;
  background-color: #FFFFFF;
}
.artificial-intelligence .faq .ques {
  display: flex;
  justify-content: space-between;
}
.artificial-intelligence .faq .ques h3 {
  width: calc(100% - 35px);
  font-size: 14px;
  align-self: center;
}
.artificial-intelligence .faq .ques span {
  height: 25px;
  width: 25px;
}
.artificial-intelligence .faq .ques span img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .faq .ques span img:first-child {
  display: flex;
}
.artificial-intelligence .faq .ques span img:last-child {
  display: none;
}
.artificial-intelligence .faq .ans {
  display: none;
}
.artificial-intelligence .faq .ans p {
  font-size: 13px;
  margin-top: 0.5rem;
}
.artificial-intelligence .faq .active {
  background-image: linear-gradient(180deg, #F03919, #FD6C30);
}
.artificial-intelligence .faq .active h3,
.artificial-intelligence .faq .active p {
  color: #FFFFFF;
}
.artificial-intelligence .faq .active .ques span img:first-child {
  display: none;
}
.artificial-intelligence .faq .active .ques span img:last-child {
  display: flex;
}
.artificial-intelligence .faq .form {
  margin-top: 2rem;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.artificial-intelligence .faq .form .input-list .input-container {
  display: flex;
  margin-bottom: 1rem;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 0.6rem 1.2rem;
  background-color: #F5F5F5;
  border: 1px solid transparent;
}
.artificial-intelligence .faq .form .input-list .input-container input,
.artificial-intelligence .faq .form .input-list .input-container textarea {
  width: 85%;
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0;
  background-color: #F5F5F5;
}
.artificial-intelligence .faq .form .input-list .input-container textarea {
  resize: none;
  overflow: auto;
  min-height: 50px;
  padding: 0;
}
.artificial-intelligence .faq .form .input-list .input-container ::-webkit-input-placeholder {
  color: #A1A1A1;
}
.artificial-intelligence .faq .form .input-list .input-container :-ms-input-placeholder {
  color: #A1A1A1;
}
.artificial-intelligence .faq .form .input-list .input-error {
  border: 1px solid #ff0000;
}
.artificial-intelligence .faq .form .input-list .input-error span .white {
  display: none;
}
.artificial-intelligence .faq .form .input-list .input-error span .red {
  display: flex;
}
.artificial-intelligence .faq .form .input-list .input-error ::-webkit-input-placeholder {
  color: #ff0000;
}
.artificial-intelligence .faq .form .input-list .input-error :-ms-input-placeholder {
  color: #ff0000;
}
.artificial-intelligence .faq .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.artificial-intelligence .faq .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.artificial-intelligence .faq .form .form-consent label {
  display: flex;
  align-self: center;
  cursor: pointer;
  margin-left: 0.3rem;
  font-size: 11px;
  width: 90%;
}
.artificial-intelligence .faq .form .form-consent p {
  font-size: 11px;
}
.artificial-intelligence .faq .form .form-consent a {
  color: #F03919;
  font-weight: 600;
}
.artificial-intelligence .faq .form .consent-error {
  margin-bottom: 0.5rem;
}
.artificial-intelligence .faq .form .consent-error p {
  color: #ff0000;
  line-height: 1.6;
  width: 100%;
  font-size: 11px;
}
.artificial-intelligence .faq .form .buttons {
  align-self: center;
}
.artificial-intelligence .faq .form .buttons .btn-orange {
  min-width: 115px;
}
.artificial-intelligence .faq .form .buttons img {
  height: 16px;
}
.artificial-intelligence .method {
  padding-top: 0;
  padding-bottom: 0;
}
.artificial-intelligence .method .method-container,
.artificial-intelligence .method .method-list,
.artificial-intelligence .method .method-item {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .method .method-container .heading {
  margin-bottom: 0;
}
.artificial-intelligence .method .method-list {
  align-items: center;
}
.artificial-intelligence .method .method-item {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  margin-top: 2rem;
  border-radius: 110px;
  padding: 2.5rem;
  width: 272px;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 1;
}
.artificial-intelligence .method .method-item:hover {
  background-color: #000000;
  border-radius: 125px;
}
.artificial-intelligence .method .method-item:hover::before {
  left: -95px;
  opacity: 1;
}
.artificial-intelligence .method .method-item:hover::after {
  opacity: 0.7;
  left: -90px;
}
.artificial-intelligence .method .method-item:hover span {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.artificial-intelligence .method .method-item:hover span img:first-child {
  display: none;
}
.artificial-intelligence .method .method-item:hover span img:last-child {
  display: flex;
}
.artificial-intelligence .method .method-item:hover p,
.artificial-intelligence .method .method-item:hover h3 {
  color: #FFFFFF;
  z-index: 1;
}
.artificial-intelligence .method .method-item::before,
.artificial-intelligence .method .method-item::after {
  opacity: 0;
  width: 400px;
  content: '';
  height: 360px;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
}
.artificial-intelligence .method .method-item::before {
  z-index: 0;
  bottom: -70px;
  left: -120px;
  background-image: url(/_public/images/artificial-intelligence/layer1.svg);
}
.artificial-intelligence .method .method-item::after {
  bottom: 0;
  left: -130px;
  z-index: -1;
  background-image: url(/_public/images/artificial-intelligence/layer2.svg);
  transition-delay: 0.3s;
}
.artificial-intelligence .method .method-item span {
  display: flex;
  background-color: #FD6C30;
  width: 85px;
  height: 85px;
  padding: 1.2rem;
  border-radius: 50px;
}
.artificial-intelligence .method .method-item span img {
  height: 100%;
  width: 100%;
}
.artificial-intelligence .method .method-item span img:first-child {
  display: flex;
}
.artificial-intelligence .method .method-item span img:last-child {
  display: none;
}
.artificial-intelligence .method .method-item h3 {
  margin: 0.7rem 0;
  min-height: 50px;
  width: 100%;
}
.artificial-intelligence .skills .skills-container,
.artificial-intelligence .skills .skills-content,
.artificial-intelligence .skills .skills-list,
.artificial-intelligence .skills .pro-item,
.artificial-intelligence .skills .skills-info,
.artificial-intelligence .skills .skills-img,
.artificial-intelligence .skills .skills-goals,
.artificial-intelligence .skills .report,
.artificial-intelligence .skills .goals {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .skills .skills-container {
  align-items: flex-start;
}
.artificial-intelligence .skills .skills-content {
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
}
.artificial-intelligence .skills .pro-item {
  overflow: hidden;
}
.artificial-intelligence .skills .pro-item h3 {
  font-size: 13px;
}
.artificial-intelligence .skills .pro-item .bar {
  display: flex;
  background-color: #FFFFFF;
  margin: 0.6rem 0;
  border-radius: 10px;
  width: 100%;
  height: 17px;
}
.artificial-intelligence .skills .pro-item .bar span {
  display: flex;
  width: 0;
  border-radius: 10px;
  position: relative;
  transition: 2s ease-in;
}
.artificial-intelligence .skills .pro-item .bar span p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #FFFFFF;
  background-color: #000000;
  width: 42px;
  height: 22px;
  right: 0;
  top: -2px;
  font-size: 13px;
  font-weight: 500;
}
.artificial-intelligence .skills .skills-info {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
  align-items: flex-start;
}
.artificial-intelligence .skills .skills-info .skills-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.artificial-intelligence .skills .skills-info .skills-img img {
  width: 100%;
  height: 100%;
}
.artificial-intelligence .skills .skills-info .skills-img .progress {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 15px;
  left: 12px;
  bottom: -23px;
}
.artificial-intelligence .skills .skills-info .skills-goals {
  margin-top: 3rem;
  height: 100%;
  width: 100%;
  align-items: flex-start;
}
.artificial-intelligence .skills .skills-info .skills-goals .goals {
  background-color: #F5F5F5;
  padding: 0.8rem;
  border-radius: 15px;
  width: 100%;
}
.artificial-intelligence .skills .skills-info .skills-goals .goals h3 {
  font-size: 15px;
}
.artificial-intelligence .skills .skills-info .skills-goals .goals p {
  margin-top: 0.5rem;
  font-size: 13px;
}
.artificial-intelligence .skills .skills-info .skills-goals .report {
  width: 100%;
  margin-top: 1rem;
}
.artificial-intelligence .skills .skills-info .skills-goals .report h3 {
  font-size: 15px;
}
.artificial-intelligence .skills .skills-info .skills-goals .report p {
  margin-top: 0.8rem;
}
.artificial-intelligence .fact {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F5F5F5;
}
.artificial-intelligence .fact .fact-container,
.artificial-intelligence .fact .fact-list {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .fact .heading {
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding: 1rem;
  border: 2px solid #F03919;
  border-radius: 17px 17px 0 0;
}
.artificial-intelligence .fact .fact-list {
  background-color: #000000;
  border-radius: 0 0 17px 17px;
  padding: 1rem 1.5rem;
}
.artificial-intelligence .fact .fact-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid #F03919;
}
.artificial-intelligence .fact .fact-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.artificial-intelligence .fact .fact-item p,
.artificial-intelligence .fact .fact-item h4,
.artificial-intelligence .fact .fact-item span {
  color: #FFFFFF;
}
.artificial-intelligence .fact .fact-item .image {
  display: flex;
  height: 55px;
  width: 55px;
  padding: 0.8rem;
  background-color: #FFFFFF;
  border: 1px dashed #F03919;
  box-shadow: 0 0 0px 7px #A1A1A1;
  border-radius: 100px;
}
.artificial-intelligence .fact .fact-item .image img {
  height: 100%;
  width: 100%;
}
.artificial-intelligence .fact .fact-item .fact-count {
  display: flex;
  margin-left: 1.5rem;
}
.artificial-intelligence .fact .fact-item .fact-count h4,
.artificial-intelligence .fact .fact-item .fact-count span {
  font-size: 32px;
  font-weight: 600;
}
.artificial-intelligence .fact .fact-item p {
  margin-top: 1rem;
  font-size: 17px;
}
.artificial-intelligence .package {
  padding-bottom: 1rem;
}
.artificial-intelligence .package .package-container,
.artificial-intelligence .package .package-list,
.artificial-intelligence .package .package-item {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .package .heading {
  margin-bottom: 0;
}
.artificial-intelligence .package .package-item {
  padding: 1.5rem 2rem;
  margin-top: 2.5rem;
  background-color: #FFFFFF;
  box-shadow: -1px -10px 1px -1px #F5F5F5, 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px 55px 10px 55px;
  position: relative;
  overflow: hidden;
}
.artificial-intelligence .package .package-item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  margin: auto ;
  height: 2px;
  width: 60%;
  background-color: #000000;
  transition: 1s all;
}
.artificial-intelligence .package .package-item .image {
  display: flex;
  padding: 1.2rem;
  background-color: #F5F5F5;
  height: 85px;
  width: 85px;
  border-radius: 100px;
}
.artificial-intelligence .package .package-item .image img {
  height: 100%;
  width: 100%;
}
.artificial-intelligence .package .package-item .text {
  background-color: #F5F5F5;
  font-weight: 600;
  position: absolute;
  right: -35px;
  top: 6px;
  transform: rotate(45deg);
  width: 135px;
  height: 44px;
  text-align: center;
  padding: 0.9rem;
  transition: 1s all;
}
.artificial-intelligence .package .package-item h3 {
  margin-top: 1rem;
  transition: 1s all;
  font-size: 18px;
}
.artificial-intelligence .package .package-item ul li {
  margin-top: 0.6rem;
  padding-left: 1.5rem;
  position: relative;
  transition: 1s all;
}
.artificial-intelligence .package .package-item ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-image: url(/_public/images/artificial-intelligence/orange-ring.svg);
  background-size: 100% 100%;
  transition: 1s all;
}
.artificial-intelligence .package .package-item:hover {
  z-index: 1;
  box-shadow: -1px -10px 1px -1px #F03919;
}
.artificial-intelligence .package .package-item:hover h3,
.artificial-intelligence .package .package-item:hover li {
  color: #FFFFFF;
}
.artificial-intelligence .package .package-item:hover::after {
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  border-radius: 8px 55px 0px 10px;
}
.artificial-intelligence .package .package-item:hover .image {
  background-color: #FFFFFF;
}
.artificial-intelligence .package .package-item:hover .image::after {
  color: #FFFFFF;
}
.artificial-intelligence .package .package-item:hover .text {
  background-color: #F03919;
  color: #FFFFFF;
}
.artificial-intelligence .package .package-item:hover ul li::before {
  background-image: url(/_public/images/artificial-intelligence/white-ring.svg);
  animation: ring 4s linear infinite;
}
.artificial-intelligence .technique .technique-container,
.artificial-intelligence .technique .technique-content,
.artificial-intelligence .technique .technique-img {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .technique .technique-container {
  align-items: flex-start;
}
.artificial-intelligence .technique .technique-content {
  width: 100%;
}
.artificial-intelligence .technique .technique-content .heading {
  margin-bottom: 0;
}
.artificial-intelligence .technique .technique-content p {
  margin-top: 0.8rem;
  font-weight: 500;
}
.artificial-intelligence .technique .technique-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.artificial-intelligence .technique .technique-content ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #F03919;
  border-radius: 100px;
}
.artificial-intelligence .technique .technique-img {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
  align-items: flex-start;
}
.artificial-intelligence .technique .technique-img .img {
  display: flex;
  height: 100%;
  width: 100%;
}
.artificial-intelligence .technique .technique-img .img img {
  height: 100%;
  width: 100%;
}
.artificial-intelligence .choose {
  padding-top: 0px;
  padding-bottom: 0px;
}
.artificial-intelligence .choose .choose-container,
.artificial-intelligence .choose .choose-list,
.artificial-intelligence .choose .item {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .choose .heading {
  margin-bottom: 0px;
}
.artificial-intelligence .choose .buttons {
  align-self: center;
}
.artificial-intelligence .choose .item {
  background-image: linear-gradient(90deg, #000000 96%, #FD6C30 7%);
  padding: 2.5rem 1.5rem;
  margin-top: 2rem;
  width: 272px;
  position: relative;
  align-self: center;
}
.artificial-intelligence .choose .item h3 {
  margin: 2rem 0px 1rem;
  font-size: 16px;
}
.artificial-intelligence .choose .item p {
  font-size: 13px;
  min-height: 100px;
}
.artificial-intelligence .choose .item img {
  width: 75px;
  height: 75px;
}
.artificial-intelligence .choose .item h3,
.artificial-intelligence .choose .item p {
  color: #FFFFFF;
  line-height: 1.6;
}
.artificial-intelligence .choose .item span {
  display: flex;
  position: absolute;
  color: #FFFFFF;
  right: 1%;
  top: 32px;
  font-size: 72px;
  font-weight: 900;
  opacity: 0.4;
}
.artificial-intelligence .choose .item:first-child span {
  right: -2%;
}
.artificial-intelligence .testimonial .testimonial-list,
.artificial-intelligence .testimonial .testimonial-container,
.artificial-intelligence .testimonial .testimonial-item {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .testimonial .heading {
  margin-bottom: 0;
}
.artificial-intelligence .testimonial .testimonial-item {
  padding: 1.5rem;
  width: 95%;
  margin: 2rem auto 0;
  background-color: #F5F5F5;
  align-items: center;
}
.artificial-intelligence .testimonial .testimonial-item span {
  display: flex;
  height: 85px;
  width: 85px;
  padding: 1.3rem;
  background-color: #FD6C30;
  border-radius: 50px;
}
.artificial-intelligence .testimonial .testimonial-item span img {
  height: 100%;
  width: 100%;
}
.artificial-intelligence .testimonial .testimonial-item h3 {
  font-size: 16px;
  margin-top: 1rem;
}
.artificial-intelligence .testimonial .testimonial-item p {
  text-align: center;
}
.artificial-intelligence .testimonial .testimonial-item p img {
  margin: 0.5rem auto;
  width: 110px;
  height: 20px;
}
.artificial-intelligence .footer {
  background-color: #F03919;
}
.artificial-intelligence .footer .footer-container,
.artificial-intelligence .footer .info {
  display: flex;
  flex-direction: column;
}
.artificial-intelligence .footer .info {
  width: calc(100% - 58px);
}
.artificial-intelligence .footer .info a {
  font-size: 14px;
  margin-top: 0.3rem;
}
.artificial-intelligence .footer .info a,
.artificial-intelligence .footer .info h4 {
  color: #FFFFFF;
}
.artificial-intelligence .footer .info h4 {
  font-size: 15px;
}
.artificial-intelligence .footer .footer-container .contact:nth-child(2) {
  margin-bottom: 1.5rem;
}
.artificial-intelligence .footer .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.artificial-intelligence .footer .contact span {
  display: flex;
  background-color: #FFFFFF;
  padding: 0.7rem;
  border-radius: 50px;
  width: 46px;
  height: 46px;
}
.artificial-intelligence .footer .contact span img {
  width: 100%;
  height: 100%;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .artificial-intelligence .buttons .btn-orange,
  .artificial-intelligence .buttons .btn-white {
    font-size: 16px;
  }
  .artificial-intelligence .banner .logo-container .container .active + .menu-list {
    width: 50%;
  }
  .artificial-intelligence .banner .sticky .container {
    padding: 1rem 2rem;
  }
  .artificial-intelligence .banner .banner-info {
    display: none;
  }
  .artificial-intelligence .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .artificial-intelligence .overview .overview-content {
    width: 50%;
  }
  .artificial-intelligence .overview .overview-content .heading h2 {
    text-align: left;
  }
  .artificial-intelligence .overview .overview-content p {
    text-align: left;
  }
  .artificial-intelligence .overview .overview-info {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .artificial-intelligence .overview .buttons {
    align-self: flex-start;
  }
  .artificial-intelligence .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .artificial-intelligence .course .course-item {
    width: 45%;
    margin-right: 2rem;
  }
  .artificial-intelligence .course .course-item:nth-child(even) {
    margin-right: 0;
  }
  .artificial-intelligence .faq .faq-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .artificial-intelligence .faq .faq-content {
    width: 50%;
  }
  .artificial-intelligence .faq .faq-content .heading h2 {
    text-align: left;
  }
  .artificial-intelligence .faq .form {
    width: 47%;
    margin-top: 0;
  }
  .artificial-intelligence .method .method-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .artificial-intelligence .method .method-item {
    width: 40%;
  }
  .artificial-intelligence .method .method-item p {
    min-height: 125px;
  }
  .artificial-intelligence .skills .skills-content {
    padding: 2.5rem;
  }
  .artificial-intelligence .skills .skills-info {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 85%;
    align-self: center;
  }
  .artificial-intelligence .skills .skills-info .skills-img .progress {
    width: 120px;
    height: 120px;
    left: 25px;
    bottom: -23px;
  }
  .artificial-intelligence .skills .skills-info .skills-goals {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding: 3rem 1.5rem;
    align-items: flex-end;
  }
  .artificial-intelligence .skills .skills-info .skills-goals .goals {
    width: 45%;
  }
  .artificial-intelligence .skills .skills-info .skills-goals .report {
    width: 48%;
    margin-top: 0;
  }
  .artificial-intelligence .fact .fact-list {
    flex-flow: wrap;
  }
  .artificial-intelligence .fact .fact-item {
    width: 50%;
    border-bottom: none;
  }
  .artificial-intelligence .fact .fact-item:first-child,
  .artificial-intelligence .fact .fact-item:nth-child(3) {
    border-right: 2px solid #F03919;
  }
  .artificial-intelligence .package .package-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .artificial-intelligence .package .package-item {
    width: 46%;
  }
  .artificial-intelligence .technique .technique-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .artificial-intelligence .technique .technique-content {
    width: 50%;
  }
  .artificial-intelligence .technique .technique-img {
    width: 45%;
    margin-top: 0;
    top: 60px;
    position: sticky;
  }
  .artificial-intelligence .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .artificial-intelligence .choose .item {
    width: 49%;
  }
  .artificial-intelligence .testimonial .testimonial-item p {
    min-height: 278px;
  }
  .artificial-intelligence .footer .footer-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .artificial-intelligence .footer .footer-container .contact:nth-child(2) {
    margin-bottom: 0px;
    width: 21%;
  }
  .artificial-intelligence .footer .contact {
    width: 39%;
  }
  .artificial-intelligence .footer .buttons {
    width: 38%;
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media (min-width : 1024px) {
  p,
  li {
    line-height: 1.8;
  }
  .artificial-intelligence .heading h2 {
    font-size: 28px;
  }
  .artificial-intelligence .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3rem;
    align-items: center;
  }
  .artificial-intelligence .banner .logo-container {
    padding: 0;
    border-bottom: none;
  }
  .artificial-intelligence .banner .logo-container .container {
    align-items: center;
  }
  .artificial-intelligence .banner .logo-container .container .container,
  .artificial-intelligence .banner .logo-container .container .menu-list {
    flex-direction: column;
  }
  .artificial-intelligence .banner .logo-container .container .tkalogo {
    width: 250px;
  }
  .artificial-intelligence .banner .logo-container .container .menu {
    display: none;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list {
    display: flex;
    position: static;
    width: 66%;
    background-color: transparent;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul li {
    border-bottom: none;
    padding: 0;
    margin-right: 1.8rem;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul li::before {
    content: "•";
    position: absolute;
    color: transparent;
    text-shadow: transparent 0 0;
    font-size: 22px;
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    bottom: -28px;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul li:hover::before {
    color: #FD6C30;
    text-shadow: 10px 0 #FFFFFF, -10px 0 #FFFFFF;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul li:last-child {
    margin-right: 0;
  }
  .artificial-intelligence .banner .logo-container .container .menu-list ul li:last-child::before {
    content: none;
  }
  .artificial-intelligence .banner .logo-container .container .menu-toggle {
    display: none;
  }
  .artificial-intelligence .banner .logo-container .container .link-li {
    display: flex;
  }
  .artificial-intelligence .banner .logo-container .container .link-li .btn-white {
    margin-right: 1rem;
    min-width: 40px;
    height: 42px;
  }
  .artificial-intelligence .banner .logo-container .container .link-li .btn-white:last-child {
    margin-right: 0;
  }
  .artificial-intelligence .banner .logo-container .container .buttons {
    margin-top: 0;
  }
  .artificial-intelligence .banner .logo-container .container .buttons .btn-white:first-child img {
    margin-right: 0;
  }
  .artificial-intelligence .banner .banner-content {
    width: 50%;
  }
  .artificial-intelligence .banner .banner-content h1 {
    font-size: 39px;
  }
  .artificial-intelligence .banner .banner-info {
    display: flex;
    width: 45%;
    margin-top: 0;
  }
  .artificial-intelligence .course .course-item {
    width: 31%;
  }
  .artificial-intelligence .course .course-item:nth-child(even) {
    margin-right: 2rem;
  }
  .artificial-intelligence .course .course-item:nth-child(3n) {
    margin-right: 0;
  }
  .artificial-intelligence .course .course-item:last-child {
    margin-right: 0;
  }
  .artificial-intelligence .faq .faq-content {
    padding: 2rem;
  }
  .artificial-intelligence .faq .faq-list {
    margin-top: 1.5rem;
    overflow-y: scroll;
    padding-right: 1.5rem;
    height: 360px;
    margin-bottom: 3.4rem;
  }
  .artificial-intelligence .faq .faq-list .faq-item:first-child {
    margin-top: 0;
  }
  .artificial-intelligence .faq .form {
    width: 50%;
    padding: 2rem;
  }
  .artificial-intelligence .faq .form .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .artificial-intelligence .faq .form .input-list .input-container {
    width: 48%;
  }
  .artificial-intelligence .faq .form .input-list .input-container:last-child {
    width: 100%;
  }
  .artificial-intelligence .method .method-container {
    width: 75%;
    margin: 0 auto;
  }
  .artificial-intelligence .skills .skills-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .artificial-intelligence .skills .skills-content {
    width: 45%;
  }
  .artificial-intelligence .skills .skills-info {
    width: 50%;
    margin-top: 0;
  }
  .artificial-intelligence .fact .heading h2,
  .artificial-intelligence .fact .heading p {
    width: 70%;
  }
  .artificial-intelligence .fact .fact-item {
    width: 25%;
    margin-bottom: 2rem;
    padding: 0 1.4rem;
  }
  .artificial-intelligence .fact .fact-item:nth-child(2) {
    border-right: 2px solid #F03919;
  }
  .artificial-intelligence .fact .fact-item:last-child {
    padding-right: 0;
  }
  .artificial-intelligence .package .package-list {
    justify-content: center;
  }
  .artificial-intelligence .package .package-item {
    width: 32%;
  }
  .artificial-intelligence .package .package-item ul {
    min-height: 172px;
  }
  .artificial-intelligence .technique .technique-img {
    position: static;
  }
  .artificial-intelligence .choose .choose-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .artificial-intelligence .choose .heading {
    width: 60%;
  }
  .artificial-intelligence .choose .heading h2,
  .artificial-intelligence .choose .heading p {
    text-align: left;
  }
  .artificial-intelligence .choose .buttons {
    width: 25%;
    margin-top: 0;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .artificial-intelligence .choose .item h3 {
    min-height: auto;
  }
  .artificial-intelligence .choose .item p {
    min-height: 60px;
  }
  .artificial-intelligence .testimonial .heading {
    width: 65%;
    margin: auto;
  }
  .artificial-intelligence .testimonial .testimonial-item {
    width: 90%;
  }
  .artificial-intelligence .testimonial .testimonial-item p {
    min-height: 361px;
  }
  .artificial-intelligence .footer {
    background-image: url(/_public/images/artificial-intelligence/footer-bg.png);
    background-size: 100% 100%;
    background-color: transparent;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .artificial-intelligence .footer .footer-container .contact {
    width: 30%;
  }
  .artificial-intelligence .footer .footer-container .contact:nth-child(2) {
    margin-bottom: 0px;
    width: 30%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .artificial-intelligence .heading h2 {
    font-size: 32px;
  }
  .artificial-intelligence .banner .sticky .container {
    padding: 1rem 0;
  }
  .artificial-intelligence .banner .banner-info {
    width: 37%;
  }
  .artificial-intelligence .overview .heading h2 {
    min-height: 86px;
  }
  .artificial-intelligence .overview .overview-info {
    position: static;
    width: 37%;
  }
  .artificial-intelligence .course .course-item {
    width: 23%;
  }
  .artificial-intelligence .course .course-item:nth-child(3n) {
    margin-right: 2rem;
  }
  .artificial-intelligence .course .course-item:nth-child(4n) {
    margin-right: 0;
  }
  .artificial-intelligence .course .course-item h3 {
    min-height: 57px;
  }
  .artificial-intelligence .faq .faq-list {
    height: 347px;
    margin-bottom: 3rem;
  }
  .artificial-intelligence .method .method-container {
    width: 100%;
  }
  .artificial-intelligence .method .method-container .heading p {
    width: 80%;
  }
  .artificial-intelligence .method .method-item {
    width: 22%;
  }
  .artificial-intelligence .method .method-item p {
    min-height: 150px;
  }
  .artificial-intelligence .skills .heading h2 {
    min-height: 86px;
  }
  .artificial-intelligence .skills .skills-info {
    width: 48%;
  }
  .artificial-intelligence .skills .skills-info .progress {
    width: 135px;
    height: 135px;
    left: 22px;
    bottom: -22px;
  }
  .artificial-intelligence .skills .skills-content {
    width: 47%;
    justify-content: center;
  }
  .artificial-intelligence .package .package-list {
    width: 90%;
    margin: auto;
  }
  .artificial-intelligence .package .package-item {
    width: 31%;
  }
  .artificial-intelligence .technique .technique-content {
    width: 47%;
  }
  .artificial-intelligence .technique .technique-content .heading h2 {
    min-height: 86px;
  }
  .artificial-intelligence .choose .item {
    width: 24%;
  }
  .artificial-intelligence .choose .item p {
    min-height: 120px;
  }
  .artificial-intelligence .testimonial .testimonial-item p {
    min-height: 311px;
  }
}
