h1, h2, h3, h4, h5 {
  font-weight: 600;
}

/* Heading Styles */
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

/* Body Styles */
.p-r, .p1-r, .p2-r, .p3-r, .p4-r, .p5-r {
  font-weight: 400;
}

.p-b, .p1-b, .p2-b, .p3-b, .p4-b, .p5-b {
  font-weight: 600;
}

.p1-r, .p1-b {
  font-size: 1.375rem;
}

.p2-r, .p2-b {
  font-size: 1.125rem;
}

.p3-r, .p3-b {
  font-size: 1rem;
}

.p4-r, .p4-b {
  font-size: 0.875rem;
}

.p5-r, .p5-b {
  font-size: 0.75rem;
}

/* Label Styles */
.l-r, .l1-r, .l2-r, .l3-r, .l4-r, body .vertical .plans .plan .benefits-wrapper .benefits .benefit .text, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .text, .l3-r, .l4-r {
  font-weight: 400;
}

.l-b, .l1-b, .l2-b, .l3-b, .l4-b {
  font-weight: 600;
}

.l1-r, .l1-b {
  font-size: 1.25rem;
}

.l2-r, body .vertical .plans .plan .benefits-wrapper .benefits .benefit .text, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .text, .l2-b {
  font-size: 1rem;
}

.l3-r, .l3-b {
  font-size: 0.925rem;
}

.l4-r, .l4-b {
  font-size: 0.875rem;
}

/* Link Styles */
.link {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #F0F2F5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.gap-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
}

/* Heading Styles */
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

/* Body Styles */
.p-r, .p1-r, .p2-r, .p3-r, .p4-r, .p5-r {
  font-weight: 400;
}

.p-b, .p1-b, .p2-b, .p3-b, .p4-b, .p5-b {
  font-weight: 600;
}

.p1-r, .p1-b {
  font-size: 1.375rem;
}

.p2-r, .p2-b {
  font-size: 1.125rem;
}

.p3-r, .p3-b {
  font-size: 1rem;
}

.p4-r, .p4-b {
  font-size: 0.875rem;
}

.p5-r, .p5-b {
  font-size: 0.75rem;
}

/* Label Styles */
.l-r, .l1-r, .l2-r, body .vertical .plans .plan .benefits-wrapper .benefits .benefit .text, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .text, .l3-r, .l4-r {
  font-weight: 400;
}

.l-b, .l1-b, .l2-b, .l3-b, .l4-b {
  font-weight: 600;
}

.l1-r, .l1-b {
  font-size: 1.25rem;
}

.l2-r, body .vertical .plans .plan .benefits-wrapper .benefits .benefit .text, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .text, .l2-b {
  font-size: 1rem;
}

.l3-r, .l3-b {
  font-size: 0.925rem;
}

.l4-r, .l4-b {
  font-size: 0.875rem;
}

