/* HEADER */
.site-header {
  padding: 32px 0;
  background: radial-gradient(
      44.69% 382.13% at 50% 50%,
      #215595 0%,
      #000000f0 100%
    ),
    url("header-bg-ebf16de7.webp");
  background-blend-mode: normal, normal, multiply;
  border-bottom: 3px solid rgba(255, 207, 115, 0);
  background-size: auto, 100%;
  position: relative;
  z-index: 2;
}

.site-header:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #021900 0%, #90ca48 50%, #021900 100%);
  top: 100%;
  position: absolute;
}

.site-header .header-main {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
}

.site-header .header-container {
  max-width: 1984px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-top {
  flex: 0 0 100%;
  margin-bottom: 20px;
  color: #ffffffb3;
}

.header-top p {
  margin-bottom: 0;
  font-size: 14px;
}

.site-header .header-logo {
  width: 4rem;
  height: 4rem;
  position: relative;
  z-index: 3;
}

.footer__logo {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header .navbar-toggler {
  border: none;
  padding: 0;
  margin-top: -16px;
}

.site-header .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.site-header .navbar-toggler span {
  background-image: url("c063a1646605a3ce0942142e7588cb08d7f38086.svg");
  background-size: 18px;
}

.site-header .navbar-toggler.collapsed span {
  background-image: url("454d0e806d3162894717b9c0da8c6940c030f6b6.svg");
  background-size: 26px;
}

.main-navigation {
  flex: 1;
  color: #fff;
  font-size: 16px;
  justify-content: flex-end;
  padding: 0;
  height: 100%;
}

.main-navigation ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 2px #00000040;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .active a {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}

/* .main-navigation a:hover svg path,.main-navigation .active svg path {
    fill: #90ca48
} */

.navbar-collapse > div {
  width: 100%;
}

.navbar-collapse {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .site-header .header-main {
    padding: 0 16px;
    justify-content: space-between;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}

@media (max-width: 991px) {
  body .side-column {
    position: absolute;
    z-index: 2;
    width: 100vw;
    margin-left: -12px;
  }

  body .sidebar {
    padding: 0;
  }

  .navbar-collapse {
    padding: 16px 32px;
    border-top: 1px solid rgba(171, 224, 252, 0.5);
    background: linear-gradient(180deg, #000 0%, #275989 100%);
  }
}

@media (max-width: 768px) {
  .site-header .main-navigation {
    justify-content: space-between;
  }

  .site-header .main-navigation ul {
    flex-direction: column;
    padding: 16px;
    gap: 10px;
    align-items: flex-start;
  }

  .site-header .navbar-collapse {
    background: transparent;
  }

  .site-header .main-navigation ul a {
    color: #fff;
    word-break: keep-all;
  }

  .site-header .header-logo {
    max-width: 148px;
    margin-top: -5px;
  }

  .site-header .header-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 40px 0 32px;
  }

  .header-top {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10px;
  }

  .header-top p {
    font-size: 14px;
    text-align: center;
  }

  .sidebar-img {
    width: 65px;
    height: 65px;
  }

  .site-header .navbar-toggler {
    margin-top: -14px;
  }
}

.footer {
  color: #fff;
  position: relative;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 42.5%
    ),
    radial-gradient(50% 100% at 50% 50%, #315476e6 33%, #000000de 100%),
    url("header-bg-ebf16de7.webp") 0 0 / 100%;
  background-blend-mode: normal, normal, multiply;
  text-align: center;
}

.footer:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #021900 0%, #90ca48 50%, #021900 100%);
  bottom: 100%;
  position: absolute;
}

.footer .custom-logo-link {
  max-width: 218px;
  display: inline-block;
}

.footer-widget p {
  font-size: 12px;
  line-height: 1.4;
  color: #bbb;
}

.footer-widget p strong {
  color: #fff;
}

.footer-container {
  max-width: 782px;
  padding: 3rem 16px;
  margin: 0 auto;
}

.footer-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-logos {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.footer-logos img {
  height: 40px;
  max-width: 220px;
}

.menu-footer-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.menu-footer-menu-container ul li a {
  color: #bbb;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.menu-footer-menu-container ul li a:hover,
.menu-footer-menu-container ul li.active a {
  color: #90ca48;
  text-decoration: none;
}

.footer-nav-wrap {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 16px 32px;
  margin-bottom: 20px;
}

.copy {
  color: #bbb;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 1rem;
  }

  .footer-logos {
    justify-content: center;
    gap: 15px;
  }

  .footer-container {
    padding: 2rem 1rem 1.5rem;
  }

  .footer .custom-logo-link {
    margin: 0 auto 1.5rem;
    display: block;
  }

  .footer-nav-wrap {
    padding-right: 0;
    border: none;
    margin-bottom: 2rem;
  }

  .menu-footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-footer-menu-container ul li {
    width: 50%;
    display: inline-block;
  }

  .footer-widget {
    text-align: center;
    padding-right: 0;
  }

  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }

  .footer .site-branding {
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }

  .footer-logos img {
    height: 41px;
    max-width: 160px;
  }
}

body {
  background: #000 url("body-pattern-f4a4458c.svg");
  color: #fff;
  background-size: 90px 90px;
  background-repeat: repeat;
  background-position-x: -25px;
  overflow-x: hidden;
  font-family: Jost, sans-serif;
}

.site-container {
  max-width: 1984px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.app-csn .section-top .container {
  max-width: 1224px;
  padding: 0 30px;
}
.app-csn .section-top {
  width: 100%;
  position: relative;
  background-image: url("");
  background-size: cover;
  background-position: center;
  min-height: 624px;
  display: flex;
  align-items: center;
}
.app-csn .section-steps .container {
  max-width: 1224px;
}
.app-csn .content-row {
  padding: 40px 0 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.app-csn .content-row .col {
  max-width: 560px;
}
.app-csn .content-row .logo-wrap {
  margin-bottom: 30px;
}
.app-csn .content-row .logo-wrap img {
  max-width: 270px;
  max-height: 200px;
  height: auto;
  width: auto;
}
.app-csn .content-row .title {
  color: #afff2e;
  font-family: "Barlow Condensed", serif;
  margin-bottom: 20px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.app-csn .content-row .heading-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.app-csn .content-row .heading-subtitle {
  font-size: 50px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.app-csn a {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.app-csn .content-row .button {
  border-radius: 121.64px;
  background: #6d8322;
  box-shadow: 0px 0px 20px 0px rgba(175, 255, 46, 0.5);
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  line-height: 100.5%;
  letter-spacing: 0.389px;
  color: #000;
  text-align: center;
  display: inline-block;
  gap: 16px;
  font-size: 38px;
  padding: 7px 30px 23px 45px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}
.app-csn .content-row .button .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  line-height: 100.5%;
  letter-spacing: 0.389px;
  color: #000;
  text-align: center;
}
.app-csn .content-row .button .button-text:after {
  height: 29px;
  content: url("");
}
.app-csn .content-row .button:after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0px 5.44px 5.44px 0px rgba(255, 255, 255, 0.35) inset;
  background: linear-gradient(180deg, #d5fb4f 0%, #afff2e 100%);
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.app-csn .steps-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.app-csn .step {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.app-csn .section-steps {
  background: #90e1ff;
  padding: 32px 0;
}
.app-csn .step .number {
  background: #000031;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.app-csn .step .text {
  color: #000031;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 130px;
}
.app-csn .step:not(:last-of-type):after {
  content: url("");
  position: absolute;
  right: -50px;
}

@media (max-width: 991px) {
  .header-csn .navbar-toggler {
    display: none;
  }
  .app-csn .site-container {
    max-width: 1224px;
  }
  .app-csn .section-top {
    padding-bottom: 50%;
    background-image: url("");
    background-size: cover;
    background-position: center;
  }
  .app-csn .content-row {
    padding: 65px 0;
  }
  .app-csn .content-row .col:first-child {
    text-align: center;
    max-width: 560px;
  }
  .app-csn .content-row .col {
    text-align: center;
    flex: auto;
  }
  .app-csn .container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
  }
  .app-csn .section-legal .container {
    flex-direction: column;
  }
  .app-csn .section-steps {
    margin-top: auto;
    flex-grow: 1;
  }
  .app-csn .content-row .heading-title,
  .app-csn .content-row .heading-subtitle {
    text-align: center;
  }
  .app-csn .steps-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
  .app-csn .step {
  }
}

@media (max-width: 767px) {
  .app-csn .section-top {
    min-height: 700px;
  }
  .app-csn .section-steps {
    height: auto;
    padding: 16px 0;
  }
  .app-csn .steps-wrap {
    flex-direction: column;
    gap: 60px;
  }
  .app-csn .content-row .logo-wrap {
    margin-bottom: 10px;
  }
  .app-csn .content-row .title {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .app-csn .content-row .heading-title,
  .app-csn .content-row .heading-subtitle {
    font-size: 35px;
  }
  .app-csn .content-row .button {
    font-size: 25px;
    margin-top: 20px;
  }
  .app-csn .step:not(:last-of-type):after {
    right: 50%;
    transform: rotate(90deg);
    bottom: -55px;
  }
}

.side-column {
  position: relative;
}

.content-column {
  padding: 16px 0;
}

.sidebar {
  padding: 16px 16px 16px 0;
  height: 100%;
}

.page-content {
  min-height: 530px;
}

.page-content .heading {
  max-width: 810px;
  margin: 0 auto 20px;
  text-align: center;
}

.top-line {
  color: #ffffffb3;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.legal-label {
  border-radius: 8px;
  border: 2px solid #f00;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  color: #bdccd4;
  font-size: 11px;
  gap: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px;
}

@media (min-width: 1300px) {
  .content-column {
    width: 74%;
    flex: 0 0 74%;
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .side-column {
    flex: 0 0 16%;
    border-right: 1px solid rgba(25, 255, 13, 0.5);
    background: linear-gradient(180deg, #000 0%, #275989 100%);
  }

  .content-column {
    width: 84%;
    flex: 0 0 84%;
    padding: 32px 0 32px 32px;
  }

  .side-column:before {
    content: "";
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    right: 99%;
    background: linear-gradient(180deg, #000 0%, #275989 100%);
  }
}

.cards-list {
  max-width: 1010px;
  margin: 32px auto;
}

.list-item {
  background: linear-gradient(180deg, #255482 0%, #1f6db0 75.33%, #295b9d 100%),
    #1e496a;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  margin-bottom: 16px;
}

.list-item:hover {
  background: #1e496a;
}

.list-item .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  border-bottom: 1px solid #608ecf;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.list-item .badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.list-item .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.list-item .card-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list-item .image-col {
  flex: 0 0 45%;
  width: 45%;
  background: #a0b9dc;
  padding: 8px;
}

.list-item .img-wrap {
  border-radius: 8px;
  background: #11091f;
  box-shadow: 1.967px 1.967px 3.934px #00000040;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item .img-wrap img {
  max-width: 50%;
  max-height: 70%;
}

.list-item .content-col {
  flex: 0 0 55%;
  width: 55%;
  padding: 10px;
  text-align: center;
}

.list-item .subtitle {
  color: #90ca48;
  text-align: center;
  font-size: 22.589px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}

.list-item .card-content p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}

.list-item .card-content p:last-child {
  font-size: 24px;
}

.list-item .primary-btn {
  display: flex;
  max-width: 403px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px auto 0;
  border-radius: 8px;
  border: 2px solid rgba(238, 232, 232, 0.6);

  background: #90ca48;

  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.22) inset,
    0px -7px 4px 0px rgba(0, 0, 0, 0.25) inset,
    0px 1.964px 1.964px 0px rgba(0, 0, 0, 0.27);
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.list-item .primary-btn:hover {
  background: #eee8e8;
  text-decoration: none;
  border: 2px solid rgba(238, 232, 232, 0.6);
  background: #0bdb00;

  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.22) inset,
    0px -7px 4px 0px rgba(0, 0, 0, 0.25) inset,
    0px 1.964px 1.964px 0px rgba(0, 0, 0, 0.27);
}

.list-item .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 17px;
  font-family: Times;
  line-height: 1;
  margin-bottom: 0;
}

.list-item .stars:before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    #ffab40 var(--percent),
    #ffffff var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .content-wrapper .box-wrapper {
    padding: 16px;
  }

  .list-item .card-content p {
    font-size: 30px;
  }

  .list-item .card-content p:last-child {
    font-size: 24px;
  }

  .site-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 650px) {
  .list-item .image-col,
  .list-item .content-col {
    flex: 0 0 100%;
    width: 100%;
  }

  .list-item .top-line {
    font-size: 10px;
  }

  .list-item .stars {
    font-size: 14px;
  }

  .list-item .primary-btn {
    padding: 13px 20px 19px;
    width: calc(100% + 36px);
    max-width: unset;
    margin-left: -18px;
    margin-bottom: -15px;
  }

  .cards-list {
    margin: 24px 0;
  }
}

@media (max-width: 500px) {
  .list-item .subtitle {
    font-size: 14px;
  }

  .list-item .card-content p {
    font-size: 28px;
  }

  .list-item .card-content p:last-child {
    font-size: 18px;
  }

  .list-item .primary-btn {
    font-size: 16px;
  }

  .list-item .img-wrap {
    height: 100px;
  }

  .list-item .image-col {
    padding: 5px;
  }

  .list-item .rating,
  .list-item .badge {
    gap: 3px;
  }

  .list-item .badge img {
    width: 14px;
  }

  .list-item .stars:before {
    letter-spacing: 0.5px;
  }
}

@media (max-width: 340px) {
  .list-item .stars {
    font-size: 9px;
  }
}

.content-wrapper {
  padding: 20px 16px;
  border-radius: 11px;
  border: 1.5px solid #90ca48;
  background: rgba(25, 1, 82, 0.3);
  margin-bottom: 0;
  color: #ffffffe6;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.content-wrapper h3,
.content-wrapper h2,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  margin-bottom: 14px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
}

.content-wrapper strong {
  font-weight: 700;
}

.content-wrapper h2 {
  font-size: 24px;
}

.content-wrapper h3 {
  font-size: 18px;
}

.content-wrapper p,
.content-wrapper a,
.content-wrapper ul,
.content-wrapper ol {
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #ffffffe6;
}

.content-wrapper a {
  text-decoration: underline;
}

.content-wrapper ul li:not(:last-child),
.content-wrapper ol li:not(:last-child) {
  margin-bottom: 10px;
}

.content-wrapper li::marker {
  color: #ffffffe6;
}

.content-wrapper p {
  margin-top: 0;
}

.content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.content-wrapper ul,
.content-wrapper ol {
  margin-left: 0;
}

.content-wrapper b,
.content-wrapper strong {
  font-weight: 700;
}

@media (max-width: 650px) {
  .content-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
