.logo {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}

header {
  background-color: #00050b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mob-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.uk-dropdown {
  background-color: #fff;
}

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.mob-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu li:last-child {
  border-bottom: 0;
}
.mob-menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.mob-menu li a:hover {
  text-decoration: none;
  color: #444;
}

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-btn img {
  margin-right: 6px;
}

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 90px;
}

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lang-menu ul a {
  color: #222;
  padding: 5px 0;
  display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
  margin-right: 10px;
}

.uk-navbar-nav {
  gap: 0px;
}

.uk-navbar-nav > li > a {
  color: #fff !important;
  text-transform: inherit;
  font-family: "Lato", Sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.footer-nav li,
.header-nav li {
  position: relative;
  padding: 0 20px;
}
.footer-nav > li::after,
.header-nav > li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #2082ff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav li:hover:after,
.header-nav li:hover:after {
  opacity: 1;
}

.footer-nav li {
  padding: 0 10px;
}
.footer-nav li:after {
  bottom: -10px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #000;
  background-color: #fff;
}

.header-nav {
  width: 440px;
}

.site-footer {
  background-color: #0a0a0a;
  padding: 40px 0 0;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-nav li {
  display: inline-block;
}
.site-footer .footer-nav li a {
  color: #fff;
  padding: 5px 10px;
}

.site-footer .footer-nav li a:hover {
  text-decoration: none;
}

.footer-bottom {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid white;
}

.copyright {
  font-size: 16px;
  color: #fff;
}
.copyright span {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 960px) {
  .copyright {
    font-size: 12px;
  }
}

#ast-scroll-top {
  background-color: #046bd2;
  font-size: 15px;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  -webkit-transform: translate(0, -20%) rotate(180deg);
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-weight: 400;
  font-size: 18px;
  color: #575757;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.uk-container {
  max-width: 1140px;
}

.uk-container-xsmall {
  max-width: 750px;
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form_panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form {
  background-color: #fff;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.main-form-title h2 span {
  color: #aa2dd8;
}
@media (max-width: 960px) {
  .main-form-title h2 span {
    display: block;
    font-weight: bold;
  }
}

.form_group {
  position: relative;
  margin-bottom: 1rem;
}

.form_group input,
.form_group textarea {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 55px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none !important;
}

input[name="tel"] {
  padding-left: 52px;
}

.main-form-btn {
  border-radius: 25px;
  background-color: #aa2dd8 !important;
  padding: 10px 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 53px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  border-radius: 50px !important;
}
.main-form-btn:hover {
  background-color: #045cb4 !important;
  border-color: #045cb4;
}

.form_checkbox {
  color: #000;
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form_checkbox label input[type="checkbox"] {
  -ms-flex-preferred-size: 15px;
  flex-basis: 15px;
  min-width: 15px;
  height: 22px;
  margin-right: 10px;
  margin-top: 0;
}

.form_group .iti {
  width: 100%;
}

.hero-section {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 20px 0;
}

.hero-form {
  background-color: #fff;
  padding: 40px 50px;
}

.hero-meta h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .hero-meta h1 {
    font-size: 66px;
  }
}
.hero-meta h2 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .hero-meta h2 {
    font-size: 34px;
  }
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hero-img {
  border-radius: 30px;
  margin-top: 10px;
}

.section2 {
  background-color: #fff;
  color: #000;
  padding: 20px 0;
}
/*
.section2 h2 {
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .section2 h2 {
    font-size: 42px;
  }
}
*/
.section2 p {
  font-weight: 400;
  font-size: 18px;
}

.c-button {
  font-family: "Lato", Sans-serif;
  font-size: 21px;
  color: #fff;
  background-color: #046bd2;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-button svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.c-button:hover {
  background-color: #045cb4;
  color: #fff;
  text-decoration: none;
}

.section3 {
  padding: 20px 0;
}
.section3 h2 {
  text-align: center;
  color: #000000;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .section3 h2 {
    font-size: 66px;
    padding: 0 10px;
  }
}

.sec3-box {
  text-align: center;
}
.sec3-box svg {
  width: 3em;
  height: 3em;
  position: relative;
  display: block;
  fill: #580091;
  color: #580091;
  margin: 0 auto;
}
.sec3-box h3 {
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-top: 15px;
}
.sec3-box p {
  font-size: 18px;
}

.sec5-box {
  background-color: #090b16;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sec5-box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.uk-accordion-title {
  color: #fff;
  text-decoration: underline;
  font-size: 26px;
  font-weight: bold;
  padding: 0 15px;
}

.uk-accordion-title:hover {
  color: #fff;
}

.e-font-icon-svg {
  fill: #fff;
  margin-right: 5px;
  width: 0.7em;
  height: 0.7em;
}

.uk-accordion-title::before {
  display: none;
}

.uk-open .e-font-icon-svg {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}

.uk-accordion-content {
  padding: 0 15px;
}

#form_btn {
  font-weight: 700 !important;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 8%;
  z-index: 99999;
  max-height: 300px;
  font-family: Arial, Helvetica, sans-serif;
}

