h2, h4 {
  margin: 0;
}

p, td {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.banner-content h1 {
  margin-bottom: 0;
}

.ltr-section .ltr-content {
  padding: 80px 0 40px;
  display: flex;
  align-items: center;
  max-width: 1192px;
  margin: auto;
  gap: 43px;
}

.flexibility-section .ltr-content .content,
.comparison-section .comparison-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.flexibility-section .ltr-content .content * {
  margin: 0px;
}

.ltr-section .text-primary-coral-gradient {
  margin-bottom: -10px;
}

.ltr-section h2 {
  margin-bottom: 24px;
}

.comparison-section {
  background-color: var(--black);
}

.comparison-section .container {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.comparison-section .container h2 {
  color: var(--white);
}

.comparison-section .container p {
  color: var(--white);
  margin-bottom: 0;
}

.comparison-section .comparison-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #AEAEAE;
  margin-bottom: 40px;
}

.comparison-body {
  display: flex;
  gap: 64px;
}

.comparison-body .card {
  background-color: var(--white);
  width: 486.5px;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}

.comparison-body .card h4 {
  margin-bottom: 32px;
}

.comparison-body .card p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-body .card p:first-of-type {
  margin-bottom: 24px;
}

.book-gray:before {
  content: url("/assets/img/book-gray.svg");
  width: 40px;
}

.calendar-gray:before {
  content: url("/assets/img/calendar-gray.svg");
  width: 40px;
}

.calendar-green:before {
  content: url("/assets/img/calendar-green.svg");
  width: 40px;
}

.time-green:before {
  content: url("/assets/img/time-green.svg");
  width: 40px;
}

.comparison-body .card.with-decor-star-green:before {
  content: url("/assets/img/star-green.svg");
  position: absolute;
  top: 17px;
  right: 11px;
}

.rtl-section .rtl-content{
  padding: 80px 0 40px;
  display: flex;
  align-items: center;
  max-width: 1192px;
  margin: auto;
  gap: 68px;
}

#about-membership .container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

table.about-membership-table {
  width: 991px;
}

table.about-membership-table tr {
  position: relative;
  border-bottom: 1px solid #D4D4D4;
}

table.about-membership-table tr:after {
  content: " ";
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  position: absolute;
  bottom: 0;
  left: 0;
}

table.about-membership-table tr td:first-of-type {
  padding-left: 0 !important;
  padding-right: 24px;
}

table.about-membership-table tr:not(:first-of-type) p {
  margin-top: 24px;
}

table.about-membership-table small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#about-membership .col-content {
  position: relative;
}

#about-membership {
  background-image: url("/assets/img/bottom-right-bg.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}


#about-membership h5 {
  margin-top: 0;
  margin-bottom: 0;
}

table.about-membership-table tr td:nth-child(2) {
  padding-right: 40px;
}

.about-membership-table p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#about-membership .col-content:after {
  content: url("/assets/img/curly-arrow-left-coral.svg");
  position: absolute;
  top: -40px;
  right: -80px;
}

.comparison-table {
  background-color: var(--black);
  background-image: url("/assets/img/top-right-decor-white.svg");
  background-position: top right;
  background-repeat: no-repeat;
}

.comparison-table .container {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.comparison-table .container p {
  color: var(--white);
}

.comparison-table tr th, .comparison-table tr td {
  padding-right: 16px;
  color: var(--white);
  text-align: left;
}

.comparison-table tr th .btn {
  display: inline-block;
  margin-bottom: 16px;
}

.comparison-table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}

.comparison-table tr th:first-of-type, .comparison-table tr td:first-of-type {
  padding-left: 40px !important;
}

.comparison-table tr th:last-of-type, .comparison-table tr td:last-of-type {
  padding-right: 40px !important;
}

.comparison-table tr th:last-of-type p {
  margin-top: -24px;
  margin-bottom: 50px;
}

.comparison-table tbody tr:nth-of-type(odd) {
  background-color: #171E1D !important;
}

.comparison-table table, .comparison-table th, .comparison-table td {
  border: none;
  border-collapse: collapse;
  text-align: left;
}

