@charset "UTF-8";
.blog .pro-pic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.blog .pro-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog .post h5 {
  overflow: hidden;
  color: #261A28;
  text-overflow: ellipsis;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.blog .post p {
  overflow: hidden;
  color: #332C33;
  text-overflow: ellipsis;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
.blog .reading-time {
  background: #CEC7CE;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 600 !important;
  border-radius: 8px;
  text-align: center;
  color: #261A28 !important;
  margin: 0 !important;
  line-height: 15px;
  position: static;
  order: 2;
  bottom: 8px;
  right: 8px;
}
.blog .reading-time.bigblog {
  position: static;
}
.blog #most-popular-blog .post.big .post-title {
  padding: 0 16px 24px 16px;
}
.blog #most-popular-blog .post.big .post-title h5 {
  color: #EFEBE4;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog #most-popular-blog .post.big .post-title p {
  color: #EFEBE4;
  font-family: Figtree, sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 !important;
}
.blog #most-popular-blog .post.big .desk-info-custom {
  margin-top: 24px;
}
.blog #most-popular-blog .post.big .desk-info-custom .reading-time {
  padding: 0;
  background: unset;
}
.blog #trend-posts-layout {
  padding-left: 24px !important;
}
.blog #trend-posts-layout .post-title {
  margin-top: 9px;
}
.blog #trend-posts-layout .author-info {
  margin-top: 17px;
}
.blog #trend-posts-layout .author-info .author-name {
  color: #EFEBE4 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.blog #trend-posts-layout h5 {
  color: #EFEBE4;
}
.blog #trend-posts-layout .trend-posts {
  gap: 16px;
}
.blog #trend-posts-layout .trending-heading {
  color: #EFEBE4;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog #trend-posts-layout .post.horizontal {
  flex-direction: row;
  padding-bottom: 0px;
}
.blog #trend-posts-layout .post.horizontal .tr_img {
  width: 234px;
  height: 144px;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 16px;
}
.blog #trend-posts-layout .post.horizontal .tr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog #trend-posts-layout .post.horizontal .author-info a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog #trend-posts-layout .post.horizontal .author-info a p {
  color: #EFEBE4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.blog #trend-posts-layout .post.horizontal .author-info a .pro-pic {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #trend-posts-layout .post.horizontal .author-info a .pro-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .post-tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif !important;
  color: #474048;
}
.blog .post-tag.category-name {
  margin: 49px 0 8px 0 !important;
  padding-left: 16px;
  color: #EFEBE4;
}
.blog .ins-hero-content {
  display: flex;
  padding: 200px 15px 120px 15px;
  border-radius: 0 0 0 120px;
  background: url(../../img/blog-bg.svg) no-repeat center center;
  background-size: cover;
}
.blog .ins-hero-content .ins-hero-content .row {
  position: relative;
}
.blog .ins-hero-content .ins-hero-content .row::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 172px;
  width: 660px;
  height: 660px;
  background: url(../../img/Vector.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.blog .ins-hero-content .blog-heading {
  margin-bottom: 8px !important;
  color: #EFEBE4;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  font-family: "Red Hat Display", sans-serif;
}
.blog .ins-hero-content .blog-intro-copy {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-bottom: 64px;
  width: 100%;
}
.blog .ins-hero-content .img-wrap {
  display: block;
  width: 100%;
  height: 224px;
  overflow: hidden;
  position: relative;
}
.blog .ins-hero-content .img-wrap.hero-img-wrap {
  height: 350px;
  border-radius: 26px 26px 0 0;
  position: relative;
}
.blog .ins-hero-content .img-wrap.hero-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 143px;
  background: linear-gradient(0deg, #18181b 20%, rgba(29, 29, 33, 0) 100%);
}
.blog .ins-hero-content .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog #ins-drop-and-search {
  padding-top: 120px !important;
  background-color: #EFEBE4 !important;
  overflow-y: visible;
  padding-bottom: 32px;
}
.blog #ins-drop-and-search h2 {
  color: #261A28;
  font-size: 40px;
  line-height: 48px;
  font-family: "Red Hat Display", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.blog #ins-drop-and-search .blog-search {
  max-width: 640px;
}
.blog #ins-drop-and-search .blog-search::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 2px;
  transform: translate(0, 50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M11 19.2197C15.4183 19.2197 19 15.638 19 11.2197C19 6.80145 15.4183 3.21973 11 3.21973C6.58172 3.21973 3 6.80145 3 11.2197C3 15.638 6.58172 19.2197 11 19.2197Z" stroke="%23261A28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.9984 21.2201L16.6484 16.8701" stroke="%23261A28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 2s;
}
.blog #ins-drop-and-search .blog-search .searchBox {
  width: 100% !important;
  border-radius: 16px;
  height: unset;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  font-family: "Figtree", sans-serif;
  line-height: 28px;
  padding: 13px 10px 13px 52px;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  color: #261A28;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blog #ins-drop-and-search .ins-category-dropdown button {
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
  padding: 13px 16px;
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #1A1A1A !important;
}
.blog .blog-post-cards {
  background-color: #EFEBE4 !important;
}
.blog .blog-post-cards .card-groups {
  padding: 16px;
  margin-bottom: 0px;
  border-radius: 24px;
  background: rgba(250, 250, 250, 0.5019607843);
  box-shadow: 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(38, 26, 40, 0.1);
}
.blog .blog-post-cards .card-groups h5 {
  margin-bottom: 8px;
}
.blog .blog-post-cards .card-groups p {
  margin-bottom: 36px;
}
.blog .blog-post-cards .card-groups .post-title {
  padding: 0 0px;
}
.blog .blog-post-cards .card-groups .post-tag {
  padding: 0 0px;
}
.blog .blog-post-cards .card-groups .reading-time {
  bottom: 12px;
  right: 12px;
}
.blog .blog-post-cards .card-groups .blog-card-img {
  width: 100%;
  height: 224px;
}
.blog .blog-post-cards .card-groups .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .ins-archive-cta-section {
  background-color: #EFEBE4;
  text-align: center;
  padding: 128px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .ins-archive-cta-section h2 {
  margin-bottom: 8px;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.2px;
  background: var(--Gradients-Gradient-1, linear-gradient(0deg, #E92E2F 0%, #FF6126 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog .ins-archive-cta-section .ins-archive-cta-section-inner {
  width: 840px;
}
.blog .ins-archive-cta-section p {
  font-size: 20px !important;
  width: 100%;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 28px;
  color: #474048;
}
.blog .ins-archive-cta-section .btn {
  color: white;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 80px;
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  border: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.blog .ins-archive-cta-section .btn:hover {
  border-radius: 20px;
}
.blog .post .post-title {
  margin-top: 0;
}

/* TABLET */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .content-listmobile.mobilemain {
    background: url(../../img/blog-bg-tablet.svg) no-repeat center center;
    background-size: cover;
    padding: 180px 0px 76px 44px;
    border-radius: 0 0 0 80px;
  }
  .content-listmobile.mobilemain .blog-heading {
    color: var(--Text-Primary, #EFEBE4);
    font-family: var(--Font-Family-Display, "Red Hat Display");
    font-size: var(--Font-Font-Size-4XL, 32px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-Regular, 400);
    line-height: var(--Font-Line-Height-4XL, 40px); /* 125% */
    letter-spacing: var(--Font-Letter-Spacing-L, 0.5px);
    padding-right: 44px;
    margin: 0 0 8px 0;
  }
  .content-listmobile.mobilemain .blog-intro-copy {
    color: var(--Text-Secondary, #F8F8F8);
    font-family: var(--Font-Family-Sans-Serif, Figtree);
    font-size: var(--Font-Font-Size-L, 18px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-Regular, 400);
    line-height: var(--Font-Line-Height-XL, 24px); /* 133.333% */
    letter-spacing: var(--Font-Letter-Spacing-S, 0);
    padding-left: 0;
    padding-right: 44px;
    margin: 0;
  }
  .content-listmobile.mobilemain .trending {
    color: var(--Text-Primary, #EFEBE4);
    font-family: var(--Font-Family-Display, "Red Hat Display");
    font-size: var(--Font-Font-Size-4XL, 32px);
    font-style: normal;
    font-weight: var(--Font-Font-Weight-Regular, 400);
    line-height: var(--Font-Line-Height-4XL, 40px); /* 125% */
    letter-spacing: var(--Font-Letter-Spacing-L, 0.5px);
    padding: 104px 0px 44px 0px;
    margin: 0;
  }
  .content-listmobile.mobilemain .mySwiper {
    padding: 0;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .img-wrap .reading-time {
    position: absolute;
    color: #fff !important;
    font-size: 14px;
    line-height: 15px;
    padding: 4.5px 10px;
    border-radius: 5px;
    bottom: 12px;
    right: 12px;
    background: rgba(30, 25, 34, 0.5019607843);
    height: fit-content;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-body {
    padding: 0 14px;
  }
  .content-listmobile.mobilemain .mobilecard .post-tag.category-name {
    padding-left: 0;
    margin: 14px 0 8px 0 !important;
  }
  .content-listmobile.mobilemain .mobilecard .post-tag.category-name span {
    color: var(--Text-Tertiary, #F8F8F8) !important;
    /* Type/Miscallenous/Eyebrow Text */
    font-family: var(--Font-Family-Display, "Red Hat Display");
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: var(--Font-Font-Weight-Medium, 500) !important;
    line-height: var(--Font-Line-Height-XS, 16px) !important; /* 114.286% */
    letter-spacing: var(--Font-Letter-Spacing-XL, 1px) !important;
  }
  .mobilecard .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--Text-Primary, #EFEBE4) !important;
    text-overflow: ellipsis;
    font-family: var(--Font-Family-Sans-Serif, Figtree);
    font-size: var(--Font-Font-Size-L, 20px) !important;
    font-style: normal;
    font-weight: var(--Font-Font-Weight-Semi-Bold, 600) !important;
    line-height: var(--Font-Line-Height-XL, 28px) !important; /* 140% */
    letter-spacing: var(--Font-Letter-Spacing-M, 0.2px);
    margin: 0 0 8px 0 !important;
  }
  .mobilecard .card-text {
    height: auto !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    color: var(--Text-Secondary, #F8F8F8) !important;
    text-overflow: ellipsis !important;
    font-family: var(--Font-Family-Sans-Serif, Figtree);
    font-size: var(--Font-Font-Size-XS, 14px) !important;
    font-style: normal !important;
    font-weight: var(--Font-Font-Weight-Regular, 400) !important;
    line-height: var(--Font-Line-Height-M, 22px) !important; /* 157.143% */
    letter-spacing: var(--Font-Letter-Spacing-S, 0) !important;
  }
  .mobilecard .card-footer {
    padding: 20px 20px 24px 20px;
  }
  .mobilemain .mobileswiberbutton {
    display: flex !important;
    width: 100%;
    justify-content: left !important;
    padding: 0;
    gap: 20px;
    margin-top: 44px;
  }
  .mobilemain .mobileswiberbutton .custom-prev {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    background-image: url(../../../assets/img/card-slider-left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .mobilemain .mobileswiberbutton .custom-next {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    background-image: url(../../../assets/img/card-slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .blog #ins-drop-and-search {
    padding-top: 76px !important;
  }
  .blog #ins-drop-and-search > .container {
    padding: 0;
  }
  .blog #author-form input[type=email] {
    width: 320px;
    text-align: left;
  }
  .blog #author-form select {
    width: 320px !important;
  }
  .blog #author-form .hs-submit {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .content-listmobile.mobilemain .blog-heading {
    width: 100%;
    font-size: 4.17vw !important;
    font-weight: 400;
    line-height: 4.7vw;
    letter-spacing: 0.2px;
    padding: 0;
    color: #fff;
    margin-bottom: 8px;
  }
  .content-listmobile.mobilemain {
    background: url(../../img/blog-bg-mobile.svg) no-repeat center center;
    background-size: cover;
    overflow: hidden !important;
    padding: 35vw 5vw 15vw 5vw;
    border-radius: 0 0 0 80px;
  }
  .content-listmobile.mobilemain .mobileswiberbutton {
    display: flex !important;
    width: 100%;
    justify-content: left !important;
    padding: 0;
    gap: 5vw;
    margin-top: 8vw;
  }
  .content-listmobile.mobilemain .mobileswiberbutton .custom-slide {
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .content-listmobile.mobilemain .mobileswiberbutton .custom-slide.custom-next {
    height: 14.3vw;
    width: 14.3vw;
    background-image: url(../../../assets/img/card-slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .content-listmobile.mobilemain .mobileswiberbutton .custom-slide.custom-prev {
    height: 14.3vw;
    width: 14.3vw;
    background-image: url(../../../assets/img/card-slider-left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .content-listmobile.mobilemain .mobilecard {
    min-width: 150px !important;
    height: 100% !important;
    border-radius: 32px;
    overflow: hidden;
    background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.05) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(239, 235, 228, 0.1) 0%, rgba(239, 235, 228, 0.1) 100%), rgba(24, 24, 27, 0.8);
    padding: 8px !important;
    position: relative !important;
  }
  .content-listmobile.mobilemain .mobilecard .post-tag.category-name {
    margin: 6vw 0 2vw 0 !important;
    padding-left: 0;
    color: #EFEBE4;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside {
    background-color: #18181B;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .img-wrap {
    width: 100%;
    height: 50vw;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .img-wrap .reading-time {
    position: absolute;
    color: #fff !important;
    font-size: 3.5vw;
    padding: 1.5vw 3vw;
    border-radius: 1.5vw;
    bottom: 3vw;
    right: 3vw;
    background: rgba(30, 25, 34, 0.5019607843);
    height: fit-content;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-body {
    padding: 0 4.2vw;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-body .tag-list span {
    font-size: 3.5vw !important;
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 500;
    line-height: 2vw;
    letter-spacing: 1px;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-body .card-title {
    font-size: 4.2vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    letter-spacing: 0.2px;
    margin: 0;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 2 satırla sınırla */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-body .card-text {
    font-size: 3.5vw;
    line-height: 1.35;
    font-weight: 400;
    color: #F8F8F8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 2 satırla sınırla */
    overflow: hidden;
    text-overflow: ellipsis;
    height: unset;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-footer {
    padding: 21px 20px;
    font-size: 14px;
    border: none !important;
    background: transparent !important;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-footer .pro-pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
  }
  .content-listmobile.mobilemain .mobilecard .mobilecardinside .card-footer .pro-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-listmobile.mobilemain .trending {
    color: #ffffff !important;
    font-size: 6vw !important;
    font-weight: 600 !important;
    line-height: 5vw;
    padding: 0px;
    margin: 15vw 0 8vw 0;
  }
  .content-listmobile.mobilemain .mySwiper {
    padding: 0;
  }
  .blog-intro-copy {
    padding: 0 48px;
    width: 100%;
    color: #fff;
    margin: 0;
  }
  .blog .blog-post-cards {
    padding-top: 0 !important;
  }
  .blog #ins-drop-and-search {
    padding-top: 76px !important;
    padding-bottom: 44px;
  }
  .blog #ins-drop-and-search h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .blog #ins-drop-and-search .blog-search::before {
    width: 16px;
    height: 16px;
  }
  .blog #ins-drop-and-search .blog-search .searchBox {
    line-height: 22px;
    padding: 6px 10px 6px 36px;
    font-size: 14px;
  }
  .blog #ins-drop-and-search .blog-search .searchBox::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .blog #ins-drop-and-search .ins-category-dropdown button {
    line-height: 22px;
    padding: 6px 16px;
    font-size: 14px;
  }
  .blog #author-form input[type=email] {
    min-width: 320px;
    width: 100%;
    border-radius: 12px !important;
    text-align: left;
    margin-left: 0px !important;
    padding-left: 20px !important;
  }
  .blog #author-form div.input {
    min-width: 320px;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .blog #author-form .actions {
    min-width: 320px;
    margin-top: 5vw;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .content-listmobile.mobilemain .blog-heading {
    font-size: 7vw !important;
    line-height: 1.15;
    text-align: center;
  }
  .blog #ins-drop-and-search .ins-category-dropdowns {
    display: none;
  }
  .blog #ins-drop-and-search .row {
    display: none;
  }
  .blog #ins-drop-and-search h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.ins-category-menu-mobile-container {
  max-height: 50vh;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #EFEBE4;
  position: fixed;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateY(calc(100% - 62px));
  left: 0;
  padding: 0 10px;
  border: 1px solid #EFEBE4;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-left: -1px;
  margin-right: -1px;
}

.ins-category-menu-mobile-container.active {
  transform: translateY(0);
  overflow: scroll;
}

.ins-category-menu-mobile-container.move-down {
  transform: translateY(100%);
}

.ins-category-menu-mobile-heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #EFEBE4;
}

.ins-category-menu-mobile-heading {
  padding: 21px 0px 21px 16px;
  height: 62px;
  margin-bottom: 0;
  color: #261A28;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-family: "Red Hat Display", sans-serif !important;
}

.ins-category-menu-mobile-heading-wrapper .ins-category-menu-mobile-button {
  width: 26px;
  height: 26px;
  background: #261A28;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ins-category-menu-mobile-heading-wrapper .ins-category-menu-mobile-button svg {
  transition: transform 0.3s ease-in-out;
}

.ins-category-menu-mobile-heading-wrapper .ins-category-menu-mobile-button.active svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.ins-category-menu-mobile-accordion ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 0;
  color: #051235;
  font-weight: 500;
}

.ins-category-menu-mobile-accordion li {
  display: flex;
  flex-direction: column;
}

.ins-category-menu-mobile-accordion li a {
  display: block;
  color: #332C33;
  font-weight: 600;
  font-size: 16px !important;
  border-bottom: 1px solid #EFEBE4;
  padding: 16px 16px 16px 0px;
  margin-left: 16px;
}

.ins-category-menu-mobile-accordion li a.current-category {
  color: #261A28;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.ins-category-menu-mobile-accordion li:has(> a.current-category) {
  border-left: 2px solid #F4482B !important;
}

.ins-category-menu-mobile-accordion li:last-child {
  margin-bottom: 20px;
}

.hs-form fieldset div.input:has(> select) {
  position: relative !important;
}

#author-form .hs-form fieldset div.input:has(> select)::after {
  content: "";
  position: absolute;
  right: 14px;
  /* adjust spacing */
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'><path d='M1 1.7998L5 5.7998L9 1.7998' stroke='%23EFEBE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .ins-category-menu-mobile-container {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .blog-categories-dropdown {
    padding-left: 0 !important;
    padding-right: 0px;
  }
}
body {
  background: #EFEBE4;
}

.content-listmobile .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.post.blog-post {
  height: 100%;
}

.post.blog-post .post-info {
  margin-top: auto !important;
  padding: 4px 0px;
}

.post.blog-post .post-info a {
  display: flex;
  align-items: center;
}

.blog-categories-dropdown.ins-category-dropdown .btn.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 48px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  box-shadow: none;
}

.blog-categories-dropdown .ins-category-dropdown .btn.dropdown-toggle::after {
  display: none !important;
}

/* Style the SVG arrow */
.blog-categories-dropdown.btn .ins-category-dropdown .dropdown-toggle svg {
  width: 12px;
  height: 12px;
  fill: #1A1A1A !important;
}

#trend-posts-layout .trend-posts .post {
  flex: 1;
}

.blog-post-cards .trend-posts-title {
  overflow: hidden;
  color: #261A28;
  text-overflow: ellipsis;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  letter-spacing: 0.2px;
}

.content-list.blog-post-cards .post-tag span {
  color: #474048;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 1px;
  text-transform: uppercase !important;
  font-family: "Red Hat Display", sans-serif !important;
}

.list-grid .card-groups .img-wrap img {
  border-radius: 16px;
}

.blog-post-cards .author-name {
  overflow: hidden;
  color: #474048;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.desk-info-custom .author-name,
.desk-info-custom .post-date,
.desk-info-custom .reading-time {
  color: #EFEBE4 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
}

.desk-info-custom .dot-seperator {
  width: 1px;
  height: 13px;
  background-color: white;
}

.blog-post-cards .post-date {
  color: #474048;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

#most-popular-blogn .img-wrap img {
  border-radius: 32px 32px 0 0;
}

h4.blog-heading {
  font-family: "Red Hat Display", sans-serif !important;
}

.blog-search .search {
  display: none;
}

#most-popular-blog .reading-time {
  margin: 0;
}

#most-popular-blog {
  border-radius: 32px;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.05) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(239, 235, 228, 0.1) 0%, rgba(239, 235, 228, 0.1) 100%), rgba(24, 24, 27, 0.8);
  box-shadow: 0 4px 30px -10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2.5px);
  padding: 8px;
  height: fit-content !important;
}

#most-popular-blog .big {
  background-color: #18181B;
  border-radius: 24px !important;
}

.most-popular-blog .dot-seperator {
  padding-left: 8px;
  padding-right: 8px;
}

#trend-posts-layout .post-tag {
  color: #EFEBE4;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif !important;
}

