.columns-section .main-title {
  margin-bottom: 40px;
}

.column-inner {
  padding: 0 24px;
}

.column-image {
  width: 172px;
  height: 172px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 24px;
}

.columns-section .content .column-title {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 8px;
}

.columns-section .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  .column-image {
    width: 200px;
    height: 200px;
  }
}
/* custom fonts */

/* ends custom fonts */

/* REMOVE THIS STYLES */
.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}
/* REMOVE THIS STYLES */

/* custom styles */
.font-light {

    font-weight: 300;
}

.font-bold {

    font-weight: bold;
}

.font-semibold {

    font-weight: 500;
    
}



.text-white {
  color: #FFFFFF;
}

.text-orange-500 {
  color: #FFA236;
}

.text-gray-300 {
  color: #4C4C4C;
}
.text-gray-700 {
  color: #333333;
}

.text-blue-900 {
  color: #144B6E;
}

.text-green-500 {
  color: #84BD00;
}

.block {
  display: block;
}

.section {
  padding: 64px 0 !important;
}

.section .main-title {
  margin: 0;
  font-size: 36px;
  line-height: 47px;
}

.section p {
  font-size: 18px;
  line-height: 29px;
}

.section p {
  margin: 0;
}

.max-w-1500 {
  max-width: 1500px;
}

.max-w-1400 {
  max-width: 1400px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1300 {
  max-width: 1300px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1000 {
  max-width: 1000px;
}

.rounded-full {
  border-radius: 100%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
}

.xs-container {
  max-width: 600px;
  padding: 0 16px;
}

.sm-container {
  max-width: 950px;
  padding: 0 16px;
}

.md-container {
  max-width: 1100px;
  padding: 0 16px;
}

.lg-container {
  max-width: 1200px;
  padding: 0 16px;
}

.btn-box {
  width: auto !important;
}

.links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-container .links-box {
  padding-left: 32px;
  display: block;
  width: 100%;
}

.links-container .links-box .link {
  width: 100%;
  display: block;
  text-align: left;
}

.link {
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 24px;
}

.link svg {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; 
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
  
@media only screen and (min-width: 769px) {
  .container {
    padding: 0 24px;
  }

  /* REMOVE THIS STYLES */
  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .links-container .links-box {
    width: auto;
  }
  /* REMOVE THIS STYLES */
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
/* ends custom styles */
.faq {
  margin-bottom: 40px;
}

.faq:last-child {
  margin-bottom: 0;
}

.faqs-section .main-title {  
  margin: 0;
  margin-bottom: 32px;
}

.faq .question {
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  margin-bottom: 8px;
}

.faqs-section .answer {
  font-size: 18px;
  line-height: 29px;
  margin: 0;
}

.faqs-ctas {
  margin-left: -8px;
}

.faqs-ctas .cta-box {
  width: auto;
  padding-left: 8px;
}

.faqs-ctas .cta-box .text-link {
  color: #4C4C4C;
}

@media only screen and (min-width: 1024px) {
  .faqs-section .main-title {  
    text-align: center;
  }
}
/* ends custom styles */
.benefits-section .benefits-introduction {
  margin-bottom: 32px;
}

.benefits-section .benefits-introduction .main-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.benefits-section .benefit-card .benefit-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 8px;
  margin-bottom: 24px;
}

.benefits-section .benefit-card .benefit-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 8px;
}

.benefits-section .benefit-card p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.benefits-section .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.benefits-section .pagination .pagination-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  overflow: hidden;
}

.benefits-section .pagination button {
  margin: 0;
  padding: 10px 12px;
  background-color: #FFFFFF;
  cursor: pointer;
  border: none;
  color: #6B7280;
}

.benefits-section .pagination button.active {
  background-color: #144B6E;
  color: white;
  font-weight: bold;
}

.benefits-section .pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.benefits-section .pagination .ellipsis {
  margin: 0;
  padding: 10px 12px;
  color: #6B7280;
  background-color: #FFF;
  border-right: 1px solid #D1D5DB;
}

#page-buttons button {
  border-right: 1px solid #D1D5DB;
}

#page-buttons button:first-child {
  border-left: 1px solid #D1D5DB;
}

#next-btn,
#prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#next-btn svg,
#prev-btn svg {
  width: 6px;
  height: 12px;
}
.hero-both-side-images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-opacity: .6;
  position: relative;
}

.hero-both-side-images::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.hero-box-side-wrapper {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -32px;
  position: relative;
  z-index: 1;
}

.hero-box__side-image,
.hero-box__side-content {
  width: 100%;
  padding-left: 32px;
}

.hero-box__side-content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-box__side-image img {
  margin: 0 auto;
}

.hero-both-side-images .container {
  padding: 0;
}

.hero-box__content {
  padding: 0 16px;
}

.hero-both-side-images .main-title {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 24px;
}

