@import url('https://fonts.googleapis.com/css2?family=Nunito&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: 13px;
  width: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  margin-left: 0;
  box-shadow: 0px 0px 4px #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: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #000000;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Nunito';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #111010;
  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: 800;
  font-style: normal;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #111010;
  list-style: none;
  font-size: 14px;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.articulate .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.articulate .buttons .btn-blue,
.articulate .buttons .btn-white {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  outline: 0;
  min-width: 160px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.articulate .buttons .btn-blue::before,
.articulate .buttons .btn-white::before {
  content: "";
  transition: all 1s ease-in-out;
  border: 2px solid #FFFFFF;
  padding: 5px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
}
.articulate .buttons .btn-blue:hover::before,
.articulate .buttons .btn-white:hover::before {
  transform: scale(40, 40) rotate(90deg);
  opacity: 1;
}
.articulate .buttons .btn-blue img,
.articulate .buttons .btn-white img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.articulate .buttons .btn-blue {
  background-color: #169FEC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.articulate .buttons .btn-white {
  color: #000000;
  border: 1px solid #000000;
}
.articulate .buttons .btn-white::before {
  border: 2px solid #707070;
}
.articulate .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.articulate .heading p {
  margin-top: 1rem;
}
.articulate .heading h2 {
  width: 100%;
}
.articulate .center-heading {
  justify-content: center;
  align-items: center;
}
.articulate .center-heading h2,
.articulate .center-heading p {
  text-align: center;
}
.articulate .white-heading h2,
.articulate .white-heading p {
  color: #FFFFFF;
}
.articulate .banner {
  flex-direction: column;
  background: #EFF4F6;
  padding-top: 1.5rem;
}
.articulate .banner .logo-container,
.articulate .banner .tka-logo,
.articulate .banner .menu,
.articulate .banner .menu-toggle {
  display: flex;
}
.articulate .banner .container {
  height: 100%;
}
.articulate .banner .logo-container {
  height: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
.articulate .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.articulate .banner .tka-logo {
  max-width: 200px;
}
.articulate .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.articulate .banner .menu {
  z-index: 1;
  margin-left: auto;
}
.articulate .banner .menu img {
  width: 22px;
  height: 23px;
}
.articulate .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);
}
.articulate .banner .menu-toggle {
  font-weight: 500;
}
.articulate .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.articulate .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
  font-weight: 600;
}
.articulate .banner ul .links-li:first-child {
  padding-top: 0;
}
.articulate .banner ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.articulate .banner ul .links-li:last-child {
  display: none;
}
.articulate .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.articulate .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.articulate .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 0 ;
  padding: 1rem 1.5rem !important;
}
.articulate .banner .sticky-down {
  top: -100px;
}
.articulate .banner .banner-container,
.articulate .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.articulate .banner .banner-container {
  padding-top: 2rem;
}
.articulate .banner .banner-content h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.articulate .banner .banner-content h1 img {
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
  transform: translateY(10px);
}
.articulate .banner .banner-content h1 span {
  font-weight: 500;
}
.articulate .banner .banner-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.articulate .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.articulate .overview .overview-container,
.articulate .overview .overview-content,
.articulate .overview .content,
.articulate .overview .overview-info {
  display: flex;
  flex-direction: column;
}
.articulate .overview .overview-content {
  align-items: center;
}
.articulate .overview .overview-content p {
  text-align: center;
}
.articulate .overview .overview-content p:nth-child(3) {
  margin-top: 1rem;
}
.articulate .overview .overview-info {
  margin-top: 2rem;
  padding: 1rem;
  border: 2px solid;
  border-image: linear-gradient(215deg, #169FEC 61%, #FFFFFF 50%);
  border-image-slice: 1;
  width: 272px;
  align-self: center;
}
.articulate .overview .overview-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #169FEC;
  padding: 1rem;
}
.articulate .overview .overview-info .info img {
  width: 42px;
  height: 42px;
}
.articulate .overview .overview-info h3 {
  color: #FFFFFF;
  font-size: 16px;
  width: calc(100% - 55px);
}
.articulate .overview .overview-info .content {
  background-color: #F5F5F5;
  padding: 1rem;
  align-items: center;
}
.articulate .overview p {
  font-size: 15px;
  text-align: center;
}
.articulate .overview p:nth-child(4) {
  margin-top: 0.5rem;
}
.articulate .method {
  background-color: #F5F5F5;
}
.articulate .method .method-container,
.articulate .method .method-list,
.articulate .method .method-item {
  display: flex;
  flex-direction: column;
}
.articulate .method .heading {
  margin-bottom: 0;
}
.articulate .method .method-item {
  margin-top: 2rem;
}
.articulate .method .method-item:hover h3 {
  color: #FFFFFF;
}
.articulate .method .method-item:hover .content {
  background-color: #169FEC;
  box-shadow: none;
}
.articulate .method .method-item:hover .image img:first-child {
  display: none;
}
.articulate .method .method-item:hover .image img:last-child {
  display: flex;
}
.articulate .method .method-item:hover a {
  background-color: #FFFFFF;
}
.articulate .method .method-item:hover a span img:first-child {
  display: none;
}
.articulate .method .method-item:hover a span img:last-child {
  display: flex;
}
.articulate .method .method-item:hover .info {
  -webkit-text-stroke-color: #FFFFFF;
}
.articulate .method .content {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 2rem 1.5rem 0px 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  transition: 1s all;
}
.articulate .method .content h3 {
  width: 100%;
  font-size: 20px;
  transition: 1s all;
  margin-bottom: 2rem;
}
.articulate .method .content .image {
  display: flex;
  width: 55px;
  height: 55px;
  transition: 1s all;
}
.articulate .method .content .image img {
  width: 100%;
  height: 100%;
}
.articulate .method .content .image img:last-child {
  display: none;
}
.articulate .method .content .info {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 60px);
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E7E6E6;
}
.articulate .method .content a {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0.4rem;
  transition: 1s all;
  background-color: #169FEC;
  border-radius: 50px;
  transform: translateY(15px);
}
.articulate .method .content a span {
  display: flex;
  transition: 1s all;
}
.articulate .method .content a span img {
  width: 100%;
  height: 100%;
}
.articulate .method .content a span img:last-child {
  display: none;
}
.articulate .benefit .benefit-container,
.articulate .benefit .content,
.articulate .benefit .info {
  display: flex;
  flex-direction: column;
}
.articulate .benefit .benefit-container {
  align-items: flex-start;
}
.articulate .benefit .content {
  width: 100%;
}
.articulate .benefit .content p:nth-child(3) {
  margin-top: 1rem;
}
.articulate .benefit .info {
  margin-top: 2rem;
  width: 100%;
  height: 100%;
}
.articulate .benefit .info .heading {
  margin-bottom: 0;
}
.articulate .benefit .info span {
  display: flex;
  width: 100%;
  height: 100%;
}
.articulate .benefit .info span img {
  width: 100%;
  height: 100%;
}
.articulate .onsite {
  background: #000000;
}
.articulate .onsite .onsite-container,
.articulate .onsite .onsite-content,
.articulate .onsite .onsite-info {
  display: flex;
  flex-direction: column;
}
.articulate .onsite .onsite-content p,
.articulate .onsite .onsite-content h4,
.articulate .onsite .onsite-content li {
  color: #FFFFFF;
}
.articulate .onsite .onsite-content h4 {
  margin-top: 0.5rem;
}
.articulate .onsite .onsite-content ul li {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.articulate .onsite .onsite-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/articulate/white-tick.svg);
  background-size: 100% 100%;
  width: 15px;
  height: 14px;
  left: 0;
  top: 2px;
}
.articulate .onsite .onsite-info {
  width: 100%;
}
.articulate .onsite .onsite-info .image {
  width: 100%;
  height: 100%;
}
.articulate .onsite .share {
  display: flex;
  background-color: #E2F3FD;
  padding: 1.2rem;
  margin-top: 2rem;
  align-items: center;
}
.articulate .onsite .share .arrow {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
}
.articulate .onsite .share h3 {
  width: calc(100% - 80px);
  font-size: 14px;
}
.articulate .feature .feature-container,
.articulate .feature .feature-content {
  display: flex;
  flex-direction: column;
}
.articulate .feature .feature-content ul li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1.7rem;
}
.articulate .feature .feature-content ul li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/articulate/rectangle.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  left: 0;
  animation: 4s rotate linear infinite;
}
.articulate .feature .feature-info {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
.articulate .feature .feature-info img {
  width: 100%;
  height: 100%;
}
.articulate .fact {
  background-color: rgba(22, 159, 236, 0.12);
}
.articulate .fact .fact-container,
.articulate .fact .fact-list {
  display: flex;
  flex-direction: column;
}
.articulate .fact .heading {
  margin-bottom: 0;
}
.articulate .fact .fact-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.2rem 1.5rem;
  border-top: 3px solid;
  width: 234px;
  align-self: center;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.articulate .fact .fact-item img {
  width: 30px;
  height: 30px;
}
.articulate .fact .fact-item:nth-child(1) {
  border-color: #169FEC;
}
.articulate .fact .fact-item:nth-child(2) {
  border-color: #FEC975;
}
.articulate .fact .fact-item:nth-child(3) {
  border-color: #E7A8E3;
}
.articulate .fact .fact-item:nth-child(4) {
  border-color: #73E8A0;
}
.articulate .fact .fact-item p {
  font-size: 16px;
}
.articulate .fact .fact-count {
  display: flex;
}
.articulate .fact .fact-count h4,
.articulate .fact .fact-count span {
  font-size: 29px;
  font-weight: 800;
}
.articulate .sale .sale-container,
.articulate .sale .sale-content {
  display: flex;
  flex-direction: column;
}
.articulate .sale .sale-content li {
  margin-top: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.articulate .sale .sale-content li::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/articulate/tick.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 15px;
  left: 0;
  top: 2px;
}
.articulate .sale .sale-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.articulate .sale .sale-info img {
  width: 100%;
  height: 100%;
}
.articulate .choose {
  padding-top: 0;
}
.articulate .choose .choose-container,
.articulate .choose .choose-list {
  display: flex;
  flex-direction: column;
}
.articulate .choose .heading {
  margin-bottom: 0;
}
.articulate .choose .choose-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 1rem;
  margin-top: 2rem;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
}
.articulate .choose .choose-item span {
  color: #169FEC;
  font-size: 30px;
  font-weight: 600;
  text-shadow: #ECEEFE -4px 4px 1px;
}
.articulate .choose .choose-item h3 {
  font-size: 15px;
  align-self: center;
  width: 72%;
}
.articulate .choose .choose-item p {
  margin-top: 0.8rem;
}
.articulate .testimonial {
  background-color: #169FEC;
}
.articulate .testimonial .testimonial-container,
.articulate .testimonial .testimonial-list,
.articulate .testimonial .testimonial-item {
  display: flex;
  flex-direction: column;
}
.articulate .testimonial .heading h2 {
  padding-left: 1rem;
}
.articulate .testimonial .testimonial-item {
  background-color: #FFFFFF;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-right: 8px solid #E5F6F8;
  position: relative;
  width: 90%;
  margin: auto;
}
.articulate .testimonial .testimonial-item::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/articulate/quote.png);
  background-size: 100% 100%;
  height: 90px;
  width: 100px;
  bottom: 0px;
  right: -1px;
}
.articulate .testimonial .testimonial-item h3 {
  margin: 1rem 0 0.2rem;
  font-size: 16px;
  font-weight: 500;
}
.articulate .testimonial .testimonial-item img {
  width: 100px;
  height: 20px;
}
.articulate .testimonial .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 77px;
  align-self: center;
}
.articulate .testimonial .owl-nav .owl-prev,
.articulate .testimonial .owl-nav .owl-next {
  display: flex;
  background-image: url(/_public/images/articulate/arrow.svg);
  background-size: 100% 100%;
  height: 33px;
  width: 33px;
  opacity: 0.5;
}
.articulate .testimonial .owl-nav .owl-next {
  transform: rotate(180deg);
}
.articulate .testimonial .owl-nav .btn-active {
  opacity: 1;
}
.articulate .faq .faq-container,
.articulate .faq .faq-list,
.articulate .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.articulate .faq .heading {
  margin-bottom: 0;
}
.articulate .faq .faq-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-left: 3px solid #169FEC;
  border-right: 3px solid #169FEC;
  margin-top: 1.5rem;
}
.articulate .faq .faq-item.active .ques img {
  transform: rotate(180deg);
}
.articulate .faq .ques {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  cursor: pointer;
}
.articulate .faq .ques h3 {
  width: calc(100% - 30px);
  font-size: 15px;
}
.articulate .faq .ques img {
  width: 20px;
  height: 20px;
  transition: 1s all;
}
.articulate .faq .ans {
  display: none;
  padding: 0.5rem 1rem;
  border-top: 1px solid #707070;
}
.articulate .footer {
  background-color: #000000;
}
.articulate .footer .footer-container,
.articulate .footer .footer-content,
.articulate .footer .info,
.articulate .footer form,
.articulate .footer .input-list,
.articulate .footer .contact-list {
  display: flex;
  flex-direction: column;
}
.articulate .footer form {
  margin-bottom: 0;
  border: 1px solid #FFFFFF;
  padding: 1rem;
}
.articulate .footer form .input-list .input-error {
  border-color: #ff0000;
}
.articulate .footer form .input-list .input-error ::-webkit-input-placeholder {
  color: #ff0000;
}
.articulate .footer form .input-list .input-error :-ms-input-placeholder {
  color: #ff0000;
}
.articulate .footer form .input-list .input-error ::placeholder {
  color: #ff0000;
}
.articulate .footer form .input-list .input-error span .white {
  display: none;
}
.articulate .footer form .input-list .input-error span .red {
  display: flex;
}
.articulate .footer form .buttons {
  align-self: center;
}
.articulate .footer form .buttons .btn-blue {
  min-width: 120px;
  font-size: 14px;
}
.articulate .footer form .buttons img {
  width: 16px;
  height: 16px;
}
.articulate .footer .input-container {
  display: flex;
  padding: 0 1rem 0.5rem 0;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
.articulate .footer .input-container input,
.articulate .footer .input-container textarea {
  width: 85%;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  color: #FFFFFF;
}
.articulate .footer .input-container textarea {
  resize: none;
  overflow: auto;
  min-height: 50px;
}
.articulate .footer .input-container span {
  display: flex;
  width: 16px;
  height: 16px;
}
.articulate .footer .input-container span img {
  width: 100%;
  height: 100%;
}
.articulate .footer .input-container span .white {
  display: flex;
}
.articulate .footer .input-container span .red {
  display: none;
}
.articulate .footer .input-container ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.articulate .footer .input-container :-ms-input-placeholder {
  color: #FFFFFF;
}
.articulate .footer .form-consent {
  display: flex;
  margin-bottom: 0.8rem;
}
.articulate .footer .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.articulate .footer .form-consent label {
  display: flex;
  align-self: center;
  cursor: pointer;
  margin-left: 0.3rem;
  font-size: 11px;
  width: 90%;
  color: #FFFFFF;
}
.articulate .footer .form-consent p {
  font-size: 11px;
  color: #FFFFFF;
}
.articulate .footer .form-consent a {
  color: #169FEC;
  font-weight: 600;
}
.articulate .footer .consent-error p {
  color: #ff0000;
  font-size: 11px;
  margin-bottom: 0.5rem;
}
.articulate .footer .footer-content {
  margin-top: 2rem;
}
.articulate .footer .footer-content .heading {
  margin-bottom: 0;
}
.articulate .footer .contact-item {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
}
.articulate .footer .contact-item .icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.articulate .footer .contact-item h3 {
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}
.articulate .footer .contact-item a {
  font-size: 13px;
  color: #FFFFFF;
}
.articulate .footer .info {
  width: calc(100% - 30px);
}
.articulate .footer .info img {
  width: 116px;
  height: 20px;
}
@media (min-width: 320px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .articulate .method .content .info {
    color: #169FEC;
  }
  .articulate .method .method-item:hover .content .info {
    color: #FFFFFF;
  }
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .articulate .buttons .btn-blue,
  .articulate .buttons .btn-white {
    font-size: 16px;
  }
  .articulate .banner {
    padding: 3rem 2rem;
    padding-top: 2rem;
  }
  .articulate .banner .menu.active + .menu-links {
    width: 50%;
  }
  .articulate .banner .banner-info {
    display: none;
  }
  .articulate .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .articulate .overview .overview-content {
    width: 50%;
    align-items: flex-start;
  }
  .articulate .overview .overview-content .heading h2 {
    text-align: left;
  }
  .articulate .overview .overview-content p {
    text-align: left;
  }
  .articulate .overview .overview-info {
    width: 43%;
    position: sticky;
    margin-top: 0;
    top: 60px;
    align-self: flex-start;
    border-image: linear-gradient(210deg, #169FEC 58%, #FFFFFF 55%);
    border-image-slice: 1;
  }
  .articulate .method .method-container,
  .articulate .method .method-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .articulate .method .heading {
    width: 65%;
  }
  .articulate .method .buttons {
    width: 35%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
  }
  .articulate .method .method-item {
    width: 47%;
  }
  .articulate .benefit .benefit-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .articulate .benefit .content {
    width: 50%;
  }
  .articulate .benefit .info {
    width: 47%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .articulate .onsite .onsite-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .articulate .onsite .onsite-content {
    width: 50%;
  }
  .articulate .onsite .onsite-info {
    width: 46%;
    position: sticky;
    top: 60px;
  }
  .articulate .onsite .share {
    margin-top: 0;
  }
  .articulate .onsite .share h3 {
    font-size: 18px;
  }
  .articulate .feature .feature-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .articulate .feature .feature-content {
    width: 52%;
  }
  .articulate .feature .feature-info {
    width: 40%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .articulate .fact .fact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .articulate .fact .fact-item {
    width: 23%;
  }
  .articulate .sale .sale-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .articulate .sale .sale-content {
    width: 45%;
  }
  .articulate .sale .sale-info {
    width: 45%;
    position: sticky;
    top: 60px;
    margin-top: 0;
  }
  .articulate .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .articulate .choose .choose-item {
    padding: 2.5rem 1.5rem;
    width: 32%;
  }
  .articulate .choose .choose-item p {
    margin-top: 1.5rem;
    min-height: 176px;
  }
  .articulate .testimonial .testimonial-container {
    position: relative;
  }
  .articulate .testimonial .testimonial-item p {
    min-height: 264px;
  }
  .articulate .testimonial .owl-nav {
    position: absolute;
    top: -53px;
    right: 20px;
    margin-top: 0;
  }
  .articulate .faq .faq-list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .articulate .faq .faq-item {
    width: 48.4%;
  }
  .articulate .footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .articulate .footer form {
    width: 48%;
    padding: 1.5rem;
  }
  .articulate .footer .footer-content {
    width: 44%;
    margin-top: 0;
  }
  .articulate .footer .contact-item {
    padding: 1rem 1.5rem;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .articulate .heading h2 {
    font-size: 28px;
  }
  .articulate .banner {
    background: url(/_public/images/articulate/banner-bg.png);
    background-size: 100% 100%;
  }
  .articulate .banner .menu {
    display: none;
  }
  .articulate .banner .logo-container {
    border: none;
    padding-bottom: 0;
  }
  .articulate .banner .sticky {
    padding: 1rem 2rem!important;
  }
  .articulate .banner .menu-links {
    width: 78%;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    position: relative;
    box-shadow: none;
  }
  .articulate .banner .menu-links .buttons .btn-blue,
  .articulate .banner .menu-links .buttons .btn-white {
    min-width: 172px;
  }
  .articulate .banner .menu-links .buttons .btn-white {
    display: none;
  }
  .articulate .banner .menu-toggle {
    display: none;
  }
  .articulate .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .articulate .banner ul .links-li {
    border-bottom: none;
    margin-right: 1.5rem;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .articulate .banner ul .links-li::before {
    content: '';
    position: absolute;
    background-color: #169FEC;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    transition: all 0.5s;
    z-index: -1;
  }
  .articulate .banner ul .links-li:hover::before {
    width: 100%;
  }
  .articulate .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .articulate .banner ul .links-li:last-child::before {
    content: none;
  }
  .articulate .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
  }
  .articulate .banner .banner-content {
    width: 54%;
  }
  .articulate .banner .banner-content h1 {
    font-size: 45px;
  }
  .articulate .banner .banner-content h1 img {
    width: 50px;
    height: 50px;
  }
  .articulate .banner .banner-content .buttons {
    margin-top: 2rem;
  }
  .articulate .banner .banner-info {
    display: flex;
    width: 40%;
    margin-top: 0;
  }
  .articulate .overview .overview-content {
    width: 55%;
  }
  .articulate .overview .overview-info {
    width: 40%;
    border-image: linear-gradient(208deg, #169FEC 61%, #FFFFFF 60%);
    border-image-slice: 1;
  }
  .articulate .overview .overview-info .info {
    padding: 2.5rem;
  }
  .articulate .overview .overview-info .content {
    padding: 2.5rem 2rem;
  }
  .articulate .overview .overview-info h3 {
    font-size: 22px;
  }
  .articulate .method .method-item {
    width: 23%;
  }
  .articulate .method .method-item .content h3 {
    font-size: 21px;
    min-height: 56px;
  }
  .articulate .benefit .info {
    position: static;
    top: 0;
  }
  .articulate .benefit .info span {
    align-self: flex-end;
    width: 75%;
    transform: translate(-65px, -30px);
  }
  .articulate .onsite {
    background: url(/_public/images/articulate/onsite-bg.png);
    background-size: 54% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 4rem;
  }
  .articulate .onsite .share {
    position: absolute;
    top: 49px;
    left: -34px;
    width: 329px;
  }
  .articulate .onsite .onsite-info {
    position: absolute;
    right: 0;
    top: -49px;
  }
  .articulate .feature .feature-info {
    position: static;
    top: 0;
    align-self: center;
  }
  .articulate .fact .heading {
    width: 70%;
    align-self: center;
  }
  .articulate .fact .fact-item {
    width: 23.5%;
  }
  .articulate .sale .sale-content {
    width: 51%;
  }
  .articulate .choose .heading {
    width: 70%;
  }
  .articulate .choose .choose-item {
    width: 31%;
  }
  .articulate .choose .choose-item h3 {
    position: relative;
  }
  .articulate .choose .choose-item h3::before {
    content: '';
    position: absolute;
    background-color: #707070;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 1px;
  }
  .articulate .choose .choose-item p {
    min-height: 150px;
  }
  .articulate .testimonial .testimonial-item p {
    min-height: 200px;
  }
  .articulate .faq .faq-list {
    width: 95%;
    margin: auto;
  }
  .articulate .footer {
    background-color: transparent;
    background-image: url(/_public/images/articulate/footer-bg.png);
    background-size: 100% 100%;
  }
  .articulate .footer .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .articulate .footer .input-container {
    width: 47.5%;
  }
  .articulate .footer .input-container:last-child {
    width: 100%;
  }
  .articulate .footer .contact-item {
    width: 85%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .articulate .heading h2 {
    font-size: 40px;
  }
  .articulate .banner {
    position: relative;
    overflow: hidden;
  }
  .articulate .banner::after {
    content: '';
    position: absolute;
    background-image: radial-gradient(rgba(22, 159, 236, 0.52), rgba(11, 80, 118, 0.15));
    opacity: 0.2;
    right: -107px;
    bottom: -107px;
    width: 45%;
    height: 100%;
    border-radius: 100%;
    animation: 5s scale linear infinite;
    z-index: -1;
  }
  .articulate .banner .tka-logo {
    max-width: 230px;
  }
  .articulate .banner .menu-links .buttons .btn-white {
    display: flex;
    margin-right: 2rem;
  }
  .articulate .banner ul .links-li {
    font-size: 15px;
    margin-right: 2rem;
  }
  .articulate .banner .banner-content {
    width: 50%;
  }
  .articulate .overview .overview-content {
    width: 61%;
  }
  .articulate .overview .overview-info {
    position: static;
    border-image: linear-gradient(208deg, #169FEC 62%, #FFFFFF 60%);
    border-image-slice: 1;
    top: 0px;
    width: 32%;
    align-self: center;
  }
  .articulate .onsite {
    margin-top: 1rem;
  }
  .articulate .onsite .share {
    width: 368px;
    left: -62px;
  }
  .articulate .onsite .share .arrow {
    width: 100px;
    height: 100px;
  }
  .articulate .onsite .share h3 {
    width: calc(100% - 100px);
  }
  .articulate .sale .sale-info {
    position: static;
    align-self: center;
    top: 0;
  }
  .articulate .choose .choose-list {
    width: 90%;
  }
  .articulate .choose .choose-item p {
    min-height: 125px;
  }
  .articulate .choose .choose-item h3::before {
    left: -34px;
  }
  .articulate .testimonial .testimonial-item p {
    min-height: 250px;
  }
  .articulate .footer .contact-item {
    width: 72%;
  }
}
@media (min-width : 1500px) {
  .articulate .banner:after {
    content: none;
  }
}