.language-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher a img {
  margin-right: 5px;
}

.language-switcher a:hover {
  background-color: #fff;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher__selected {
  background: #fff -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#efefef),
      color-stop(70%, #fff)
    );
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  border: 1px solid #ccc;
  color: #666;
}

.language-switcher__selected a {
  color: #666;
}

.language-switcher__selected a:after {
  content: "";
  background: url(../fonts/arrow-down.svg) no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 11px;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.7;
  color: #666;
}

.language-switcher__list {
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.language-switcher__active .language-switcher__selected a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.language-switcher__active .language-switcher__list {
  display: block;
}

.br20 {
  border-radius: 20px;
}

.section-dark {
  background-color: #001342;
  color: #fff;
  padding: 30px 0;
}

.f70 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .f70 {
    font-size: 42px;
  }
}

.site-footer .uk-container {
  max-width: 1000px;
}

.uk-accordion-title {
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
}

.section-white {
  color: #fff;
}
.section-white h2,
.section-white h3 {
  color: #fff;
}

.f20 {
  font-size: 20px !important;
}

.gird-box {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid #fff;
  text-align: center;
}
.gird-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 30px;
}
.gird-box p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
.gird-box svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
}

.banner {
  background-image: url(../images/banner.jpg);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center left;
  background-size: cover;
}

.banner h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .banner {
    height: 340px;
  }
}

.section-dark2 {
  background-color: #000;
  color: #fff;
}

.section-dark2 h2 {
  font-size: 50px;
  color: #fff;
}

.section-dark2 h3 {
  color: #fff;
  font-size: 24px;
  font-size: 700 !important;
  font-family: "Lato", Sans-serif;
}

.section-dark2 img {
  border-radius: 20px;
}

.sub-btn {
  background-color: #0049a7;
  color: #ffffff;
  min-height: 48px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  outline: invert;
}

.sub-btn svg {
  font-size: 21px;
}

.contact-form .form_group input,
.contact-form textarea {
  border-radius: 4px;
}

td,
th {
  padding: 0.7em 1em;
  border-width: 1px;
  border-style: solid;
}

table,
td,
th {
  border-color: #adb6be;
}

.hero-section .about-hero {
  padding: 40px 0;
}

.hero-section .about-hero .uk-first-column h1 {
  color: #fff;
}

.hero-section .about-hero .hero-bottom-info p {
  color: #ddd8d8;
}

.hero-section .about-hero .hero-form {
  border-radius: 20px;
}

.hero-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 120px 0 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b51e0),
    to(#00d084)
  );
  background-image: linear-gradient(90deg, #9b51e0, #00d084);
  color: #ffffff;
}

.hero-section:before {
  content: "";
  background-image: url(../images/hr-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

@media (max-width: 960px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center center;
  }
}

.hero-section h1 {
  font-size: 55px;
  font-weight: normal;
  color: #fff;
  margin-right: 5%;
}

@media (max-width: 960px) {
  .hero-section h1 {
    margin-right: 0;
    font-size: 45px;
  }
}

.hero-section h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  /*color: #fff;*/
}

.hero-section .desc {
  padding-right: 5%;
}

@media (max-width: 960px) {
  .hero-section .desc {
    padding-right: 0;
  }
}

.hero-section .hero-form {
  max-width: 444px;
}

.hero-section .iti--allow-dropdown {
  width: 100%;
}

.hero-section .hero-inner {
  position: relative;
  z-index: 1;
}

.hero-section .hero-meta {
  margin-top: -10px;
}

.hero-section .gfa {
  color: #00d084;
  text-decoration: underline;
}

.hero-section .gfa:hover {
  color: #9b51e0;
}

.hero-row {
  display: flex;
  justify-content: space-between;
}

.hero-left {
  width: 50%;
  padding-bottom: 0px;
}

.hero-left .hero-meta h1 {
  font-size: 38px;
  margin-right: 0;
}