/* Link Styles */
.link {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

body {
  background-color: #FBFCFF !important;
}
body h1, body h2 {
  line-height: 1.1;
}
body p {
  line-height: 1.35;
}
body main {
  height: unset !important;
}
body footer {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
body .fixed-button {
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 3rem;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(66, 68, 90, 0.2);
  -moz-box-shadow: 0px 0px 30px 5px rgba(66, 68, 90, 0.2);
  box-shadow: 0px 0px 30px 5px rgba(66, 68, 90, 0.2);
  text-align: center;
  white-space: nowrap;
}
body .title {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 756px) {
  body .title {
    font-size: 2rem;
  }
}
body .small-title {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  body .small-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 756px) {
  body .small-title {
    font-size: 1rem;
  }
}
body .medium-title {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  body .medium-title {
    font-size: 2rem;
  }
}
@media (max-width: 756px) {
  body .medium-title {
    font-size: 1.5rem;
  }
}
body .content, body .horizontal .wrapper .text-wrapper .content-group p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #9b9b9b;
}
@media (max-width: 1200px) {
  body .content, body .horizontal .wrapper .text-wrapper .content-group p {
    font-size: 1.3rem;
  }
}
@media (max-width: 756px) {
  body .content, body .horizontal .wrapper .text-wrapper .content-group p {
    font-size: 1.1rem;
  }
}
body .transparent {
  opacity: 0.6;
}
body .light {
  background-color: #FBFCFF !important;
}
body .dark {
  background-color: #F0F2F5;
}
body .light-top-divider {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #DDE0E5;
}
body .dark-top-divider {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #CED4E1;
}
body .centered-text {
  text-align: center;
}
body section .note {
  color: #797979;
  margin: auto;
  padding: 0 2.5rem;
  opacity: 0.5;
  text-align: center;
}
body section .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
body section .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body section .content-wrapper .text-wrapper.center {
  text-align: center;
}
body section .content-wrapper .text-wrapper.center .content, body section .content-wrapper .horizontal .wrapper .text-wrapper.center .content-group p, body .horizontal .wrapper section .content-wrapper .text-wrapper.center .content-group p {
  width: 40%;
  margin: auto;
}
@media (max-width: 1200px) {
  body section .content-wrapper .text-wrapper.center .content, body section .content-wrapper .horizontal .wrapper .text-wrapper.center .content-group p, body .horizontal .wrapper section .content-wrapper .text-wrapper.center .content-group p {
    width: 60%;
  }
}
@media (max-width: 765px) {
  body section .content-wrapper .text-wrapper.center .content, body section .content-wrapper .horizontal .wrapper .text-wrapper.center .content-group p, body .horizontal .wrapper section .content-wrapper .text-wrapper.center .content-group p {
    width: 100%;
  }
}
body section .padding-bottom-lg {
  padding-bottom: 7rem;
}
body section .padding-top-md {
  padding-top: 3rem;
}
body section .padding-top-sm {
  padding-top: 2rem;
}
body section .padding-top-xs {
  padding-top: 1rem;
}
body section .margin-top-xs {
  margin-top: 1rem;
}
body section .margin-top-md {
  margin-top: 2rem;
}
body section .margin-top-lg {
  margin-top: 3.5rem;
}
body section ul > li.colored-border {
  padding: 1rem;
  border: #CED4E1 solid 1px;
  border-radius: 0.5rem;
}
body .carousel-section {
  padding: 4rem 0;
}
@media (max-width: 765px) {
  body .carousel-section {
    padding: 2.5rem 0;
  }
}
body .carousel-section .content-wrapper .text-wrapper {
  width: 75%;
  margin: auto;
}
@media (max-width: 765px) {
  body .carousel-section .content-wrapper .text-wrapper {
    width: 100%;
  }
}
body .carousel-section .content-wrapper .content, body .carousel-section .content-wrapper .horizontal .wrapper .text-wrapper .content-group p, body .horizontal .wrapper .text-wrapper .content-group .carousel-section .content-wrapper p {
  width: 75% !important;
}
body .carousel-section .content-wrapper .carousel-list {
  overflow-x: auto;
  padding-bottom: 1.5rem;
}
body .carousel-section .content-wrapper .carousel-list ul {
  display: flex;
  gap: 1.5rem;
}
body .carousel-section .content-wrapper .carousel-list ul li {
  background-color: #F0F2F5;
  padding: 1.5rem;
  border-radius: 0.75rem;
  min-width: 32rem;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 765px) {
  body .carousel-section .content-wrapper .carousel-list ul li {
    min-width: 24rem;
    max-width: 24rem;
  }
}
body .carousel-section .content-wrapper .carousel-list ul li .header p:nth-child(2) {
  margin-top: 0.125rem;
}
body .carousel-section .content-wrapper .carousel-list ul li .pair h5 {
  font-weight: 500;
}
body .carousel-section .content-wrapper .carousel-list ul li .pair:nth-child(2) {
  border: solid #BDC4D3;
  border-width: 1px 0 0 0;
  padding-top: 1rem;
}
body .carousel-section .content-wrapper .carousel-list ul li .pair p:nth-child(2) {
  margin-top: 0.5rem;
}
body .carousel-section .content-wrapper .carousel-list ul li .pair p:not(:nth-child(2)) {
  margin-top: 0.375rem;
}
body .carousel-section .content-wrapper .carousel-list ul li .pair p {
  opacity: 0.6;
}
body .padding-top-sm {
  padding-top: 2rem;
}
body .padding-vertical-sm {
  padding: 2rem 0;
}
@media (max-width: 756px) {
  body .padding-vertical-sm {
    padding: 2rem 0 0 2rem;
  }
}
body .padding-vertical-md {
  padding: 4rem 0;
}
@media screen and (max-width: 840px) {
  body .padding-vertical-md {
    padding: 2rem 0;
  }
}
body .padding-horizontal-sm {
  padding: 0 2rem;
}
body .padding-top-md-bottom-sm {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
body .padding-axial-sm {
  padding: 1rem 2rem;
}
@media screen and (max-width: 840px) {
  body .padding-axial-sm {
    padding: 0.5rem 1rem;
  }
}
body .padding-axial-md {
  padding: 4rem 2rem;
}
body .padding-axial-sm-bottom-md {
  padding: 1rem 2rem 4rem 2rem;
}
@media screen and (max-width: 840px) {
  body .padding-axial-sm-bottom-md {
    padding: 0.5rem 1rem 2rem 1rem;
  }
}
body .padding-axial-sm-top-md {
  padding: 4rem 2rem 1rem 2rem;
}
@media screen and (max-width: 840px) {
  body .padding-axial-sm-top-md {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
body .horizontal {
  display: flex;
  justify-content: center;
}
body .horizontal.block {
  display: block;
}
body .horizontal .wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  text-align: left;
  overflow: hidden;
  flex-direction: column;
  border-radius: 1rem;
  gap: 1.5rem;
}
@media (min-width: 756px) {
  body .horizontal .wrapper {
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  body .horizontal .wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
body .horizontal .wrapper.wide {
  max-width: unset;
  border-radius: unset;
}
body .horizontal .wrapper.light {
  background-color: #FBFCFF;
}
body .horizontal .wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2rem 2rem 2rem;
  width: 100%;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .text-wrapper {
    padding: 2rem 0 2rem 2rem;
    width: 33.3333333333%;
  }
}
body .horizontal .wrapper .text-wrapper .title {
  text-align: left;
}
body .horizontal .wrapper .text-wrapper .content, body .horizontal .wrapper .text-wrapper .content-group p {
  text-align: left;
  margin-top: 1rem;
}
body .horizontal .wrapper .text-wrapper .content-group {
  display: flex;
  flex-direction: column;
}
body .horizontal .wrapper .text-wrapper .content-group h3 {
  color: #0B1426;
  text-align: left;
}
body .horizontal .wrapper .text-wrapper .content-group p {
  margin-top: 0.75rem;
}
body .horizontal .wrapper .image--wrapper {
  height: 30rem;
  width: 100%;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper {
    width: 66.6666666667%;
  }
}
body .horizontal .wrapper .image--wrapper.axial-hidden {
  overflow: hidden;
}
body .horizontal .wrapper .image--wrapper.horizontal-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}
body .horizontal .wrapper .image--wrapper.vertical-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper.high {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  body .horizontal .wrapper .image--wrapper.high {
    height: 45rem;
  }
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper.medium {
    height: 35rem;
  }
}
@media (min-width: 1200px) {
  body .horizontal .wrapper .image--wrapper.medium {
    height: 30rem;
  }
}
body .horizontal .wrapper .image--wrapper.short {
  height: 18.5rem;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper.short {
    height: 15rem;
  }
}
@media (min-width: 1200px) {
  body .horizontal .wrapper .image--wrapper.short {
    height: 20rem;
  }
}
body .horizontal .wrapper .image--wrapper.extra-short {
  height: 12rem;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper.extra-short {
    height: 15rem;
  }
}
@media (min-width: 1200px) {
  body .horizontal .wrapper .image--wrapper.extra-short {
    height: 15rem;
  }
}
body .horizontal .wrapper .image--wrapper .image {
  height: 100%;
  width: auto;
  border-radius: 0.6rem;
  display: block;
  margin: auto;
}
@media (min-width: 756px) {
  body .horizontal .wrapper .image--wrapper .image {
    height: 100%;
    width: auto;
  }
}
body .horizontal .instagram-slides {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
body .horizontal .instagram-slides .right-wrapper {
  display: flex;
  gap: 1rem;
  height: 40.25rem;
}
body .vertical {
  overflow: hidden;
}
@media screen and (max-width: 655px) {
  body .vertical {
    padding: 2rem;
  }
}
body .vertical .title {
  width: 60%;
  margin: auto;
  text-align: center;
  max-width: 700px;
}
@media (max-width: 756px) {
  body .vertical .title {
    width: 100%;
  }
}
body .vertical .content-group {
  max-width: 1200px;
  margin: 0 auto;
}
body .vertical .content-group h3 {
  text-align: center;
}
body .vertical .content, body .vertical .horizontal .wrapper .text-wrapper .content-group p, body .horizontal .wrapper .text-wrapper .content-group .vertical p {
  width: 60%;
  margin: 1rem auto 0 auto;
  text-align: center;
  max-width: 700px;
}
@media (max-width: 756px) {
  body .vertical .content, body .vertical .horizontal .wrapper .text-wrapper .content-group p, body .horizontal .wrapper .text-wrapper .content-group .vertical p {
    width: 100%;
  }
}
body .vertical .video_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 3.5rem auto 0;
  display: flex;
}
@media screen and (max-width: 655px) {
  body .vertical .video_wrapper {
    margin: 2rem auto 0;
  }
}
body .vertical .video_wrapper .video, body .vertical .video_wrapper .video-mobile, body .vertical .video_wrapper .video-desktop {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (max-width: 756px) {
  body .vertical .video_wrapper .video-desktop {
    display: none;
  }
}
body .vertical .video_wrapper .video-mobile {
  display: none;
}
@media (max-width: 756px) {
  body .vertical .video_wrapper .video-mobile {
    display: block;
  }
}
body .vertical .images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 655px) {
  body .vertical .images.mobile-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .vertical .images img {
  width: auto;
}
body .vertical .images img.high {
  height: 12rem;
}
@media screen and (max-width: 655px) {
  body .vertical .images img.high {
    height: 11rem;
  }
}
body .vertical .images img.short {
  height: 5rem;
}
@media screen and (max-width: 655px) {
  body .vertical .images img.short {
    height: 4rem;
  }
}
body .vertical .images img.wide {
  max-width: 1200px;
}
body .vertical .images img.rounded-corners {
  border-radius: 0.75rem;
}
body .vertical .text-wrapper {
  text-align: center;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 655px) {
  body .vertical .text-wrapper {
    width: 100%;
  }
}
body .vertical .content, body .vertical .horizontal .wrapper .text-wrapper .content-group p, body .horizontal .wrapper .text-wrapper .content-group .vertical p {
  margin-top: 0.5rem;
}
body .vertical .features {
  font-size: 1.5rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  body .vertical .features {
    font-size: 1.25rem;
  }
}
@media (max-width: 414px) {
  body .vertical .features {
    font-size: 1.1rem;
  }
}
body .vertical .features .single_feature {
  display: flex;
}
body .vertical .features .single_feature:not(:first-child) {
  margin-top: 1.5rem;
}
body .vertical .features .single_feature .emoticon {
  margin-right: 0.75rem;
}
body .vertical .features .strong-title {
  text-align: center;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
}
body .vertical .section-benefits-wrapper {
  margin-top: 0.5rem;
}
body .vertical .section-benefits-wrapper .single-benefit {
  background-color: unset !important;
  border: solid 2px #DDE0E5 !important;
}
body .vertical .section-benefits-wrapper .single-benefit h3 {
  font-size: 1.3rem;
  color: #9b9b9b;
  font-weight: 400 !important;
}
@media (max-width: 756px) {
  body .vertical .section-benefits-wrapper .single-benefit h3 {
    font-size: 1.1rem;
  }
}
body .vertical .plans {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  align-items: center;
}
body .vertical .plans .plan {
  max-width: min(80vw, 1200px);
  min-width: min(80vw, 800px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #F0F2F5;
  padding-bottom: 2rem;
}
body .vertical .plans .plan.premium .head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #278BFF;
  color: #F0F2F5;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.25rem;
  gap: 0.5rem;
}
body .vertical .plans .plan.premium .head .period {
  font-size: 1.25rem;
  font-weight: 400;
  margin: auto 0;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan.premium .head .period {
    font-size: 1rem;
  }
}
body .vertical .plans .plan.premium .extra-info {
  width: 100%;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan.premium .extra-info {
    padding-top: 0.5rem;
  }
}
body .vertical .plans .plan.premium .extra-info .divider {
  background-color: rgba(39, 139, 255, 0.5);
  height: 1px;
  width: 100%;
  margin: 1rem auto;
}
body .vertical .plans .plan.premium .label {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan.premium .label {
    font-size: 1.5rem;
  }
}
body .vertical .plans .plan.premium .price {
  font-size: 1.4rem;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan.premium .price {
    font-size: 1.2rem;
  }
}
body .vertical .plans .plan.premium .price strong {
  font-weight: 600;
}
body .vertical .plans .plan.dark {
  background-color: transparent;
  border: 1px solid #BDC4D3;
}
body .vertical .plans .plan .sale-badge {
  width: 100%;
  padding: 0.5rem;
  background-color: #FBFCFF;
  border: solid #278BFF;
  border-radius: 0.5rem 0.5rem 0 0;
  border-width: 0.125rem 0.125rem 0 0.125rem;
}
body .vertical .plans .plan .benefits-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .vertical .plans .plan .benefits-wrapper .special-benefits {
  display: flex;
  flex-direction: column;
}
body .vertical .plans .plan .benefits-wrapper .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan .benefits-wrapper .benefits {
    grid-template-columns: 1fr;
  }
}
body .vertical .plans .plan .benefits-wrapper .benefits .text {
  max-width: 20rem;
}
body .vertical .plans .plan .benefits-wrapper .special-benefits .text {
  max-width: 42rem;
}
body .vertical .plans .plan .benefits-wrapper .benefits .benefit, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #424E66;
  padding: 0.5rem;
}
body .vertical .plans .plan .benefits-wrapper .benefits .benefit .icon, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan .benefits-wrapper .benefits .benefit .icon, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .icon {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 655px) {
  body .vertical .plans .plan .benefits-wrapper .benefits .benefit .text, body .vertical .plans .plan .benefits-wrapper .special-benefits .benefit .text {
    font-size: 1rem;
  }
}
body .vertical .plans .plan .button {
  max-width: 80%;
  text-align: center;
}
body .section-benefits-wrapper {
  max-width: 1200px;
  margin: 3.5rem auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 655px) {
  body .section-benefits-wrapper {
    margin: 2rem auto 0;
  }
}
body .section-benefits-wrapper .benefits-container {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 1rem 0;
  scrollbar-width: thin;
}
body .section-benefits-wrapper .benefits-container .single-benefit {
  border-radius: 0.75rem;
  width: 22rem;
  min-width: 22rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem;
  background-color: #F0F2F5;
  text-align: left;
}
body .section-benefits-wrapper .benefits-container .single-benefit .key-message {
  font-weight: 500;
}
body .section-benefits-wrapper .benefits-container .single-benefit .app-benefit {
  color: #5F6D8A;
}
body .first_slide {
  text-align: center;
  width: 100%;
}
body .first_slide .wrapper .header {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 756px) {
  body .first_slide .wrapper .header {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  body .first_slide .wrapper .header {
    font-size: 3.5rem;
  }
}
body .first_slide .wrapper .small_header {
  padding: 0;
  font-size: 1.6rem;
}
@media (min-width: 756px) {
  body .first_slide .wrapper .small_header {
    font-size: 2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body .first_slide .wrapper .small_header {
    font-size: 2.5rem;
    text-align: left;
  }
}
body .first_slide {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background-color: #FBFCFF;
  padding-bottom: 0;
  overflow: hidden;
  min-height: 1080px;
  z-index: 2;
  position: relative;
}
body .first_slide .wrapper {
  height: 100%;
  width: 100%;
}
body .first_slide .wrapper .images {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 414px) {
  body .first_slide .wrapper .images {
    gap: 1.25rem;
    flex-direction: column;
  }
}
body .first_slide .wrapper .images img {
  height: 3rem;
  width: auto;
  align-self: center;
}
body .first_slide .wrapper .note {
  color: #0B1426;
  margin-top: 1.25rem;
  opacity: 1;
  font-weight: 500;
}
body .first_slide .wrapper .text-wrapper {
  width: 58.3333333333%;
  margin-left: 20.8333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .first_slide .wrapper .text-wrapper .go-to-plans-button {
  width: fit-content;
}
@media (max-width: 1200px) {
  body .first_slide .wrapper .text-wrapper {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
@media (max-width: 756px) {
  body .first_slide .wrapper .text-wrapper {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
body .first_slide .wrapper .text-wrapper .header {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 840px) {
  body .first_slide .wrapper .text-wrapper .header {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 655px) {
  body .first_slide .wrapper .text-wrapper .header {
    margin-top: unset;
  }
}
body .first_slide .wrapper .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .first_slide .wrapper .buttons .button {
  margin-top: 2.5rem;
  align-self: center;
}
body .first_slide .wrapper .buttons .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
body .first_slide .wrapper .buttons .info-wrapper .info:first-child {
  margin-top: 0.75rem;
}
body .first_slide .wrapper .buttons .info-wrapper .info a {
  cursor: pointer;
}
body .first_slide .wrapper .image-wrapper {
  height: auto;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (min-width: 756px) {
  body .first_slide .wrapper .image-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body .first_slide .wrapper .image-wrapper {
    margin-top: 4rem;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    overflow: hidden;
  }
}
body .first_slide .wrapper .image-wrapper .image {
  height: 30rem;
  width: auto;
  margin: auto;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media (min-width: 756px) {
  body .first_slide .wrapper .image-wrapper .image {
    height: 45rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  body .first_slide .wrapper .image-wrapper .image {
    max-width: 1200px;
    height: auto;
    width: 100%;
  }
}

/*# sourceMappingURL=remedy_docs.css.map */