.content-list.blog-post-cards .post-tag {
  margin: 0;
}

.post .img-wrap .post-time {
  border-radius: 5px;
}

.post-time .dot-seperator,
.author-info .dot-seperator {
  color: white !important;
}

#trend-posts-layout .post .post-title .post-paragraph {
  display: none;
}

#most-popular-blog .mobile-info {
  display: none !important;
}

#trend-posts-layout .post.horizontal:nth-child(1),
#trend-posts-layout .post.horizontal:nth-child(2) {
  /*border-bottom: 1px solid rgba(119, 102, 122, 0.3);*/
}

.blog-categories-dropdown .ins-category-dropdown .btn.dropdown-toggle::after {
  display: none !important;
}

.blog-categories-dropdown .dropdown-menu {
  width: 100%;
  border-radius: 12px;
  margin-top: 8px;
  border: 1px solid rgba(5, 18, 53, 0.08);
  box-shadow: 0 2px 8px rgba(5, 18, 53, 0.1);
  padding: 8px 0;
}

.blog-categories-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  color: #2D2D2D;
}

#filter-search-container .blog-search input.searchBox::placeholder {
  color: #77667A;
  opacity: 0.8;
}

#ins-drop-and-search .dropdown-toggle::after {
  display: none;
}

#ins-drop-and-search .blog-search .search {
  right: 18px;
}