.why-choose-section .container {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.why-choose-section .container h2 {
  margin-bottom: 40px;
}

.why-choose-section .container .cards {
  display: flex;
  gap: 24px;
}

.why-choose-section .container .cards .card {
  padding: 40px 32px;
  box-shadow: 0px 4px 10px 0px #0000001A;
  border-radius: 12px;
}

.why-choose-section .container .card img {
  margin-bottom: 24px;
}

.why-choose-section .container .card h4 {
  margin-bottom: 24px;
}

.logo-partners .container {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 80px;
  max-width: 1192px;
  margin: auto;
}

.logo-partners .container p {
  margin-bottom: 24px;
}

.logo-partners .group-logo-grid {
  grid-template-columns: repeat(6, 1fr);
  column-gap: 16px;
  row-gap: 32px;
}

.logo-partners .group-logo-grid.column-5 {
  margin-top: 32px;
  grid-template-columns: repeat(5, 1fr);
}

.logo-partners .group-logo-grid img {
  height: 48px;
}

.logo-partners .group-logo-grid > img:nth-child(n + 13) {
  grid-template-columns: repeat(5, auto);
}

.faq-section {
  padding: 80px 0px;
  background-color: var(--black);
  background-image: url("/assets/img/left-bottom-bg.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-section .faq-content {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.faq-section .faq-content .accordion {
  width: 889px;
}

button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding-bottom: 32px;
  color: var(--white);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #AEAEAE;
}

.faq-section .faq-content .accordion {
  width: 889px;
}

.accordion-content {
  background-color: transparent;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.accordion-content p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

button.accordion:before {
  content: " ";
  border: 2px solid var(--white);
  width: 8px;
  display: block;
  transform: rotate(90deg);
  transition: transform .2s ease-in-out;
}

button.accordion.is-open:before {
  transform: rotate(0);
  border-color: var(--coral);
}

.faq-section .faq-content h2:after {
  content: url(/assets/img/curly-arrow-right.svg);
  position: absolute;
  left: -70px;
  bottom: -280px;
}

.faq-section .faq-content h2 {
  margin: 0;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
  position: relative;
}

.faq-section .faq-content .accordion button:not(:first-of-type) {
  margin-top: 24px;
}

#slideRight {
  display: none;
}

.slider-section .slide-item {
  width: 100%;
}

.auth-img {
  width: 100%;
}

.slider-section .slide-content {
  padding-right: 0;
}

@media (min-width: 601px) and (max-width: 1200px) {
  .page-container h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .banner-container {
    background-size: cover;
  }
  .slider-section .slide-item {
    flex-direction: column-reverse;
  }
  .content-container {
    margin-bottom: 24px;
  }
  .banner-content {
    padding: 80px 56px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-content h1 br {
    display: none !important;
  }
  .banner-content .btn {
    display: inline-block;
  }
  .ltr-section .ltr-content {
    padding: 80px 56px 40px;
    flex-direction: column-reverse;
  }
  .slider-section {
    padding: 64px 56px;
  }
  .rtl-section .rtl-content {
    padding: 80px 56px 40px;
    flex-direction: column;
  }
  #about-membership .container {
    padding: 80px 56px;
  }
  table.about-membership-table {
    width: 100%;
  }
  .comparison-section .container {
    padding: 80px 56px;
  }
  .comparison-table table tr td:not(:first-of-type) {
    padding-right: 0 !important;
  }
  #about-membership .col-content:after {
    display: none;
  }
  .comparison-table .container {
    padding: 80px 56px;
  }
  .comparison-table table, thead, tbody {
      display: block !important;
  }
  .comparison-table table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .comparison-table table tbody tr td:first-of-type {
    grid-column: 1 / -1;
  }
  .comparison-table table tbody tr:nth-child(2n) {
    background-color: var(--black) !important;
  }
  .comparison-table table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .comparison-table tr th:first-of-type, .comparison-table tr td:first-of-type {
    padding: 16px !important;
  }
  .comparison-table thead tr th:first-of-type {
    display: none;
  }
  .comparison-table tr th:last-of-type, .comparison-table tr td:last-of-type {
    padding-right: 0 !important;
  }
  .comparison-table tr td:not(:first-of-type) {
    text-align: center;
  }
  .comparison-table .container > p {
    padding-bottom: 24px;
    border-bottom: 1px solid #AEAEAE;
    width: 100%;
  }
  .comparison-table table thead tr {
    display: flex;
    width: 100%;
  }
  .comparison-table table thead tr p{
    display: block;
  }
  .comparison-table table thead tr th{
    flex: 1;
    padding-left: 145px;
  }
  .comparison-table tr th:last-of-type p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .why-choose-section .container {
    padding: 80px 56px;
  }
  .logo-partners .container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .logo-partners .group-logo-grid, .logo-partners .group-logo-grid.column-5 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
  }
  .faq-section {
    padding: 80px 56px;
  }
  .faq-section .faq-content {
    flex-direction: column;
  }
  .faq-section .faq-content h2 {
    margin-bottom: 40px;
  }
  .faq-section .faq-content h2:after {
    display: none;
  }
  .faq-section .faq-content .accordion {
    width: 100%;
  }
  .accordion-content p {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .faq-section {
    background-image: url("/assets/img/left-top-bg-small.svg");
    background-position: left top;
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .page-container h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .banner-container {
    background-image: url("/assets/img/right-top-bg-small.svg");
    background-position: top right;
  }
  .content-container {
    margin-bottom: 24px;
  }
  .content-container h1 {
    font-family: Poppins, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .banner-content .btn {
    display: inline-block;
  }
  .ltr-section .ltr-content {
    padding: 56px 32px;
    flex-direction: column-reverse;
    gap: 48px;
  }
  .ltr-section .ltr-content img {
    width: 100%;
  }
  .comparison-section .container {
    padding: 56px 32px;
  }
  .comparison-body {
    flex-direction: column;
    align-items: center;
  }
  .comparison-body .card {
    width: 100%;
  }
  .comparison-body img {
    width: 91px;
  }
  .slider-section {
    padding: 56px 32px;
  }
  .slider-section .slide-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-section .slider-controller {
    margin-top: 24px;
    position: relative;
  }
  .rtl-section .rtl-content {
    padding: 56px 32px;
    flex-direction: column;
  }
  .rtl-section .rtl-content img {
    width: 100%;
  }
  #about-membership .container {
    padding: 56px 32px;
  }
  #about-membership .col-content:after {
    display: none;
  }
  table.about-membership-table {
    width: 100%;
  }
  table.about-membership-table tbody {
    display: flex;
    flex-direction: column;
  }
  table.about-membership-table tr {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 24px;
    align-items: center;
    row-gap: 16px;
  }
  table.about-membership-table tr td:last-of-type {
    grid-column: span 2;
  }
  .comparison-table table tr td:not(:first-of-type) {
    padding-right: 0 !important;
  }
  .comparison-table .container {
    padding: 56px 32px;
  }
  .comparison-table table, thead, tbody {
      display: block !important;
  }
  .comparison-table table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .comparison-table table tbody tr td:first-of-type {
    grid-column: 1 / -1;
  }
  .comparison-table table tbody tr:nth-child(2n) {
    background-color: var(--black) !important;
  }
  .comparison-table table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .comparison-table tr th:first-of-type, .comparison-table tr td:first-of-type {
    padding: 16px !important;
  }
  .comparison-table thead tr th:first-of-type {
    display: none;
  }
  .comparison-table tr th:last-of-type, .comparison-table tr td:last-of-type {
    padding-right: 0 !important;
  }
  .comparison-table tr td:not(:first-of-type) {
    text-align: center;
  }
  .comparison-table .container > p {
    padding-bottom: 24px;
    border-bottom: 1px solid #AEAEAE;
  }
  .why-choose-section .container {
    padding: 56px 32px;
  }
  .why-choose-section .container .cards {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }
  .logo-partners .group-logo-grid, .logo-partners .group-logo-grid.column-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-section {
    padding: 56px 32px;
  }
  .faq-section .faq-content {
    flex-direction: column;
  }
  .faq-section .faq-content h2 {
    margin-bottom: 40px;
  }
  .faq-section .faq-content h2:after {
    display: none;
  }
  .faq-section .faq-content .accordion {
    width: 100%;
  }
  .accordion-content p {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .faq-section {
    background-image: url("/assets/img/left-top-bg-small.svg");
    background-position: left top;
    background-size: cover;
  }
}