main {
  font-family: 'Inter', sans-serif;
}

p, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

main {
  margin-top: 64px;
}

section {
  padding: 4rem 4.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

/* HERO SECTION */

.hero_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}

.hero_container div {
  max-width: 800px;
}

.hero_box_left {
  width: 50%;
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_box_right {
  width: 50%;
  display: flex;
  align-items: center;
}

.hero_image {
  width: 100%;
  overflow: hidden;
}

.hero_heading {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin: 20px auto;
}

.hero_text {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 30px auto 40px;
}

.hero_heading_special {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 2rem;
  }

  .hero_image {
    width: 100%;
    height: 100%;
  }

  .hero_container {
    flex-direction: column;
  }

  .hero_heading {
    font-size: 32px;
    line-height: 38.73px;
  }

  .hero_box_left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 50px;
  }
  
  .hero_box_right {
    width: 100%;
  }
}

@media only screen and (max-width: 310px) {
  .hero_heading {
    font-size: 28px !important;
    line-height: 30px !important;
  }
}

/* TESTIMONY SECTION */

.testimony {
  display: flex;
  flex-wrap: wrap;
  background: #DFE9FF;
}

.testimony_box_left {
  width: 250px;
  position: relative;
}

.testimony_box_right {
  width: calc(100% - 250px);
  position: relative;
  padding-left: 30px;
  max-width: 1350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimony_blue_icon {
  position: absolute;
  top: 15px;
  left: 0px;
}

.testimony_green_icon {
  position: absolute;
  top: 220px;
  right: 20px;
}

.testimony_yellow_icon {
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.testimony_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 30px;
}

.testimony_text--1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 20px;
}

.testimony_text--2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 20px;
  color: #2B2B35;
}

.testimony_link--1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #2B2B35;
}

.testimony_link--2 {
  display: none;
  visibility: hidden;
}