#top-filter {
  padding-left: 0px !important;
}

.blog-search .searchBox::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #394157;
  opacity: 0.5;
}

.blog-search .img-fluid {
  height: 18px;
  width: 18px;
}

.ins-category-dropdown-text {
  width: 100%;
  margin: 0 auto;
  color: #261A28;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: auto;
  letter-spacing: 0.5px;
}

.blog-categories-mobile .dropdown-toggle::after {
  display: none;
}

.ins-category-dropdown .dropdown-item {
  padding: 16px 24px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.ins-category-dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog-categories-mobile .btn.dropdown-toggle {
  padding: 0;
  min-width: unset !important;
  margin-left: 25px;
}

#filter-search-container {
  margin-top: 0 !important;
}

#categoriesDropdown {
  color: #261A28;
}

#categoriesDropdown:focus {
  box-shadow: none;
  outline: none;
}

.ins-category-dropdown .dropdown-menu {
  border-radius: 6px;
  padding: 20px;
  border: 0;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.07);
  max-width: 398px;
}

.ins-category-dropdown .dropdown-item {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.25s ease-in-out;
}

.ins-category-dropdown .dropdown-item:hover {
  background: #EFEBE4;
  color: #474048;
}

.ins-category-dropdown .dropdown-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #trend-posts-layout .trend-posts {
    gap: 0 !important;
  }
  #trend-posts-layout {
    background-color: transparent;
    padding: 10vw 5vw;
  }
  .ins-hero-content {
    padding: 130px 5vw 0 5vw;
  }
  .blog-heading {
    font-size: 8vw;
  }
  .blog-intro-copy {
    display: none;
  }
  #trend-posts-layout {
    padding: 0 !important;
    margin: 0 -5vw;
    width: 100vw;
  }
  #trend-posts-layout .post {
    padding: 5vw;
  }
  .trending-heading {
    margin-bottom: 0 !important;
    padding: 30px 5vw 0 5vw;
  }
  .content-list .author-info img,
  #trend-posts-layout .author-info img {
    width: 31px !important;
    height: 31px !important;
  }
  #most-popular-blog .desk-info {
    display: none !important;
  }
  #most-popular-blog .mobile-info {
    display: flex !important;
    padding-top: 1vw;
  }
  .author-avatar {
    width: 23px !important;
    height: 23px !important;
  }
  #most-popular-blog {
    padding: 8px !important;
  }
  .blog-heading {
    padding: 0;
  }
  .post-tag span {
    display: block;
    width: 100%;
  }
  #most-popular-blog .card-post-title {
    font-size: 6vw;
    line-height: 150%;
  }
  #most-popular-blog .post .post-title .post-paragraph {
    font-size: 4.5vw;
  }
  #most-popular-blog .author-name,
  #trend-posts-layout .author-name {
    font-size: 3.5vw;
    color: white;
    font-weight: 500;
  }
  .drop-and-search-row {
    padding: 0px 34px 0px 18px;
  }
  .ins-hero-content {
    background: linear-gradient(0deg, #44221E -58.49%, #18181B 55.07%);
  }
  .content-list .big {
    margin-bottom: 0px !important;
  }
  #trend-posts-layout h4.trending-heading {
    font-size: 6vw;
  }
  #trend-posts-layout .post.horizontal {
    flex-direction: column;
  }
  #trend-posts-layout .trend-posts .post.horizontal {
    margin-bottom: 0 !important;
  }
  #trend-posts-layout .trend-posts .post.horizontal:last-child {
    padding-bottom: 10vw;
  }
  #trend-posts-layout .horizontal .img-wrap {
    max-width: 100% !important;
    max-height: unset;
  }
  #trend-posts-layout .horizontal .img-wrap img {
    max-height: unset;
  }
  #ins-drop-and-search {
    display: block;
    padding-top: 40px !important;
  }
  .ins-category-dropdown-text {
    font-size: 7vw !important;
    padding-left: 0px;
  }
  .drop-and-search-row #top-filter,
  .drop-and-search-row .blog-categories-dropdown {
    display: none !important;
  }
  #trend-posts-layout .img-wrap,
  #most-popular-blog .img-wrap {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  #trend-posts-layout .content-list .horizontal .img-wrap + div {
    width: 100% !important;
  }
  #trend-posts-layout .post-tag,
  #most-popular-blog .post-tag {
    padding-bottom: 3vw;
    padding-top: 2vw;
  }
  .content-list .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  #trend-posts-layout .trend-posts-heading {
    font-size: 5vw;
  }
  #trend-posts-layout .post .post-title .post-paragraph,
  .content-list.blog-post-cards .post .post-title .post-paragraph {
    font-size: 14px !important;
  }
  #trend-posts-layout .trend-posts-title,
  .content-list.blog-post-cards .trend-posts-title {
    font-size: 20px !important;
  }
  #most-popular-blog .category-name.post-tag {
    margin: 0 !important;
  }
  .content-list.blog-post-cards .col-12.card-groups {
    flex-basis: 100% !important;
  }
  .post .post-tag span {
    font-size: 14px !important;
  }
  .pagination-text {
    display: none;
  }
  .pagination-button {
    padding: 10px !important;
  }
  .mobile-info .card-post-description {
    font-size: 12px !important;
    color: white !important;
  }
  .pagination-number {
    font-size: 12px !important;
  }
  .pagination-container {
    gap: 8px !important;
  }
  #most-popular-blog .post .img-wrap .post-time {
    background: none;
  }
  .ins-first-paginate,
  .ins-last-paginate {
    display: none !important;
  }
  #most-popular-blog .post .img-wrap .post-time p {
    position: absolute;
    right: 14px;
    bottom: 64px;
    width: 55.333px;
    height: 24px;
    border-radius: 8px 5.333px 5.333px 5.333px;
    background: rgba(38, 26, 40, 0.5);
    flex-direction: column;
    align-items: center;
    display: flex;
    color: white;
  }
}
#pagination {
  background: #EFEBE4;
  padding-bottom: 120px;
}

