.cv-cta--wide-container {
  background: linear-gradient(90deg, #fff 0%, #d6f4ff 100%);
  width: 100%;
  padding: 24px 20px;
  border-radius: 12px;
  margin: 1px;
  box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08),
    0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.cv-cta-container {
  background: linear-gradient(90deg, #fff 0%, #d6f4ff 100%);
  width: 100%;
  padding: 24px 20px;
  border-radius: 12px;
  padding-bottom: 72px;
  margin: 1px;
  box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08),
    0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    position: relative;
}

.cv-cta-container p {
  font-weight: 500;
  color: #0d0d12;
}

.cv-cta-careerContainer {
  contain: paint;
  width: 300px;
}

@media screen and (max-width: 575px) {
  .cv-cta-careerContainer {
    width: 100%;
  }
}

.cv-cta--wide-summaryContainer {
  display: flex;
  width: 100%;
  max-width: 880px;
  margin-left: 32px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.cv-cta--wide-btnWrapper {
  display: flex;
  gap: 16px;
}

.cv-cta-btnWrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}

.cv-cta--wide-btnWrapper a,
.cv-cta-btnWrapper a {
  width: fit-content;
}

.cv-cta--wide-bgImg {
  position: absolute;
  right: 15px;
  bottom: -24px;
  opacity: 0.1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.cv-cta-bgImg {
  position: absolute;
  right: 4px;
  bottom: -24px;
  opacity: 0.1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.cv-landing-createBtn {
  width: fit-content;
  padding: 14px 24px;
}

.cv-landing-createBtn img {
  margin-bottom: 3px;
  width: 20px;
  margin-right: 3px;
}

.cv-landing-topRightContainer img {
  max-width: 566px;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cv-landing-fyc-leftContainer {
  max-width: 491px;
}

.cv-landing-cta1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-top: 160px;
}

.cvl-cta1-top {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.cvl-cta1-top h2 {
  font-family: "ClashGrotesk-medium";
  font-size: 48px;
  color: #0d0d12;
  margin: 0;
  letter-spacing: -1px;
  line-height: 56px;
  max-width: 573px;
}
.cvl-cta1-top p {
  font-size: 16px;
  line-height: 24px;
  color: #36394a;
  margin: 0;
}

.cvl-cta1-mid {
  display: flex;
  text-align: center;
  gap: 48px;
  margin-top: 28px;
}

.cvl-cta1-mid-elem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 304px;
}

.cvl-cta1-imgWrapper {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b7fd;
  font-size: 1.5rem;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
}

.cvl-cta1-mid-elem span {
  font-size: 18px;
  font-weight: 500;
  color: #0d0d12;
  margin-top: 16px;
}

.cvl-cta1-mid-elem p {
  font-size: 16px;
  color: #36394a;
}

.cvl-cta1-mid-btn {
  width: fit-content;
  padding: 14px 24px;
}

.cv-landing-cta2-container {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cvl-cta2-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.cvl-cta2-top h2 {
  font-family: "ClashGrotesk-medium";
  font-size: 48px;
  color: #0d0d12;
  margin: 0;
  letter-spacing: -1px;
  line-height: 56px;
  max-width: 573px;
}

.cvl-cta2-top p {
  font-size: 16px;
  line-height: 24px;
  color: #36394a;
  margin: 0;
  max-width: 573px;
}

.cvl-cta2-imgContainer {
  position: relative;
  margin-top: 40px;
  height: 569px;
  width: 100%;
}

.cvl-cta2-imgContainer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 242px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}

.cvl-cta2-imgContainer img:nth-child(1) {
  position: absolute;
  left: 160px;
  top: 103px;
  width: 292px;
  transform: rotate(-15deg);
  border-radius: 8px;
}

.cvl-cta2-imgContainer img:nth-child(2) {
  position: absolute;
  width: 401px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.cvl-cta2-imgContainer img:nth-child(3) {
  position: absolute;
  right: 130px;
  top: 103px;
  width: 292px;
  transform: rotate(15deg);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.cv-landing-hints {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 160px;
}

.cv-landing-hints h2 {
  font-family: "ClashGrotesk-medium";
  font-size: 48px;
  color: #0d0d12;
  margin: 0;
  letter-spacing: -1px;
  line-height: 56px;
}

.cv-landing-hints h3 {
  font-size: 24px;
  color: #0d0d12;
  font-family: "ClashGrotesk-medium";
  letter-spacing: -1px;
  line-height: 32px;
}

.cvl-hints-listContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 64px;
}

.cvl-hints-listElem {
  display: flex;
  gap: 16px;
}

.cvl-h-le-iconWrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
}

.cvl-hints-listElem div:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cvl-hints-listElem span {
  color: #0d0d12;
  font-size: 18px;
  font-weight: 500;
}

.cvl-hints-listElem p {
  color: #36394a;
  font-size: 16px;
}

.cv-landing-quote {
  margin-top: 112px;
}

.cv-landing-quote h3 {
  font-size: 24px;
  color: #0d0d12;
  font-family: "ClashGrotesk-medium";
  letter-spacing: -1px;
  line-height: 32px;
}

.cvl-quote-mid {
  position: relative;
  font-size: 20px;
  color: #0d0d12;
  line-height: 28px;
  text-align: center;
  margin-top: 72px;
  display: flex;
  justify-content: center;
}

.cvl-quote-mid p {
  max-width: calc(100% - 148px);
}

.cvl-quote-mid img:nth-child(2) {
  position: absolute;
  top: -48px;
  left: 25px;
  transform: translateX(-50%);
}

.cvl-quote-mid img:nth-child(3) {
  position: absolute;
  bottom: -48px;
  right: -25px;
  transform: translateX(-50%);
}

.cvl-quote-ownerContainer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
  font-size: 16px;
  color: #36394a;
}

.cvl-quote-ownerContainer > div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cvl-quote-ownerContainer > div:nth-child(2) {
  border-left: 1px solid #36394a;
}

.cvl-sections-container {
  margin-top: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cvl-sections-container .cvl-cta1-mid-btn {
  margin-top: 12px;
}

.cvl-sections-hint {
  display: flex;
  width: calc(100% - 148px);
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 24px;
  align-items: center;
  gap: 24px;
}

.cvl-sections-hint div {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #00b7fd;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cvl-sections-hint p {
  font-size: 16px;
  color: #36394a;
  margin: 0;
}

.cvl-sections-collapsibleSections {
  display: flex;
  flex-direction: column;
  width: calc(100% - 148px);
}

.cvl-s-cs-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px;
}

.cvl-s-cs-itemHeader {
  display: flex;
  justify-content: space-between;
}

.cvl-s-cs-itemHeader i {
  font-size: 1.5rem;
  color: #0d0d12;
  transition: 300ms;
}

.cvl-s-cs-itemHeader span {
  font-size: 18px;
  color: #0d0d12;
  font-weight: 500;
}

.cvl-s-cs-itemBody p {
  margin: 0;
  font-size: 16px;
  color: #36394a;
}

.cvl-s-cs-itemBody {
  display: none;
}

.cvl-s-cs-item.active {
  gap: 16px;
}

.cvl-s-cs-item.active .cvl-s-cs-itemBody {
  display: block;
}

.cvl-s-cs-item.active i {
  transform: rotate(180deg);
}

.cvl-reasons-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 88px;
  margin-top: 48px;
}

.cvl-reason-elem {
  display: flex;
  gap: 16px;
}

.cvl-reason-elem div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cvl-reason-elem div span {
  margin: 0;
  font-size: 18px;
  color: #0d0d12;
  font-weight: 500;
}

.cvl-reason-elem div p {
  margin: 0;
  font-size: 16px;
  color: #36394a;
}

.cvl-reason-elem img {
  width: 48px;
  height: 48px;
}

.cvl-reasons-container {
  margin-top: 160px;
}

.cvl-reasons-container h2 {
  font-family: "ClashGrotesk-medium";
  font-size: 48px;
  color: #0d0d12;
  margin: 0;
  letter-spacing: -1px;
  line-height: 56px;
}

.cvl-warnings {
  margin-top: 160px;
}

.cvl-warnings h2 {
  font-family: "ClashGrotesk-medium";
  color: #0d0d12;
  font-size: 48px;
  font-weight: 500;
  line-height: 40px;
}

.cvl-warning-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.cvl-warning-elem {
  box-shadow: 0px 0px 0px 1px #12376914, 0px 1px 2px 0px #a4acb93d,
    0px 8px 16px -6px #07204514;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 16px;
}

.cvl-warning-elem .icon-container {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 1px #12376914, 0px 1px 2px 0px #a4acb93d;
}

.cvl-warning-elem .icon-container img {
  width: 16px;
  height: 16px;
}

.cvl-warning-elem span {
  color: #0d0d12;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  margin-bottom: 4px;
}

.cvl-warning-elem p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #36394a;
  margin-bottom: 0;
}