.testimony_button {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1650px) {
  .testimony_yellow_icon {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .testimony {
    flex-direction: column;
  }

  .testimony_box_left {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .testimony_box_right {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .testimony_blue_icon {
    top: 60px;
    left: calc(50% - 160px);
  }

  .testimony_green_icon {
    top: 60px;
    right: calc(50% - 160px);
  }
  
  .testimony_image {
    width: 150px;
    height: 150px;
  }
  
  .testimony_text--1 { 
    font-size: 14px;
    line-height: 17px;
  }
  
  .testimony_text--2 {
    font-size: 14px;
    line-height: 17px;
  }

  .testimony_link--1 {
    display: none;
    visibility: hidden;
  }
  
  .testimony_link--2 {
    display: block;
    visibility: visible;
    font-weight: normal;
    font-size: 18px;
    text-decoration-line: underline;
    color: #2B2B35;
  }
  
  .testimony_button {
    display: inline-block;
    visibility: visible;
    margin-top: 40px;
  }

}


@media only screen and (max-width: 310px) {
  .testimony_blue_icon {
    left: calc(50% - 140px);
  }

  .testimony_green_icon {
    right: calc(50% - 140px);
  }
}

/* FEATURE SECTION */

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

.feature div {
  max-width: 1600px;
}

.feature_group {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature_content_button {
  display: inline-block;
}

.feature_video {
  width: calc(50% - 20px);
  padding: 0px 10px;
}

.feature_content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10px;
}

.feature_content_heading {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #2B2B35;
  margin: 30px 0 0;
}

.feature_content_text {
  font-size: 18px;
  line-height: 28px;
  color: #2B2B35;
  margin: 30px auto;
}

.feature_navigation {
  display: none;
  visibility: hidden;
}

.feature_navigation_group {
  display: flex;
  justify-content: center;
}

.feature_navigation_item {
  width: 13px;
  height: 13px;
  border: 0.9px solid #0082FF;
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}

.feature_navigation_active {
  background: #0082FF;
}

.feature_navigation_button {
  display: none;
  visibility: hidden;
}

.feature_content_video {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .feature {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .feature_group {
    margin: 20px auto;
    display: none;
    visibility: hidden;
  }

  .feature_group_active {
    display: flex;
    visibility: visible;
  }

  .feature_content {
    width: 100%;
    margin: auto 10%;
    text-align: center;
  }

  .feature_content_button {
    display: none;
    visibility: hidden;
  }

  .feature_video {
    display: none;
    visibility: hidden;
  }

  .feature_navigation {
    display: flex;
    visibility: visible;
    flex-direction: column;
    justify-content: center;
  }

  .feature_content_video {
    display: block;
    visibility: visible;
    overflow: hidden;
  }

  .feature_navigation_button {
    display: flex;
    visibility: visible;
    justify-content: center;
    margin-top: 30px;
  }

  .feature_content_heading {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .feature_content_text {
    font-size: 14px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .feature_content {
    margin: 0;
  }
}

/* TEMPLATE SECTION */

.template {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.template div {
  max-width: 1730px;
}

.template_header {
  width: 100%;
  position: relative;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 30px;
}

.template_header_green_icon {
  position: absolute;
  top: 0;
  left: 100px;
}

.template_header_text {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
}

.template_header_blue_icon {
  position: absolute;
  top: 0;
  right: 100px;
}

.template_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.template_list_item {
  width: calc((100% / 3) - 40px);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.template_list_image {
  width: 100%;
  cursor: pointer;
}

.template_list_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  color: #2B2B35;
  padding-top: 25px;
}

.template_list_link:hover {
  color: #0082FF;
}

.template_button {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .template_header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .template_header_green_icon {
    left: 30px;
  }

  .template_header_blue_icon {
    right: 30px;
  }

  .template_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .template_header_green_icon {
    display: none;
    visibility: hidden;
  }

  .template_header_blue_icon {
    display: none;
    visibility: hidden;
  }

  .template_header_text {
    font-size: 22px;
    line-height: 27px;
  }

  .template_list_item {
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 480px) {
  .template_list_item {
    width: 100%;
  }
}

/* FAQ SECTION */
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq div  {
  max-width: 1800px;
}

.faq_header {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.faq_content {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  margin-bottom: 30px;
}

.faq_content_box {
  display: flex;
  flex-direction: column;
  border-bottom:  0.5px solid #CECECE;
  padding-top: 10px;
  padding-bottom: 10px;
  /* max-width: 100%; */
}

.faq_content_header {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  /* max-width: 100%; */
}

.faq_content_header_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2B2B35;
  padding-right: 25px;
}

.faq_content_header_icon {
  width: max-content;
  height: max-content;
  cursor: pointer;
  background: transparent;
  border: none;
}

.faq_content_body {
  display: none;
  visibility: hidden;
}

.faq_content_body_active {
  display: block;
  visibility: visible;
}

.faq_content_body_text {
  font-size: 16px;
  line-height: 24px;
  color: #2B2B35;
  padding-bottom: 20px;
  padding-right: 23px;
}

.faq_button {
  text-align: center;
  margin: 8px 0px;
}

.faq_content_body_list_group {
  padding-left: 40px;
  padding-bottom: 15px;
}

.faq_content_body_list {
  font-size: 18px;
  line-height: 22px;
  color: #2B2B35;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .faq_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .faq_header {
    font-size: 22px;
    line-height: 27px;
  }

  .faq_content_header_text {
    font-size: 18px;
    line-height: 22px;  
  }

  .faq_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_content_body_text {
    font-size: 14px;
    line-height: 17px;
  }
}

/* REVIEW SECTION */
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F6F6F6
}

.review div {
  max-width: 1635px;
}

.review_header {
  width: 100%;
  position: relative;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.review_header_green_icon {
  position: absolute;
  top: 0;
  left: 100px;
}

.review_header_text {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
}

.review_header_blue_icon {
  position: absolute;
  top: 0;
  right: 100px;
}

.review_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.review_content_item {
  width: calc(50% - 40px);
  color: #2B2B35;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.review_content_image {
  height: 33px;
  width: min-content;
  overflow: hidden;
}

.review_content_image_box {
  margin-top: 30px;
  margin-bottom: 35px;
}

.review_content_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.review_content_author {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.review_button {
  text-align: center;
  margin-top: 50px;
}

.review_navigation {
  margin-top: 60px;
  display: none;
  visibility: hidden;
}

.review_navigation_group {
  display: flex;
  justify-content: center;
}

.review_navigation_item {
  width: 13px;
  height: 13px;
  border: 0.9px solid #0082FF;
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}

.review_navigation_active {
  background: #0082FF;
}


@media only screen and (max-width: 1024px) {
  .review_header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .review_header_green_icon {
    left: 30px;
  }

  .review_header_blue_icon {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .review_content_item { 
    display: none;
    visibility: hidden;
  }

  .review_content_item_active {
    display: flex;
    visibility: visible;
  }

  .review_header_green_icon {
    display: none;
    visibility: hidden;
  }

  .review_content_item {
    text-align: center;
  }
  
  .review_content_text {
    font-size: 14px;
    line-height: 17px;
  }

  .review_header_text {
    font-size: 22px;
    line-height: 27px;
  }

  .review_header_blue_icon {
    display: none;
    visibility: hidden;
  }

  .review_content_image_box {
    align-self: centers;
  }

  .review_content_item {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .review_navigation {
    display: flex;
    visibility: visible;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .review_content_item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* BENEFIT SECTION */
.benefit {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.benefit div {
  max-width: 1635px;
}

.benefit_header {
  width: 100%;
  position: relative;    
  margin-bottom: 100px;
  margin-top: 30px;
}

.benefit_header_blue_icon {
  position: absolute;
  top: 0;
  left: -45px;
}

.benefit_header_text {
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  padding-left: 10px;
}

.benefit_header_green_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.benefit_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.benefit_content_box_left {
  width: 30%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.benefit_content_header {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.benefit_content_link {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0073E6;
  text-decoration: none;
  text-transform: capitalize;
}

.benefit_content_link:hover {
  color: #006CD5;
}

.benefit_body_box_right {
  width: calc(70% - 40px);
  margin-left: 40px;
}

.benefit_content_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.benefit_content_image_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.benefit_content_image {
  width: 28%;
  cursor: pointer;
}

.benefit_content_image_special_1 {
  align-self: flex-end;
}

.benefit_content_image_special_2 {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .benefit_content_image_box {
    display: block;
  }
  .benefit_header_blue_icon {
    top: -10px;
    left: calc(50% - 160px);
    width: 20px;
    height: 20px;
  }

  .benefit_header_text {
    text-align: center;
  }

  .benefit_header_green_icon {
    top: -10px;
    right: calc(50% - 160px);
    width: 20px;
    height: 20px;
  }

  .benefit_content_box_left {
    width: 60%;
  }

  .benefit_body_box_right {
    width: 100%;
    margin-left: 0;
    padding: 0px 10px;
  }

  .benefit_header { 
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .benefit_content_header {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .benefit_content_text {
    font-size: 14px;
    line-height: 17px;
  }

  .benefit_header_text {
    font-size: 22px;
    line-height: 27px;
  }

  .benefit_content_link {
    font-size: 13px;
    line-height: 16px;
  }

  .benefit_content {
    margin-bottom: 50px;
  }

  .benefit {
    padding-bottom: 0;
  }

  .break-md::before {
    content: "\a";
    white-space: pre;
  }
}

@media only screen and (max-width: 480px) {
  .benefit_content_box_left {
    width: 70%;
  }

  .benefit_header_blue_icon {
    top: 0;
  }

  .benefit_header_green_icon {
    top: 0;
  }

  .break::before {
    content: "\a";
    white-space: pre;
  }
}

@media only screen and (min-width: 768px) {
  .benefit_content_image_box {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .benefit_content_image_box {
    display: flex;
  }
}

/* AWARENESS SECTION */
.awareness {
  display: flex;
}

.awareness div {
  max-width: 1635px;
}

.awareness.container {
  background: #EFF4FF;
}

.awareness_box {
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
}

.awareness_box_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 48px;
}

.awareness_header {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

.awareness_text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.awareness_box_right {
  width: 40%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awareness_image {
  width: 100%;
}

.awareness_image_mobile_box {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .awareness {
    padding: 0;
  }

  .awareness_box {
    flex-direction: column;
    text-align: center;
  }

  .awareness_box_left {
    width: 100%;
    text-align: center;
  }

  .awareness_header {
    font-size: 22px;
    line-height: 27px;
  }

  .awareness_text {
    font-size: 14px;
    line-height: 17px;
  }

  .awareness_box_right {
    display: none;
    visibility: hidden;
  }

  .awareness_image_mobile {
    width: 250px;
    height: 180px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .awareness_image_mobile_box {
    display: flex;
    visibility: visible;
    align-items: center;
    justify-content: center;
  }
}

/* RESOURCES SECTION */
.resources {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resources div {
  max-width: 1635px;
}

.resources_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}

.resources_header_text {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.resources_header_link {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0073E6;
}

.resources_header_link:hover {
  color: #006CD5;
}

.resources_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.resources_post {
  padding: 0 10px;
  width: calc((100% / 3) - 20px);
  text-align: left;
}

.resources_post_image {
  width: 100%;
  cursor: pointer;
}

.resources_post_label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3B424A;
  padding: 5px 0;
  text-transform: uppercase;
}

.resources_post_header {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 0;
}

.resources_post_text {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
}

.resources_post_link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #2B2B35;
  padding: 5px 0;
}

@media only screen and (max-width: 768px) {
  .resources_header {
    flex-direction: column;
    padding: 0 10%;
  }

  .resources_header_text {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .resources_header_link {
    font-size: 13px;
    line-height: 16px;
  }

  .resources_post {
    width: 100%;
    padding: 20px 10%;
  }

  .resources_post:first-child {
    padding-top: 0;
  }

  .resources_post:last-child {
    padding-bottom: 0;
  }

  .resources_post_label {
    font-size: 13px;
    line-height: 16px;
  }

  .resources_post_header {
    left: 41px;
    top: 7894px;
  }

  .resources_post_text {
    font-size: 14px;
    line-height: 17px;
  }

  .resources_post_link {
    font-size: 13px;
    line-height: 16px;
  }
}


@media only screen and (max-width: 480px) {
  .resources_post {
    padding: 20px 0;
  }

  .resources_header {
    padding: 0;
  }
}

/* EXPLORE SECTION */

.explore {
  display: flex;
}

.explore div {
  width: 1800px;
}

.explore_box {
  text-align: center;
  max-width: 1800px;
  position: relative;
  margin-bottom: 40px;
}

.explore_text {
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
}

.mt-1 {
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  .explore_text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .explore_text {
    font-size: 24px;
    line-height: 29px;
  }
}

/* PARTNER SECTION  */

.partner {
  display: flex;
  justify-content: center; 
  background: #F6F6F6;
  width: 100%;
}

.partner_layout_container {
  margin: 48px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  text-align: center;
  width: 100%;
}

.partner_caption {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px; 
}

.partner_logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner_image_small {
  display: none;
  max-width: 400px;
}

.partner_image {
  max-width: 90%;
}

.storylane-demo {
  width: 750px;
  margin: 0 50px 4px;
}

@media only screen and (max-width: 768px) {
  .partner_image_small {
    display: inherit; 
  } 

  .partner_image {
    display: none; 
  } 

  .storylane-demo {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .partner_layout_container {
    width: 100%; 
  } 
}

.chat_container {
  margin-top: 40px;

  & input {
    background: #fff;
  }

  & div[data-testid="chat-suggestion-message"] button {
    border: 1px solid #0041A9;
  }
}


.force_css {
  color: #2B2B35;

  & .section-3_header {
    font-weight: bold;
  }
}