.ins-pagination-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.ins-prev-paginate .pagination-text {
  margin-right: 0;
  margin-left: 15px;
}

.ins-prev-paginate svg {
  transform: rotate(180deg);
}

.ins-next-paginate svg {
  transform: rotate(180deg);
}

.ins-next-paginate .pagination-text {
  margin-right: 15px;
  margin-left: 0;
}

.pagination-text {
  margin-right: 10px;
  color: #051235;
}

.pagination-number {
  font-size: 16px !important;
  display: flex;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  background: #FAFAFA;
  color: black !important;
}

.pagination-number:hover {
  color: #000;
}

#pagination span.pagination-number.active {
  color: #000;
  font-weight: 500;
  display: flex;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  border: 1px solid #261A28;
  background: #FAFAFA;
  /* Button Shadow/S */
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
}

#author-form {
  background-color: #261A28;
}

option:first-of-type {
  border-radius: 8px 8px 0 0;
}

option:last-of-type {
  border-radius: 0 0 8px 8px;
}

option:not(option:last-of-type) {
  border-bottom: none;
}

@media screen and (max-width: 1023px) {
  #most-popular-blog .desk-info .author-avatar {
    width: 23px !important;
    height: 23px !important;
  }
  .content-list.blog-post-cards .col-12.card-groups {
    flex-basis: 47%;
  }
  .searchBox {
    width: 366px !important;
  }
  #categoriesDropdown {
    width: 240px;
  }
  .blog-categories-dropdown {
    display: block !important;
  }
  #author-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog-heading {
    padding: 0;
  }
  .content-list {
    padding: 40px 0 0 0 !important;
  }
  .ins-category-dropdown {
    margin-left: auto;
  }
  #filter-search-container .blog-search::before {
    left: 12px !important;
    top: 68%;
  }
  #most-popular-blog .post .post-title .post-paragraph {
    font-size: 14px !important;
    line-height: 15px;
  }
  #most-popular-blog .card-post-title {
    font-size: 16px;
    line-height: 20px;
  }
  #most-popular-blog {
    height: fit-content !important;
    max-height: 591px !important;
  }
  #most-popular-blog .img-wrap .post-time {
    display: none !important;
  }
  .accordion li a {
    color: #332C33;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #trend-posts-layout .trend-posts .post.horizontal {
    margin-bottom: 0 !important;
  }
  .ins-archive-cta-section p {
    width: 100%;
    line-height: 23px;
  }
  .ins-archive-cta-section h2 {
    font-size: 20px !important;
    margin-bottom: 2px !important;
  }
  .ins-archive-cta-section .btn {
    padding: 12px 8px;
  }
  .ins-archive-cta-section .btn.btn-primary,
  .post-paragraph {
    font-size: 16px !important;
  }
}
#author-form {
  padding-bottom: 20px;
  padding-top: 120px;
}