.cover-letter-draft {
  padding: 24px;
  width: max-content;
  margin-inline: auto;
  border-radius: 24px;
  position: relative;
  max-width: 480px;
  border: 1px solid #eceff3;
  border-top: 0;
  border-right: 0;
  background-color: white;
  margin-top: 90px;
}

.cover-letter-draft::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 75px 75px 0;
  border-color: white #f6f8fa;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 0px 0px #12376914, -20px 1px 18px -17px #a4acb93d, 0px 7px 6px -5px #0720451a;
  border-radius: 0 0 0 24px;
}

.cover-letter-draft .fold-left {
  background-color: #eceff3;
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: rotate(-10deg);
  border-radius: 24px;
}

.cover-letter-draft .fold-right {
  background-color: #f6f8fa;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 33px;
  left: 44px;
  border-radius: 24px;
}

.cover-letter-draft .fold:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 75px 75px 0;
  border-color: #f6f8fa white;
  transition: all ease 0.5s;
}

.cover-letter-draft h6 {
  font-family: "ClashGrotesk-medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #0d0d12;
  margin-bottom: 48px;
}

.cover-letter-draft .cover-letter-content {
  border: 1.04px dashed #00b7fd;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #0d0d12;
  border-radius: 24px;
}

.cover-letter-draft div span {
  color: #666d80;
}