.hero-left .change-by-command {
  max-width: 85%;
}

.hero-section {
  padding-bottom: 0 !important;
}

.hero-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: -78px;
}

@media (max-width: 767px) {
  .hero-row {
    flex-direction: column;
    gap: 20px;
  }

  .hero-row .hero-left,
  .hero-row .hero-right {
    width: 100% !important;
    padding-bottom: 0;
  }

  .hero-left .change-by-command {
    max-width: 100%;
  }
}

.job-container {
  margin: 32px 0 20px 0;
}

.job {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  background: #f5f7ff;
  border: 1px solid rgba(47, 81, 201, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
}

.job:hover {
  border-color: rgba(47, 81, 201, 0.3);
  box-shadow: 0 4px 20px rgba(47, 81, 201, 0.1);
}

.job__header {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.job__title {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2320;
  letter-spacing: 0.02em;
}

.job__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: rgba(47, 81, 201, 0.07);
  border: 1px solid rgba(47, 81, 201, 0.18);
  border-radius: 8px;
  padding: 6px 14px;
  color: #2f2320;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.job__tag svg {
  width: 13px;
  height: 13px;
  opacity: 0.5;
  flex-shrink: 0;
}

.job__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: #2f51c9;
  border: 1px solid #2f51c9;
  border-radius: 8px;
  padding: 6px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}

.job__toggle:hover {
  background: #2444b0;
  box-shadow: 0 4px 12px rgba(47, 81, 201, 0.35);
}

.job__content {
  display: none;
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid rgba(47, 81, 201, 0.12);
  animation: slideDown 0.2s ease;
}

.job__content.is-open {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.job__intro {
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  color: #2f2320;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.job__section-title {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 1rem 0 0.5rem;
  color: #2f2320;
  letter-spacing: 0.03em;
}

.job__list {
  list-style: none;
  padding-left: 1rem;
}

.job__list-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #2f2320;
  opacity: 0.8;
  line-height: 1.65;
}

.job__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f51c9;
  opacity: 0.6;
}

.job__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 1.25rem;
  background: rgba(47, 81, 201, 0.07);
  border: 1px solid rgba(47, 81, 201, 0.18);
  border-radius: 8px;
  padding: 6px 14px;
  color: #2f51c9;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s;
}

.job__cta:hover {
  background: rgba(47, 81, 201, 0.14);
}

@media (max-width: 767px) {
  .job__header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .job__toggle {
    width: 100%;
    justify-content: center;
  }
}

.section-comparison {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0px 15px;
}

.section-comparison__title {
  color: #2f2320;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

.comparison {
  box-shadow: 0 4px 20px rgba(88, 0, 145, 0.15);
  overflow: hidden;
  border: 1px solid rgb(88 0 145 / 9%);
  border-radius: 16px;
  background-color: #ffffff;
  width: 100%;
}

.comparison__header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 24px;
  font-weight: 700;
  background-color: #001342;
  color: #fff;
  font-size: 16px;
}

.comparison__header-cell {
  text-align: left;
}

.comparison__header-cell--center {
  text-align: center;
}

.comparison__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 20px 24px;
  border-top: 1px solid rgb(88 0 145 / 9%);
  transition: background 0.3s ease;
}

.comparison__row:hover {
  background: rgba(88, 0, 145, 0.05);
}

.comparison__label {
  font-weight: 500;
  color: #2f2320;
  padding-right: 16px;
}

.comparison__check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}

.comparison__check--yes {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM0YWRlODAiLz4KPHBhdGggZD0iTTYgMTBMOC41IDEyLjVMMTQgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
}

.comparison__check--no {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNlZjQ0NDQiLz4KPHBhdGggZD0iTTcgN0wxMyAxM00xMyA3TDcgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==");
}

@media (max-width: 768px) {
  .section-comparison {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-comparison__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .comparison__header,
  .comparison__row {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 8px;
  }

  .comparison__header {
    padding: 16px 12px;
    font-size: 14px;
  }

  .comparison__row {
    padding: 16px 12px;
  }

  .comparison__label {
    font-size: 14px;
    padding-right: 8px;
  }

  .comparison__check {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .section-comparison__title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .comparison__header {
    font-size: 12px;
    padding: 12px 8px;
  }

  .comparison__row {
    padding: 12px 8px;
  }

  .comparison__label {
    font-size: 12px;
  }

  .comparison__check {
    width: 16px;
    height: 16px;
  }
}