#author-form .form-title {
  color: #EFEBE4;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.2px;
  padding-top: 20px;
  margin-bottom: 8px;
}

#author-form .form-sub-title {
  color: #EFEBE4;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

#author-form input,
#footer.footer_re .input {
  display: flex;
  align-items: flex-start;
}

#author-form div.input {
  margin-right: 0px !important;
}

#author-form .footer_form {
  font-size: 0.75em;
  font-weight: 500;
  color: #051235;
}

#author-form .container {
  max-width: 920px !important;
}

#with-insider .container {
  max-width: 920px !important;
}

#author-form label:not(.hs-error-msg) {
  display: none;
}

#author-form input[type=email] {
  padding: 10px 12px;
  border-radius: 12px;
  background: #5E5260;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.6 !important;
  color: #EFEBE4;
  font-weight: normal;
  height: 48px;
}

/* Placeholder color */
#author-form input[type=email]::placeholder {
  color: #EFEBE4;
  opacity: 1;
  /* make sure it’s visible */
}

#author-form input[type=email]::placeholder {
  color: #EFEBE4 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  opacity: 1 !important;
}

.hs-form fieldset div.input select.is-placeholder {
  color: #EFEBE4 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  opacity: 0.6 !important;
}

.hs-form fieldset div.input select {
  color: #EFEBE4;
  opacity: 0.6 !important;
  -webkit-appearance: block !important;
  padding-right: 10px !important;
}