.cvl-faq-questions h3 {
  font-family: "ClashGrotesk-medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 48px;
}





.show-on-md{
  display: none;
}

.hide-on-md{
  display: block;
}

@media only screen and (max-width: 991px) {
  .cv-landing-highlightedContents{
    margin-bottom: 72px;
  }
  .cvl-sections-container{
    margin-top: 56px;
  }
  .cv-landing-quote{
    margin-top: 64px;
  }
  .cvl-cta1-mid, .cvl-hints-listContainer{
    gap: 13px;
  }
  .cv-landing-cta1-container{
    margin-top: 40px;
    gap: 0;
  }
  .cv-landing-cta2-container,.cv-landing-hints{
    margin-top: 75px;
  }
  .cvl-cta1-top h2,
  .cv-landing-hints h2,
  .cvl-cta2-top h2,
  .cvl-reasons-container h2,
  .cvl-warnings h2,
  .cvl-faq-questions h3{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
  }
  .cvl-faq-questions h3{
    margin-bottom: 40px;
  }
  .cvl-reasons-list{
    row-gap: 32px;
    margin-top: 40px;
  }
  .cvl-warnings{
    margin-top: 80px;
  }
  .cvl-warning-list{
    margin-top: 40px;
  }
  .cv-landing-hints h3{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
 
  }
  .cover-letter-draft{
    margin-top: 114px;
  }
  .cvl-reasons-container{
    margin-top: 80px;
  }
  .cv-cta-careerContainer {
    width: 100%;
  }

  .cvl-sections-hint{
    flex-direction: column;
    align-items: start;
  }
  
 
  .cover-letter-draft .cover-letter-content{
    padding: 10px;
    font-size: 10px;
    line-height: 13px;
  }
  .cover-letter-content{
    font-size: 10px;
  }


  .hide-on-md{
    display: none;
  }

  .cvl-cta2-imgContainer img:nth-child(1) {
    max-width: 40%;
    top: 10vw;
    left: 0;
  }
  .cvl-cta2-imgContainer{
    height: 56vw;
  }
 

  .show-on-md{
    display: block;
  }
  
  .cvl-cta2-imgContainer img:nth-child(2) {
    max-width: 43%;
  }
  
  .cvl-cta2-imgContainer img:nth-child(3) {
    max-width: 40%;
    top: 10vw;
    right: 0;
  }
  .cvl-cta2-imgContainer::after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 60%);
    height: 33vw;
  }
  .cvl-cta2-imgContainer{
    width: 83%;
  }
  .cv-cta--wide-summaryContainer {
    overflow: hidden;
    margin-inline: 0;
    padding-inline: 20px;
  }

  .cv-cta--wide-summaryContainer .cv-cta--wide-btnWrapper {
    flex-direction: column;
  }

  .cv-landing-createBtnWrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .cv-landing-fyc-leftContainer .home-fyc-explanationText{
    margin-bottom: 0;
  }
  .cover-letter-draft .fold-left{
    inset: 30px 40px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .cvl-cta1-mid {
    flex-direction: column;
  }

  .cvl-sections-hint,
  .cvl-sections-collapsibleSections {
    width: 100%;
  }

  .cvl-reasons-list,
  .cvl-warning-list,
  .cvl-hints-listContainer {
    grid-template-columns: 1fr;
  }

  .cover-letter-draft {
    width: 89%;
  }
}

.cv-landing-top-distance {
  padding-top: 130px;
}

@media (max-width: 1199px) {
  .cv-landing-top-distance {
    padding-top: 120px;
  }
}