.hero-both-side-images .subtitle {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-both-side-images p {
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  margin-bottom: 16px;
}

.hero-both-side-images p a {
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  margin-bottom: 16px;
  color: #144B6E;
  text-decoration: underline;
}

.hero-both-side-images .button {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .hero-box__side-image img {
    max-width: 280px;
  }
}

@media only screen and (min-width: 769px) {
  .hero-both-side-images {
    padding-top: 64px !important;
  }

  .hero-both-side-images .main-title {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-both-side-images .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-both-side-images p {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-box__side-image {
    width: 20%;
  }
  .hero-box__side-content {
    width: 60%;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-both-side-images .main-title {
    font-size: 56px;
    line-height: 56px;
  }

  .hero-box__side-image {
    width: 25%;
  }
  .hero-box__side-content {
    width: 50%;
  }
}
/* ends custom styles */
.plan-section .introduction {
  margin-bottom: 48px;
}

.plan-section .introduction .main-title {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 16px;
}

.plan-section .introduction p {
  font-size: 24px;
  line-height: 35px;
}

.plan-section .introduction img {
  width: 160px;
  margin: auto;
}

.plan-section .introduction .main-cover {
  margin-bottom: 24px;
}

.plan-section .introduction .secondary-cover {
  margin-top: 24px;
}

.plan-section .plan-card-container {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.plan-section .plan-card-container .plan-card-box {
  padding-left: 20px;
  margin-top: 20px;
}

.plan-section .plan-card-container .plan-card-box.two,
.plan-section .plan-card-container .plan-card-box.four {
  width: 100%;
}

.plan-section .plan-card {
  padding: 56px 24px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  position: relative;
  background-color: #FFFFFF;
  height: 100%;
  box-shadow: 0px 2px 4px -2px #0000000D;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

.plan-section .plan-card.unlimited {
  border: 1px solid #144B6E;
  background-color: #144B6E;
  color: #FFFFFF;
}

.plan-section .plan-card .tag {
  position: absolute;
  top: 0;
  right: 8px;
  background-color: #144B6E;
  border-radius: 0 0 8px 8px;
  padding: 8px 12px;
  color: #FFFFFF;
}

.plan-section .plan-card .plan-card-collapser {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.plan-section .plan-card .plan-card-collapser.open {
  max-height: 500px; /* enough to show all content */
}

.plan-section .plan-card .accordion-toggle {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  color: currentColor;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.plan-section .plan-card .accordion-toggle svg {
  width: 14px;
  height: 8px;
  margin-right: 8px;
  display: block;
}

.plan-section .plan-card .accordion-toggle.open svg {
  transform: rotate(180deg);
}

.plan-section .plan-card .plan-title {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.plan-section .plan-card .plan-price {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 8px;
}

.plan-section .plan-card .plan-price.light {
  color: #BABABA;
}

.plan-section .plan-card .plan-price span {
  font-size: 24px;
  line-height: 24px;
}

.plan-section .plan-card .plan-description {
  font-size: 16px;
  line-height: 20px;
  margin: 32px 0;
}

.plan-section .plan-card .button {
  border-radius: 92px;
  padding: 10px 32px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 32px;
  border: none;
}

.plan-section .plan-card .button-gradient-pink {
  background: linear-gradient(90deg, #D7515B 0%, #FF8C94 100%);
  color: #FFFFFF !important;
  box-shadow: 0px 2px 4px -2px #0000000D;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

.plan-section .plan-card .button-green {
  background-color: #84BD00;
  color: #FFFFFF !important;
  box-shadow: 0px 2px 32px -2px #FFFFFF29;
  box-shadow: 0px 4px 6px -1px #FFFFFF1A;
}

.plan-section .plan-card ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: 16px;
}

.plan-section .plan-card li {
  position: relative;
  padding-left: 32px;
}

.plan-section .plan-card .checked:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 12px;
  border: solid #84BD00;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.plan-section .plan-card .unchecked {
  text-decoration: line-through;
  color: #9CA3AF;
}

.plan-section .plan-card .unchecked:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 12px;
  border: solid #9CA3AF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: '';
}

@media only screen and (min-width: 801px) {
  .plan-section .plan-card-container .plan-card-box.two {
    width: 40%;
  }
  .plan-section .plan-card-container .plan-card-box.four {
    width: 50%;
  }
  .plan-section .plan-card .accordion-toggle svg {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .plan-section .plan-card-container .plan-card-box.four {
    width: 25%;
  }
}
.promotion-half-section {
  padding: 64px 0;
}

.promotion-half-section .main-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.promotion-half-section p {
  font-size: 18px;
  line-height: 24px;
}

.promotion-half-section .promotion-features {
  margin-bottom: 32px;
}

.promotion-half-section .promotion-features .promotion-features__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0;
}

.promotion-half-section .promotion-features .checked-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.promotion-half-section .promotion-features .checked-list li {
  padding-left: 32px;
  margin: 0;
  font-size: 20px;
  position: relative;
  margin-bottom: 16px;
}

.promotion-half-section .promotion-features .checked-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 6px;
  height: 18px;
  border: solid #84BD00;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  content: '';
}

.promotion-half-section .promotion-half-intro {
  margin-bottom: 48px;
}

.promotion-half-section__wrapper .promotion-content {
  margin-bottom: 40px;
}

.promotion-half-section__wrapper .promotion-content .main-title {
  margin-bottom: 16px; 
  font-size: 28px;
  line-height: 34px;
}

.promotion-half-section__wrapper .promotion-content p {
  font-size: 16px;
  line-height: 22px;
}

.promotion-half-section .button {
  text-align: center;
  width: 100%;
}

.promotion-half-section .btn-green {
  color: #ffffff !important;
  background-color: #84BD00;
  padding: 10px 64px !important;
}
  
@media only screen and (min-width: 801px) {
  .promotion-half-section .main-title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .promotion-half-section .button {
    text-align: center;
    width: auto;
  }
}
/* ends custom styles */
.text-content-section {
  position: relative;
}

.text-content-section .asset {
  position: absolute;
  right: -90px;
  top: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: auto;
}

.text-content-section .main-title {
  font-size: 40px;
  line-height: 51px;
  margin: 0;
  margin-bottom: 32px;
}

.text-content-section p {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 801px) {
  .text-content-section .asset {
    width: 245px;
    height: 257px;
  }
}