#author-form .form-columns-2 > div {
  max-width: 100%;
  width: 100%;
}

#author-form input[type=submit] {
  display: block;
  text-align: center;
  line-height: 24px !important;
  padding: 12px 20px;
  border-radius: 80px;
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  color: #fff;
  font-size: 20px !important;
  font-weight: 500 !important;
  border: none;
  cursor: pointer;
  box-shadow: 0 -1px 1px 1px rgba(239, 235, 228, 0.1) inset, 0 1px 1px 1px rgba(38, 26, 40, 0.2) inset, 0 6px 6px -3px rgba(239, 235, 228, 0.05), 0 3px 3px -1.5px rgba(239, 235, 228, 0.05), 0 1px 1px -0.5px rgba(239, 235, 228, 0.05), 0 0 0 1px rgba(38, 26, 40, 0.1);
  letter-spacing: 0.2px;
}

#author-form select {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #5E5260;
  border: none;
  outline: none;
  box-shadow: none;
}

#author-form select::after {
  content: "▼";
  /* custom arrow */
  position: absolute;
  right: 12px;
  top: 50%;
  pointer-events: none;
}

#author-form input,
#author-form select {
  font-size: 20px !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
}

#author-form .form-columns-2 > div,
#author-form .form-columns-2 .input {
  margin: 0 !important;
}

#author-form .hs_industry_dropdown:after {
  display: none;
}

#author-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 1em;
  flex-direction: row;
  gap: 0 24px;
}

#author-form form ul {
  list-style: none;
  padding: 0;
}

#author-form form .hs-error-msg {
  font-size: 0.7em;
}

#author-form form .legal-consent-container .hs-richtext p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#author-form form .legal-consent-container .hs-richtext p a {
  font-weight: 500;
  color: #FFF;
}

#author-form form .hs-form fieldset > div .hs-error-msgs li label {
  padding-top: 0.3em;
  padding-bottom: 0.1em;
}

#author-form form .hs-error-msgs li {
  display: flex !important;
  justify-content: flex-start;
}

#author-form form .legal-consent-container .hs-richtext {
  padding: 0;
}

p.main-bio a {
  color: #051235;
  font-weight: 700;
  text-decoration-line: underline;
}

#author-form .hs-form fieldset div.input select option {
  background-color: #5E5260 !important;
  color: #fff;
}

#author-form .hs-form fieldset div.input select option:hover,
#author-form .hs-form fieldset div.input select option:focus {
  background-color: #261A28 !important;
  color: #fff;
}

