@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400; /* Normal */
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

body {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 48px;
  line-height: 72px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 24px;
  line-height: 33px;
}

h4 {
  font-size: 20px;
  line-height: 34px;
}

.btn {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #f3bb12;
  background: #f3bb12;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 4px 0px 0px #000000;
}

.d-none {
  display: none;
}

.btn:hover {
  background-color: #dcbd19;
}

.semibold-text {
  font-weight: 600;
}

.bold-text {
  font-weight: 700;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.white-color {
  color: #ffffff;
}

.blue-color {
  color: #003db8;
}

.blue-color-2 {
  color: #2e73ea;
}

.blue-color-3 {
  color: #172d67;
}

.green-color {
  color: #00af00;
}

.red-color {
  color: #ff0000;
}

.black-color {
  color: #000;
}

.red-bg {
  background-color: #ff0000;
}

.green-bg {
  background-color: #20a508;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg {
  background-color: #0969b5;
}

.blue-bg-2 {
  background-color: #22ddd2;
}

.blue-bg-3 {
  background-color: #2e73ea !important;
}

.check-availability-btn {
  background-color: #172d67 !important;
  height: 88px;
}

.yellow-bg {
  background-color: #fff4bb;
}

.black-bg {
  background-color: #000;
}

.light-yellow-bg {
  background-color: #fff0c7;
}

.dark-bg {
  background-color: #121212;
}

.text-highlight {
  background-color: #fff4bb;
  background-repeat: no-repeat;
  background-size: 100% 64px;
  background-position: 0 0;
}

.text-underline {
  text-decoration: underline;
}

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

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

.text-block p {
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 40px;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.margin-top-48 {
  margin-top: 48px;
}

.text-block h4 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 32px;
  font-weight: 600;
}

.text-24 {
  font-size: 24px !important;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
}

.bigger {
  font-size: 32px;
}

.italic {
  font-style: italic;
}

.border-radius-8 {
  border-radius: 8px;
}

.meet-sarah {
  margin-bottom: 32px;
}

.meet-sarah h4 {
  margin-bottom: 28px;
  font-weight: 400;
}

.meet-sarah img {
  border-radius: 8px;
  margin-bottom: 48px;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.image-block {
  margin: 48px 0;
  position: relative;
  border-radius: 8px;
}

.img-block-mob {
  margin: 48px 0;
  position: relative;
  border-radius: 8px;
}

.list-quality {
  line-height: 40px;
  font-weight: 600;
  padding-left: 1.5rem;
}

.title-hero-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.title-hero-title-desk {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.text-underline-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.image-block video {
  border-radius: 8px;
}

.img-block-mob video {
  border-radius: 8px;
}

.separate {
  width: 72px;
  height: 3px;
  background-color: #2e73ea;
}

.list-block {
  margin: 30px 0;
  max-width: 720px;
}

.list-block li {
  margin-bottom: 32px;
}

.list-block li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/checkmark.png");
  background-size: 100%;
  height: 18px;
  width: 18px;
  transform: translate(0, 2px);
  margin-right: 8px;
}

section h2 {
  margin-bottom: 16px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

header {
  border-bottom: 1px rgba(209, 209, 209, 0.4) solid;
}

.topbar {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

.header-title {
  padding: 8px 0;
}

.header-title h3 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 45px;
  margin-right: 8px;
  color: #172d67;
}

.notification {
  margin: 31px 0 36px 0;
}

.notification-inner {
  line-height: 28px;
  padding: 11px;
}

.notification-inner.blue-bg-2 {
  padding: 11px 3px;
}

.content {
  gap: 24px;
  margin-top: 18px;
  padding-bottom: 704px;
  align-items: flex-start;
  background-color: #ffffff;
}

.article {
  flex: 1;
}

.article-top h1 {
  margin-bottom: 24px;
}

.article-top p {
  font-size: 16px;
  line-height: 28px;
}

.article-author {
  font-size: 16px;
  line-height: 28px;
  margin: 24px 0 48px 0;
}

.article-author-stars {
  margin: 0 5px 3px 0;
}

.article-author-photo {
  border-radius: 50%;
  margin: 0 2px;
}

.what {
  margin: 40px 0;
}

.what h2 {
  max-width: 660px;
}

.reviews-items {
  gap: 22px;
  align-items: flex-start;
  margin: 20px 0 50px 0;
}

.reviews-items img {
  max-width: 314px;
  flex: 1;
  min-width: 267px;
}

/* .buy p,
.authentic p {
  font-size: 20px;
} */

.authentic .text-block a {
  font-size: 18px;
}

.thank-you-text {
  line-height: 32px;
  max-width: 750px;
}

.update-block {
  font-family: "Source Sans Pro", sans-serif;
  border: 3px dashed #000;
  background-color: #fff4bb;
  margin-top: 28px;
}

.update-block-header {
  background-color: #2e73ea;
}

.update-block-header h2 {
  font-size: 40px;
  line-height: 48px;
  padding: 24px 40px;
  margin-bottom: 0;
  color: #f0f0f0;
}

.update-block-content {
  padding: 40px 43.5px;
}

.mb-40 {
  margin-bottom: 40px;
}

.blue-text {
  color: #2e73ea;
}

.line-blue-title {
  width: 72px;
  height: 5px;
  background-color: #2e73ea;
  margin-top: 32px;
  margin-bottom: 48px;
}

.color-footer-font {
  color: #c4c4c4;
}

.color-white-font {
  color: #ffffff;
}

.update-block-content p {
  margin-bottom: 32px;
}

.update-block-content p span {
  color: #0077ee;
}

.update-block-content .btn {
  border: 1px solid #172d67;
  background-color: #172d67;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 184.615% */
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
}

.update-block-content .btn:hover {
  background-color: #3785c6;
}

.cta-block-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}

.sidebar {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d9d9d9;
  padding: 12px;
  width: 293px;
  position: sticky;
  top: 30px;
}

.sidebar-inner {
  background-color: #f5f7f9;
  padding: 14px 18px;
}

.sidebar-limit {
  max-width: 230px;
  margin: 0 auto;
}

.sidebar-top h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.sidebar-rating span {
  font-size: 14px;
  line-height: 28px;
}

.sidebar-image {
  margin: 19px 0 13px 0;
}

.sidebar-content {
  font-size: 16px;
  line-height: 24px;
}

.sidebar-content .btn {
  font-size: 18px;
  line-height: 40px;
  padding: 7px 14px;
  margin-top: 15px;
}

.sub-title {
  margin: 25px 0px;
}

.user-review-profile,
.article-author-date {
  margin: 0px 3px;
}

.article-author-written-by {
  margin-top: 8px;
}

.five-reasons-why .warning {
  padding: 12px 0px;
  margin-top: 12px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.five-reasons-why .warning p {
  font-size: 12px;
  line-height: 15px;
}

.five-reasons-why .text-content .warning img {
  height: 48px;
  width: 48px;
  margin-right: 16px;
}

.five-reasons-why .text-content h4 {
  margin-top: 23px;
  margin-bottom: 16px;
  font-size: 32px;
}

.five-reasons-why .list-item {
  margin-bottom: 47px;
}

.concerns .header {
  border-radius: 8px 8px 0px 0px;
  padding-top: 31px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 24px;
}
.concerns .dotted {
  display: none;
}

.concerns ul {
  padding: 0px 10px 34px;
  margin-bottom: 24px;
  border-radius: 0px 0px 8px 8px;
}
.concerns ul li {
  gap: 24px;
  padding: 14px 0px;
  background-image: linear-gradient(
    to right,
    grey 17%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 76px;
}
.concerns ul li .emoji {
  font-size: 22px;
  padding: 5px;
  border-radius: 8px;
}
.concerns ul li .emoji {
  background-color: #fff;
}
.concerns ul li .emoji img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  min-width: 30px;
}
.concerns ul li p {
  font-size: 16px;
  line-height: 24px;
}
.concerns .concern-table ul {
  background-color: #ffe5e5;
}
.concerns .how-table ul {
  background-color: #eff5ff;
}

footer {
  color: #505050;
  padding: 50px 0;
  color: #505050;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

.footer-links a {
  display: block;
  padding: 10px 25px;
  transition: color 0.12s ease-in-out;
}

.footer-links {
  font-size: 18px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-content {
  gap: 21px;
  margin: 11px 0 30px 0;
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 7px;
  width: 100%;
  transition: opacity 0.11s ease-in, transform 0.125s ease-in-out;
}

.cta-fixed.hidden {
  opacity: 0;
  transform: translate(0, 15%);
  transition: opacity 0.1s ease-out, transform 0s 0.105s;
}

.h4-body-title {
  line-height: 40px;
}

.text-highlight-2 {
  background-color: #fff4bb;
}

body.pre-6 {
  background-color: #f9f9f7;
}
body.pre-6 header {
  background-color: #fff;
}

.comment-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 32px;
  line-height: 48px;
}

.review-card-comment {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.review-card-rating {
  line-height: 0;
}

.review-card-verified-customer {
  font-family: "Sarabun", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-card-verified-customer-green {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 100%;
  color: #6fb206;
}

.review-card {
  width: 416px;
  border-radius: 8px;
  background-color: #fcfbf9;
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.review-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.reviews-section {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 72px;
}

.title-hero-title-mob {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media screen and (min-width: 449px) {
  .article-author-written-by {
    font-size: 16px;
  }
  .user-review-profile,
  .article-author-date {
    margin: 0px 5px;
  }
}

@media screen and (min-width: 764px) {
  .five-reasons-why .list-item {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .five-reasons-why .list-item.reverse {
    grid-template-columns: 1fr 0.7fr;
  }
  .five-reasons-why .list-item.reverse > a {
    order: 2;
  }
  .meet-sarah {
    margin-bottom: 72px;
  }
  .meet-sarah h4 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1281px) {
  .hide-dt {
    display: none;
  }
  .text-32 {
    font-size: 48px;
    line-height: 72px;
  }
  .h4-body-title {
    line-height: 45px;
  }
  .article-author {
    display: flex;
    align-items: baseline;
  }
  .article-author .article-author-written-by {
    margin-left: 15px;
    gap: 5px;
  }
  .article-author .article-author-written-by .user-review-profile {
    gap: 3px;
  }
  .container.wider {
    max-width: 1310px;
  }
  .container.wider article {
    min-width: 882px;
  }
  .meet-sarah img {
    object-fit: contain;
    height: auto;
  }
  .five-reasons-why .list-item .text-content h4 {
    margin-top: 0px;
    font-size: 34px;
  }
  .five-reasons-why .warning {
    border: none;
  }
  .five-reasons-why .warning p {
    padding: 12px 0px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .concerns {
    display: grid;
    grid-template-columns: 0.8fr 16px 1fr;
  }
  .concerns .dotted {
    display: block;
  }
  .concerns .dotted .header {
    height: 75px;
    border-bottom: 1px solid grey;
  }
  .concerns .dotted ul {
    padding: 0px;
  }
  .concerns .dotted ul li {
    height: 76px;
    width: 20px;
    background-image: linear-gradient(
      to right,
      grey 17%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
  }
  .notification-wrapper {
    margin: 50px auto;
  }
}

@media screen and (max-width: 1280px) {
  .text-highlight {
    background-color: #fff4bb;
    background-repeat: no-repeat;
    background-size: 100% 38px;
    background-position: 0 0;
    line-height: 45px;
  }
  .sidebar-row {
    background-color: #ffffff;
    padding: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 72px;
  }
  .sidebar-inner {
    background-color: #f5f7f9;
    padding: 0;
    padding: 22px;
  }
  .sidebar-top h3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }
  .sidebar-image {
    margin: 24px 0 24px 0;
  }

  .sidebar-content {
    font-size: 24px;
    line-height: 32px;
  }

  .sidebar-content .btn {
    margin-top: 24px;
    font-size: 24px;
  }

  .sidebar-limit {
    max-width: 100%;
  }
  .notification {
    padding: 32px 0 64px 0;
    margin: 0;
  }
  .notification-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mb-72 {
    margin-bottom: 40px !important;
  }

  .title-hero-title-mob {
    display: block;
  }
  .title-hero-title-desk {
    display: none;
    font-size: 32px;
    line-height: 40px;
  }

  .title-hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .reviews-section {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 48px;
  }

  .review-card {
    width: 100%;
  }

  .hide-mb {
    display: none;
  }

  .comment-title {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-column-mb {
    flex-direction: column;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 20px;
    line-height: 33px;
  }

  .header-title .container > div {
    justify-content: center;
  }

  .container {
    padding: 0 15px;
  }

  .btn {
    font-size: 21px;
    line-height: 30px;
  }

  .img-block-mob img {
    height: 408px;
    object-fit: cover;
    border-radius: 8px;
  }

  .header-title h3 {
    font-size: 20px;
    line-height: 38px;
  }

  .content {
    padding-bottom: 384px;
    margin-top: 0;
  }

  section.hide-dt.sidebar-row {
    box-shadow: 1px 1px 0px 0px #c4c4c4, -1px -1px 0px 0px #c4c4c4;
  }

  .content.extra {
    padding-bottom: 300px;
  }

  .article-author {
    /* align-items: flex-end; */
    font-size: 16px;
    line-height: 22px;
    gap: 3px;
  }

  .list-quality {
    line-height: 40px;
    font-weight: 600;
    padding-left: 0;
  }

  .article-author-photo {
    align-self: center;
    margin-right: 7px;
  }

  .article-author-stars {
    margin-bottom: 0;
    order: 1;
  }

  .built h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
  }

  .popular h2 {
    max-width: 640px;
  }

  .list-block li {
    display: flex;
  }

  .list-block li::before {
    margin-top: 4px;
  }

  .list-block li span {
    flex: 1;
  }

  .reviews-items {
    justify-content: center;
  }

  .update-block-header h2 {
    padding: 24px 40px;
  }

  .update-block-content {
    padding: 40px;
  }

  .update-block-content .btn {
    font-size: 24px;
  }

  footer {
    padding: 96px 0 96px 0;
  }

  .footer-links a {
    padding: 0 24px;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
    line-height: 32px;
    font-size: 18px;
  }

  .color-footer-font {
    line-height: 32px;
  }

  .d-mob-none {
    display: none;
  }
  .sidebar {
    margin: 0px auto;
    width: 100%;
  }
  .sidebar .sidebar-top {
    max-width: 100%;
  }
  .sidebar .sidebar-content {
    max-width: 100%;
  }
  .notification-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .notification {
    background-color: #f9f9f7;
  }

  .content {
    background-color: #f9f9f7;
  }
  .cta-fixed .btn {
    padding: 14px 10px;
    letter-spacing: -0.52px;
    font-size: clamp(14px, 4.6vw, 20px);
    line-height: 26px;
  }
}
@media screen and (max-width: 396px) {
  .article-author-written-by {
    font-size: 11px;
  }
  .notification-inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 438px) {
  .text-block p {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 40px;
  }

  .update-block-content .btn {
    font-size: 18px;
  }

  .update-block-content {
    padding: 20px;
  }

  .update-block-header h2 {
    padding: 12px 20px;
  }

  .comment-title {
    font-size: 22px;
    line-height: 32px;
  }

  .article-author {
    font-size: 12px;
    line-height: 22px;
    gap: 3px;
  }

  .review-card-verified-customer {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .review-card-verified-customer-green {
    font-weight: 400;
    font-style: Italic;
    font-size: 13px;
    line-height: 100%;
    color: #6fb206;
  }

  .sidebar-content .btn {
    margin-top: 24px;
    font-size: 21px;
  }

  .text-block h4 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 32px;
    font-weight: 600;
  }
}

@media screen and (max-width: 324px) {
  .text-block p {
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 40px;
  }

  h1 {
    font-size: 23px;
    line-height: 37px;
  }

  .text-highlight {
    background-color: #fff4bb;
    background-repeat: no-repeat;
    background-size: 100% 38px;
    background-position: 0 0;
    line-height: 37px;
  }

  .comment-title {
    font-size: 18px;
    line-height: 24px;
  }
}