/* Extra Desktop & Tablet Settings */
@media only screen and (min-width: 767px) {
  #author-form form .form-columns-1:not(:nth-child(5)) {
    flex-basis: 35% !important;
    height: 0.8em;
    order: 1 !important;
  }
  #author-form form .form-columns-1:nth-child(5) {
    order: 3 !important;
    width: 100%;
  }
  #load-more-posts {
    width: 315px;
  }
  .author-mobile {
    display: none;
  }
  #author-form .hs-richtext p {
    margin-top: 35px;
  }
  #author-form .hs_submit {
    cursor: pointer;
    order: 2 !important;
  }
  #author-form div.input {
    margin-right: 0px !important;
    width: 100%;
  }
}
/* Mobile Settings */
@media only screen and (max-width: 900px) {
  #author-form form .form-columns-1 {
    flex-basis: 80% !important;
    height: 3.8em;
  }
  #author-form .form-sub-title {
    font-size: 16px !important;
  }
  .post-type {
    font-size: 5vw !important;
  }
  p.sub-bio {
    font-size: 6vw !important;
    margin-top: 5vw;
  }
  .main-bio {
    font-size: 5.5vw !important;
    padding: 2vw 0 2vw 0;
  }
  .author-desktop {
    display: none;
  }
  #with-insider h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
  }
  #recent-posts {
    padding: 10vw 5vw 10vw 5vw;
  }
  #recent-posts .post .post-title {
    font-size: 4.5vw !important;
  }
  #recent-posts .post .post-title {
    font-size: 4.5vw !important;
  }
  #recent-posts .card-post-description {
    font-size: 3vw;
  }
  .visible_on_mobile {
    display: block;
  }
  s #with-insider p {
    padding: 0 5vw 0 5vw !important;
  }
  #with-insider h2 {
    padding: 0 5vw 0 5vw !important;
  }
  #with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
    width: 320px !important;
  }
  #author-form input[type=email] {
    text-align: center;
  }
  #author-form .hs_email::after {
    display: none;
  }
  #author-form select {
    text-align: left !important;
    text-align-last: left !important;
  }
  #author-form .is-placeholder {
    text-align-last: left !important;
    padding-left: 20px !important;
  }
  #author-form .hs-form fieldset div.input select option {
    background-color: #5E5260 !important;
    color: #fff;
    text-align: center !important;
  }
  #author-form .hs_submit {
    flex-basis: 60% !important;
    margin-top: 5vw;
  }
  #author-form form .legal-consent-container .hs-richtext p {
    text-align: center;
  }
  #author-form form .hs-error-msgs li {
    justify-content: center;
  }
  #author-form form .hs-error-msg {
    text-align: center;
  }
  #author-form .form-title {
    padding: 0px !important;
    font-size: 22px !important;
  }
  #with-insider p {
    padding: 0 5vw 0 5vw !important;
  }
  #with-insider h2 {
    padding: 0 5vw 0 5vw !important;
  }
  #with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
    width: 320px !important;
  }
  #author-form select {
    border-left: 1px solid #051235 !important;
  }
  #with-insider .btn.btn-navy.btn-teal.rounded.align-self-center.mt-3 {
    margin-right: 0 !important;
  }
  #author-form form {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
  #author-form {
    padding-bottom: 10px !important;
  }
  #author-form .hs_submit {
    order: 2 !important;
  }
  #author-form form .form-columns-1:nth-child(5) {
    order: 3 !important;
  }
  #author-form .hs_submit {
    flex-basis: 60% !important;
    margin-top: 0px !important;
  }
  #author-form input[type=submit] {
    border-radius: 8vw;
    width: 100% !important;
    margin-left: 0px !important;
  }
  #author-form form .legal-consent-container .hs-richtext p {
    font-size: 14px !important;
  }
  #author-form form .form-columns-1:not(:nth-child(5)) {
    flex-basis: 80% !important;
    height: 0.8em;
    order: 2 !important;
  }
  #author-form .actions {
    min-width: 300px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  #with-insider {
    padding-top: 50px;
    padding-bottom: 70px;
    height: 490px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #with-insider {
    height: 490px;
  }
}
#with-insider {
  padding-top: 50px;
  padding-bottom: 70px;
  height: 650px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#with-insider h2 {
  color: white !important;
  font-size: 40px;
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif !important;
}

#with-insider p {
  color: rgba(239, 235, 228, 0.9);
}

#with-insider .btn.btn-navy.btn-teal.rounded.align-self-center.mt-3 {
  color: #FFF !important;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 0px 1px rgba(239, 235, 228, 0.1019607843), 0px 1px 1px -0.5px rgba(38, 26, 40, 0.0509803922), 0px 3px 3px -1.5px rgba(38, 26, 40, 0.0509803922), 0px 6px 6px -3px rgba(38, 26, 40, 0.0509803922), 0px 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0px -1px 1px 1px rgba(38, 26, 40, 0.1019607843) inset;
  font-size: 16px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1.3;
  border: none !important;
  margin-right: 0px;
  min-width: 144px;
  margin-top: 8px !important;
  transition: background-position 0.5s ease, background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#with-insider .btn.btn-navy.btn-teal.rounded.align-self-center.mt-3:hover {
  background: rgba(255, 255, 255, 0.1);
}

#with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
  color: white !important;
  background: none;
  font-size: 20px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.3;
  border: 2px solid white;
  width: 260px;
}

#with-insider .container {
  max-width: 920px !important;
}

#with-insider {
  background-color: #261a28;
  padding-top: 20px;
  padding-bottom: 70px;
}

#with-insider h2 {
  color: white !important;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

#with-insider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#with-insider .video-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#with-insider .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* makes video cover full area */
  margin-top: 0px;
}

#with-insider::before {
  content: "";
  background: linear-gradient(0deg, rgba(24, 24, 27, 0) 0%, #261a28 100%);
  height: 124px;
  position: absolute;
  top: 0px;
  left: -1%;
  right: 0;
  z-index: 2;
  width: 102%;
}

#with-insider .with-insider-content {
  position: relative;
  z-index: 1;
  color: #fff;
  /* text readable on video */
  text-align: center;
  padding: 100px 20px;
}

#with-insider h2::first-line {
  color: #FF6126;
}

#with-insider {
  position: relative;
  overflow: hidden;
}

#with-insider::after {
  content: "";
  height: 124px;
  background: linear-gradient(0deg, #18181B 50%, rgba(24, 24, 27, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.with-insidercontend {
  max-width: 470px;
}

#with-insider p {
  color: rgba(239, 235, 228, 0.9);
  font-size: 18px;
}

#with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
  color: white !important;
  background: none;
  font-size: 20px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.3;
  border: 2px solid white;
  width: 260px;
}

.new-flex {
  float: left;
  width: 70%;
}

@media screen and (max-width: 1310px) {
  .content-list .post .img-wrap img {
    width: 100% !important;
    object-fit: cover;
  }
}
.pagination-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 8px;
}

.pagination-button:hover {
  color: #fff;
}

.pagination-button,
.pagination-number,
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
  color: black;
  transition: all 0.2s ease-in-out;
}

.pagination-button:hover,
.pagination-number:hover {
  background: #f5f5f5;
}

.ins-pagination-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* Responsive */
@media (max-width: 767px) {
  .pagination-container {
    gap: 4px;
  }
  .pagination-button,
  .pagination-number,
  .pagination-ellipsis {
    font-size: 13px;
  }
  .content-list .post {
    margin-bottom: 0px !important;
  }
  .blog-post-cards .author-name,
  .blog-post-cards .post-date {
    font-size: 14px;
  }
  .content-list.blog-post-cards .col-12.card-groups {
    margin-bottom: 24px !important;
  }
  .drop-and-search-row .ins-category-dropdown-text {
    padding: 0px 0px 0px 0px;
  }
  .ins-category-menu-mobile-container {
    padding: 0 0px;
    padding-right: 16px;
  }
  .ins-category-menu-mobile-container {
    max-height: 54vh;
  }
  .ins-category-menu-mobile-container.show {
    overflow-y: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ins-category-menu-mobile-container.show::-webkit-scrollbar {
    display: none; /* Alternatif olarak width: 0; ve height: 0; kullanabilirsiniz */
  }
}
@media (max-width: 480px) {
  .pagination-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pagination-button,
  .pagination-number,
  .pagination-ellipsis {
    flex: 0 0 auto;
  }
}
.mobilemain .blog-heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 172px;
  width: 75%;
  height: 100%;
  background: url(../../img/slitermobile.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.mobilemain .blog-heading {
  width: 100%;
  text-align: left;
}

.mobilecard {
  min-width: 150px !important;
  height: 100% !important;
  border-radius: 32px;
  overflow: hidden;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.05) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(239, 235, 228, 0.1) 0%, rgba(239, 235, 228, 0.1) 100%), rgba(24, 24, 27, 0.8);
  padding: 8px !important;
}

.mobilecardinside {
  background-color: #18181B;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobilecard .img-wrap {
  position: relative;
  display: block;
}

.mobilecard .card-img-top {
  width: 100%;
  height: 239px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

.mobilecard {
  position: relative !important;
}

.mobilecard .card-category {
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mobilecard .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0;
  line-height: 1.3;
}

.mobilecard .card-text {
  font-size: 14px;
  color: #bbb;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.mobilecard .tag-list span {
  font-size: 10px !important;
  color: white !important;
  text-transform: uppercase !important;
}

.mobilemain .text-muted {
  color: #EFEBE4 !important;
  font-size: 14px !important;
}

.swiper-button-next {
  position: static !important;
  height: 45px;
  width: 45px;
  padding: 17px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  background-color: #EFEBE4;
}

.swiper-button-prev {
  position: static !important;
  height: 45px;
  width: 45px;
  padding: 14px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  background-color: #EFEBE4;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.blog .trend-posts-title,
.blog .post-paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog .trend-posts-title {
  -webkit-line-clamp: 2;
  min-height: 56px;
}

.blog .post-paragraph {
  -webkit-line-clamp: 3;
}

.blog .blog-post-cards .col-12 {
  padding: 0;
}

.blog .blog-post-cards {
  padding-bottom: 4px !important;
}

@media (min-width: 1200px) {
  .blog .blog-post-cards .container {
    max-width: 1200px;
    padding: 0;
  }
  .blog .ins-hero-content > .container {
    max-width: 1200px;
    padding: 0;
  }
  .blog .ins-hero-content > .container > .row {
    margin: 0;
  }
  .blog .blog-post-cards .container .list-grid .row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .blog .blog-post-cards .container .list-grid .row .col-lg-4 {
    padding: 0;
  }
  .blog .blog-post-cards .container .list-grid .blog-card-container {
    padding: 0;
  }
  #ins-drop-and-search > .container {
    max-width: 1200px;
    padding: 0;
  }
  .blog-intro-copy {
    max-width: 888px;
  }
  #most-popular-blog.col-12 {
    width: 582px;
  }
  #most-popular-blog > div .tag-list {
    margin-top: -50px !important;
  }
  #most-popular-blog .post-tag.category-name {
    margin: 0 0 8px 0 !important;
  }
  #trend-posts-layout .post-tag {
    margin-top: 0 !important;
  }
  .trend-post-divider {
    all: unset;
    border: 0;
    height: 1px;
    background-color: #77667A;
    opacity: 0.3;
  }
  .trend-post-divider:last-of-type {
    display: none;
  }
  .blog:not(:has(.ins-hero-content)) #ins-drop-and-search {
    padding-top: 200px !important;
  }
}
.blog .blog-post-cards .tag-list {
  justify-content: space-between;
  margin-bottom: 8px !important;
}

@media (max-width: 1023px) {
  .blog .blog-post-cards .container .list-grid .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .blog .blog-card-container {
    padding: 0;
  }
  .blog .blog-card-container .tag-list {
    width: 100%;
  }
  .content-list .post {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog .blog-post-cards .container .list-grid .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .blog .blog-card-container .tag-list {
    width: 100%;
  }
  .blog .content-list .list-grid {
    padding: 0 5vw;
  }
  .blog:not(:has(.ins-hero-content)) #ins-drop-and-search {
    padding-top: 40vw !important;
  }
}